aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/extensionsystem/pluginspec.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-3/+3
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-271-20/+25
|\
| * Doc: edit extensionsystem documentationLeena Miettinen2013-09-091-20/+25
* | Add <platform> element to pluginspec-files.Friedemann Kleint2013-09-051-4/+27
* | Use QStringRef in parsing plugin-specs.Friedemann Kleint2013-08-281-21/+15
|/
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-2/+4
* Doc: Remove \fn lines adjacent to functionsOrgad Shaneh2013-06-051-52/+0
* PluginManager: Implement -load %plugin% optionDaniel Teske2013-02-191-3/+48
* Rename PluginSpec::isEnabled() into isEnabledInSettingsDaniel Teske2013-02-181-9/+12
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Introduce new plugin attribute "disabledByDefault".Christian Kandeler2013-01-081-8/+18
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-8/+5
* | ExtensionSystem: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-281-34/+35
|/