- Mar 05, 2010
-
-
hjk authored
-
- Mar 01, 2010
-
-
con authored
-
- Feb 25, 2010
-
-
Friedemann Kleint 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 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- 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.
-
Friedemann Kleint authored
...and its dialog prompt consistently. Rename method and introduce overload taking IVersionControl. Add convenience slot to VCSBasePlugin.
-
- Jan 08, 2010
-
-
Friedemann Kleint authored
by adding directories in a loop. Introduce #ifdef for Macs in the hopes that the code can be deprecated at some time.
-
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
-
Friedemann Kleint authored
-
- Jan 05, 2010
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Defaulting to true. Task-number: QTCREATORBUG-502
-
- 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
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
Remove logic handling several repositories.
-
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 24, 2009
-
-
Friedemann Kleint authored
Add a title label to the pages. Use QGroupBoxes throughout. Extend SavedAction to work with checkable QGroupBoxes. Polish UI files, use common layout for VCS plugins. Performance: Apply only visited settings pages. Add search keywords. Task-number: QTCREATOR-26
-
- Nov 20, 2009
-
-
Alessandro Portale authored
The paragraphs are now long lines that get wrapped by the text browser. Reviewed-by: TrustMe modified: src/plugins/bineditor/BinEditor.pluginspec modified: src/plugins/bookmarks/Bookmarks.pluginspec modified: src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec modified: src/plugins/coreplugin/Core.pluginspec modified: src/plugins/cpaster/CodePaster.pluginspec modified: src/plugins/cppeditor/CppEditor.pluginspec modified: src/plugins/cpptools/CppTools.pluginspec modified: src/plugins/cvs/CVS.pluginspec modified: src/plugins/debugger/Debugger.pluginspec modified: src/plugins/designer/Designer.pluginspec modified: src/plugins/fakevim/FakeVim.pluginspec modified: src/plugins/find/Find.pluginspec modified: src/plugins/genericprojectmanager/GenericProjectManager.pluginspec modified: src/plugins/git/ScmGit.pluginspec modified: src/plugins/helloworld/HelloWorld.pluginspec modified: src/plugins/help/Help.pluginspec modified: src/plugins/locator/Locator.pluginspec modified: src/plugins/mercurial/Mercurial.pluginspec modified: src/plugins/perforce/Perforce.pluginspec modified: src/plugins/projectexplorer/ProjectExplorer.pluginspec modified: src/plugins/qmleditor/QmlEditor.pluginspec modified: src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec modified: src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec modified: src/plugins/qtscripteditor/QtScriptEditor.pluginspec modified: src/plugins/regexp/RegExp.pluginspec modified: src/plugins/resourceeditor/ResourceEditor.pluginspec modified: src/plugins/snippets/Snippets.pluginspec modified: src/plugins/subversion/Subversion.pluginspec modified: src/plugins/texteditor/TextEditor.pluginspec modified: src/plugins/vcsbase/VCSBase.pluginspec modified: src/plugins/welcome/Welcome.pluginspec
-
- Nov 11, 2009
-
-
Friedemann Kleint authored
Add changed signals to IVersionControl and VCSManager and wire them to the update methods. Add a menu action for manually updating. Improved version of reverted 7aa24116. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Nov 10, 2009
-
- Nov 09, 2009
-
-
Friedemann Kleint authored
Add state logic to CppCodeModelManagerInterface, making it aware whether an indexer is running, protect the update methods from another invocation while running. Add changed signals to IVersionControl and VCSManager and wire them to the update methods. Add a menu action for manually updating. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com> Reviewed-by:
con <qtc-committer@nokia.com>
-
- Oct 29, 2009
- Oct 09, 2009
-
-
con authored
Since that was fixed in Qt.
-
- Oct 05, 2009
-
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- Oct 02, 2009
- Oct 01, 2009
-
-
Friedemann Kleint authored
-
- Sep 25, 2009
-
-
Friedemann Kleint authored
and ApplicationRunConfiguration to LocalApplicationRunConfiguration, preparing remote debugging. Change the interface canRun() to be const, run() to create() (since it does not run anything), use references to the QSharedPointer<Foo>. Introduce d-Pointer and remove unneeded headers from ProjectExplorerPlugin and add missing includes everywhere.
-