- Aug 13, 2010
-
-
Kai Koehne authored
An error dialog would be more explicit, but too late because of string freeze. (cherry picked from commit ceca9d9d)
-
- Jun 07, 2010
-
-
Kai Koehne authored
This reverts commit 5234c775 and 21065291.
-
- Jun 03, 2010
-
-
Christian Kamm authored
- Enable qmlprojectplugin even if Qml support is disabled. - But disable its wizards in that case. - Disable the Qml file wizard if the support is off. Reviewed-by: Kai Koehne
-
- May 11, 2010
-
-
Thorbjørn Lindeijer authored
By moving the completion settings into the TextEditor plugin, so that both the CppTools and the QmlJSEditor plugins can access the settings. The user-interface to edit the settings is still in the CppTools plugin, since we're in string freeze at the moment. It should be moved to the TextEditor plugin later. For now the QML completion only supports the case-sensitivity and partial completion options, since there is no automatic insertion of brackets. Task-number: QTCREATORBUG-1327 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Apr 23, 2010
-
-
Lasse Holmstedt authored
This was needed since we cannot start stuff otherwise without a project Task-number: BAUHAUS-450 Reviewed-by: kkoehne
-
- Apr 01, 2010
-
-
Christiaan Janssen authored
-
- Mar 18, 2010
-
-
Friedemann Kleint authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Mar 04, 2010
-
-
kh1 authored
-
- Feb 15, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Feb 09, 2010
-
-
Roberto Raggi authored
-
- Feb 02, 2010
-
-
kh1 authored
Reviewed-by: ck
-
- Jan 27, 2010
-
-
Roberto Raggi authored
Done with: Erik
-
- Jan 18, 2010
-
-
Roberto Raggi authored
-
- Jan 15, 2010
-
-
Erik Verbruggen authored
-
- 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
-
- Dec 08, 2009
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- Dec 02, 2009
-
-
Erik Verbruggen authored
-
- 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 18, 2009
-
-
Roberto Raggi authored
-
- Nov 09, 2009
-
-
mae authored
In addition, clean up the text editor action handling in the qtscript plugin. Rev-by: con
-
- Oct 23, 2009
-
-
Kai Koehne authored
Automatically register qml.qch if found in shared/help/qtcreator. This is needed for the special 'creator-qml' package.
-
- Oct 02, 2009
-
-
Erik Verbruggen authored
-
- Oct 01, 2009
-
-
mae authored
done with Erik Verbruggen
-
- Sep 30, 2009
-
-
Erik Verbruggen authored
-
- Sep 25, 2009
-
-
Erik Verbruggen authored
(re-)formatting.
-
- Sep 24, 2009
-
-
Erik Verbruggen authored
-
- Sep 11, 2009
-
-
Erik Verbruggen authored
-
- Sep 04, 2009
-
-
Erik Verbruggen authored
-
- Aug 14, 2009
-
-
hjk authored
-
- 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
-
- 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
-
- May 07, 2009
-
-
Michael Brasser authored
-