- 01 Dec, 2010 1 commit
-
-
con authored
Task-number: QTCREATORBUG-3192
-
- 12 Nov, 2010 1 commit
-
-
dt authored
The Target Selector wasn't accounted for.
-
- 08 Oct, 2010 1 commit
-
-
con authored
isEmpty is the wrong thing to check when setting the default shortcut. In addition, registering commands should not set their shortcut automatically (that should be defined solely by the default shortcut and reading the settings, which is done later).
-
- 14 Sep, 2010 1 commit
-
-
dt authored
Also introduce a indirection, modes have now types, edit and debug have the same type, and editors do have a prefered type of modes instead of a prefered mode. That fixes the bug that if the prefered qml editing mode was set to design, then in switching between qml editors would - in Edit Mode: stay in edit mode - in Debug Mode: switch to debug mode
-
- 07 Sep, 2010 1 commit
-
-
dt authored
It's more complicated then expected, to be detangled another day
-
- 06 Sep, 2010 3 commits
- 28 Jun, 2010 1 commit
-
-
hjk authored
-
- 25 Jun, 2010 1 commit
-
-
hjk authored
A mostly mechanical change. Reviewed-By: con
-
- 07 May, 2010 2 commits
- 12 Apr, 2010 1 commit
-
-
Tobias Hunger authored
Make sure any mode that gets disabled is no longer displayed. Task-number: QTCREATORBUG-1107 Reviewed-by: con
-
- 23 Mar, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
While before you had to call add, then remove for each context id and then call update, now you call updateAdditionalContexts with a list of contexts to remove and add. It has the update step built in. Reviewed-by: con
-
- 18 Mar, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 25 Feb, 2010 1 commit
-
-
mae authored
-
- 16 Feb, 2010 1 commit
-
-
con authored
-
- 22 Jan, 2010 1 commit
-
-
Daniel Molkentin authored
- Improved icon and text positioning - Improved readability and some gfx glitches on windows and mac - Removed drop down functionality from Run/Debug/Build buttons
-
- 21 Jan, 2010 1 commit
-
-
Daniel Molkentin authored
The project selector also allows to select targets. However, this is not yet used, since the necessary changes are still being stabilized. Done-with: con
-
- 07 Jan, 2010 1 commit
-
-
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
-
- 16 Dec, 2009 1 commit
-
-
con authored
Replaced by the maximize and "More..." buttons. Edit mode is now the fallback mode for the output panes.
-
- 09 Dec, 2009 1 commit
-
-
con authored
-
- 01 Oct, 2009 1 commit
-
-
Friedemann Kleint authored
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 23 Jul, 2009 1 commit
-
- 16 Jun, 2009 2 commits
-
-
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
-
- 03 Jun, 2009 1 commit
-
-
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
-
- 25 Feb, 2009 2 commits
- 23 Jan, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
-
- 21 Jan, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
The instance method has been moved to ICore, so there is generally no need to include coreimpl.h anymore. Many objects accessed through this core instance also had their own static instance methods.
-
- 20 Jan, 2009 1 commit
-
-
hjk authored
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
-
- 19 Jan, 2009 1 commit
-
-
hjk authored
forward declaration is sufficient.
-
- 14 Jan, 2009 1 commit
-
-
con authored
Details: - Naming convention
-
- 13 Jan, 2009 3 commits
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
con authored
Details: - To make it conform to naming convention.
-
- 16 Dec, 2008 1 commit
-
-
hjk authored
-