- Sep 27, 2010
-
-
hjk authored
-
- Sep 24, 2010
-
-
Tobias Hunger authored
-
- Sep 23, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- Sep 17, 2010
-
-
dt authored
Relative to the project's directory.
-
Leena Miettinen authored
-
- Sep 16, 2010
-
-
Friedemann Kleint authored
Introduce some more private classes for the coreplugin, use header include convention <QtModule/QClass>, de-qobjectify VariableManager.
-
- Sep 15, 2010
-
-
Leena Miettinen authored
Reviewed-by: dt
-
- Sep 13, 2010
-
-
Leandro Melo authored
This affects how files are identified by the MIME database. Although this is a general improvement, it was triggered by the following bug report. Task-number: QTCREATORBUG-1793 Reviewed-by: Friedemann Kleint
-
- Sep 02, 2010
-
-
Jarek Kobus authored
-
- Aug 30, 2010
-
-
hjk authored
-
- Aug 26, 2010
-
-
Jarek Kobus authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
- Aug 25, 2010
-
-
dt authored
That is tell the user that those files need not be added to any project, and show "<Implicitly Add>" for them on the last wizard page. This fixes Add/New for the QML/OTHER_FILES folder structure, except for the virtual folder itself. Reviewed-By:
Jarek Kobus <jaroslaw.kobus@nokia.com>
-
- Aug 24, 2010
-
-
Tobias Hunger authored
* Enable support for this in all ProjectConfiguration items (Targets, projects, BCs, DCs, RCs, etc.). This is nicer than having custom code in individual configuraiton items. Reviewed-by: dt
-
Tobias Hunger authored
* Now that there is a generic way to rename configurations: Remove individual renaming methods from all over the codebase Reviewed-by: dt
-
- Aug 11, 2010
-
-
dt authored
Use the full path for folders to sort in the project tree. For virtual folders ensure that the path ensures the sorting we want. Reviewed-By: kkoehne
-
- Aug 02, 2010
-
-
Tobias Hunger authored
* Add a DeployConfiguration class to hold settings related to deployment. * Add BuildStepsList to hold a list of buildsteps * Update BuildConfiguration to use BuildStepLists instead of manageing lists of buildsteps itself. * Update BuildManager to use BuildStepLists in its interfaces * Fix fallout introduced by API changes * Update .user file to new way of storing settings Task-number: QTCREATORBUG-1427 Task-number: QTCREATORBUG-1428 Task-number: QTCREATORBUG-1811 Task-number: QTCREATORBUG-1930
-
- Jul 22, 2010
-
-
con authored
-
- Jul 07, 2010
-
-
dt authored
The API addtition to BuildConfiguration of knowing of the default parser is rather strange, but a necessary evil for this. Reviewed-By: Thorbjorn Task-Nr: QTCREATORBUG-514
-
- 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
-