- Oct 25, 2010
-
-
Christian Kandeler authored
Written-by: Tobias Hunger
-
Tobias Hunger authored
Completely hide the sidebar if no navigation widgets are available at all.
-
Tobias Hunger authored
-
- Oct 21, 2010
-
-
Tobias Hunger authored
Stop navigationwidget from going haywire when faced with old configuration data. This issue could lead to different effects: * A crash * Creator not being able to exit anymore * The sidebar being messed up Task-number: QTCREATORBUG-2780 Reviewed-by: con
-
- Oct 20, 2010
-
-
con authored
We actually only want to change the tool tip. Reviewed-by: Thorbjørn Lindeijer
-
- Sep 16, 2010
-
-
Friedemann Kleint authored
-
- Sep 10, 2010
-
-
hjk authored
-
- Sep 09, 2010
-
-
Denis Mingulov authored
Merge-request: 176 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- Aug 13, 2010
-
-
Leandro Melo authored
Reviewed-by: hjk
-
- Aug 11, 2010
-
-
Kai Koehne authored
Explicitly close all views of the sidebar _before_ the core is destructed. E.g. the bookmarks view tries to access the core in it's destructor.
-
- Jul 30, 2010
-
-
Alessandro Portale authored
Using more *::Constants::ICON_* where it makes sense and wrapping the file names into QLatin1String where they were missing. The increased usage of the ICON constants needed a few more cross plugin includes of *constants.h, here and there. I think that it is OK, since the dependencies were alredy there icon resource wise.
-
- Jul 16, 2010
-
-
Kai Koehne authored
Save/restore the current settings of a navigation widget per position, every time something changes in the navigation bar setup. Previously, only settings on exit were stored / restored on startup, which means that e.g. when you switch from the Outline to the Project Explorer and back, the settings of the Outline were lost. Reviewed-by: con
-
- Jun 25, 2010
- Mar 18, 2010
-
-
Friedemann Kleint authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Mar 01, 2010
-
-
Jens Bache-Wiig authored
I added a new focus rect for combo boxes with manhattan style. To reduce the visual impact I follow the same policy we use on windows where we do not show the focus rect unless it is called upon by tabfocus.
-
- Jan 27, 2010
-
-
con authored
Such that the layout of the left hand sidebar can be restored even if the display language is changed.
-
- Dec 08, 2009
-
-
con authored
-
- Oct 09, 2009
-
-
Roberto Raggi authored
Renamed doockToolBarWidgets
-
- Oct 05, 2009
-
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- Oct 01, 2009
-
-
Friedemann Kleint authored
-
- Aug 20, 2009
-
-
dt authored
In NavigationSubWidget and SideBarWidget
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 17, 2009
- Jul 16, 2009
-
-
con 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
-
-
con authored
Reviewed-by: Daniel Molkentin
-
- 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
-
- Apr 03, 2009
-
-
con authored
In case of 'version 1' navigation settings, and only a 'Open Documents' panel visible, we ended up in an endless loop.
-
- Mar 26, 2009
-
-
mae authored
configuration. Contains some compatible versioning code to also show it to current users, but without destroying their manual setup.
-
- Feb 25, 2009
- Feb 20, 2009
-
-
hjk authored
in place RevBy: con
-
- Feb 09, 2009
-
-
Thorbjørn Lindeijer authored
Instead of directly adding QToolButtons to the tool bar of the navigation subwidget, use QActions. This allows the tool bar extension to show them in a menu when necessary. The icons are inappropriate for in a menu, however.
-
- Feb 05, 2009
-
-
Thorbjørn Lindeijer authored
Instead of directly adding QToolButtons to the tool bar of the navigation subwidget, use QActions. This allows the tool bar extension to show them in a menu when necessary. The icons are inappropriate for in a menu, however.
-
- Jan 23, 2009
-
-
Thorbjørn Lindeijer authored
-
- Jan 20, 2009
-
-
hjk authored
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
-