mae
80b60b9906
Make code fodling persistent between session
...
Task-number: QTCREATORBUG-214
2010-03-15 12:27:11 +01:00
hjk
62580fc031
compile fix with namespaces
2010-03-15 12:12:43 +01:00
hjk
463ac5d689
debugger: start reviving graphical data display
2010-03-15 12:12:43 +01:00
Friedemann Kleint
bb35660c40
Debugger[CDB]: Inconsistent data shown when switching frames.
...
IDebugSymbolGroup apparently needs to have IDebugSymbols set to
the current scope.
Task-number: QTCREATORBUG-861
2010-03-15 12:07:47 +01:00
Thorbjørn Lindeijer
b5601105e5
Fixed crash when trying to activate a no longer existing editor
...
This could happen when using Ctrl+Tab to switch editors, and while
holding Ctrl you close an editor with Ctrl+W, and then you try to select
it.
Since the crash was due to an assertion, we can just avoid it by doing
nothing when no editor for the given file is found.
Reviewed-by: mae
Task-number: QTCREATOR-190
2010-03-15 11:58:34 +01:00
dt
16ff6ac772
Fix QtVersion to not run qmake on constructing
...
Only if we need the information.
2010-03-15 11:55:00 +01:00
dt
dfa0c14f08
Fix crash on unloading project that is building.
...
Task-Nr: QTCREATOR-7
2010-03-15 11:55:00 +01:00
Tobias Hunger
e72517e47c
Fix warning
2010-03-15 10:53:58 +01:00
Friedemann Kleint
288ece116a
VCS[git]: Add "Clean project"
...
in the same fashion as "Clean repository".
2010-03-15 09:18:24 +01:00
Jens Bache-Wiig
47d6195c72
Fix size and height of the sidebar project selector icon
...
This makes the positioning of text and icon adjust if the
text labels are empty.
2010-03-12 18:47:41 +01:00
Lasse Holmstedt
14fc6e93ed
Fixed icons in plugin manager
2010-03-12 17:23:02 +01:00
mae
d13dfe44f0
Some tuning of the fancy action bar
...
Done-with: jbache
2010-03-12 17:25:02 +01:00
Kai Koehne
a2fe486b30
QmlInspector: Remove standalone facility
...
It's unmaintained, and there is little chance we will reenable it.
2010-03-12 17:00:36 +01:00
Kai Koehne
6c107ed303
QmlInspector: Remove private header includes
2010-03-12 17:00:36 +01:00
Kai Koehne
8450242e4a
QmlDesigner: Get rid of one private header includes
2010-03-12 17:00:36 +01:00
Thorbjørn Lindeijer
5e56d9d2d1
Improved the layout of the General Settings pane somewhat
2010-03-12 16:57:45 +01:00
Friedemann Kleint
50f0644c55
Designer: Fix displaying of 'modified' state after saving.
...
Emit an IEditor::changed() after saving to force an update
of the OpenEditorsModel.
2010-03-12 16:56:10 +01:00
Lasse Holmstedt
5567a01877
fixed issues with splitted editors
2010-03-12 16:47:55 +01:00
mae
d450bcd760
Keep notification bar clean
...
The patch makes notification items fade away after 5 seconds.
KeepOnFinish items like the build notification are kept for
5 seconds after the user interacts with mouse or keyboard.
Done-width: jbache
2010-03-12 16:28:55 +01:00
Lasse Holmstedt
907e0e7f34
Smaller Load column for plugin manager table
2010-03-12 16:12:57 +01:00
Lasse Holmstedt
68c49a65e9
Plugin manager for enabling/disabling plugins
...
Go to About Plugins and enable/disable plugins from there.
Reviewed-by: mae
2010-03-12 16:02:42 +01:00
Friedemann Kleint
f4487c4c67
VCS[git]: Cleaning a repositories: Uncheck pro.user files as well.
2010-03-12 15:59:50 +01:00
Friedemann Kleint
93b156e585
VCS[git]: Add support for cleaning a repository.
...
Present user with a checkable list of files to be cleaned (add reusable
dialog to VCSBase module).
2010-03-12 15:54:09 +01:00
Roberto Raggi
37c042703f
Take the branch when evaluating #ifndef QT_NO_XXX and QT_NO_XXX has been defined in a pro file.
2010-03-12 15:25:48 +01:00
dt
b5f8d7af7f
Remove debugging output.
2010-03-12 15:12:46 +01:00
dt
97d501de42
Switching buildconfiguration on the projects page now changes the active
...
This is now possible due to the async evaluation
2010-03-12 15:00:15 +01:00
dt
ced9266483
Silence the compiler
2010-03-12 15:00:15 +01:00
dt
7c11c4d8b0
Move TaskWindow::Task out of the nesting to ProjectExplorer::
...
Since otherwise we can't forward declare it.
2010-03-12 15:00:15 +01:00
Jens Bache-Wiig
4d8a264fb8
Fix text elliding issue with progress bar
...
This fixes a problem where the text would clip
if it didnt fit after the progress bar had
completed.
2010-03-12 14:30:49 +01:00
mae
c6d79d0457
Do not rely on Qt's smartness for flicker avoidance
2010-03-12 14:31:42 +01:00
mae
d61a7f59b2
Make the run and debug buttons in the FancyActionBar mutual exclusive
...
Debug is now only available in debug mode, run is available in all
other modes.
2010-03-12 14:23:17 +01:00
Jens Bache-Wiig
1ffa2ffcd0
Fix etched combo box text in panels
...
Some styles use etched text and drawtextitem does
not pass the widget pointer, hence our panelwidget
tests are broken. I simply replaced this with
drawText for now.
2010-03-12 13:17:16 +01:00
Thorbjørn Lindeijer
05aefc40cb
Fixed existing backup settings file preventing another backup
...
Reviewed-by: Tobias Hunger
2010-03-12 13:01:08 +01:00
Thorbjørn Lindeijer
2a93b5401d
Move build environment customization down to BuildConfiguration
...
The functionality was duplicated between the Qt4 and CMake build
configurations and their configuration widgets. This change moves it
down to BuildConfiguration, in addition also making it available for the
Generic Project.
Also provides an upgrade path for the configuration.
Task-number: QTCREATOR-24
Reviewed-by: dt
Reviewed-by: Tobias Hunger
2010-03-12 13:01:04 +01:00
Jens Bache-Wiig
1ed2874b4c
Remove redundant projects label
...
As discussed with nigel, this label doesnt really make sense.
It is confusing because you might thing you should click it
and tab widgets do not usually require labels to indicate that
you should press them.
2010-03-12 12:12:31 +01:00
Erik Verbruggen
48889e7574
Changed FindUsages to look into Q_PROPERTYs.
2010-03-12 11:32:43 +01:00
Erik Verbruggen
a2ded1e8ea
Added boundary check.
2010-03-12 11:32:43 +01:00
Erik Verbruggen
933ef8cff0
Added bounds check.
2010-03-12 11:32:42 +01:00
Erik Verbruggen
b737fb861d
Made Q_PROPERTY a valid declaration to restart parsing when recovering from an error.
2010-03-12 11:32:42 +01:00
Friedemann Kleint
1606cf1b33
Wizards/Custom Wizards: Add code.
...
Task-number: QTCREATORBUG-423
2010-03-12 11:20:32 +01:00
Friedemann Kleint
e82219b344
Symbian: Fix crash when launching trk on device after canceled prompt.
...
Introduce clearWriteQueue to TrkDevice and call it a device is
released to the SymbianDeviceManager in state 'open'.
In addition, if a launcher is destroyed before the protocol is through,
close the device (if the closeDevice property is set).
Task-number: QTCREATORBUG-858
2010-03-12 09:27:42 +01:00
hjk
307acc20e9
commandmappings: compile fix, code cosmetics
2010-03-12 08:52:13 +01:00
Friedemann Kleint
938dedbac0
Debugger [CDB]: Values missing in locals view.
...
Task-number: QTCREATORBUG-861
Account for internal dumpers expanding children when reading out
SymbolGroupContext.
2010-03-12 08:30:51 +01:00
hjk
c8a61cc8f2
debugger: implement selected of string encoding per pointer type/individual pointer
2010-03-11 18:56:28 +01:00
Jens Bache-Wiig
8575e4c784
Make action icons bigger
...
As suggested by Nigel and others, we should
use the same icon size for all the icons.
2010-03-11 18:32:58 +01:00
Friedemann Kleint
be5a259bd5
S60: Fix package names.
...
Tested with Qt 4.6.1/4.6.2.
Detect both 'basename.sis' (4.6.2 onwards) as well as
'basename_debug-arm5.sis' (4.6.1).
Reviewed-by: Robert Loehning <robert.loehning@nokia.com >
2010-03-11 18:07:35 +01:00
Thomas Hartmann
f4fbe960f3
QmlDesigner.propertyEditor: fixing of missing anchor updates
2010-03-11 18:02:16 +01:00
Thomas Hartmann
35bab5e77d
QmlDesigner.propertyEditor: fixing some glitcheS
2010-03-11 18:02:15 +01:00
Thomas Hartmann
b1669660be
QmlDesigner.propertyEditor: remving maximumWidth
2010-03-11 18:02:15 +01:00
Thomas Hartmann
1158445f69
QmlDesigner: fixing images
2010-03-11 18:02:13 +01:00