- Sep 21, 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
-
- Aug 19, 2010
-
-
Friedemann Kleint authored
Do not clear variable containing submit repository. Fix potential crash (closing diff editor before command termination), use proper temp file name. Pass --non-interactive to "commit" to suppress editors being launched (despite -l). Reviewed-by:
Marco Bubke <marco.bubke@nokia.com> Task-number: QTCREATORBUG-1503
-
Friedemann Kleint authored
Update 'Commit' button to show number of files to be committed. Task-number: QTCREATORBUG-2090
-
- Jul 05, 2010
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-1795
-
- Jun 25, 2010
- May 25, 2010
-
-
Friedemann Kleint authored
..for timeout handling to take effect. Also, log window will update continuously. Task-number: QTCREATORBUG-777
-
- Apr 26, 2010
-
-
Friedemann Kleint authored
Fix breakage introduced by: 59237338
-
- Apr 07, 2010
-
-
dt authored
-
- Mar 19, 2010
-
-
Friedemann Kleint authored
-
- Mar 18, 2010
-
-
Friedemann Kleint authored
-
- Feb 15, 2010
-
-
Friedemann Kleint authored
-
- 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 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 11, 2010
-
-
Friedemann Kleint authored
by passing -A (plus security check).
-
Friedemann Kleint authored
...and its dialog prompt consistently. Rename method and introduce overload taking IVersionControl. Add convenience slot to VCSBasePlugin.
-
- Jan 08, 2010
-
-
Tobias Hunger authored
Reviewed-by: Friedemann Kleint
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-503
-
- Jan 07, 2010
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-503
-
- Dec 14, 2009
-
-
Friedemann Kleint authored
Make checkscript a bit more verbose. Task-number: QTCREATORBUG-451 Task-number: QTCREATORBUG-422
-
- Dec 08, 2009
-
-
Friedemann Kleint authored
Make use of VCS base class.
-
- Dec 04, 2009
-
-
Friedemann Kleint authored
Add a QVariant cookie to HgTask to be emitted on successful execution, wired to IVersionControl.
-
- Nov 06, 2009
-
-
Friedemann Kleint authored
Start the jobrunner on demand, save options only if changed, give it the structure used elsewhere in the VCS plugins. Remove last traces of the cmd /c hack.
-
- Nov 05, 2009
-
-
Friedemann Kleint authored
Do not use "cmd /c hg" on Windows as this will fail randomly depending on arguments with blanks, such as "-U 8". Output log messages about synchronous commands, format author correctly, label menus correctly.
-
- Nov 03, 2009
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Polish: Canconical slots, const-correctness, some QLatin1Strings/tr,
-
- Nov 02, 2009
- Sep 21, 2009
-
-
Brian McGillion authored
-