aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/extensionsystem/pluginmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use Utils::FilePath in SynchronousProcesshjk2019-06-111-3/+4
* ExtensionSystem: Move away from QListEike Ziller2019-05-271-32/+39
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* Fix plugin loading profiling reportEike Ziller2018-10-011-3/+3
* PluginManager: Replace getPlatformName with QSysInfo::prettyProductNameOrgad Shaneh2018-09-251-59/+7
* Extensionsystem: ModernizeAlessandro Portale2018-08-081-20/+14
* ExtensionSystem: Remove PluginManager::getObjectByClassNamehjk2018-04-111-15/+0
* ExtensionSystem: Remove type based getObjects()hjk2018-03-021-29/+5
* ExtensionSystem: Work around linguist issueEike Ziller2017-10-241-1/+2
* ExtensionSystem: Avoid using iterators from temporariesEike Ziller2017-10-191-1/+1
* Benchmarks: Provide infrastructure for benchmarksTobias Hunger2017-09-251-0/+9
* ExtensionSystem: Add missing spacesRobert Loehning2017-09-141-3/+3
* Fix that plugins were wrongly indirectly enabled when testingEike Ziller2017-08-211-31/+9
* Don't use return keyword when not necessaryMontel Laurent2017-04-141-1/+1
* Utils: Wrap MimeDatabase into static functionshjk2017-03-031-4/+4
* Replace a few occurrences of QStringList() << ...hjk2017-02-081-1/+1
* MimeDatabase: Add some startup phase trackinghjk2017-01-111-2/+10
* Help: Small improvements for System Info dialogAlessandro Portale2016-09-281-1/+1
* ExtensionSystem: Replace macro usage with HostOsInfoOrgad Shaneh2016-09-161-60/+55
* ExtensionSystem: Fix compile on OSXChristian Stenger2016-09-061-1/+1
* Add a menu entry for copying system informationEike Ziller2016-09-051-3/+34
* ExtensionSystem: Simplify PluginCollectionEike Ziller2016-08-221-15/+4
* Remove use of deprecated Qt algorithmsOrgad Shaneh2016-08-091-7/+2
* Tests: Only disable crashhandler on UNIXChristian Stenger2016-08-011-1/+3
* Tests: Disable QTest crashhandler for plugin unit testsChristian Stenger2016-07-281-0/+2
* PluginManager: Code clean upEike Ziller2016-06-241-91/+58
* ExtensionSystem: Use Qt5-style connectsOrgad Shaneh2016-06-011-5/+5
* PluginManager: add Windows 8 and 10 to getPlatformName()Alessandro Portale2016-05-301-2/+8
* OS X: Fix regression for opening projects from FinderEike Ziller2016-05-041-0/+6
* Add "-notest" option that prevents a plugin from being testedTobias Hunger2016-02-111-0/+3
* Extension system: Extend error message for invalid test functions.Friedemann Kleint2016-02-081-1/+5
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Split long --help output lineshjk2015-09-071-1/+6
* Tests: Emit coreAboutToClose() before exitingNikolai Kosjar2015-08-051-12/+4
* Properly delete plugins dependent on failed pluginJarek Kobus2015-06-171-3/+11
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-04-021-2/+2
|\
| * Don't mix iterator and const_iteratorKai Koehne2015-04-021-2/+2
* | PluginManager: Add "-load all" and "-noload all" command line optionsEike Ziller2015-04-011-0/+8
* | PluginManager: Behave more like a package managerEike Ziller2015-04-011-5/+59
* | PluginSpec: Naming and encapsulation improvementsEike Ziller2015-04-011-16/+16
|/
* Load only tested plugins when invoked with -testOrgad Shaneh2015-03-241-2/+38
* PluginManager: share ExecuteOnDestruction with utilsNikita Baryshnikov2015-03-161-11/+3
* Fix parsing of filename with position when -client is usedOrgad Shaneh2015-03-091-11/+10
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Misc: Remove unneeded qualificationsOrgad Shaneh2015-02-061-4/+4
* | Plugin Tests: Remove QTC_ASSERTNikolai Kosjar2015-02-051-1/+2
* | Fix compilation with Qt 5.3Orgad Shaneh2015-02-041-1/+1
* | Fix compilation with MSVC2010Orgad Shaneh2015-02-041-1/+1
* | Plugin Tests: Support additional test objects/classesNikolai Kosjar2015-02-041-61/+186