- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 22 Feb, 2011 1 commit
-
-
hjk authored
rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor rename BaseTextEditor{,Widget} subclasses rename editableInterface->editorInterface rename createEditableInterface->createEditor minor cleanups after renamings
-
- 04 Feb, 2011 1 commit
-
-
con authored
-
- 20 Jan, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 02 Dec, 2010 1 commit
-
-
con authored
-
- 01 Dec, 2010 1 commit
-
-
con authored
Task-number: QTCREATORBUG-2936
-
- 03 Nov, 2010 2 commits
-
-
Oswald Buddenhagen authored
... instead of running a sed script over a lot of files on each version increment.
-
Oswald Buddenhagen authored
-
- 02 Nov, 2010 2 commits
-
-
Friedemann Kleint authored
Clean icore.h.
-
con authored
-
- 08 Oct, 2010 2 commits
-
-
Tobias Hunger authored
String update as suggested by Leena.
-
hjk authored
-
- 07 Oct, 2010 1 commit
-
-
hjk authored
-
- 30 Sep, 2010 1 commit
-
-
hjk authored
Should have been done earlier. 2.1.80 was burned in the pre-2.1.0->2.0.1 days, and we'd like to have odd subminor for 'working' and even subminor numbers for pure cherry-picking release branches anyway.
-
- 29 Sep, 2010 2 commits
-
-
Tobias Hunger authored
Merge-request: 2178 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tuomas Puranen authored
Added few new functions to IVersionControl, VCSManager and GeneratedFile to support the funcationality needed by the trac plugin. All the version control plugins updated to have implementations according to the interface changes. Merge-request: 2178 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Merge-request: 2178 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 27 Sep, 2010 1 commit
-
-
hjk authored
-
- 24 Sep, 2010 1 commit
-
-
Tobias Hunger authored
-
- 14 Sep, 2010 1 commit
-
-
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
-
- 10 Sep, 2010 1 commit
-
-
hjk authored
-
- 30 Aug, 2010 1 commit
-
-
hjk authored
-
- 27 Aug, 2010 1 commit
-
-
Tobias Hunger authored
* Fix all warnings about non-explicit constructors except for those in 3rdparty code.
-
- 19 Aug, 2010 1 commit
-
-
Friedemann Kleint authored
Update 'Commit' button to show number of files to be committed. Task-number: QTCREATORBUG-2090
-
- 12 Aug, 2010 1 commit
-
-
Friedemann Kleint authored
Provide UI with manual refresh button in BaseCheckoutWizardPage. Change ProcessCheckoutJob to be able to execute several steps. Implement in git.
-
- 06 Aug, 2010 1 commit
-
-
Friedemann Kleint authored
Add missing menu options for project/repository actions. Add support for 'edit' (current file) and 'unedit' (current file/repository, with prompt). Note: Unediting modified files will only work with cvsnt, since it uses the '-y' option to force a 'yes' to CVS asking to revert changes. Implement IVersionControl::vcsOpen() by using 'edit', causing it to prompt for read-only as it does for Perforce. Task-number: QTCREATORBUG-1971 Task-number: QTCREATORBUG-1864
-
- 22 Jul, 2010 1 commit
-
-
con authored
-
- 05 Jul, 2010 1 commit
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-1795
-
- 25 Jun, 2010 2 commits
- 11 Jun, 2010 2 commits
- 07 Jun, 2010 2 commits
-
-
Friedemann Kleint authored
Make VCS-generated editors read-only, enable editing when opening a patch. Make VCS-Editor non-read-only by default, add setter for "Forced read-only" that makes it a temporary, read-only file. Task-number: QTCREATORBUG-1528 Reviewed-by:
Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
con authored
-
- 21 May, 2010 2 commits
-
-
Friedemann Kleint authored
- Use message boxes on timeouts. - Add a configuration for a graphical SSH password prompt binary with defaults - Launch commands that require authentification with no terminal on UNIX and environment variable SSH_ASKPASS set accordingly. - First attempt at introduce a common function to synchronously run VCS commands in base plugin with flags. - Use standard execution log entries in all VCS plugins (outputwindow).
-
Friedemann Kleint authored
-
- 20 May, 2010 2 commits
-
-
Friedemann Kleint authored
Merge managesDirectory() and findTopLevelForDirectory() into one giving managesDirectory() an optional topLevel parameter. This removes the need to go up the directory hierarchy twice when checking for Merurial or git and also saves some checks for CVS/Subversion. VCSManager: Check cache in reverse order starting out with the full path first to improve handling of nested repositories. Rubber-stamped-by: con Acked-by: dt
-
Friedemann Kleint authored
Ensure clean paths are returned by IVersionControl::findTopLevelForDirectory() as otherwise caching of VCSManager breaks (Windows) and commands are executed all over again. Fix display in SVN/CVS. Acked-by: con
-