Commit Graph

88653 Commits

Author SHA1 Message Date
dt
e76e439215 Some tweaks to make the build settings page look better on windows 2009-07-20 16:50:05 +02:00
Friedemann Kleint
07a9efbc10 Updated changelog. 2009-07-20 16:48:26 +02:00
ck
db94734ab3 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
Conflicts:

	share/qtcreator/gdbmacros/gdbmacros.cpp
2009-07-20 16:26:58 +02:00
ck
5a71082328 Made use of Qt::UniqueConnection dependent on version >= 4.6. 2009-07-20 16:21:43 +02:00
Friedemann Kleint
62079b4a38 Debugger: Qt::UniqueConnection exists since Qt 4.6 2009-07-20 16:19:35 +02:00
dt
527a2f7bb0 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-07-20 16:12:59 +02:00
dt
4c1b1e1a67 Another small tweak to the build settigns page. 2009-07-20 16:12:40 +02:00
ck
512b809188 Added more dumper auto tests.
Added test for QObjectSignal dumper and fixed two bugs uncovered by it.
2009-07-20 16:10:37 +02:00
dt
44bafd32fd Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-07-20 15:46:29 +02:00
dt
abeb450467 Show a summary widget instead of the full blown environment model.
Hides the gory details, and in most cases the user doesn't care anyway.
2009-07-20 15:46:11 +02:00
mae
21e05c62b6 clarify file->new/open/open with
This is a fix for the problem, that some users were unable to figure
out how to open projects.
2009-07-20 15:15:35 +02:00
Andy Shaw
ae32ed32d0 Fixes: When copying a path to the clipboard, use the native separators
RevBy:    dt
2009-07-20 14:57:48 +02:00
Daniel Molkentin
6446b87992 Update Example information not only when the default Qt version changed.
It may be that a non-default Qt version provides documentation even if
the default one does not.

Fixes: 257970
2009-07-20 14:26:17 +02:00
mae
fa93352149 make ctrl-tab navigation view specific 2009-07-20 13:56:25 +02:00
mae
f16d0c4d65 imlemented per-view edit location navigation 2009-07-20 13:56:25 +02:00
dt
7c57f260c1 Fix crash on adding or deleting buildconfigurations. 2009-07-20 12:51:53 +02:00
Friedemann Kleint
7ff46c0e53 Allow infinite timeout in synchronousprocess, make openProjects public. 2009-07-20 12:42:22 +02:00
Kavindra Devi Palaraja
5053855581 Doc - Changed code in Part 4 to use ui->
Reviewed-By: TrustMe
2009-07-20 12:42:17 +02:00
Erik Verbruggen
217a9f88d6 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-07-20 11:47:34 +02:00
Erik Verbruggen
336e1dc5fb Fixes for the ObjC AST. Now it should be complete. 2009-07-20 11:46:59 +02:00
con
7d97c5e588 Use pri file icon for pri files. 2009-07-20 11:14:03 +02:00
con
50e96d1c64 Fix build (clean creator build). 2009-07-20 11:06:35 +02:00
con
43fe1df534 Missing headers. 2009-07-20 11:06:35 +02:00
Kavindra Devi Palaraja
f2c04aac80 Doc - Fixing up Part 3 to use ui->
Reviewed-By: TrustMe

Details: Also fixed a minor bug that caused both the Submit and Cancel
buttons to not disappear after the user clicked Submit.
2009-07-20 10:52:31 +02:00
Erik Verbruggen
0eef527746 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-07-20 10:06:35 +02:00
Erik Verbruggen
34987cc1ca Added more AST for ObjC. 2009-07-20 10:04:44 +02:00
Friedemann Kleint
b488deeb0c CVS: Add checkout wizard. 2009-07-20 09:23:00 +02:00
hjk
998beeb1e6 extensionsystem: remove unneeded dependency on QtXml 2009-07-17 18:17:19 +02:00
hjk
ab6a3d3780 debugger: implementation progress in the trk manual test 2009-07-17 18:17:15 +02:00
Thorbjørn Lindeijer
55d40713a6 Display the list of color schemes in a combo box
This is to make some room for embedding the color scheme editing back in
the options dialog.
2009-07-17 17:28:56 +02:00
Thorbjørn Lindeijer
7f5eff2c5f Removed the preview, which was now pretty useless
Also, the background color of the list now gets synchronized with the
text background color. This is to make the bottom of the list look
nicer.
2009-07-17 17:28:56 +02:00
dt
51acee8ebe Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-07-17 17:26:16 +02:00
dt
26ab24a669 Fix crash if we are adding a qtversion while still loading the project.
Only connect in restoreSettingsImpl() not in the constructor.
2009-07-17 17:25:48 +02:00
dt
269fe7f182 New build and run settings ui.
Not finished 100%
2009-07-17 17:25:43 +02:00
Friedemann Kleint
90b55212ab Removed scripting example. 2009-07-17 17:25:42 +02:00
dt
169f1b1be8 Add a checkbox for "Showing the compile output on build".
Enough people want that, and it's not much code.

Task-Nr: 254138
2009-07-17 17:25:33 +02:00
Friedemann Kleint
0d4e1c1676 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-07-17 17:19:38 +02:00
Friedemann Kleint
9f14b79cc6 Add a clone wizard for version control (base classes + git/svn).
Task-number: 244831
2009-07-17 17:19:23 +02:00
Oswald Buddenhagen
e509247f3d fix include dependency plugins/cpp* => shared/cplusplus 2009-07-17 17:14:40 +02:00
con
b799f32b96 Avoid vanishing close button in help side bar. 2009-07-17 15:04:14 +02:00
con
8ed85f1eb6 Unify tool button appearance in "panelWidgets".
Reviewed-by: Jens Bache-Wiig
2009-07-17 13:13:32 +02:00
ck
edac6eb84d Added more dumper auto tests.
Added tests for QObjectPropertyList and QObjectMethodList.
2009-07-17 10:57:26 +02:00
hjk
ed80f0a7f1 cppmodelmanager: add __restrict__ to known and ignored 'keywords' 2009-07-17 10:54:52 +02:00
hjk
66216448e9 debugger: implementation progress in the trk manual test 2009-07-17 10:54:52 +02:00
con
d88fceb202 Fix the navigation bar's split and close buttons. 2009-07-17 10:28:49 +02:00
Kai Koehne
063f0476da Fix selection of project files to add new files/classes to
Commit ac8e371486 did reorder the path list in
ProjectWizardPage, while ProjceFileWizardExtension still assumed
that the list displayed to the user is exactly the same as passed
to ProjectWizardPage.

The patch removes the index based communication between the
classes altogether and directly stores the ProjectNode in the
UserRole of the ComboBox entry.
2009-07-17 18:06:08 +10:00
Friedemann Kleint
0f7394323d CVS: Properly detect initial revision. 2009-07-17 08:57:22 +02:00
Friedemann Kleint
fc615c56db CVS: Properly detect initial revision 2009-07-17 08:56:19 +02:00
Kavindra Devi Palaraja
9131bf7f12 Doc - Modifying Part 2 to use ui->element instead of copy the ui's
element all over the code

Reviewed-By: TrustMe
2009-07-16 18:55:29 +02:00
con
470517415f Remove superfluous separator. 2009-07-16 18:08:41 +02:00