hjk
f4721eaae2
Fixes: coreplugin: remove 'fat' BaseView constructor
...
Details: failed trial before the committee on un-qtish behaviour
2009-01-26 14:49:26 +01:00
hjk
1a621a9c9e
Fixes: coreplugin: remove a few more PluginManager* parameters
2009-01-26 14:30:04 +01:00
hjk
f9679651e1
Fixes: coreplugin: remove more PluginManager parameters
...
Details: access PluginManager::instance() instead
2009-01-26 14:25:03 +01:00
hjk
f68d6cf0a0
Fixes: rename OutputPane into OutputPaneManager
...
RevBy: dt
Details: also clean up the class interface a bit
2009-01-26 14:13:15 +01:00
hjk
f31607b33d
Fixes: coreplugin: use UniqueIDManager more directly
2009-01-26 13:03:38 +01:00
Thorbjørn Lindeijer
735e609e00
Removed more icore.h includes from header files
2009-01-23 13:03:36 +01:00
Thorbjørn Lindeijer
f862f5af9a
Fixed checked state for Full Screen action
2009-01-22 15:05:05 +01:00
Thorbjørn Lindeijer
5b50ffc20d
Cleaned up usages of CoreImpl::instance
...
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.
2009-01-21 13:37:58 +01:00
hjk
d19ba169c2
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-20 17:14:12 +01:00
hjk
667255c4d1
some more ICore related cleanup
2009-01-20 17:14:00 +01:00
Thorbjørn Lindeijer
a654dc0b3a
Renamed 'Toggle Sidebar' to 'Show Sidebar'
...
Since it's checkable now, "Show Sidebar" is more suitable. Also changed
the interface a bit to allow more than just toggling.
2009-01-20 15:58:27 +01:00
hjk
897c05f57c
replace Core::ICore::instance()->pluginManager() by ExtensionSystem::PluginManager::instance()
2009-01-20 15:31:33 +01:00
Thorbjørn Lindeijer
e0a4789081
Added some structure to the advanced edit menu
...
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.
2009-01-20 09:51:56 +01:00
hjk
57a091ac8a
try to act on system's maximization attempts to toggle fullscreen mode
2009-01-19 15:49:47 +01:00
hjk
76b3341009
implement "real" full screen mode
2009-01-19 14:12:39 +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
Jens Bache-Wiig
6b86542ae4
Fixes: Dont override windowsstyle on windows
...
Task: Reported on #qt
RevBy: dt
Details:
This code was only intended for X11, hence we
ifdef it for now. Obviously windows users might
want to use windows style.
2009-01-14 17:05:21 +01:00
con
fbfcc9a484
Fixes: - ICommand --> Command
...
Details: - Naming convention
2009-01-14 13:18:25 +01:00
con
1e4c48a173
Fixes: - IActionContainer --> ActionContainer
...
Details: - Conform to naming convention
2009-01-14 13:18:24 +01:00
con
28acadf899
Fixes: - ActionContainer --> ActionContainerPrivate
...
Details: - Preparation for IActionContainer --> ActionContainer
2009-01-14 13:18:23 +01:00
hjk
d0725e31a4
remove "fat" BaseMode constructor
2009-01-14 12:00:22 +01:00
con
08e7b0f447
Fixes: - Remove unused tool bar container, and unnecessary enum
...
Details: - I'm still not too happy with the whole construction but anyway.
The ToolBarActionContainer was never really used anymore (e.g. you
couldn't create one)
2009-01-14 11:33:10 +01:00
Daniel Molkentin
59affcfffc
Bump year in licence header.
2009-01-13 19:22:14 +01:00
con
768dd19e5b
Fixes: - API doc for ActionManager and remove some deprecated things
...
Details:
ActionManager::registerAction(qaction, id):
use registerAction(qaction, id, QList<int>() << Core::C_GLOBAL_ID)
ActionManager::addAction/Menu:
use ActionManager::actionContainer + IActionContainer::addAction/Menu
2009-01-13 19:09:03 +01:00
con
5b97ddd3e4
Fixes: - ScriptManagerInterface --> ScriptManager
2009-01-13 16:43:34 +01:00
con
601471bee0
Fixes: - ScriptManager --> ScriptManagerPrivate
2009-01-13 16:43:34 +01:00
con
281c462d24
Fixes: - ProgressManagerInterface --> ProgressManager
...
Details: - Conform to conventions.
2009-01-13 15:44:26 +01:00
con
5f3faaff19
Fixes: - ProgressManager --> ProgressManagerPrivate
2009-01-13 15:44:26 +01:00
con
c9889120c3
Fixes: - Rename ActionManagerInterface --> ActionManager
...
Details: - To make it conform to naming convention.
2009-01-13 15:44:25 +01:00
con
2562b09f5b
Fixes: - Rename ActionManager --> ActionManagerPrivate
...
Details: - Step one, step two is ActionManagerInterface -->
ActionManager because it conflicts with our naming conventions
2009-01-13 15:44:25 +01:00
con
349c055d47
Fixes: - API documentation for ICore
...
Details: - And do some simplification/consistency.
2009-01-12 17:21:07 +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
con
92bbbc95c8
Fixes: - Make the "Toggle Sidebar" button be a toggle button
...
Task: - 235542
2009-01-06 17:03:08 +01:00
hjk
da3cb14483
chancge Nokia GPL exception version from 1.2 to 1.3
2008-12-16 17:20:00 +01:00
dt
a7227782db
Fixes: Saving and restoring of ProjectTreeWidget states
...
Task: Reported on the ML multiple times.
Details: Add a few methods to make it possible to save and restore
settings. Save those settings to the .ini file. (I'm not sure whether
seesion would be better, let's see what feedback we get.)
2008-12-11 14:35:14 +01:00
dt
13420d3e76
Fixes: Don't fall back to win95 on KDE4, at least use plastique.
...
Task: -
RevBy: -
AutoTest: -
Details: -
2008-12-10 17:25:47 +01:00
hjk
342caa2141
some more whitespace changes
2008-12-09 11:07:24 +01:00
con
31d8116f32
Fixes: - Make about dialog a non-modal dialog
2008-12-04 17:07:27 +01:00
hjk
ab83dcd87c
off-by-one in headers
2008-12-02 14:20:25 +01:00
hjk
8a43d9b9f3
end-of-line whitespace correction of the new headers
2008-12-02 14:17:16 +01:00
hjk
f61e8672db
more cosmetic changes
2008-12-02 14:09:21 +01:00
con
05c35356ab
Initial import
2008-12-02 12:01:29 +01:00