- 12 Jul, 2010 1 commit
-
-
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
- 28 Apr, 2010 1 commit
-
-
con authored
Discussed-with: hjk
-
- 21 Apr, 2010 1 commit
-
-
Daniel Molkentin authored
- List sessions by recent use instead of alphabetically - Tweak the session manager. It is now a persistent dialog with only a close button - Implement session renaming in the session manager - Cleanups Task-Number: QTCREATORBUG-1168
-
- 19 Apr, 2010 2 commits
-
-
Erik Verbruggen authored
So now the "Applciation Output" can distinguish between these four, and handle them appropriately.
-
Erik Verbruggen authored
By introducing the OutputFormatter, RunControls can influence the formatting depening on the application started. A nice (and intended) side-effect is that the QML runtime specific formatting will not interfere anymore with anything else.
-
- 16 Apr, 2010 1 commit
-
-
Erik Verbruggen authored
Reviewed-by: Thorbjorn Lindeijer
-
- 14 Apr, 2010 1 commit
-
-
dt authored
Task-Nr: QTCREATORBUG-1016
-
- 06 Apr, 2010 1 commit
-
-
Oswald Buddenhagen authored
Task-number: QTCREATORBUG-1058
-
- 29 Mar, 2010 1 commit
-
-
dt authored
Was showing the wrong projectname. Reviewed-By: danimo
-
- 26 Mar, 2010 3 commits
- 25 Mar, 2010 2 commits
-
-
dt authored
Distinguish between pages that are target specific and project specific. Do the magic hierarchy reduction if only one target is supported just in the projectwindow. Treat the targets page specially. Reviewed-By: hunger
-
Tobias Hunger authored
... use it. Reviewed-by: dt
-
- 24 Mar, 2010 1 commit
-
-
Lasse Holmstedt authored
Reviewed-by: erik verbruggen
-
- 23 Mar, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
While before you had to call add, then remove for each context id and then call update, now you call updateAdditionalContexts with a list of contexts to remove and add. It has the update step built in. Reviewed-by: con
-
- 22 Mar, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
Fixes creating these pages unnecessarily when the Welcome plugin is not loaded, as well as "leaking" them in that case. Reviewed-by: con
-