Commit Graph

70 Commits

Author SHA1 Message Date
con
8457bd6861 Move wizard list generating helper methods to IWizard.
They don't have anything to do specifically with file wizards.
2009-05-11 13:36:56 +02:00
mae
9b82d98ede some work on the save-modified-files logic. We no longer rely
on QFileInfo to tell us that a file is not writable, but accept
that the attempt to save a file might actually fail (:-) ). This
solves the NT network domain issue without the insane slowness.

The stuff needs more work. We do not have any UI for failing save
operations when closing creator (other than it doesn't close). Bad.
2009-05-08 17:59:01 +02:00
Alessandro Portale
0b13357700 Rename AboutWorkbench to AboutQtCreator 2009-05-08 16:43:15 +02:00
Thorbjørn Lindeijer
b4245ac15c Prevent changing the context object just because the menu is activated
Fixes slowness when switching menus and allows menu actions to be used
that have a context that depends on the currently focused object.

Reviewed-by: con
2009-04-22 17:42:28 +02:00
Thorbjørn Lindeijer
ef1311d054 Fixed restoring of full screen window state
Task-number: 247123
2009-04-16 10:28:41 +02:00
dt
a10dc593b0 Switching to the output mode now always gives focus to the output mode.
Annoying
2009-04-07 17:05:41 +02:00
Friedemann Kleint
bccf4a1fc3 Fixes: Introduce a cpp settingspage containing file naming conventions (lower case and suffixes). Reorder VCS settings pages.
Task: 241959, 248085

RevBy: Optics/Naming checked by con
Details: Give IOptionPage an id() to differentiate from trName(). Make showOptionsDialog return a bool (applied) and give it an optional parent. Change Cpp and form class wizards, give them a Configure... button to change those settings.
2009-03-18 16:43:01 +01:00
Thorbjørn Lindeijer
4e16705a27 Added changeEvent calls where appropriate
Need to call into the superclass in order not to lose functionality. Was
missing in the wizard, hence the many missing occurrences.

Reviewed-by: Friedemann Kleint
2009-03-17 18:25:44 +01:00
Friedemann Kleint
679d15f484 Fixes: Remove "Class" prefix from UI-classes generated by the gui app wizards; give new item dialog home path as default when creating files out of project contexts. 2009-03-12 13:44:37 +01:00
hjk
9a70ea1823 Fixes: coreplugin: use QAction->data instead of a helper map 2009-03-10 20:01:09 +01:00
con
bbfc1013f0 Fixes: "Return to editor" functionality suboptimal in debug mode 2009-03-09 17:19:35 +01:00
con
4e1e21dab7 Fixes: - Don't add editor context by default if focus is elsewhere
RevBy:    - dt
Details:  - This made it impossible to e.g. copy from the output
windows. We'll see if adding the editor by default had some
user-interation purpose.
2009-03-03 17:23:45 +01:00
hjk
8ca887aae2 Fixes: change file license headers to include LGPL 2009-02-25 09:15:00 +01:00
Oswald Buddenhagen
3fca94780a Merge branch '1.0.0' into master
Conflicts:
	src/plugins/debugger/gdbengine.cpp
2009-02-23 17:03:25 +01:00
hjk
0d154af6a1 Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0 2009-02-20 17:31:26 +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
con
8e826862d6 Fixes: - Don't override mac app icon via setWindowIcon. 2009-02-20 14:24:16 +01:00
con
ae7c99eb76 Merge branch '1.0.0'
Conflicts:
	src/plugins/subversion/subversionplugin.cpp
2009-02-10 12:25:25 +01:00
Friedemann Kleint
acd5feafea Fixes: React to desktop file manager drop events.
Task: 238143
2009-02-10 10:56:22 +01:00
Thorbjørn Lindeijer
8fee8fb3c0 Fix compile
Reviewed-by: mae
2009-02-04 15:56:30 +01:00
mae
fb01db4490 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
Conflicts:
	src/plugins/coreplugin/editormanager/editormanager.cpp
2009-01-28 17:03:52 +01:00
hjk
8ef4f166e7 Fixes: coreplugin: remove another cached core instance singleton
pointer
2009-01-28 14:04:39 +01:00
mae
ffbdd1b9a0 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-26 16:36:22 +01:00
Jens Bache-Wiig
9c897b4411 Fixes: Polish toolbar buttons, fix invisible extension
Details:
I used vector graphics for icons, to give them a smoother
appearance and added an improved extension button that is
visible on a dark background. Down arrows are now
painted with AA enabled.
2009-01-26 15:48:47 +01:00
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
mae
1b345cfa0f Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
Conflicts:
	src/plugins/perforce/perforceplugin.cpp
2009-01-23 14:41:33 +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
mae
7cfa4dbe5b Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
Conflicts:
	src/plugins/coreplugin/editormanager/editormanager.cpp
	src/plugins/coreplugin/editormanager/openeditorsview.cpp
	src/plugins/coreplugin/editormanager/stackededitorgroup.cpp
2009-01-21 15:24:20 +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
mae
145f9c24ba Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
Conflicts:
	src/plugins/perforce/perforceplugin.cpp
2009-01-20 17:10:34 +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
mae
c0c5342386 first edition of the new editor view, splitting still missing 2009-01-16 17:34:34 +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