aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/extensionsystem/pluginspec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-08-261-24/+2
* Utils: Collapse most of porting,hhjk2022-07-131-1/+1
* ExtensionSystem: Add support for static pluginsEike Ziller2022-05-021-27/+58
* Fix lupdate issuesEike Ziller2022-02-231-31/+66
* Make some qHash and comparison operators overloads hidden friendshjk2021-12-061-4/+7
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-201-1/+1
* Plugin install: Check if archive contains a usable pluginEike Ziller2020-07-021-0/+10
* ExtensionSystem: Make API for revision in PluginSpecFederico Guerinoni2020-06-251-0/+8
* Apply QLibrary::ExportExternalSymbolsHint only on macOSOrgad Shaneh2020-06-181-1/+3
* ExtensionSystem: Remove PluginSpec::isHiddenByDefaulthjk2020-06-161-15/+0
* ExtensionSystem: Avoid some dynamic_cast issuesEike Ziller2020-06-161-0/+1
* Fix "Header" documentation in ExtensionSystem and AggregationEike Ziller2020-06-151-0/+6
* ExtensionSystem: Port PluginSpec to QRegularExpressionhjk2020-06-091-17/+14
* ExtensionSystem: Some modernizationhjk2020-02-141-5/+5
* Doc: Fix PluginDependency, PluginSpec, PluginArgumentDescription docsLeena Miettinen2020-02-071-28/+77
* Compile fix with recent Qt devhjk2019-07-291-3/+1
* ExtensionSystem: Move away from QListEike Ziller2019-05-271-3/+3
* Const'ify two static variablesBernhard Beschow2018-12-191-2/+2
* ExtensionSystem: Relax platform regexp matchingOrgad Shaneh2018-09-251-1/+2
* Extensionsystem: ModernizeAlessandro Portale2018-08-081-3/+3
* ExtensionSystem: Forward setEnabledBySettings to PluginSpecIvan Donchevskii2018-05-141-0/+5
* Fix that plugins were wrongly indirectly enabled when testingEike Ziller2017-08-211-4/+10
* Extensionsystem: Add a full stop to the end of error messageLeena Miettinen2017-07-281-1/+1
* Unit tests: Fix ProjectInfoGenerator.* testsNikolai Kosjar2017-07-271-22/+3
* Plugins: Fix that mimetype definition was not valid JSONEike Ziller2017-07-251-7/+5
* Move mimetype definitions to plugin specsEike Ziller2017-02-271-21/+27
* Support 'hidden' pluginsEike Ziller2017-01-091-0/+12
* PluginSpec: Use member initializationEike Ziller2017-01-041-11/+1
* PluginManager: Code clean upEike Ziller2016-06-241-8/+13
* Extensionsystem: Fix compile for gcc 4.7.3/Qt5.5...Christian Stenger2016-06-241-4/+5
* PluginView: Functional style dependency list creationEike Ziller2016-06-231-0/+17
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Properly delete plugins dependent on failed pluginJarek Kobus2015-06-171-3/+0
* PluginManager: Destruct plugins that fail to initializeEike Ziller2015-06-161-0/+3
* PluginManager: Behave more like a package managerEike Ziller2015-04-011-21/+17
* PluginSpec: Naming and encapsulation improvementsEike Ziller2015-04-011-28/+27
* Load only tested plugins when invoked with -testOrgad Shaneh2015-03-241-1/+6
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Misc: Remove unneeded qualificationsOrgad Shaneh2015-02-061-1/+1
* | Use TreeModel in plugin dialoghjk2015-01-151-5/+0
* | PluginSpec cosmeticshjk2015-01-151-1/+1
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-021-271/+252
* | ExtensionSystem: Remove reference to custom plugin loader classEike Ziller2014-08-271-23/+5
|/
* PluginManager: Remove hardcoded list of plugins that cannot be disabledEike Ziller2014-07-041-12/+19
* About Plugins: Disable plugins that are not available on platformEike Ziller2014-07-031-1/+6
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-5/+5