aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* DAP: Fix dap engine selection with the translated stringsArtem Sokolovskii2023-10-041-23/+21
* All: Remove some unneeded #includeshjk2023-09-271-1/+0
* Utils, all: Standardize on QtcSettingshjk2023-09-271-1/+1
* ProjectExplorer: reduce the perceived startup timeDavid Schulz2023-09-151-3/+8
* DAP: Add Python debuggingArtem Sokolovskii2023-08-311-5/+12
* Utils: Use Key more widely in QtcSettingshjk2023-08-301-3/+3
* DebuggerPlugin: Fix assert on Creator startupJarek Kobus2023-08-291-1/+1
* DAP: Add engine chooserArtem Sokolovskii2023-08-281-42/+68
* DAP: Fix several breakpoints windows during CMake debugArtem Sokolovskii2023-08-171-71/+135
* Debugger: Rename debuggerkitinformation.{cpp,h}hjk2023-08-161-1/+1
* Debugger: Hide KitAspectFactoryhjk2023-08-161-2/+1
* DAP: Add check that cmake 3.27 or higherArtem Sokolovskii2023-08-141-2/+2
* DAP: Refactor dap responses handlingArtem Sokolovskii2023-08-141-1/+0
* Debugger: Name KitAspect related classes more similar to their baseshjk2023-08-101-1/+1
* Debugger: Make DebuggerItemManager a namespacehjk2023-08-101-5/+3
* Debugger: Call DebuggerItemManager::restoreDebuggers() more directlyhjk2023-08-091-3/+1
* Debugger: Use AspectContainer directly for L&E settings page layouthjk2023-07-271-1/+0
* Debugger: Simplify code path leading to .writeSettings()hjk2023-07-241-10/+0
* Debugger: Avoid now unusual external trigger of readSettings()hjk2023-07-211-2/+0
* Debugger: Move CommonOptionsPage to new settings schemehjk2023-07-201-2/+0
* DAP: Fix start CMake debug modeArtem Sokolovskii2023-07-141-1/+0
* DAP: Add CMake debug to the debug panelArtem Sokolovskii2023-07-141-0/+30
* Debugger: Adapt to latest settings access stylehjk2023-07-141-16/+15
* Tasks: Show tool tips with information about the categoriesEike Ziller2023-07-131-3/+6
* Tasks: Create a container class for category dataEike Ziller2023-07-121-3/+3
* ProjectExplorerPlugin: Use expected_str for canRunStartupProject()Jarek Kobus2023-07-071-10/+9
* DAP: Add CMake support to DAP engineArtem Sokolovskii2023-07-051-0/+15
* Reduce usage of app_version headerEike Ziller2023-06-261-6/+5
* Debugger: Split out gdb related options into own page objecthjk2023-06-221-2/+0
* Various plugins: Reuse QScopeGuard instead of ExecuteOnDestructionJarek Kobus2023-06-071-3/+2
* Debugger: Use Utils::Text::Position instead of int line numberhjk2023-06-071-4/+4
* Centralize a PluginManager::isShuttingDown() statusEike Ziller2023-05-231-5/+2
* Utils: Rework CheckableMessageBoxhjk2023-05-221-2/+1
* Utils: Unify CheckableMessageBox and make it look more nativeMarcus Tillmanns2023-05-171-4/+7
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-8/+9
* Debugger: Use new plugin test object setuphjk2023-02-141-20/+13
* Translations: Replace QCoreApplication::translate() with Tr::tr()Alessandro Portale2023-02-101-3/+3
* Proliferate Tr::tr in various placesAlessandro Portale2023-02-101-3/+3
* Debugger: Rebuild AttachCoreDialogMarcus Tillmanns2023-02-071-11/+6
* ProjectExplorer: Move settings structures out of Internal namespaceJarek Kobus2023-01-131-10/+2
* Prefix Tr::tr contexts with ::hjk2023-01-131-3/+3
* FilePathify some testing codehjk2023-01-131-1/+1
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-10/+10
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Debugger: Use a full class for DebuggerRunWorkerFactoryhjk2023-01-061-6/+1
* Debugger: Move backend-specific option pages to the endhjk2022-12-201-1/+1
* CppEditor: More migration to FilePathhjk2022-12-141-2/+2
* Debugger: Pass context object to lambda connectionsJarek Kobus2022-12-091-5/+6
* Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-181-1/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2