aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/extensionsystem/pluginmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace some uses of HostOsInfo::withExecutableSuffix with FilePathhjk2021-08-171-2/+2
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-2/+2
* ExtensionSystem: Add settingspath to system informationChristian Stenger2021-08-101-0/+4
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-1/+1
* Add a test for a crash in ModelManagerInterfaceJarek Kobus2021-06-221-0/+6
* Add TestStringTable testJarek Kobus2021-06-071-0/+10
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-1/+1
* Implement scenario playerJarek Kobus2021-06-021-0/+102
* Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}hjk2021-05-191-1/+2
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-4/+4
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+1
* PluginManager: Remove plugin crash check at shutdownEike Ziller2021-03-021-1/+1
* PluginManager: Use new settings APIEike Ziller2020-12-231-2/+2
* Add API for saving settings with default valueEike Ziller2020-12-041-7/+7
* Aggregation/Utils/ExtensionSystem: Make member functions const/staticAlessandro Portale2020-11-271-2/+2
* ExtensionSystem: Add option to skip startup crash checkEike Ziller2020-08-141-1/+12
* Plugin install: Check if archive contains a usable pluginEike Ziller2020-07-021-4/+2
* ExtensionSystem: Port PluginManager to QRegularExpressionhjk2020-06-161-2/+3
* Fix "Header" documentation in ExtensionSystem and AggregationEike Ziller2020-06-151-0/+1
* Fix extensionsystem API documentation for new qdocEike Ziller2020-02-201-9/+12
* ExtensionSystem: Replace a deprecated endlhjk2020-02-191-1/+1
* ExtensionSystem: Some modernizationhjk2020-02-141-30/+30
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2020-02-071-0/+2
|\
| * Doc: Fix QDoc warnings in ExtensionSystem class docsLeena Miettinen2020-02-071-0/+2
* | Merge remote-tracking branch 'origin/4.11'Orgad Shaneh2020-02-061-57/+50
|\|
| * Doc: Fix PluginManager docsLeena Miettinen2020-02-061-57/+50
* | Plugin manager: Robustify writing/reading of lock-fileEike Ziller2020-01-211-8/+15
* | Guard against crashing pluginsEike Ziller2020-01-201-0/+94
* | Provide "Restart Now" functionalityEike Ziller2020-01-071-0/+11
|/
* Compile fix with recent Qt devhjk2019-07-291-13/+7
* PluginManager: Provide helpful output if unit tests cannot be runChristian Kandeler2019-07-261-2/+12
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-251-8/+7
|\
| * ExtensionSystem: Remove one deprecated use of QTimehjk2019-07-231-8/+7
* | 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-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