| Commit message (Expand) | Author | Age | Files | Lines |
| * | Utils: Remove unneeded include from aspect.h | hjk | 2025-08-20 | 1 | -1/+2 |
| * | Centralize Settings storage a bit | hjk | 2025-07-04 | 1 | -12/+12 |
| * | Debugger: Transform a few fields of DebuggerRunParameters | Jarek Kobus | 2025-01-13 | 1 | -1/+1 |
| * | Utils: Rename FilePath::toString() into toUrlishString() | hjk | 2025-01-10 | 1 | -5/+5 |
| * | Utils: Remove parent argument from FileUtils dialogs | hjk | 2025-01-06 | 1 | -1/+1 |
| * | Remove #include <utils/fileutils.h> from most header files | hjk | 2024-07-26 | 1 | -0/+1 |
| * | Utils: Make Aspect::addToLayout() const | hjk | 2024-07-08 | 1 | -1/+1 |
| * | Utils: Rename PathChooser::rawFilePath() to unxepandedFilePath() | hjk | 2024-06-19 | 1 | -1/+1 |
| * | Use LayoutBuilder V2 | hjk | 2024-05-27 | 1 | -1/+1 |
| * | Utils: Fix build with MSVC with C++20 | Eike Ziller | 2024-02-28 | 1 | -1/+1 |
| * | Debugger: Update internal buffer before checking dirtyness | hjk | 2023-10-16 | 1 | -0/+6 |
| * | All: Remove some unneeded #includes | hjk | 2023-09-27 | 1 | -1/+0 |
| * | Utils, all: Standardize on QtcSettings | hjk | 2023-09-27 | 1 | -6/+6 |
| * | Utils: Rename the new Storage to Store | hjk | 2023-08-24 | 1 | -2/+2 |
| * | Use Utils::Storage instead of QVariantMap in a few places | hjk | 2023-08-23 | 1 | -2/+2 |
| * | Utils: Base AspectContainer on BaseAspect | hjk | 2023-08-09 | 1 | -2/+2 |
| * | Debugger: Register common aspects | hjk | 2023-07-21 | 1 | -2/+2 |
| * | Utils: Let aspect transition functions indicate there was a change | hjk | 2023-07-20 | 1 | -1/+3 |
| * | Debugger: Move CommonOptionsPage to new settings scheme | hjk | 2023-07-20 | 1 | -1/+1 |
| * | Utils: Introduce a staging area for gui values | hjk | 2023-07-18 | 1 | -4/+4 |
| * | Utils: Make aspect settings access implicit | hjk | 2023-07-07 | 1 | -4/+4 |
| * | Utils: Rework aspect implementation | hjk | 2023-06-29 | 1 | -13/+6 |
| * | Debugger: Fix automatic source mapping for Qt | Eike Ziller | 2023-06-16 | 1 | -33/+4 |
| * | Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h} | Jarek Kobus | 2023-05-04 | 1 | -1/+1 |
| * | Utils: Rename QtcProcess -> Process | Jarek Kobus | 2023-05-04 | 1 | -1/+1 |
| * | Layouting: Make aspects operate on parent items, not LayoutBuilder | hjk | 2023-05-03 | 1 | -2/+2 |
| * | LayoutBuilder: Rework | hjk | 2023-05-03 | 1 | -1/+1 |
| * | Utils: Remove one LayoutBuilder::addRow() overload | hjk | 2023-04-25 | 1 | -1/+1 |
| * | Utils: Flatten LayoutBuilder related hierarchies | hjk | 2023-01-20 | 1 | -1/+1 |
| * | Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard* | hjk | 2023-01-10 | 1 | -1/+1 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | Utils: Replace PathChooser::{fileP,p}athChanged signals | hjk | 2022-09-06 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | Debugger: Convert to Tr::tr | hjk | 2022-07-08 | 1 | -21/+18 |
| * | Replace more used of PathChooser::pathChanged by filePathChanged | hjk | 2022-07-01 | 1 | -1/+1 |
| * | DebuggerSourcePathMappingWidget: Don't call waitForStarted() | Jarek Kobus | 2022-06-30 | 1 | -5/+0 |
| * | Utils: Hide some uses of FilePath::rawPath() | hjk | 2022-06-30 | 1 | -1/+1 |
| * | Debugger: Use QtcProcess::stop instead of stopProcess | hjk | 2022-06-16 | 1 | -1/+0 |
| * | Merge remote-tracking branch 'origin/7.0' | Eike Ziller | 2022-03-11 | 1 | -1/+2 |
| |\ |
|
| | * | Debugger: update source path mappings | David Schulz | 2022-03-09 | 1 | -1/+2 |
| * | | ProjectExplorer: Drop #include <qtcprocess.h> from runcontrol.h | hjk | 2022-02-18 | 1 | -0/+1 |
| |/ |
|
| * | Debugger: Use FilePath in debuggersourcepathmappingwidget.cpp | hjk | 2021-09-29 | 1 | -12/+11 |
| * | Use more FileUtils based file dialogs | hjk | 2021-08-19 | 1 | -2/+2 |
| * | Use refactored ProcessMode | Jarek Kobus | 2021-08-09 | 1 | -1/+0 |
| * | Debugger: Make findQtInstallPath remote-aware | hjk | 2021-05-03 | 1 | -7/+4 |
| * | Debugger: Use an aspect for the source path mapping | hjk | 2021-03-09 | 1 | -15/+152 |
| * | remove pointless process state checking | Oswald Buddenhagen | 2021-02-08 | 1 | -1/+1 |
| * | Debugger: Fix source mapping on Windows | Orgad Shaneh | 2020-11-12 | 1 | -1/+2 |
| * | Debugger: Do not discard macros when clicking on source mapping | Orgad Shaneh | 2020-10-30 | 1 | -2/+1 |
| * | Utils/ProjectExplorer: Move re-usabled bits of aspects to Utils | hjk | 2020-09-23 | 1 | -4/+3 |