summaryrefslogtreecommitdiff
path: root/src/libs/extensionsystem
Commit message (Expand)AuthorAgeFilesLines
* ExtensionSystem: Start reworking initialization order systemhjk2023-05-163-1/+83
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Layouting: Handle attach types via setterhjk2023-05-032-4/+6
* FutureSynchronizer: Change the default value of cancelOnWait to trueJarek Kobus2023-04-261-1/+0
* ExtensionsSystem: Future #3hjk2023-04-251-1/+1
* PluginManager: Fix an obvious linkage errorJarek Kobus2023-04-251-1/+1
* Utils: Make Layouting a top level namespacehjk2023-04-253-3/+3
* PluginManager: Introduce global future synchronizerJarek Kobus2023-04-253-0/+15
* Build: Remove FindQt5.cmakeEike Ziller2023-02-231-1/+1
* ExtensionSystem: Use TestCreator in more placesJarek Kobus2023-02-203-3/+4
* ExtensionSystem: Deprecate IPlugin::createTestObjectshjk2023-02-142-11/+9
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* ExtensionSystem: Remove the IPlugin back pointer to pluginspechjk2023-02-109-49/+23
* ExtensionSystem: Another way to have plugin testshjk2023-02-094-2/+31
* Translations: Prefix translation contexts for libraries with "::"Alessandro Portale2023-01-261-1/+1
* ExtensionSystem: Tr::trAlessandro Portale2023-01-247-125/+124
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-1/+3
* ExtensionSystem: Add a less verbose way to *Plugin::initialize()hjk2023-01-202-1/+21
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-1022-22/+22
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CMake build: Use version-less Qt targetsEike Ziller2023-01-051-3/+3
* PluginSpec: Add a "LongDescription" to plugin meta dataEike Ziller2022-12-164-1/+24
* ExtensionSystem: Fix some clazy warningsJarek Kobus2022-12-073-17/+18
* 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