- 01 Sep, 2010 1 commit
-
-
dt authored
Task-Nr: QTCREATORBUG-1506
-
- 27 Aug, 2010 2 commits
-
-
Jarek Kobus authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
Friedemann Kleint authored
... by introducing signal ICore::showNewItemsDialog(). Reviewed-by:
Kai Köhne <kai.koehne@nokia.com>
-
- 25 Aug, 2010 2 commits
-
-
dt authored
That is: a) Figure out a suitable default location for Add New on a virtual folder. b) If that default location is deployed, don't show a Add Existing Files option, since that is confusing.
-
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>
-
- 20 Aug, 2010 1 commit
-
-
Friedemann Kleint authored
Fix breakage introduced by the new asynchronous stop() methods of the debugger run controls. Allow for RunControl::stop() to be asynchronous by introducing a return enumeration indicating that. Introduce additional method aboutToStop() asking user to quit (tie that to the RunControl instead of having to hack the behaviour elsewhere). If asynchronous stop is detected, terminate the ProjectExplorer asynchronously. This makes the behaviour consistent across switching sessions/ closing outputwindow tabs and quitting Qt Creator. Reviewed-by: dt Rubber-stamped-by: hjk
-
- 11 Aug, 2010 2 commits
-
-
Alessandro Portale authored
3ccc079c renamed ProjectNode::DeleteFile to ProjectNode::EraseFile. Also rename the usage(s) of that key.
-
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
-
- 02 Aug, 2010 1 commit
-
-
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
-
- 26 Jul, 2010 1 commit
-
-
con authored
It had old, interfering logic of its own. Reviewed-by: Tobias Hunger
-
- 23 Jul, 2010 1 commit
-
-
Tobias Hunger authored
-
- 22 Jul, 2010 1 commit
-
-
hjk authored
-
- 14 Jul, 2010 1 commit
-
-
con authored
Reviewed-by: Daniel Molkentin
-
- 13 Jul, 2010 2 commits
-
-
Tobias Hunger authored
-
con authored
If a plugin requests asyncronous shutdown, the shutdown sequence does not continue to deleting the plugins before it has sent a asynchronousShutdownFinished signal. During that time an event loop is running.
-
- 12 Jul, 2010 2 commits
-
-
con authored
-
Tobias Hunger authored
-
- 08 Jul, 2010 1 commit
-
-
Tobias Hunger authored
* Create and store a UUID when starting the projectexplorer plugin * Check for this UUID when reading .user files: * Hostnames may change due to moving between dhcp networks, etc. * MAC addresses do not change when booting different OSes * Put UUID into .user file when writting it (instead of hostname). Task-number: QTCREATORBUG-1820
-
- 07 Jul, 2010 1 commit
-
-
dt authored
-
- 02 Jul, 2010 1 commit
-
-
Friedemann Kleint authored
To be able to connect to them in the debugger namespace. Reviewed-by: dt Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 01 Jul, 2010 2 commits
- 28 Jun, 2010 3 commits
-
-
con authored
Task-number: QTCREATORBUG-1764
-
Friedemann Kleint authored
Move open project dialog handling into ProjectExplorer and make it use its list of project file patterns. Same in Checkout wizards. Task-number: QTCREATORBUG-1759 Reviewed-by: dt
-
hjk authored
-
- 25 Jun, 2010 3 commits
- 24 Jun, 2010 3 commits
-
-
Tobias Hunger authored
* Add task handler to show VCS blame output. * This taskhandler is not yet used!
-
Tobias Hunger authored
* Add task handler that enables copying task data into the clipboard * This is not yet used!
-
Tobias Hunger authored
* Add a taskhandler used to show the file/line a task is referring to in the editor. * This is not yet used!
-
- 22 Jun, 2010 1 commit
-
-
dt authored
Probably fixes Task-Nr: QTCREATORBUG-1697
-
- 14 Jun, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
Reported by Cameron Hart on the mailing list. Reviewed-by: dt
-
- 11 Jun, 2010 1 commit
-
-
Bill King authored
-
- 07 Jun, 2010 2 commits
-
-
dt authored
Do the project restore for each project directly after opening and only then processEvents(). A project might be in a intermediate state between opening and restoring.
-
Daniel Molkentin authored
Reviewed-By: Leena Miettinen Reviewed-By: kh1
-
- 19 May, 2010 1 commit
-
-
Daniel Molkentin authored
Reviewed-by: trustme
-
- 12 May, 2010 1 commit
-
-
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.
-
- 10 May, 2010 2 commits