- 08 Dec, 2009 3 commits
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
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.
-
- 04 Dec, 2009 1 commit
-
-
Friedemann Kleint authored
... using inverted colors.
-
- 27 Nov, 2009 2 commits
-
-
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>
-
- 24 Nov, 2009 1 commit
-
-
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
-
- 20 Nov, 2009 2 commits
-
-
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
-
Friedemann Kleint authored
Strip buddy markers.
-
- 19 Nov, 2009 1 commit
-
-
Friedemann Kleint authored
Add filter widget, use a special QSortFilterProxyModel + StandardItemModel, add a slot selecting the page. Add matches() to IOptionsPage.
-
- 30 Oct, 2009 2 commits
-
-
Friedemann Kleint authored
due to StartFailed being emitted from start(). Set state correctly, improve error reporting. Reviewed-by:
con <qtc-commiter@nokia.com>
-
Friedemann Kleint authored
Match regular expression depending on mode. Improve common VCS settings layout. Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- 29 Oct, 2009 2 commits
- 05 Oct, 2009 1 commit
-
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- 02 Oct, 2009 2 commits
- 01 Oct, 2009 2 commits
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
- 25 Sep, 2009 1 commit
-
-
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.
-
- 21 Sep, 2009 1 commit
-
-
Brian McGillion authored
-
- 10 Sep, 2009 1 commit
-
-
con authored
-
- 25 Aug, 2009 1 commit
-
-
Friedemann Kleint authored
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 10 Aug, 2009 1 commit
-
-
Friedemann Kleint authored
...and give it some color and formatting.
-
- 05 Aug, 2009 1 commit
-
-
Alessandro Portale authored
-
- 31 Jul, 2009 1 commit
-
-
Friedemann Kleint authored
-
- 27 Jul, 2009 1 commit
-
-
Friedemann Kleint authored
Remove unused code.
-
- 24 Jul, 2009 1 commit
-
-
Friedemann Kleint authored
... based on the git clone wizard. Provide a wizard for browsing gitorious hosts. Task-number: 44831
-
- 21 Jul, 2009 1 commit
-
-
Friedemann Kleint authored
Move GitClient::filterUntrackedFilesOfProject into submit editor. Make checkout wizards use page lists for greater flexibility.
-
- 20 Jul, 2009 2 commits
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
- 17 Jul, 2009 1 commit
-
-
Friedemann Kleint authored
Task-number: 244831
-
- 16 Jul, 2009 1 commit
-
-
con authored
-
- 14 Jul, 2009 1 commit
-
-
Adriaan de Groot authored
-
- 13 Jul, 2009 1 commit
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
- 19 Jun, 2009 1 commit
-
-
Friedemann Kleint authored
Provide a checkable message box to be able to turn prompting off when asked.
-
- 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
-
- 05 Jun, 2009 1 commit
-
-
dt authored
Reviewed-By: con
-