Commit Graph

72811 Commits

Author SHA1 Message Date
Lasse Holmstedt
df7a19de9e Design mode integration
Moved Qt Designer to open from Design Mode. Also, Design mode is now global,
and created in coreplugin. Other plugins can register themselves to it.
2010-02-26 11:17:02 +01:00
Lasse Holmstedt
57ee6f0748 F4 functionality for bauhaus 2010-02-26 11:17:02 +01:00
hjk
46795bff8d debugger: remove standalone version. unused and not compilable anymore. 2010-02-26 10:40:14 +01:00
con
75b1c87dcd Remove shadow. 2010-02-26 10:13:45 +01:00
Jens Bache-Wiig
b3170d23b1 New progressbars for the sidebar 2010-02-25 19:00:01 +01:00
hjk
35eec621f7 debugger: clear list of expanded items when restarting 2010-02-25 17:56:46 +01:00
Friedemann Kleint
d4cee56e99 Symbian/Linux: Fix debugger
- Switch correctly on GnuPoc-toolchains
- Do not lock up on Gdb start.
2010-02-25 17:52:34 +01:00
Friedemann Kleint
f87f421011 tr()-Fixes 2010-02-25 17:15:30 +01:00
Thomas Hartmann
d5292ab487 QmlDesigner.propertyEditor: fixes ColorGroupBox
As a side effect of the caching the ColorGroupBox was broken, because
finished was set to "true" before the property editor was visible.

fixed
2010-02-25 17:05:38 +01:00
Christiaan Janssen
5aab6ec7b9 QmlDesigner.PropertyEditor: keeping old file name when file dialog cancelled 2010-02-25 16:59:01 +01:00
Christiaan Janssen
5f712ed591 QmlDesigner.StatesEditor: state name selected when entering editing mode 2010-02-25 16:59:01 +01:00
ck
7f28e4dfac Fix compilation with namespaced Qt. 2010-02-25 16:56:07 +01:00
Thorbjørn Lindeijer
5c715fa11f Some small code style fixes 2010-02-25 16:49:43 +01:00
Laurent Desmecht
e7936d3862 Clone build steps when cloning build configuration of cmake/generic project.
Merge-request: 117
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
Reviewed-by: dt
Reviewed-by: Tobias Hunger
2010-02-25 16:49:43 +01:00
Laurent Desmecht
38a5dedc45 Make GenericMakeStep not immutable
GenericMakeStep is currently immutable. This is quite annoying since
it's possible to create GenericMakeStep but it's not possible to remove
them.

Fix: make GenericMakeStep not immutable

Merge-request: 117
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
Reviewed-by: dt
Reviewed-by: Tobias Hunger
2010-02-25 16:49:43 +01:00
Laurent Desmecht
5f9e4c7e0d Allow modification of the configuration name in GenericBuildSettingsWidget
Merge-request: 117
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
2010-02-25 16:49:43 +01:00
kh1
e7e6b1bd23 Use only needed parts of ProjectExplorer namespace. 2010-02-25 16:20:20 +01:00
kh1
8127341d97 Change the label from Qemu to Maemo Emulator. 2010-02-25 16:20:19 +01:00
Friedemann Kleint
2a9f019e72 CDB: Bug fixing round.
- Do not handle RPC_INVALID_SERVER as fatal exception
- Do not expand internally dumped types (strings)
- Expand pointers correctly (use correct type names for dumpers)
2010-02-25 16:18:52 +01:00
Friedemann Kleint
a8098cff93 Trk: Do not show additional message box when canceled. 2010-02-25 16:05:45 +01:00
Tobias Hunger
486f40ee25 Report project and target name on build failures 2010-02-25 15:52:10 +01:00
Tobias Hunger
64d8ee1d09 Add disabled button image for target add/remove buttons
Reviewed-by: con
2010-02-25 15:47:11 +01:00
Tobias Hunger
e3e7c1e27f Fix and simplify enabling/disabling of target add/remove buttons
Reviewed-by: con
2010-02-25 15:47:10 +01:00
Tobias Hunger
435339f2ae Ask before removing targets
Reviewed-by: Robert Loehning
2010-02-25 15:47:10 +01:00
Thomas Hartmann
56392bf512 QmlDesigner.propertyEditor: setting of anchor targets 2010-02-25 15:39:55 +01:00
Thomas Hartmann
bf694a4461 QmlDesigner.propertyEditor: fixing icons for horizontal and vertical anchoring 2010-02-25 15:38:02 +01:00
Thomas Hartmann
cd1042e974 QmlDesigner.propertyEditor: setting Cleanlooks style on property editor 2010-02-25 15:38:01 +01:00
Kai Koehne
30dfae9007 Fix Project pane synchronization in case one opens first file via
Locator

