Daniel Molkentin
460cbadc82
Refactor: add userResourcePath() accessor to ICore.
...
Access to the users private resource path (derived from the
settings path) has been used in quite some places, so it's
worth moving it to the core interface centrally.
Reviewed-By: Thorbjorn Lindeijer
2010-08-25 19:12:53 +02:00
hjk
b50ba6a271
Core::Context: fix documentation, remove an unused variable
2010-06-29 10:58:29 +02:00
Daniel Molkentin
ebb8faae6d
New dialog: Replace "Preferred wizards" concept by remembering the last category
...
Reviewed-by: trustme
2010-05-19 18:40:45 +02:00
con
ca14299790
Rename IPlugin::shutdown --> IPlugin::aboutToShutdown
...
Discussed-with: hjk
2010-04-28 17:32:01 +02:00
Thorbjørn Lindeijer
510cae2019
Updated ICore documentation to recent additional contexts API change
...
Reviewed-by: con
2010-03-26 17:47:30 +01:00
con
4f4bbe9828
Change contextChanged signal to also notify about additional contexts.
2010-03-26 12:17:13 +01:00
hjk
9595504bda
Long live the king!
2010-03-05 11:28:13 +01:00
con
4a46d0864b
Rename IWizard::Kind --> IWizard::WizardKind, add some logic for which wizard kinds to collapse/expand.
2010-01-15 11:07:50 +01:00
Daniel Molkentin
047901aab2
Allow access to system scope setting.
...
This commit add a Settings::Scope parameter to
Core::ICore::settings(), the default is UserScope,
which falls back to SystemScope. Specifying SystemScope
instead gives exclusive access to the SystemScope.
2010-01-14 15:27:14 +01:00
Friedemann Kleint
22ab8d5662
Debugger: Do configuration error checking early on.
...
Add a configuration checking method to the Debugger manager,
depending on toolchain, wire it to the engines.
Check that in the debugger run controls.
Add a convenience method to ICore that shows a warning
message with a "Settings" button, pointing the user
to a configuration error on a settings page.
Remove leftovers of the dumper parser.
Acked-by: con <qtc-committer@nokia.com >
2009-10-08 17:23:27 +02:00
hjk
93cbef8724
long live the king
2009-08-14 09:30:56 +02:00
Jason McDonald
884b7af769
Update license headers and sales contact details.
...
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
Thorbjørn Lindeijer
8a28a98f9b
Some documentation for the settings database
2009-05-25 15:30:19 +02:00
hjk
8ca887aae2
Fixes: change file license headers to include LGPL
2009-02-25 09:15:00 +01:00
hjk
113b81e9db
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
2009-01-20 11:52:04 +01:00
Daniel Molkentin
59affcfffc
Bump year in licence header.
2009-01-13 19:22:14 +01:00
con
8dfdfc0600
Fixes: - License header
2009-01-13 17:03:14 +01:00
con
5b97ddd3e4
Fixes: - ScriptManagerInterface --> ScriptManager
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
c9889120c3
Fixes: - Rename ActionManagerInterface --> ActionManager
...
Details: - To make it conform to naming convention.
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