- Jul 06, 2010
-
-
Tobias Hunger authored
* Move and rename the enum * Add Q_ENUMS macro Reviewed-by: dt
-
- Jul 02, 2010
- Jun 25, 2010
- Jun 11, 2010
- Jun 07, 2010
-
-
con authored
-
- May 18, 2010
-
-
con authored
-
- May 17, 2010
-
-
Thorbjørn Lindeijer authored
Quick fix by copying code also found in Qt4 and QML project managers. Would be better to have some common solution... Task-number: QTCREATORBUG-1383
-
- May 12, 2010
-
-
Daniel Molkentin authored
Reviewed-by: Leena Miettinen
-
dt authored
Reviewed-By: con Reviewed-By: Friedemann Kleint We now support renaming files. The version control system tries first to rename, if that doesn't support or can't rename the file we do a normal rename. (Note: git, hg, perforce > 2009.02 support renaming, cvs not. (perforce untested)). We correctly notify all editors of the renamed file and tell the project manager to rename the file in the project. Note: Only the qt4projectmanager knows how to rename files. Note: renaming folders, moving files to different folders, renaming .pro/.pri files is not supported. Those things can be later added after this has proven to work correctly in the simple case. Also we don't do any actions based on the renaming like renaming classes, changing include guards or #include lines.
-
- Apr 30, 2010
-
-
con authored
-
- Apr 27, 2010
-
-
Tobias Hunger authored
Make sure we have a RunConfiguration after importing a project from earlier versions of creator. Tasknumber: QTCREATORBUG-1277
-
- Apr 26, 2010
-
-
Thorbjørn Lindeijer authored
The Parentheses, TextBlockUserData and TextEditDocumentLayout classes and their member function implementations were spread around the BaseTextEditor class. Moving them to their own file to make the code a bit better organized. Reviewed-by: mae
-
dt authored
Task-Nr: QTCREATORBUG-1151
-
- Apr 16, 2010
-
-
Friedemann Kleint authored
Remove all hacks/conventions of considering the last generated file as project file, etc. and instead add attributes flags to Core::GeneratedFile, giving fine-grained control of what to do with the file. Implement static utility functions in wizards that handle it. Add boolean XML-attributes "openeditor"/"openproject" to the file elements used by the CustomWizard XML-specification. Manually set the attributes in all wizards. Task-number: QTCREATORBUG-1166
-
- Apr 12, 2010
-
-
dt authored
Reviewed-By: hunger
-
- Apr 08, 2010
-
- Apr 07, 2010
-
-
dt authored
-
- Mar 31, 2010
-
-
con authored
-
Jarek Kobus authored
-
- Mar 25, 2010
-
-
dt authored
-
Tobias Hunger authored
... use it. Reviewed-by: dt
-
- Mar 22, 2010
-
-
con authored
Reviewed-by: dt
-
- Mar 18, 2010
-
-
Friedemann Kleint authored
-
- Mar 16, 2010
-
-
dt authored
That is e.g. buildSteps() and cleanSteps() --> steps(type)
-
- Mar 15, 2010
-
-
Thorbjørn Lindeijer authored
Previously it would be converted to an absolute path. Preserving the original path allows it to be set as relative to the project. Reviewed-by: dt
-
- Mar 12, 2010
-
-
Lasse Holmstedt authored
Go to About Plugins and enable/disable plugins from there. Reviewed-by: mae
-
Thorbjørn Lindeijer authored
The functionality was duplicated between the Qt4 and CMake build configurations and their configuration widgets. This change moves it down to BuildConfiguration, in addition also making it available for the Generic Project. Also provides an upgrade path for the configuration. Task-number: QTCREATOR-24 Reviewed-by: dt Reviewed-by: Tobias Hunger
-
- Mar 05, 2010
-
-
hjk authored
-
- Mar 01, 2010
-
-
con authored
-
- Feb 26, 2010
-
-
Thorbjørn Lindeijer authored
Task-number: QTCREATORBUG-372
-
- Feb 25, 2010
-
-
Thorbjørn Lindeijer authored
-
Laurent Desmecht authored
Merge-request: 117 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> Reviewed-by: dt Reviewed-by: Tobias Hunger
-
Laurent Desmecht authored
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
-
Laurent Desmecht authored
Merge-request: 117 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- Feb 24, 2010
-
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
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 19, 2010
-
-
Thorbjørn Lindeijer authored
Now it says "Import Existing Project", since this conveys more accurately what it does with less words. Also adjusted creation of a QML project based on an existing directory for consistency.
-