aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/extensionsystem
Commit message (Expand)AuthorAgeFilesLines
* PluginErrorView: Use LayoutingJarek Kobus2022-11-165-88/+46
* PluginErrorOverview: Use LayoutingJarek Kobus2022-11-165-142/+55
* PluginDetailsView: Use LayoutingJarek Kobus2022-11-165-363/+105
* Extension system: Make message shorter by removing repeated textLeena Miettinen2022-10-191-1/+1
* Use more Utils::isMainThread()Jarek Kobus2022-10-111-2/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-074-15/+15
* ExtensionSystem: Remove unused flagEike Ziller2022-09-191-1/+0
* Libs: Add *tr.h filehjk2022-09-013-0/+17
* Utils: Remove Utils::optionalEike Ziller2022-09-012-6/+6
* Use SPDX license identifiersLucie GĂ©rard2022-08-2622-528/+44
* CorePlugin: Add ok and cancel button to plugin dialogArtem Sokolovskii2022-07-272-0/+12
* PluginManager: Avoid using sender()Jarek Kobus2022-07-202-15/+5
* Utils: Collapse most of porting,hhjk2022-07-132-4/+2
* ExtensionSystem: Add support for static pluginsEike Ziller2022-05-024-32/+78
* CMake: Qt Creator Static build supportCristian Adam2022-04-291-0/+2
* ExtensionSystem: Clarify text in "Problematic Plugin" dialogEike Ziller2022-03-281-4/+6
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-1/+1
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-1/+1
* Fix lupdate issuesEike Ziller2022-02-231-31/+66
* Remove qmake build filesEike Ziller2022-01-202-41/+0
* Make some qHash and comparison operators overloads hidden friendshjk2021-12-062-6/+9
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-202-2/+4
* 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
* Extension system: Fix UI textLeena Miettinen2021-07-021-1/+1
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-1/+1
* Add a test for a crash in ModelManagerInterfaceJarek Kobus2021-06-221-0/+6
* Fix execution of scenarioChristian Stenger2021-06-091-0/+1
* Add TestStringTable testJarek Kobus2021-06-073-0/+22
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-1/+1
* Implement scenario playerJarek Kobus2021-06-025-0/+152
* 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
* Keep -test option even if Qt Creator is built without testsEike Ziller2021-03-031-0/+8
* PluginManager: Remove plugin crash check at shutdownEike Ziller2021-03-021-1/+1
* qbs build: Remove code for creating deployment packagesChristian Kandeler2021-02-171-2/+0
* PluginManager: Use new settings APIEike Ziller2020-12-231-2/+2
* Add API for saving settings with default valueEike Ziller2020-12-043-17/+21
* Aggregation/Utils/ExtensionSystem: Make member functions const/staticAlessandro Portale2020-11-273-9/+5
* Remove unneeded QStringList forward declarationsEike Ziller2020-09-291-1/+0
* ExtensionSystem: Add option to skip startup crash checkEike Ziller2020-08-144-1/+27
* Plugin install: Check if archive contains a usable pluginEike Ziller2020-07-023-4/+14
* ExtensionSystem: Make API for revision in PluginSpecFederico Guerinoni2020-06-253-11/+10
* Fix filtering in various hierarchical viewsEike Ziller2020-06-221-2/+3
* Apply QLibrary::ExportExternalSymbolsHint only on macOSOrgad Shaneh2020-06-181-1/+3
* ExtensionSystem: Remove PluginSpec::isHiddenByDefaulthjk2020-06-162-16/+0
* ExtensionSystem: Avoid some dynamic_cast issuesEike Ziller2020-06-161-0/+1
* ExtensionSystem: Port PluginManager to QRegularExpressionhjk2020-06-161-2/+3