- May 07, 2010
-
-
mae authored
Task-number: QTCREATORBUG-61
-
- Apr 28, 2010
-
-
hjk authored
-
- Apr 23, 2010
-
-
con authored
-
- Mar 18, 2010
-
-
Friedemann Kleint authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Jan 21, 2010
-
-
Thorbjørn Lindeijer authored
It was a bit confusing, since it reversed the order of the lines. When this would be fixed, the added value of this action is very small, since you can then also simply move your cursor one up before joining the lines.
-
Falco Hirschenberger authored
Merge-request: 1823 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> Task-number: QTCREATORBUG-510
-
- Dec 08, 2009
-
-
Thorbjørn Lindeijer authored
-
con authored
-
- Nov 30, 2009
-
-
mae authored
Introduce "Reset Font Size" action, bound to Ctrl+0
-
- Nov 17, 2009
-
-
Friedemann Kleint authored
Change the translateable string not to contain a blank. Task-number: QTCREATORBUG-299 Reviewed-by:
Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- Oct 16, 2009
- Oct 09, 2009
-
-
con authored
Since that was fixed in Qt.
-
- Oct 07, 2009
-
-
Roberto Raggi authored
Done with mae
-
- Sep 25, 2009
-
-
Erik Verbruggen authored
(re-)formatting.
-
- Sep 24, 2009
-
-
mae authored
remove some standard actions from the cpp editor context menu, and enhance the advanced menu instead.
-
- Sep 14, 2009
-
-
Thorbjørn Lindeijer authored
Makes a currently non-functional 'Reformat' action visible. Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
- Sep 11, 2009
-
-
Erik Verbruggen authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 23, 2009
-
-
con authored
Task-number: 258302
-
- Jul 21, 2009
-
-
Thorbjørn Lindeijer authored
Reminded by con.
-
Thorbjørn Lindeijer authored
Suggested by dt.
-
Henrik Abelsson authored
Merge-request: 882 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- 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 03, 2009
-
-
Oswald Buddenhagen authored
- clear up some Q_OS_LINUX vs. Q_OS_UNIX - clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise) - use proper #if-#else cascades instead of free-standing #ifs
-
- May 26, 2009
-
-
Thorbjørn Lindeijer authored
-
- May 15, 2009
-
-
Serge Ratke authored
-
- May 14, 2009
-
-
Thorbjørn Lindeijer authored
The version that does copy to clipboard is now called Cut Line, and is still mapped to Shift+Delete by default.
-
- Apr 20, 2009
-
-
Oswald Buddenhagen authored
-
- 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.
-
- Feb 25, 2009
- Feb 16, 2009
-
-
mae authored
-
- 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
-
Thorbjørn Lindeijer authored
It was getting a bit cluttered without any grouping of the different actions. Also, the collapse and expand actions have been added, mainly for discoverability.
-