Commit Graph

72811 Commits

Author SHA1 Message Date
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
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
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
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
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
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
hjk
ed80f0a7f1 cppmodelmanager: add __restrict__ to known and ignored 'keywords' 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
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
Erik Verbruggen
fa03d46984 Added ObjC @interface and @implementation member declarations. 2009-07-16 14:31:13 +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
Friedemann Kleint
562b417036 Debugger: Remove unneeded expression for dumping QVector.
...thus enabling dumping of it in CDB.
Reviewed-by: hjk <qtc-committer@nokia.com>
2009-07-16 12:09:24 +02:00
Thorbjørn Lindeijer
d34bf41a37 Added the option to turn off marking of text changes 2009-07-16 11:30:11 +02:00