Commit Graph

80529 Commits

Author SHA1 Message Date
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
con
6a88525aa3 Some more QToolBar changes. 2009-07-16 18:08:41 +02:00
con
64262ee622 Don't use QToolBar for output pane. 2009-07-16 18:08:41 +02:00
con
ee041b6559 Simplify drawing of styled bar by just using the style. 2009-07-16 18:08:41 +02:00
con
bb44837d7c Remove usage of QToolBar from debugger tool bar. 2009-07-16 18:06:38 +02:00
con
cb1cd84c5a Remove usage of QToolBar for navigation side bar. 2009-07-16 18:06:38 +02:00
con
baaf7b1d62 Less QToolBars in editor tool bar. 2009-07-16 18:06:38 +02:00
Oswald Buddenhagen
5e1a24f75b whoops - fix parsing of line continuations 2009-07-16 17:41:48 +02:00
Erik Verbruggen
a3d129527f Added ObjC method prototypes to the AST. 2009-07-16 17:38:24 +02:00
Erik Verbruggen
01ee7a95c9 Fixed crasher (infinite looping) for ObjC attributes. 2009-07-16 16:40:19 +02:00
Erik Verbruggen
50313055e9 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-07-16 15:51:28 +02:00
Erik Verbruggen
7fbec4f28e Added ObjC properties to the AST. 2009-07-16 15:50:42 +02:00
Thorbjørn Lindeijer
ac3e1c9862 Display format colors and font directly in the formats list
Now the foreground color, background color and the font of different
color scheme categories are displayed directly in the list.
2009-07-16 15:39:24 +02:00
Thorbjørn Lindeijer
ebe0628fec Use a list model in the edit color scheme dialog
Makes everything look a lot nicer. :-)
2009-07-16 15:39:24 +02:00
Friedemann Kleint
23f11f5fe7 Add "Delete all breakpoints/Delete breakpoints by file".
Reviewed-by: hjk <qtc-committer@nokia.com>
2009-07-16 15:22:54 +02:00
hjk
0756f0b755 debugger: implementation progress in the trk manual test 2009-07-16 15:16:18 +02:00
ck
0a0b16a1db Added more dumper auto tests.
Added test for QImage and fixed bug uncovered by that test.
Also prepared test for QSharedPointer.
2009-07-16 14:35:49 +02:00
Erik Verbruggen
fa03d46984 Added ObjC @interface and @implementation member declarations. 2009-07-16 14:31:13 +02:00
Friedemann Kleint
2cf063fba9 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-07-16 12:57:37 +02:00
Friedemann Kleint
e8e63ae40b Debugger: Test for QVector padding. 2009-07-16 12:57:07 +02:00
Erik Verbruggen
be69b8256a Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-07-16 12:46:11 +02:00
Erik Verbruggen
ef58d082ea Added ObjC encode expressions. 2009-07-16 12:44:47 +02:00
Thorbjørn Lindeijer
200b06581a Compile fix for gcc 3.3 2009-07-16 12:28:51 +02:00
Erik Verbruggen
a262fce6d0 Added ObjC protocol expressions. 2009-07-16 12:18:05 +02:00
Joel Nordell
65996524f8 implement show/hide warnings button on build output window
Merge-request: 543
Reviewed-by: dt <qtc-committer@nokia.com>
2009-07-16 12:11:32 +02:00