- Mar 15, 2010
-
-
Robert Loehning authored
-
Robert Loehning authored
-
Friedemann Kleint authored
in the same fashion as "Clean repository".
-
- Mar 12, 2010
-
-
Lasse Holmstedt authored
Go to About Plugins and enable/disable plugins from there. Reviewed-by: mae
-
Friedemann Kleint authored
Present user with a checkable list of files to be cleaned (add reusable dialog to VCSBase module).
-
- Mar 10, 2010
-
-
Friedemann Kleint authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Mar 01, 2010
-
-
con authored
-
Friedemann Kleint authored
- git status: Recognize text in case -u was passed - Mercurial: Always run in C locale
-
Friedemann Kleint authored
Introduce static utilities to Utils::SynchronousProcess for synchronous processes that mimicks the handling of Utils::SynchronousProcess (apply timeout after no more data are available on stdout/stderr as opposed to waitForFinished()). Task-number: QTCREATORBUG-777
-
- Feb 26, 2010
-
-
Friedemann Kleint authored
- Observe timeout setting when running synchronous commands. - Increase Default on Windows - Stop process with terminate first (signal). Task-number: QTCREATORBUG-777
-
Friedemann Kleint authored
-
- Feb 25, 2010
-
-
Friedemann Kleint authored
-
- Feb 19, 2010
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-731
-
Friedemann Kleint authored
Used the wrong indexes, set focus option.
-
- 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 16, 2010
-
-
Friedemann Kleint authored
Display correct warning if git is not installed. Do not display it as error (popping up the log pane) from IVersionControl. Introduce separate caching flag to avoid repeated execution if git is not installed.
-
- 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>
-
- Feb 02, 2010
-
-
Friedemann Kleint authored
QString: Use QChar/char where appropriate, do not use QString::null
-
Friedemann Kleint authored
Implement IVersionControl::vcsAdd() using --intent-to-add with a cached version check. On this occasion, implement vcsDelete() as well using 'git rm -f'.
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- 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 11, 2010
-
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- Jan 08, 2010
-
-
Friedemann Kleint authored
-
Tobias Hunger authored
Reviewed-by: Friedemann Kleint
-
- Jan 07, 2010
-
-
Tobias Hunger authored
* Use id() for methods returning a string used to represent some type of object. * Use displayName() for strings that are meant to be user visible. * Quieten some warnings while touching the files anyway. * Move Factories to their products in the plugins where that was not done before. Reviewed-by: dt
-
con authored
-
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
-
Friedemann Kleint authored
Defaulting to true. Task-number: QTCREATORBUG-502
-
- Dec 16, 2009
-
-
Friedemann Kleint authored
-
- Dec 15, 2009
-
-
Friedemann Kleint authored
to be used for status/opened output. enabling convenient opening. Append repository as block data to log text to be able to resolve relative paths.
-
- Dec 14, 2009
-
-
Friedemann Kleint authored
if it is a relative file specification. Task-number: QTCREATORBUG-451
-
Friedemann Kleint authored
as already present for git, mercurial. Task-number: QTCREATORBUG-475
-
Friedemann Kleint authored
Make checkscript a bit more verbose. Task-number: QTCREATORBUG-451 Task-number: QTCREATORBUG-422
-
- Dec 11, 2009
-
-
dt authored
Also only filling in the author field works, git does magic then. Also fix quoting
-
- Dec 09, 2009
-
-
Friedemann Kleint authored
Make the diff-base directory a property of VCSBaseEditor and use everywhere.
-