Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QuickOpenPlugin --> LocatorPlugin | con | 2009-10-16 | 1 | -253/+0 |
| | |||||
* | QuickOpenManager --> LocatorManager | con | 2009-10-16 | 1 | -2/+2 |
| | |||||
* | IQuickOpenFilter->ILocatorFilter and QuickOpenToolWindow->LocatorWidget | con | 2009-10-16 | 1 | -25/+25 |
| | |||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | rename the QuickOpen action to Locate | mae | 2009-07-21 | 1 | -1/+1 |
| | |||||
* | Got rid of friend declaration to static template function | Thorbjørn Lindeijer | 2009-07-14 | 1 | -36/+2 |
| | | | | | | Made the function a private member instead. Reviewed-by: ossi | ||||
* | Activating Locator when already in the locator window didn't work. | con | 2009-06-22 | 1 | -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 McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fixed compile error with gcc 3.3 | Thorbjørn Lindeijer | 2009-06-03 | 1 | -1/+2 |
| | | | | sorry, unimplemented: `method_call_expr' not supported by dump_expr | ||||
* | Implemented SettingsDatabase::remove | Thorbjørn Lindeijer | 2009-05-25 | 1 | -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 settings | Thorbjørn Lindeijer | 2009-05-25 | 1 | -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 sqlite | Thorbjørn Lindeijer | 2009-05-25 | 1 | -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. | con | 2009-04-24 | 1 | -1/+9 |
| | |||||
* | Fixes: Introduce a cpp settingspage containing file naming conventions ↵ | Friedemann Kleint | 2009-03-18 | 1 | -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 LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
| | |||||
* | Fixes: rename some commands to get something like a 'naming scheme' | hjk | 2009-02-20 | 1 | -2/+2 |
| | | | | | in place RevBy: con | ||||
* | Fixes: coreplugin: remove 'fat' BaseView constructor | hjk | 2009-01-26 | 1 | -4/+7 |
| | | | | Details: failed trial before the committee on un-qtish behaviour | ||||
* | Removed more icore.h includes from header files | Thorbjørn Lindeijer | 2009-01-23 | 1 | -1/+2 |
| | |||||
* | some more ICore related cleanup | hjk | 2009-01-20 | 1 | -1/+1 |
| | |||||
* | replace Core::ICore::instance()->pluginManager() by ↵ | hjk | 2009-01-20 | 1 | -2/+1 |
| | | | | ExtensionSystem::PluginManager::instance() | ||||
* | replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() ↵ | hjk | 2009-01-20 | 1 | -8/+6 |
| | | | | by Core::ICore::instance() | ||||
* | Remove #include <extensionsystem/pluginmanager.h> from icore.h, a | hjk | 2009-01-19 | 1 | -1/+2 |
| | | | | forward declaration is sufficient. | ||||
* | Fixes: - ICommand --> Command | con | 2009-01-14 | 1 | -1/+1 |
| | | | | Details: - Naming convention | ||||
* | Fixes: - IActionContainer --> ActionContainer | con | 2009-01-14 | 1 | -1/+1 |
| | | | | Details: - Conform to naming convention | ||||
* | Bump year in licence header. | Daniel Molkentin | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | Modified IOptionsPage interface for Apply button | Thorbjørn Lindeijer | 2009-01-13 | 1 | -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 --> ProgressManager | con | 2009-01-13 | 1 | -2/+2 |
| | | | | Details: - Conform to conventions. | ||||
* | Fixes: - Rename ActionManagerInterface --> ActionManager | con | 2009-01-13 | 1 | -1/+1 |
| | | | | Details: - To make it conform to naming convention. | ||||
* | Fixes: - Rename ActionManager --> ActionManagerPrivate | con | 2009-01-13 | 1 | -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.3 | hjk | 2008-12-16 | 1 | -1/+1 |
| | |||||
* | more code cosmetics | hjk | 2008-12-02 | 1 | -0/+1 |
| | |||||
* | off-by-one in headers | hjk | 2008-12-02 | 1 | -1/+0 |
| | |||||
* | end-of-line whitespace correction of the new headers | hjk | 2008-12-02 | 1 | -10/+11 |
| | |||||
* | Initial import | con | 2008-12-02 | 1 | -0/+252 |