aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggersourcepathmappingwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use LayoutBuilder V2hjk6 days1-1/+1
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Debugger: Update internal buffer before checking dirtynesshjk2023-10-161-0/+6
* All: Remove some unneeded #includeshjk2023-09-271-1/+0
* Utils, all: Standardize on QtcSettingshjk2023-09-271-6/+6
* Utils: Rename the new Storage to Storehjk2023-08-241-2/+2
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-2/+2
* Utils: Base AspectContainer on BaseAspecthjk2023-08-091-2/+2
* Debugger: Register common aspectshjk2023-07-211-2/+2
* Utils: Let aspect transition functions indicate there was a changehjk2023-07-201-1/+3
* Debugger: Move CommonOptionsPage to new settings schemehjk2023-07-201-1/+1
* Utils: Introduce a staging area for gui valueshjk2023-07-181-4/+4
* Utils: Make aspect settings access implicithjk2023-07-071-4/+4
* Utils: Rework aspect implementationhjk2023-06-291-13/+6
* Debugger: Fix automatic source mapping for QtEike Ziller2023-06-161-33/+4
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Layouting: Make aspects operate on parent items, not LayoutBuilderhjk2023-05-031-2/+2
* LayoutBuilder: Reworkhjk2023-05-031-1/+1
* Utils: Remove one LayoutBuilder::addRow() overloadhjk2023-04-251-1/+1
* Utils: Flatten LayoutBuilder related hierarchieshjk2023-01-201-1/+1
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Replace PathChooser::{fileP,p}athChanged signalshjk2022-09-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Debugger: Convert to Tr::trhjk2022-07-081-21/+18
* Replace more used of PathChooser::pathChanged by filePathChangedhjk2022-07-011-1/+1
* DebuggerSourcePathMappingWidget: Don't call waitForStarted()Jarek Kobus2022-06-301-5/+0
* Utils: Hide some uses of FilePath::rawPath()hjk2022-06-301-1/+1
* Debugger: Use QtcProcess::stop instead of stopProcesshjk2022-06-161-1/+0
* Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-03-111-1/+2
|\
| * Debugger: update source path mappingsDavid Schulz2022-03-091-1/+2
* | ProjectExplorer: Drop #include <qtcprocess.h> from runcontrol.hhjk2022-02-181-0/+1
|/
* Debugger: Use FilePath in debuggersourcepathmappingwidget.cpphjk2021-09-291-12/+11
* Use more FileUtils based file dialogshjk2021-08-191-2/+2
* Use refactored ProcessModeJarek Kobus2021-08-091-1/+0
* Debugger: Make findQtInstallPath remote-awarehjk2021-05-031-7/+4
* Debugger: Use an aspect for the source path mappinghjk2021-03-091-15/+152
* remove pointless process state checkingOswald Buddenhagen2021-02-081-1/+1
* Debugger: Fix source mapping on WindowsOrgad Shaneh2020-11-121-1/+2
* Debugger: Do not discard macros when clicking on source mappingOrgad Shaneh2020-10-301-2/+1
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-4/+3
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* Debugger: Expand target mapping only when requiredOrgad Shaneh2019-04-011-1/+1
* Debugger: Strip QLatin1* where possibleOrgad Shaneh2018-10-131-5/+5
* Debugger: Fix wrong check in source path mappingChristian Stenger2018-10-081-1/+1
* Debugger: Fix use of external debug info for installer-based QtChristian Stenger2018-09-261-0/+2
* Debugger: Fix use of external debug info for installer-based Qthjk2018-09-241-2/+2
* Debugger: ModernizeAlessandro Portale2018-07-251-4/+4
* Debugger: automatically add source path mapping for Qt packagesDavid Schulz2018-01-151-26/+22