summaryrefslogtreecommitdiff
path: root/src/plugins/quickopen/quickopenplugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* QuickOpenPlugin --> LocatorPlugincon2009-10-161-253/+0
|
* QuickOpenManager --> LocatorManagercon2009-10-161-2/+2
|
* IQuickOpenFilter->ILocatorFilter and QuickOpenToolWindow->LocatorWidgetcon2009-10-161-25/+25
|
* long live the kinghjk2009-08-141-1/+1
|
* rename the QuickOpen action to Locatemae2009-07-211-1/+1
|
* Got rid of friend declaration to static template functionThorbjørn Lindeijer2009-07-141-36/+2
| | | | | | Made the function a private member instead. Reviewed-by: ossi
* Activating Locator when already in the locator window didn't work.con2009-06-221-1/+1
| | | | | For example when you typed Ctrl+l and find that you don't want to use the goto line filter after all.
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Fixed compile error with gcc 3.3Thorbjørn Lindeijer2009-06-031-1/+2
| | | | sorry, unimplemented: `method_call_expr' not supported by dump_expr
* Implemented SettingsDatabase::removeThorbjørn Lindeijer2009-05-251-1/+1
| | | | | | | At the same time, fixed the order in the QuickOpen plugin to make sure the RefreshInterval setting isn't immediately removed after saving it. Also disabled debug output for settings database.
* Implemented backwards compatibility to old QuickOpen settingsThorbjørn Lindeijer2009-05-251-11/+38
| | | | | Also fixed the restoring of the refresh interval, which was broken due to different keys being used for saving and restoring.
* Introduced settings database based on sqliteThorbjørn Lindeijer2009-05-251-13/+13
| | | | | | | | | | | Potential replacement for QSettings. This database will allow us to save settings incrementially, removing most of the performance issues we're having when our few megabytes of settings are being saved. Not done in the form of a QSettings backend because it doesn't seem the backends can do an incremental update of the settings. Currently used by the QuickOpenPlugin for testing.
* Some documentation.con2009-04-241-1/+9
|
* Fixes: Introduce a cpp settingspage containing file naming conventions ↵Friedemann Kleint2009-03-181-1/+2
| | | | | | | | | (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.
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Fixes: rename some commands to get something like a 'naming scheme'hjk2009-02-201-2/+2
| | | | | in place RevBy: con
* Fixes: coreplugin: remove 'fat' BaseView constructorhjk2009-01-261-4/+7
| | | | Details: failed trial before the committee on un-qtish behaviour
* Removed more icore.h includes from header filesThorbjørn Lindeijer2009-01-231-1/+2
|
* some more ICore related cleanuphjk2009-01-201-1/+1
|
* replace Core::ICore::instance()->pluginManager() by ↵hjk2009-01-201-2/+1
| | | | ExtensionSystem::PluginManager::instance()
* replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() ↵hjk2009-01-201-8/+6
| | | | by Core::ICore::instance()
* Remove #include <extensionsystem/pluginmanager.h> from icore.h, ahjk2009-01-191-1/+2
| | | | forward declaration is sufficient.
* Fixes: - ICommand --> Commandcon2009-01-141-1/+1
| | | | Details: - Naming convention
* Fixes: - IActionContainer --> ActionContainercon2009-01-141-1/+1
| | | | Details: - Conform to naming convention
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
|
* Modified IOptionsPage interface for Apply buttonThorbjørn Lindeijer2009-01-131-19/+18
| | | | | | | | | | | The previous interface wasn't sufficient to properly support the Apply button, since it didn't separate applying the changes from the cleanup phase. Designer settings pages still need some fixing. Fixes Apply button causing problems for certain plugins, for example the QuickOpen.
* Fixes: - ProgressManagerInterface --> ProgressManagercon2009-01-131-2/+2
| | | | Details: - Conform to conventions.
* Fixes: - Rename ActionManagerInterface --> ActionManagercon2009-01-131-1/+1
| | | | Details: - To make it conform to naming convention.
* Fixes: - Rename ActionManager --> ActionManagerPrivatecon2009-01-131-1/+1
| | | | | Details: - Step one, step two is ActionManagerInterface --> ActionManager because it conflicts with our naming conventions
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
|
* more code cosmeticshjk2008-12-021-0/+1
|
* off-by-one in headershjk2008-12-021-1/+0
|
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
|
* Initial importcon2008-12-021-0/+252