hjk
8397663964
Update license.
2011-04-13 11:49:28 +02:00
Friedemann Kleint
4fa528813e
Debugger: Fix exit crash in debug mode (X11).
...
Double deletion of debug mode widgets.
2011-03-15 14:52:35 +01:00
con
301f15ee6b
Fix some more actions that were enabled at startup without a reason.
2011-01-31 15:18:35 +01:00
con
d1023c7614
It's 2011 now.
...
Reviewed-by: hjk
2011-01-12 09:46:24 +01:00
con
b1bcf081d8
Merge branch '2.1'
...
Conflicts:
src/plugins/coreplugin/basemode.cpp
src/plugins/coreplugin/basemode.h
src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.cpp
src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h
src/plugins/debugger/cdb/cdbsymbolpathlisteditor.cpp
src/plugins/debugger/debuggeragents.cpp
src/plugins/debugger/debuggeruiswitcher.cpp
src/plugins/debugger/debuggeruiswitcher.h
src/plugins/projectexplorer/buildconfigdialog.cpp
src/plugins/qmldesigner/components/propertyeditor/colorwidget.cpp
src/plugins/qmldesigner/components/propertyeditor/colorwidget.h
src/plugins/qmldesigner/designercore/include/enumeratormetainfo.h
src/plugins/qmldesigner/designercore/include/modelutilities.h
src/plugins/qmldesigner/designercore/include/nodeinstance.h
src/plugins/qmldesigner/designercore/include/propertymetainfo.h
src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.h
src/plugins/qmldesigner/designercore/instances/graphicsviewnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.h
src/plugins/qmldesigner/designercore/instances/nodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/qmlviewnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.h
src/plugins/qmldesigner/designercore/metainfo/enumeratormetainfo.cpp
src/plugins/qmldesigner/designercore/metainfo/propertymetainfo.cpp
src/plugins/qmldesigner/designercore/model/modelutilities.cpp
src/plugins/snippets/inputwidget.cpp
src/plugins/snippets/snippetscompletion.cpp
src/plugins/snippets/snippetscompletion.h
src/plugins/snippets/snippetspec.cpp
src/plugins/snippets/snippetsplugin.cpp
src/plugins/snippets/snippetswindow.cpp
src/plugins/snippets/snippetswindow.h
src/plugins/texteditor/snippetsparser.cpp
src/tools/qml/qmldom/main.cpp
tests/manual/trk/runner.cpp
tests/manual/trk/trkolddevice.cpp
tests/manual/trk/trkolddevice.h
tests/manual/trk/trkserver.cpp
2010-12-17 17:00:53 +01:00
con
04e32b0049
License headers.
2010-12-17 16:03:42 +01:00
Christian Kandeler
7644841818
Navigation widget: Fix compilation.
...
Written-by: Tobias Hunger
2010-10-25 12:06:14 +02:00
Tobias Hunger
672d63faab
Navigation: Handle no widgets available case
...
Completely hide the sidebar if no navigation widgets are
available at all.
2010-10-25 11:41:01 +02:00
Tobias Hunger
46948b7968
Clean up navigationwidget
2010-10-25 11:40:57 +02:00
Oswald Buddenhagen
35bb61590d
Merge remote branch 'origin/2.1'
...
Conflicts:
doc/qtcreator.qdoc
share/qtcreator/templates/mobileapp/app.pro
2010-10-25 11:27:30 +02:00
Tobias Hunger
7b043ba1d7
Stop navigationwidget from going haywire
...
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
2010-10-21 18:09:29 +02:00
con
a1664c12e9
Avoid changing text on toggle menu item.
...
We actually only want to change the tool tip.
Reviewed-by: Thorbjørn Lindeijer
2010-10-20 12:10:02 +02:00
Friedemann Kleint
d6057ae600
Header cleanup in coreplugin, part 1
2010-09-16 12:26:28 +02:00
hjk
ff0ac20a42
coreplugin: use Core::Id is some places
2010-09-10 17:22:28 +02:00
Denis Mingulov
b23b4588bf
Navigation Widget: add 'Priority' support
...
Merge-request: 176
Reviewed-by: hjk <qtc-committer@nokia.com >
2010-09-09 14:39:59 +02:00
Leandro Melo
761a9694f9
Export the navigation widget and expose activation of subwidgets.
...
Reviewed-by: hjk
2010-08-13 16:44:58 +02:00
Kai Koehne
8110c88781
Fix crash on close in sidebar/bookmarks view
...
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.
2010-08-11 15:00:46 +02:00
Alessandro Portale
3aa3c5688f
Pedantic cleanup of filename parameters for QIcon constructor
...
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.
2010-07-30 22:17:14 +02:00
Kai Koehne
802b21c016
Save/restore settings of navigation widgets more aggressively
...
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
2010-07-16 14:10:02 +02:00
hjk
2f5f358ff4
Core::Context: compile hot fix for Windows.
2010-06-25 17:38:25 +02:00
hjk
c7e8b51d37
core: use a class derived from QList<int> instead of a QList<int> for Core::Context
...
A mostly mechanical change.
Reviewed-By: con
2010-06-25 12:58:07 +02:00
Friedemann Kleint
bbcacaf59f
Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.
2010-03-18 10:59:06 +01:00
hjk
9595504bda
Long live the king!
2010-03-05 11:28:13 +01:00
Jens Bache-Wiig
a2ec8cc939
Fix missing tabfocus with manhattanstyle
...
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.
2010-03-01 17:29:12 +01:00
con
58a248cb9d
Navigation widgets need separate id and display name.
...
Such that the layout of the left hand sidebar can be restored
even if the display language is changed.
2010-01-27 19:05:19 +01:00
con
6e1832d55d
Update tool tip text for "Show / Hide Sidebar" wrt current state.
2009-12-08 18:30:34 +01:00
Roberto Raggi
c17fcb8ac6
Fixed a typo.
...
Renamed doockToolBarWidgets
2009-10-09 17:41:09 +02:00
Friedemann Kleint
5948e284bb
Rename namespace Core::Utils into Utils
...
Also move Designer::Internal::FormWindowEditor ->
Designer::FormWindowEditor.
2009-10-05 11:06:05 +02:00
Friedemann Kleint
74a3828f19
Purge out include files in exported headers
2009-10-01 16:38:08 +02:00
dt
beb2916ea6
Fix warnings that a signal conflicts with a slot of base classes.
...
In NavigationSubWidget and SideBarWidget
2009-08-20 17:40:12 +02:00
hjk
93cbef8724
long live the king
2009-08-14 09:30:56 +02:00
con
8ed85f1eb6
Unify tool button appearance in "panelWidgets".
...
Reviewed-by: Jens Bache-Wiig
2009-07-17 13:13:32 +02:00
con
d88fceb202
Fix the navigation bar's split and close buttons.
2009-07-17 10:28:49 +02:00
con
cb1cd84c5a
Remove usage of QToolBar for navigation side bar.
2009-07-16 18:06:38 +02:00
Jason McDonald
884b7af769
Update license headers and sales contact details.
...
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
con
9da539fd5f
Ensure that navigation sidebar is visible when using nav widget shortcut
...
Reviewed-by: Daniel Molkentin
2009-06-11 11:43:57 +02:00
Oswald Buddenhagen
d2a8449bea
ifdef Q_?S_* cleanup
...
- 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
2009-06-03 20:54:59 +02:00
con
06911c66cc
Don't crash under certain weird conditions.
...
In case of 'version 1' navigation settings, and only a 'Open Documents'
panel visible, we ended up in an endless loop.
2009-04-03 13:13:57 +02:00
mae
e83788f17b
Show the "Open Documents" navigation bar widget in the default
...
configuration. Contains some compatible versioning code to also show it
to current users, but without destroying their manual setup.
2009-03-26 15:54:05 +01:00
hjk
8ca887aae2
Fixes: change file license headers to include LGPL
2009-02-25 09:15:00 +01:00
hjk
1c7e4182ac
Fixes: rename some commands to get something like a 'naming scheme'
...
in place
RevBy: con
2009-02-20 17:22:16 +01:00
Thorbjørn Lindeijer
6fa1084bc8
Use QActions to fix toolbar extension
...
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.
2009-02-09 11:08:55 +01:00
Thorbjørn Lindeijer
735e609e00
Removed more icore.h includes from header files
2009-01-23 13:03:36 +01:00
hjk
113b81e9db
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
2009-01-20 11:52:04 +01:00
hjk
cc5ff1ec74
Remove #include <extensionsystem/pluginmanager.h> from icore.h, a
...
forward declaration is sufficient.
2009-01-19 12:39:20 +01:00
hjk
266ee2a468
remove ProjectExplorerInterface and ExtensionSystemInterfaces files
2009-01-14 15:08:46 +01:00
con
fbfcc9a484
Fixes: - ICommand --> Command
...
Details: - Naming convention
2009-01-14 13:18:25 +01:00
Daniel Molkentin
59affcfffc
Bump year in licence header.
2009-01-13 19:22:14 +01:00
con
c9889120c3
Fixes: - Rename ActionManagerInterface --> ActionManager
...
Details: - To make it conform to naming convention.
2009-01-13 15:44:25 +01:00
Thorbjørn Lindeijer
6c1e557d70
Changed coreplugin resource prefix to "/core"
...
It still read "/qworkbench", the research project name for Qt Creator.
Reviewed-by: con
2009-01-12 15:23:22 +01:00