aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerdialogs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils, all: Standardize on QtcSettingshjk2023-09-271-6/+6
* Utils: Add missing connections to validChangedMarcus Tillmanns2023-08-221-2/+5
* Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunDataJarek Kobus2023-08-171-2/+2
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* Reduce usage of app_version headerEike Ziller2023-06-261-11/+13
* Start debugger dialog: Enable clear button for command line argumentsFriedemann Kleint2023-03-031-0/+1
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-8/+8
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Debugger: Pass context object to lambda connectionsJarek Kobus2022-12-091-8/+4
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-08-311-4/+0
|\
| * Debugger: Fix compilation with current Qt devhjk2022-08-301-8/+8
* | Utils: Add "Layouting::HorizontalRule" LayoutItemAlessandro Portale2022-08-291-10/+3
* | Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* | Debugger: move the Q_DECLARE_METATYPE to after the class is declaredThiago Macieira2022-07-201-2/+2
* | Drop Qt5: Debugger: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* | Debugger: Convert to Tr::trhjk2022-07-081-54/+52
|/
* Get rid of Ssh libJarek Kobus2022-05-231-2/+1
* Ssh: Rename SshConnectionParameters into SshParametersJarek Kobus2022-05-231-5/+7
* Debugger: Use FilePath for debugInfoLocationhjk2021-09-281-5/+5
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-13/+12
* Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-4/+4
* Debugger: Remove the extra server start script settinghjk2021-07-121-23/+0
* Debugger: Fix typo (target-remote vs target extended-remote)hjk2021-06-301-9/+9
* ProjectExplorer: Split Kit::*environment into build and runhjk2021-05-271-5/+3
* Debugger: Allow selection of "target extended-remote"hjk2021-05-171-1/+11
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-101-1/+2
|\
| * Debugger: Do not reset sysroot if override is not setOrgad Shaneh2020-07-201-1/+2
* | Debugger: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-131-4/+5
|/
* Debugger: Support sysroot overrideOrgad Shaneh2020-07-061-0/+20
* Debugger: Some compilation with Qt 6hjk2020-06-241-5/+5
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-2/+2
* Utils: Rename PathChooser::{f,setF}ileName() to {f,setF}ilePath()hjk2020-04-091-4/+4
* Fix visibility of init and reset commands in debugger start dialogsEike Ziller2020-02-261-2/+14
* Globally disable WindowContextHelpButtonHintKai Koehne2020-02-251-6/+0
* Debugger: Allow to specify 'init' and 'reset' GDB commandsDenis Shienkov2020-02-211-0/+29
* Debugger: Use some more verbose description for attaching to remotehjk2020-02-111-0/+1
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-5/+5
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-121-3/+1
|\
| * Debugger: Allow all debuggers when attaching to running servershjk2019-06-121-3/+1
* | Debugger: Abandon special DebuggerKitChooserhjk2019-06-121-31/+2
|/
* Debugger: Use Utils::FilePath for serverStartScripthjk2019-06-041-5/+5
* connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-281-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-251-4/+9
|\
| * Debugger: Hide hint label in dialogs that cannot use override portshjk2019-03-251-4/+9
* | ProjectExplorer: Add RunControl::set{Kit,Target}hjk2019-03-121-2/+3
* | ProjectExplorer: Split RunControl constructorhjk2019-03-121-1/+1
* | ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-7/+7
|/
* Debugger: Strip QLatin1* where possibleOrgad Shaneh2018-10-131-21/+21
* Debugger: Honor Run in Terminal for Start and Debug External Applhjk2018-09-241-0/+1