- Mar 05, 2010
-
-
hjk authored
-
- Feb 26, 2010
-
-
Thorbjørn Lindeijer authored
-
Friedemann Kleint authored
Pass around contents as string, saving repeated invocation of FormWindowEditor::contents(). Remove dependency to FormWindowEditor. Reviewed-by:
dt <qtc-committer@nokia.com>
-
- Feb 24, 2010
-
-
Robert Loehning authored
Reviewed-by: Oswald Buddenhagen
-
con authored
Correctly show * Headers * C:\foo instead of * Headers * C:/foo
-
con authored
Doing it creates huge delays, because it resolves to a network path. Also rename FolderNode::setFolderName to FolderNode::setDisplayName, because that's the name of the property. Task-number: QTCREATORBUG-695
-
- Feb 17, 2010
-
-
dt authored
And port the Qt4ProjectManager to use that API for synchronization between editors and the .pro file tree. Reviewed-By: con
-
- Feb 12, 2010
-
-
Friedemann Kleint authored
suppressing the "~QX11PixmapData(): QPixmap objects must be destroyed ..." warning.
-
- Feb 09, 2010
-
-
Tobias Hunger authored
* Ease cross device development by introducing 'targets' which group build- and runsettings that are valid for this one target Most of the kudos for the code review go to dt. Con, thorbjorn, ckandler and others did also review parts of this patch. Reviewed-by: dt
-
- Feb 02, 2010
-
-
Friedemann Kleint authored
QString: Use QChar/char where appropriate, do not use QString::null
-
Tobias Hunger authored
This is in preparation of the addition of "targets" in the sense of "platforms to develop for" into the codebase. Reviewed-by: dt
-
- Feb 01, 2010
-
-
Friedemann Kleint authored
QString: Use QChar where appropriate.
-
- Jan 25, 2010
-
-
Oswald Buddenhagen authored
qmake doesn't, either
-
Oswald Buddenhagen authored
that way the file formatting is better preserved.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
just parsing it (once ...) ought to be sufficient. we don't need to validate the syntax beyond that anyway.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
- Jan 20, 2010
-
-
dt authored
Use the filemanager instead
-
- Jan 12, 2010
-
-
Oswald Buddenhagen authored
they were remnants of the pro editor, which was removed long time ago. they were still used for automatic editing of pro files, but were totally overengineered for that purpose (removed 1300 LOC, added 40).
-
dt authored
QMake passes those headers directly to gcc, so the user doesn't need to include themselves.
-
- Jan 07, 2010
-
-
Tobias Hunger authored
* Use id() for methods returning a string used to represent some type of object. * Use displayName() for strings that are meant to be user visible. * Quieten some warnings while touching the files anyway. * Move Factories to their products in the plugins where that was not done before. Reviewed-by: dt
-
- Dec 10, 2009
-
-
dt authored
Reviewed-By:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Dec 08, 2009
-
-
Oswald Buddenhagen authored
no point in re-parsing them over and over during the scan of a bigger project ... shaves off another 20% of the loading time of Qt 4.6.
-
Oswald Buddenhagen authored
there is no point in throwing away and re-recreating invariant data over and over ... shaves off ~15% of the load time of Qt 4.6.
-
Oswald Buddenhagen authored
findProFileFor(), buildDir() and createProFileReader() make sense only in relation with an actual pro file anyway, so move them there.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
this is probably just as fast (still two allocs per insert), but it is definitely more elegant.
-
- Dec 07, 2009
-
-
dt authored
Should fix a lot of corner cases, might introduce a few bugs. Also rename functions/slots to be better named. Generic Project Manager and CMake Project Manager are missing from this patch.
-
- Dec 04, 2009
-
-
Oswald Buddenhagen authored
-
- Dec 03, 2009
-
-
Friedemann Kleint authored
...making use of the new code model features. Move code to separate file. Make it possible to obtain path to generated header file from project manager.
-
- Nov 30, 2009
- Nov 24, 2009
-
-
con authored
-
- Oct 05, 2009
-
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- Oct 01, 2009
-
-
Friedemann Kleint authored
-
- Sep 29, 2009
-
-
Oswald Buddenhagen authored
-
- Sep 22, 2009
-
-
con authored
The wrong category folder (like Sources/Headers) would be deleted from the project tree, because all category folders had the same path. The nodes' path is used everywhere for performance optimization.
-
- Aug 25, 2009
-
-
con authored
-