- May 12, 2010
-
-
Daniel Molkentin authored
Reviewed-by: Leena Miettinen
-
- Apr 20, 2010
-
-
Thorbjørn Lindeijer authored
The TextEditorSettings class already provides the appropriate signal.
-
- Mar 18, 2010
-
- Mar 17, 2010
-
-
con authored
Since Leopard our default shortcut for completion collides with the one for Spotlight (Ctrl+Space). Cmd+Space is taken for Mac's keyboard layout settings, so going for Opt+Space...
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 12, 2010
-
-
hjk authored
-
- Jan 15, 2010
-
-
con 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
-
- Nov 30, 2009
-
-
mae 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>
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 15, 2009
-
-
Thorbjørn Lindeijer authored
So people's customized color schemes don't get lost, but get converted to the new format instead.
-
- Jul 13, 2009
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
- 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
-
- Jun 08, 2009
-
-
Roberto Raggi authored
-
- 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 29, 2009
-
-
con authored
Which nicely adds the occurrances to the search output window for navigation.
-
- May 28, 2009
-
-
mae authored
-
- May 25, 2009
-
-
Daniel Molkentin authored
-
- Apr 08, 2009
-
-
Thorbjørn Lindeijer authored
Before it would use Courier on all platforms, which didn't always look nice. Now it uses the configured text editor font. The file paths are now also normal size, at least personally I don't see why they should use a larger font.
-
- Mar 30, 2009
-
-
hjk authored
page of its own now
-
- 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
- Jan 23, 2009
-
-
hjk authored
-
- Jan 21, 2009
-
-
hjk authored
Task: 180315 RevBy: Details:
-
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
- Jan 19, 2009
-
-
hjk authored
forward declaration is sufficient.
-
- Jan 14, 2009
-
-
con authored
Details: - Naming convention
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
con authored
Details: - To make it conform to naming convention.
-
- Dec 16, 2008
-
-
hjk authored
-
- Dec 09, 2008
-
-
hjk authored
-
- Dec 02, 2008