- Nov 23, 2010
-
-
Tobias Hunger authored
Do not offer to commit in the dialog opened when closing the commit editor when the commit is not containing all the required information.
-
- Nov 22, 2010
-
-
Tobias Hunger authored
-
- Nov 02, 2010
-
-
Friedemann Kleint authored
Clean icore.h.
-
- Oct 15, 2010
-
-
Tobias Hunger authored
Rename "Reset..." back to "Undo Uncommitted Changes..." to be more in line with git gui as well as the file-based operations. Reviewed-by: Leena Miettinen
-
- Oct 08, 2010
-
-
Tobias Hunger authored
String update as suggested by Leena.
-
Tobias Hunger authored
-
Tobias Hunger authored
-
- Sep 17, 2010
-
-
Leena Miettinen authored
-
- Sep 14, 2010
-
-
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
-
- Sep 10, 2010
-
-
hjk authored
-
- Sep 06, 2010
-
-
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
-
- Sep 01, 2010
-
-
Robert Loehning authored
-
- Aug 23, 2010
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-1642
-
- Aug 19, 2010
-
-
Friedemann Kleint authored
Update 'Commit' button to show number of files to be committed. Task-number: QTCREATORBUG-2090
-
- Jul 30, 2010
-
-
Robert Loehning authored
-
- Jun 25, 2010
- Jun 16, 2010
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-1577
-
- Jun 08, 2010
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-1577
-
- May 25, 2010
-
-
Friedemann Kleint authored
..for timeout handling to take effect. Also, log window will update continuously. Task-number: QTCREATORBUG-777
-
- May 14, 2010
-
-
Leena Miettinen authored
Reviewed-by: ossi
-
- Apr 26, 2010
-
-
Friedemann Kleint authored
Fix breakage introduced by: 59237338
-
- Mar 25, 2010
-
-
Friedemann Kleint authored
Modify CodePaster::fetch to do a mimetype detection on the content, create a filename with the matching extension and open that file. This gives correct syntax highlighting and makes "Save as" more convenient. Keep the file around and delete on exit. Modify patch mimetype with some content detection (higher priority than C++). Add a "current patch file" to the VCSBasePlugin::State. Add "Apply patch" to git with whitespace fix.
-
- Mar 22, 2010
-
-
Thorbjørn Lindeijer authored
Static leaks, but causes noise in valgrind output. :) Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Mar 19, 2010
-
-
Friedemann Kleint authored
Create actions with convenient factory functions, do enabling per file/project/repository centrally.
-
- Mar 18, 2010
-
-
Friedemann Kleint authored
-
- Mar 15, 2010
-
-
Friedemann Kleint authored
in the same fashion as "Clean repository".
-
- Mar 12, 2010
-
-
Friedemann Kleint authored
Present user with a checkable list of files to be cleaned (add reusable dialog to VCSBase module).
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 17, 2010
-
-
dt authored
And port the Qt4ProjectManager to use that API for synchronization between editors and the .pro file tree. Reviewed-By: con
-
- Feb 12, 2010
-
-
Friedemann Kleint authored
Make it possible to trigger actions from the locator bar by registering an instance of Locator::CommandLocator by prefix. Currently used for VCS systems. Acked-by: con Initial-patch-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Jan 27, 2010
-
-
Friedemann Kleint authored
Give dialogs a consistent look, set WA_DeleteOnClose on them and improve updating. Add a Refresh/Diff buttons to branch dialog.
-
- Jan 15, 2010
-
-
Friedemann Kleint authored
Add non-modal stash management dialog and additional menu option "Stash snapshot..." to stash away changes prompting for a description, which will immediately replay the stash (take snapshot and continue working). Add interface to IVersionControl for creating/restoring/deleting snapshots for backup/complex undo operations (currently supported by git only). Add test options to VCSBasePlugin. Clean up and extend git client accordingly.
-
- Jan 12, 2010
-
-
Friedemann Kleint authored
Add repository creation operation to IVersionControl, implement for hg and git, add convenience slot with prompts to VCSBasePlugin. Add respective menu options and make menus are visible in case no VCS is active. Change project wizards extension page to list VCS that are capable of repository creation in a QComboBox in case the directory is not managed by another VCS (in which case it lists that one for operation 'add'). On that occasion, polish the Project selection to use a QComboBox as well and add some smartness to find the most suitable project to add via path matching.
-
- Jan 08, 2010
-
-
Friedemann Kleint authored
-
Tobias Hunger authored
Reviewed-by: Friedemann Kleint
-
- Jan 07, 2010
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-503
-
Thorbjørn Lindeijer authored
Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Jan 05, 2010
-
-
Friedemann Kleint authored
-
- Dec 14, 2009
-
-
Friedemann Kleint authored
Make checkscript a bit more verbose. Task-number: QTCREATORBUG-451 Task-number: QTCREATORBUG-422
-