aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/extensionsystem/pluginmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* ExtensionSystem: fix crash on git interactive rebaseDavid Schulz2 days1-5/+7
* ExtensionSystem: Don't export test symbols without tests configuredEike Ziller12 days1-17/+19
* ExtensionSystem: Rename PluginSpecImpl to CppPluginSpecMarcus Tillmanns2024-04-191-2/+2
* ExtensionSystem: Fix compile without WITH_TESTSMarcus Tillmanns2024-04-191-2/+2
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* ExtensionSystem: Fix initialization and silence loggingChristian Stenger2024-02-151-1/+1
* ExtensionSystem: Refactor PluginSpecMarcus Tillmanns2024-02-141-85/+91
* Various plugins: Replace QMap with QHashJarek Kobus2024-01-291-1/+1
* ExtensionSystem/Core: Use more std::chronoEike Ziller2024-01-221-1/+1
* ExtensionSystem: Collect test objects centrallyhjk2024-01-191-1/+11
* ExtensionSystem: Don't forget that we are shutting downhjk2023-12-131-1/+1
* Libs: Cleanup lambdasJarek Kobus2023-12-121-3/+3
* ExtensionSystem: Check for duplicate pluginsEike Ziller2023-11-241-0/+22
* Fix missing wizard after loading CompilerExplorer without restartEike Ziller2023-11-201-0/+1
* ExtensionSystem: Use dependency order when loading plugins at runtimeEike Ziller2023-11-141-4/+28
* ExtensionSystem: Allow opt-in plugin loading without restarthjk2023-11-131-11/+20
* Tr: Fix some source textsJarek Kobus2023-10-201-2/+1
* ExtensionSystem: One indirection less for delatedTimerhjk2023-10-111-10/+5
* PluginManager: Don't delete timer in its signal handlerJarek Kobus2023-10-111-1/+1
* Make warning about using MIME database early stricterEike Ziller2023-09-181-1/+1
* PluginManager: Do not allow user interaction during delayedInitEike Ziller2023-09-181-31/+24
* Delay modifications to MIME database until first useEike Ziller2023-09-131-2/+2
* ExtensionSystem: Reformat -profile messageshjk2023-09-121-2/+2
* Use Nanotrace to generate startup performance reportEike Ziller2023-09-121-16/+61
* Replace QFile::exists by QFileInfo::existshjk2023-09-011-1/+1
* ExtensionSystem: Include phase breakdown in profiling summaryEike Ziller2023-08-301-2/+3
* ExtensionSystem: Factor out startup performance summaryEike Ziller2023-08-301-18/+33
* ExtensionSystem: Add total real time to profiling reportEike Ziller2023-08-301-1/+4
* ExtensionSystem: Always generate profiling dataEike Ziller2023-08-301-52/+51
* Utils: Use Key more widely in QtcSettingshjk2023-08-301-4/+4
* Fix that aspects read&wrote install settingsEike Ziller2023-07-181-1/+1
* Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-3/+1
* Various plugins: Reuse QScopeGuard instead of ExecuteOnDestructionJarek Kobus2023-06-071-14/+13
* All: Replace deprecated QLibraryInfo::locationhjk2023-06-061-1/+1
* Centralize a PluginManager::isShuttingDown() statusEike Ziller2023-05-231-0/+6
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* 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
* PluginManager: Introduce global future synchronizerJarek Kobus2023-04-251-0/+9
* ExtensionSystem: Remove the IPlugin back pointer to pluginspechjk2023-02-101-0/+9
* ExtensionSystem: Tr::trAlessandro Portale2023-01-241-17/+19
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-101-1/+1
* ExtensionSystem: Fix some clazy warningsJarek Kobus2022-12-071-4/+5
* Use more Utils::isMainThread()Jarek Kobus2022-10-111-2/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-10/+10
* Utils: Remove Utils::optionalEike Ziller2022-09-011-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* PluginManager: Avoid using sender()Jarek Kobus2022-07-201-14/+5