summaryrefslogtreecommitdiff
path: root/src/libs/extensionsystem
Commit message (Expand)AuthorAgeFilesLines
* CMake build: Fix false detection of mocable fileOrgad Shaneh2019-11-011-3/+4
* PluginManager is not moc'ed automaticallyv4.11.0-beta2Michael Winkelmann2019-10-311-1/+3
* CMake Build: Use shared precompile headersCristian Adam2019-09-191-2/+2
* Compile fix with recent Qt devhjk2019-07-292-16/+8
* PluginManager: Provide helpful output if unit tests cannot be runChristian Kandeler2019-07-262-2/+13
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-252-12/+12
|\
| * ExtensionSystem: Remove one deprecated use of QTimehjk2019-07-232-12/+12
* | Utils: Add CommandLine convenience constructorshjk2019-07-231-2/+2
* | Use Utils::FilePath in SynchronousProcesshjk2019-06-111-3/+4
|/
* ExtensionSystem: Move away from QListEike Ziller2019-05-279-75/+90
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* Qt Creator CMake portCristian Adam2019-05-171-0/+16
* use initializer listsTim Jenssen2019-01-211-1/+1
* Const'ify two static variablesBernhard Beschow2018-12-192-3/+3
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* ExtensionSystem: Remove icon from categoriesChristian Stenger2018-10-121-9/+0
* Fix plugin loading profiling reportEike Ziller2018-10-011-3/+3
* ExtensionSystem: Relax platform regexp matchingOrgad Shaneh2018-09-251-1/+2
* PluginManager: Replace getPlatformName with QSysInfo::prettyProductNameOrgad Shaneh2018-09-251-59/+7
* Extensionsystem: ModernizeAlessandro Portale2018-08-088-50/+42
* ExtensionSystem: Forward setEnabledBySettings to PluginSpecIvan Donchevskii2018-05-142-0/+7
* ExtensionSystem: Consistently use nullptrTobias Hunger2018-05-086-7/+7
* ExtensionSystem/Aggregation: Use override consistentlyTobias Hunger2018-05-076-6/+6
* ExtensionSystem: Remove PluginManager::getObjectByClassNamehjk2018-04-112-16/+0
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-051-1/+16
|\
| * Merge remote-tracking branch 'origin/4.5' into 4.6Eike Ziller2018-03-021-1/+16
| |\
| | * Allow plugins to specify a "revision" to show in addition to the versionv4.5.2Eike Ziller2018-03-021-1/+16
* | | ExtensionSystem: Remove type based getObjects()hjk2018-03-022-54/+5
* | | ExtensionSystem: Remove per-plugin object poolshjk2018-02-233-62/+9
|/ /
* | PluginView: do not allow to edit Load columnNikita Baryshnikov2017-12-261-2/+2
* | De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-0/+2
|/
* ExtensionSystem: Work around linguist issueEike Ziller2017-10-241-1/+2
* ExtensionSystem: Avoid using iterators from temporariesEike Ziller2017-10-192-3/+4
* Plugins: Fix capitalization of Plugin Loader Messages dialogLeena Miettinen2017-10-181-1/+1
* Benchmarks: Provide infrastructure for benchmarksTobias Hunger2017-09-251-0/+9
* ExtensionSystem: Add missing spacesRobert Loehning2017-09-141-3/+3
* app_version.h: Make IDE name configurableTobias Hunger2017-09-051-1/+1
* PluginView: remove stale includesNikita Baryshnikov2017-08-312-10/+0
* Do not disable "required" plugins when testingEike Ziller2017-08-231-1/+1
* Fix that plugins were wrongly indirectly enabled when testingEike Ziller2017-08-216-39/+37
* Extensionsystem: Add a full stop to the end of error messageLeena Miettinen2017-07-281-1/+1
* Unit tests: Fix ProjectInfoGenerator.* testsNikolai Kosjar2017-07-272-24/+3
* Plugins: Fix that mimetype definition was not valid JSONEike Ziller2017-07-252-7/+7
* Don't use return keyword when not necessaryMontel Laurent2017-04-141-1/+1
* Utils: Wrap MimeDatabase into static functionshjk2017-03-031-4/+4
* Move mimetype definitions to plugin specsEike Ziller2017-02-273-22/+30
* Replace a few occurrences of QStringList() << ...hjk2017-02-081-1/+1
* MimeDatabase: Add some startup phase trackinghjk2017-01-111-2/+10
* Support 'hidden' pluginsEike Ziller2017-01-095-3/+70
* PluginSpec: Use member initializationEike Ziller2017-01-042-21/+11