- 19 Oct, 2011 1 commit
-
-
Jonathan Liu authored
Change-Id: I3f869fd316d2f2a3a41c622321cebb79575c423f Merge-request: 409 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 21 Sep, 2011 1 commit
-
-
hjk authored
Change-Id: I9a91028fb7c00a20843d99ece659ec8b7acc7710 Reviewed-on: http://codereview.qt-project.org/5312 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 20 Apr, 2011 1 commit
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-3752
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 25 Mar, 2011 1 commit
-
-
Friedemann Kleint authored
Create VCSBaseEditorParameterWidget as a base class for setting the diff arguments lists and wire it up to trigger a re-run of diff on reverting. Enable reverting of chunks for cvs, subversion.
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 29 Sep, 2010 1 commit
-
-
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>
-
- 08 Jun, 2010 1 commit
-
-
Friedemann Kleint authored
to aid trac plugin implementation.
-
- 21 May, 2010 1 commit
-
-
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).
-
- 20 May, 2010 1 commit
-
-
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
-
- 12 May, 2010 1 commit
-
-
dt authored
Reviewed-By: con Reviewed-By: Friedemann Kleint We now support renaming files. The version control system tries first to rename, if that doesn't support or can't rename the file we do a normal rename. (Note: git, hg, perforce > 2009.02 support renaming, cvs not. (perforce untested)). We correctly notify all editors of the renamed file and tell the project manager to rename the file in the project. Note: Only the qt4projectmanager knows how to rename files. Note: renaming folders, moving files to different folders, renaming .pro/.pri files is not supported. Those things can be later added after this has proven to work correctly in the simple case. Also we don't do any actions based on the renaming like renaming classes, changing include guards or #include lines.
-
- 27 Apr, 2010 1 commit
-
-
Friedemann Kleint authored
Add menu options for consistency, run svn in C-locale. Task-number: QTCREATORBUG-1282
-
- 26 Apr, 2010 1 commit
-
-
Friedemann Kleint authored
Fix breakage introduced by: 59237338
-
- 19 Mar, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 12 Feb, 2010 1 commit
-
-
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>
-
- 11 Jan, 2010 2 commits
-
-
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.
-
- 08 Jan, 2010 1 commit
-
-
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.
-
- 07 Jan, 2010 1 commit
-
-
Friedemann Kleint authored
...over change numbers. Add missing "Log project/repository" actions and log count limits. Task-number: QTCREATORBUG-503
-
- 06 Jan, 2010 1 commit
-
-
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
-
- 08 Dec, 2009 2 commits
-
-
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.
-
- 11 Nov, 2009 1 commit
-
-
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>
-
- 10 Nov, 2009 1 commit
-
- 09 Nov, 2009 1 commit
-
-
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>
-
- 05 Oct, 2009 1 commit
-
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- 22 Sep, 2009 1 commit
-
-
Friedemann Kleint authored
Store the file name and do not keep the QTemporaryFile around, which still seems to maintain some kind of lock on Windows although it is closed.
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 10 Aug, 2009 1 commit
-
-
Friedemann Kleint authored
...and give it some color and formatting.
-
- 14 Jul, 2009 1 commit
-
-
Friedemann Kleint authored
Add some functionality needed for CVS.
-
- 16 Jun, 2009 2 commits
-
-
con authored
Reviewed-by: Trust Me Conflicts: src/libs/cplusplus/CppBindings.cpp src/libs/cplusplus/CppBindings.h src/libs/cplusplus/FastPreprocessor.cpp src/libs/cplusplus/FastPreprocessor.h src/plugins/cpptools/cppcurrentdocumentfilter.cpp src/plugins/cpptools/cppcurrentdocumentfilter.h src/plugins/cpptools/cppsemanticsearch.cpp src/plugins/cpptools/cppsemanticsearch.h src/plugins/duieditor/parser/qmljs.g src/plugins/duieditor/parser/qmljsast.cpp src/plugins/duieditor/parser/qmljsast_p.h src/plugins/duieditor/parser/qmljsastfwd_p.h src/plugins/duieditor/parser/qmljsastvisitor.cpp src/plugins/duieditor/parser/qmljsastvisitor_p.h src/plugins/duieditor/parser/qmljsengine_p.cpp src/plugins/duieditor/parser/qmljsengine_p.h src/plugins/duieditor/parser/qmljsgrammar.cpp src/plugins/duieditor/parser/qmljsgrammar_p.h src/plugins/duieditor/parser/qmljslexer.cpp src/plugins/duieditor/parser/qmljslexer_p.h src/plugins/duieditor/parser/qmljsmemorypool_p.h src/plugins/duieditor/parser/qmljsnodepool_p.h src/plugins/duieditor/parser/qmljsparser.cpp src/plugins/duieditor/parser/qmljsparser_p.h src/plugins/duieditor/parser/qmljsprettypretty.cpp src/plugins/duieditor/parser/qmljsprettypretty_p.h src/plugins/duieditor/rewriter/rewriter.cpp src/plugins/duieditor/rewriter/rewriter_p.h src/plugins/duieditor/rewriter/textwriter.cpp src/plugins/duieditor/rewriter/textwriter_p.h src/shared/cplusplus/ASTClone.cpp tests/manual/cplusplus/main.cpp
-
Jason McDonald authored
Reviewed-by: Trust Me
-
- 26 May, 2009 1 commit
-
-
Friedemann Kleint authored
Option for TortoiseSVN to avoid hassle with other IDEs.
-
- 15 May, 2009 1 commit
-
-
Friedemann Kleint authored
Reduce inconsistencies in tr()-Strings provided for QActions that act on a current <something> (mostly files) by introducing a ParameterAction class that takes the tr()-Strings at construction time and provides a setParameter(QString) slot, allows for setting that parameter or an empty string, which will cause the displayed text to be updated.
-
- 20 Mar, 2009 1 commit
-
-
Friedemann Kleint authored
Details: Use a global model for nicknames that is shared by all dialogs to solve the updating problems. Make p4 plugin submit work again. Force a submit prompt in case of shutdown or editor close (as opposed to user clickling on "Submit").
-
- 25 Feb, 2009 1 commit
-
-
hjk authored
-