- Sep 11, 2009
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- Sep 10, 2009
-
-
con authored
-
- Sep 04, 2009
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Sep 01, 2009
-
-
con authored
-
- Aug 17, 2009
-
-
Kai Koehne authored
Used from bauhaus
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 30, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Jul 26, 2009
-
-
Roberto Raggi authored
-
- Jul 16, 2009
-
-
con authored
-
con authored
-
Kai Koehne authored
This patch should fix auto-indentation (Ctrl+I) for the most usual cases. Before this patch, lines were never dedented, resulting in e.g. Rect { Item { } Item { }
-
- Jul 15, 2009
-
-
Roberto Raggi authored
-
- Jul 13, 2009
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
- Jul 06, 2009
-
-
Erik Verbruggen authored
-
Erik Verbruggen 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
-
- Jun 11, 2009
-
-
Roberto Raggi authored
-
- Jun 04, 2009
-
-
con authored
Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
con authored
-
- Jun 02, 2009
-
-
con authored
-
- May 26, 2009
-
-
Roberto Raggi authored
-
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.
-
Roberto Raggi authored
-
- May 25, 2009
-
-
Roberto Raggi authored
-
Daniel Molkentin authored
-
- May 18, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- May 14, 2009
-
-
Roberto Raggi authored
Moved unCommentSelection() in creator/libs/util so we can use it for other C-like languages (e.g QML and JS).
-
Roberto Raggi authored
Improved the DuiDocument and keep a working copy of the document in the editor, also use the QML api.
-
Roberto Raggi authored
-
- May 13, 2009
-
-
Thorbjørn Lindeijer authored
-