- Jun 07, 2010
-
-
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
-
- May 21, 2010
-
-
Friedemann Kleint authored
-
- May 20, 2010
-
-
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
-
- May 19, 2010
-
-
Daniel Molkentin authored
-
- May 17, 2010
-
-
Friedemann Kleint authored
-
- May 14, 2010
-
-
Leena Miettinen authored
Reviewed-by: ossi
-
- May 12, 2010
-
-
Daniel Molkentin authored
Reviewed-by: Leena Miettinen
-
- Apr 26, 2010
-
-
Friedemann Kleint authored
Fix breakage introduced by: 59237338
-
- Apr 15, 2010
-
-
Thorbjørn Lindeijer authored
-
- Apr 12, 2010
-
-
Thorbjørn Lindeijer authored
Cleans up some duplication for each page. Reviewed-by: Friedemann Kleint
-
Thorbjørn Lindeijer authored
To free up the name for an upcoming VCSBaseOptionsPage class that forms the base for all version control option pages. Reviewed-by: Friedemann Kleint
-
- Mar 31, 2010
-
-
con authored
-
Jarek Kobus authored
-
- Mar 26, 2010
-
-
Thorbjørn Lindeijer authored
Some categories do not have icons yet, unfortunately.
-
- Mar 19, 2010
-
-
Friedemann Kleint authored
-
- Mar 18, 2010
-
-
Friedemann Kleint authored
-
- Mar 12, 2010
-
-
Lasse Holmstedt authored
Go to About Plugins and enable/disable plugins from there. Reviewed-by: mae
-
- Mar 05, 2010
-
-
hjk authored
-
- Mar 01, 2010
-
-
con 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 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
-
-
Friedemann Kleint authored
Add "revert all" to cvs,svn.
-
con authored
They were no longer showing e.g. the file name of the diffed file. Also separate editor id and editor context a bit.
-
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
-
- 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
...over change numbers. Add missing "Log project/repository" actions and log count limits. Task-number: QTCREATORBUG-503
-
- Jan 06, 2010
-
-
Friedemann Kleint authored
in annotation editor, including base infrastructure in VCSBaseEditor. Pass signals of VCSBaseEditor to opaque VCSBaseEditable (IEditor) for convenience. Task-number: QTCREATORBUG-503
-
- Jan 05, 2010
-
-
Friedemann Kleint authored
-
- Dec 14, 2009
-
-
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 09, 2009
-
-
Friedemann Kleint authored
Make the diff-base directory a property of VCSBaseEditor and use everywhere.
-
- Dec 08, 2009
-
-
Friedemann Kleint authored
Fixes: - Cannot diff a file that does not belong to a project - Cannot commit when a temporary diff/log view is open due to the current file pointing to a temporary directory - git's project-related actions not passing the correct relative path. Implementation: - Centralize code to listen for Qt Creator's relevant state changes in VCSBasePlugin, dispatching the changes to the instances affected. (avoiding multiple invocations of searches/QFileInfo on current). - Do the same for the corelistener catching closing SubmitEditors. - Introduce VCSBasePluginState representing the relevant state (current file/project). - Call git with working directory set and relative arguments - Remove setEnabled/isEnabled() logic of IVersionControl - Pass toplevel from VCSManager to avoid duplicate searches.
-
- Nov 27, 2009
-
-
Friedemann Kleint authored
Separate category and trCategory and introduce sorting characters to the categories. Same for id/name.
-
Friedemann Kleint authored
Introduce new QString id() const-API and sort wizards by [untranslated] category and id. Introduce respective constants. Rubber-stamped-by:
con <qtc-committer@nokia.com>
-
- Nov 25, 2009
-
-
Friedemann Kleint authored
Extract the common root directory and display in separate line. Use the routine from the cvs plugin for that, moving it to stringutils.h.
-