aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/analyzer
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Make DetailedErrorView a Utils::TreeViewChristian Kandeler2025-05-152-4/+3
* Drop a few unneeded #includeshjk2025-03-041-1/+0
* Debugger: Move findSymbolUnderCursor() to Callgrind toolhjk2025-02-242-76/+0
* Debugger: Simplify analyzer icon organizationhjk2025-02-214-18/+0
* Debugger: Replace DiagnosticsLocation with Utils::Linkhjk2025-02-214-93/+18
* Debugger: Move StartRemoteDialog to Valgrind pluginhjk2025-02-182-147/+0
* Debugger: Streamline StartRemoteDialog interfacehjk2025-02-182-76/+63
* Debugger/ProjectExplorer: Promote run configuration aspect widgetshjk2024-12-202-83/+0
* Debugger: Merge analyzerconstants.h into debuggerconstants.hhjk2024-12-201-22/+0
* Debugger: Merge analyzermanager.h into analyzerutils.hhjk2024-12-203-57/+49
* ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-201-1/+1
* ProjectExplorer: Rename DeviceKitAspect to RunDeviceKitAspectChristian Kandeler2024-11-071-2/+2
* Utils, all: Standardize on QtcSettingshjk2023-09-271-2/+2
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* Various Plugins: Simplify return QList statementsJarek Kobus2023-08-021-1/+1
* ProjectExplorer: Dissolve ISettingsAspecthjk2023-07-251-1/+1
* CppEditor: Make a few CppModelManager functions statichjk2023-07-121-1/+1
* Utils: make column of convertPosition 0-based to merge it into PositionDavid Schulz2023-05-241-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0613-13/+13
* Get rid of unneeded includes of RunControlJarek Kobus2022-10-251-1/+2
* Use SPDX license identifiersLucie Gérard2022-08-2613-316/+26
* Utils: Introduce Layouting::{br,st}hjk2022-07-251-1/+1
* Drop Qt5: Debugger: Get rid of QOverloadJarek Kobus2022-07-201-3/+1
* Debugger: Fix build with QbsChristian Stenger2022-07-113-3/+3
* Debugger: Convert to Tr::trhjk2022-07-087-24/+21
* Debugger: Use new clipboard setting conveniencehjk2022-06-201-4/+4
* Dissolve RunControl::setRunnablehjk2022-05-312-7/+12
* ProjectExplorer: Introduce DeviceKitAspect::deviceFilePath()hjk2022-05-301-5/+2
* Debugger: Avoid another use of Runnable::devicehjk2022-05-251-2/+6
* Get rid of Ssh libJarek Kobus2022-05-231-2/+1
* Ssh: Rename SshConnectionParameters into SshParametersJarek Kobus2022-05-231-1/+3
* IDevice: Make it possible to forward declare Ptr and ConstPtrJarek Kobus2022-04-141-0/+1
* Remove qmake build filesEike Ziller2022-01-201-24/+0
* Make some qHash and comparison operators overloads hidden friendshjk2021-12-061-4/+4
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-2/+2
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-2/+1
* Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-2/+2
* Debugger: filepathify DiagnosticLocationDavid Schulz2021-06-093-6/+8
* Debugger: Use LayoutBuilder for AnalyzerRunConfigWidgethjk2021-03-092-77/+48
* ClangTools: Allow multi-selection in diagnostics viewChristian Kandeler2020-10-011-3/+4
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* Globally disable WindowContextHelpButtonHintKai Koehne2020-02-251-1/+0
* Core: Introduce a IOptionsPage::setCategoryIconPathhjk2020-01-161-4/+1
* Debugger: Inline rarely used convienience functionhjk2019-09-201-1/+0
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-1/+1
* ProjectExplorer: Move RunControl related classes to separate file pairhjk2019-03-131-1/+1
* Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-2/+2
* ClangTools: Organize diagnostics by file pathNikolai Kosjar2019-01-312-5/+12
* ClangTools: Improve fix-its handlingIvan Donchevskii2018-12-122-0/+7