- Nov 27, 2009
-
-
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
-
-
hjk authored
-
- Nov 23, 2009
-
-
Roberto Raggi authored
-
- Nov 18, 2009
-
-
Roberto Raggi authored
-
- Nov 13, 2009
-
-
Roberto Raggi authored
-
- 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>
-
- Nov 04, 2009
-
-
con authored
Reviewed-by: Roberto Raggi
-
- Oct 13, 2009
-
-
dt authored
-
- Oct 07, 2009
-
-
Roberto Raggi authored
Done with mae
-
- Oct 05, 2009
-
-
Roberto Raggi authored
-
- Sep 29, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Sep 24, 2009
-
-
mae authored
remove some standard actions from the cpp editor context menu, and enhance the advanced menu instead.
-
- Sep 23, 2009
-
-
Roberto Raggi authored
Add `Find References' of a symbol to the context menu only when the environment variable QTCREATOR_REFERENCES is defined.
-
Roberto Raggi authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Aug 04, 2009
-
-
Roberto Raggi authored
-
- Jul 22, 2009
-
-
mae authored
(user request)
-
- Jul 15, 2009
-
-
Thorbjørn Lindeijer authored
Makes sure that all files recognized by the CppEditorFactory get the proper icon.
-
- Jul 14, 2009
-
-
Norwegian Rock Cat authored
Also synchronized suffixes to match what is in the xml file.
-
Jens Bache-Wiig authored
Details: Added one new purple icon for .c files and registered the same icon for .hpp extensions.
-
- Jun 16, 2009
-
-
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
-
- Jun 09, 2009
-
-
Roberto Raggi authored
-
- May 26, 2009
-
-
Thorbjørn Lindeijer authored
The actions are already lazily instantiated in TextEditorActionHandler::setupActions(), so there should be no need to call initializeActions() in all plugins on startup. Only the main text editor plugin will still initialize its actions, to make sure the menu items are there.
-
- May 25, 2009
-
-
Daniel Molkentin authored
-
- Apr 27, 2009
-
-
Thorbjørn Lindeijer authored
Accidentally reverted in commit 713105ad. Thanks to Christian Hönig for notifying.
-
- Apr 24, 2009
- Mar 18, 2009
-
-
Friedemann Kleint authored
Fixes: Introduce a cpp settingspage containing file naming conventions (lower case and suffixes). Reorder VCS settings pages. Task: 241959, 248085 RevBy: Optics/Naming checked by con Details: Give IOptionPage an id() to differentiate from trName(). Make showOptionsDialog return a bool (applied) and give it an optional parent. Change Cpp and form class wizards, give them a Configure... button to change those settings.
-
- Mar 17, 2009
-
-
Thorbjørn Lindeijer authored
This stuff was all over the place, a relic from before the editor settings were unified. Now the initialization is only done in TextEditorSettings. Fixes the .pro file editor and the generic project files editor, which before only used the font settings.
-
Thorbjørn Lindeijer authored
I couldn't find it since it was both hidden in the cppplugin.cpp file as well as having an unnecessarily long name.
-
Thorbjørn Lindeijer authored
Didn't add anything to the TextEditorActionHandler.
-
- Feb 25, 2009
- Jan 27, 2009
-
-
Jens Bache-Wiig authored
Details: This patch makes use of system icons as a base and draws overlay on top. This should blend a bit better into the native icon theme.
-
- Jan 21, 2009
-
-
Thorbjørn Lindeijer authored
Many singletons have their own instance() method, in which case there is no need to use ICore::instance() to get access to them.
-
- Jan 20, 2009
-
-
hjk authored
-