- 02 Nov, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 01 Nov, 2010 3 commits
-
-
Friedemann Kleint authored
- Unexport Core::Internal::MainWindow and remove its includes. - Move RssFetcher from Core::Internal to Core. - Unexport CopyTaskHandler. - Move TextEditor's completion support and Refactor Overlay helper classes from TextEditor::Internal to TextEditor as they are exported. - Move internal BaseTextBlockSelection into private header. - Unexport TextEditorOverlay as they are not used.
-
dt authored
Use the same code that is used for figuring out a good directory for adding new files. Task-Nr: QTCREATORBUG-2682
-
Friedemann Kleint authored
-
- 26 Oct, 2010 1 commit
-
-
dt authored
-
- 25 Oct, 2010 1 commit
-
-
con authored
Reviewed-by: Joerg Bornemann
-
- 19 Oct, 2010 1 commit
-
-
con authored
Task-number: QTCREATORBUG-1956 Reviewed-by: Joerg Bornemann
-
- 11 Oct, 2010 1 commit
-
-
dt authored
Reviewed-By: ck Task-Nr: QTCREATORBUG-2653
-
- 23 Sep, 2010 1 commit
-
-
dt authored
And make use of it to accept on the command line the patterns: "filename" "+45", "filename" ":23", "filename:12" and "filename+42" Task-Nr: QTCREATORBUG-2428
-
- 22 Sep, 2010 1 commit
-
-
dt authored
Readd a few mode switchings that I accidentally removed. Task-Nr: QTCREATORBUG-2405
-
- 20 Sep, 2010 1 commit
-
-
Leena Miettinen authored
-
- 17 Sep, 2010 1 commit
-
-
dt authored
The cdb debugger factory claims to be able to run, yet returns 0 from run(). Int that case do nothing.
-
- 14 Sep, 2010 2 commits
-
-
Tobias Hunger authored
* Add an option to the session manager to restore the last session on startup of creator. * Align close button on session manager dialog with the other buttons. * Clean up handling of session restoration in the ProjectExplorer: Move all the relevant code into determineSessionToRestoreAtStartup, since most was there already. Task-number: QTCREATORBUG-2324
-
dt authored
Also introduce a indirection, modes have now types, edit and debug have the same type, and editors do have a prefered type of modes instead of a prefered mode. That fixes the bug that if the prefered qml editing mode was set to design, then in switching between qml editors would - in Edit Mode: stay in edit mode - in Debug Mode: switch to debug mode
-
- 13 Sep, 2010 2 commits
-
-
Friedemann Kleint authored
-
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
-
- 10 Sep, 2010 1 commit
-
-
hjk authored
-
- 08 Sep, 2010 3 commits
-
-
Leandro Melo authored
Task-number: QTCREATORBUG-2190 Reviewed-by: dt
-
Leandro Melo authored
Reviewed-by: dt
-
hjk authored
Note the ++i2.
-
- 07 Sep, 2010 1 commit
-
-
dt authored
-
- 06 Sep, 2010 2 commits
-
-
dt authored
Note: The next commit fixes the wrong default filter Task-Nr: QTCREATORBUG-2266
-
dt authored
The function always switched to Edit Mode, which was the cause for several bugs. Since openEditor() already does switch to the right mode, the function is not really needed. The following actions now respect the prefered mode of the editor: "f file"-locator The Open Documents list Editor history navigation
-
- 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
-