Commit 38924e386 makes sure that the Project node is selected after
loading a new project, even when there is a current editor opened.

Make sure that we actually only block the sync if no new file is opened.

Done with mae.

Reviewed-by: mae
2010-02-25 15:18:30 +01:00
Friedemann Kleint
299ea32ab0 tr()-Fixes. 2010-02-25 14:53:01 +01:00
Friedemann Kleint
cc9b607105 Fix locator filter order. 2010-02-25 14:53:01 +01:00
mae
ddaa9dca80 Save project settings when leaving the "projects" mode 2010-02-25 14:52:31 +01:00
Thorbjørn Lindeijer
34c1ae1fdb Don't use the MiniSplitter in the debug mode
It looks out of place since the virtual splitters coming from the
QMainWindow are not mini splitters.

Reviewed-by: Lasse Holmstedt
2010-02-25 14:11:11 +01:00
Roberto Raggi
a8b3ec5963 Added a simple app to dump the QML type system to an XML file. 2010-02-25 13:54:47 +01:00
con
5e6700e708 Don't show focus rect in target selector on Mac. 2010-02-25 13:08:19 +01:00
mae
e0572239ba Fixed: Search scope is hidden by block highlighting
Task-number: QTCREATORBUG-758
Reviewed-by: thorbjorn
2010-02-25 13:04:08 +01:00
Erik Verbruggen
912a1b95a9 Fixed crash when putting a second root item into a QML file. 2010-02-25 12:57:17 +01:00
Kai Koehne
878e096e7d QmlDesigner: Add (disabled) debug methods & asserts to StatesEditorView 2010-02-25 12:42:45 +01:00
Kai Koehne
bd82bdb6fa QmlDesigner: Fix all states only showing base state in States Editor
Let the State Editor also use the new activateState method from
QmlModelView (stateChanged by default does now nothing). This allowed
us to get rid of the setCurrentStateBack method. Also fix deletion of
states - the "decision" which state should be the new one is now done
in StatesEditorView.

Reviewed-by: Thomas Hartmann
Reviewed-by: Christiaan Janssen
2010-02-25 12:42:30 +01:00
Kai Koehne
541e8a5895 QmlDesigner: Code beautification 2010-02-25 12:41:10 +01:00
Roberto Raggi
ca34e0c043 Compile with gcc -pedantic. 2010-02-25 12:39:39 +01:00
Friedemann Kleint
28820807a1 Tr()-Fixes 2010-02-25 10:34:25 +01:00
Friedemann Kleint
07037d6b1c Symbian/ABLD: Determine package name (make sis) correctly for 4.6.1
Also delete the old package before executing "make sis" to ensure
that no old file lingers around should the naming change again.
2010-02-25 10:18:13 +01:00
Friedemann Kleint
ffc149ab4e Symbian/TRK: Terminate "CreateProcess" message correctly.
Initial-patch-by: Shane Kearns <shane.kearns@sosco.com>
2010-02-25 10:18:13 +01:00
Jörg Schummer
019f5a41de QmlDesigner.ItemLibrary: Qml code cleanup 2010-02-25 09:55:28 +01:00
Jörg Schummer
411597777b QmlDesigner.ItemLibrary: fixed scrolling
- view is not moving anymore when opening/closing sections
2010-02-25 09:50:42 +01:00
ck
3a028c097a Maemo: Catch Botan exceptions.
Task-number: TOOLS-297
2010-02-25 09:23:54 +01:00
Jens Bache-Wiig
b7650d343e Fix an icon centering problem on the actionbar
The actualPixmapSize is different
from the resulting pixmap when using
svg icons. This seems to be a bug
in Qt, but using the resulting pixmap
is safe for now.
2010-02-24 19:56:33 +01:00
Jens Bache-Wiig
7af1e21144 Improved styling of project target selector 2010-02-24 19:25:44 +01:00
Erik Verbruggen
8fbf0dd08f Fixed possible crash when error recovery yielded a partially correct AST. 2010-02-24 17:14:51 +01:00
con
324f64b99f Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2010-02-24 16:44:50 +01:00