aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtapplicationmanager
Commit message (Expand)AuthorAgeFilesLines
* qbs build: Support building against system yaml-cppChristian Kandeler4 days1-1/+1
* PerfProfiler: Reuse PERFPROFILER_RUNNER from ProjectExplorerJarek Kobus2025-04-251-1/+1
* Debugger: Introduce createDebuggerWorker and reuse itJarek Kobus2025-04-171-16/+18
* Debugger: Move setupPortsGatherer() into DebuggerRunParametersJarek Kobus2025-04-151-1/+1
* Replace most expected_str by Utils::Resulthjk2025-04-111-1/+1
* Transform ProcessRunner into RecipeRunnerJarek Kobus2025-04-101-19/+6
* ProcessRunner: Modify start modifier signatureJarek Kobus2025-04-041-8/+8
* PerfProfiler: Remove downcast in PerfProfilerRunWorkerFactoryJarek Kobus2025-04-011-2/+5
* Avoid potential detach of non-const Qt containers in range-loops 1/2Alessandro Portale2025-03-211-1/+2
* AppMan: Move configuration of debugger into construction phaseJarek Kobus2025-03-141-48/+50
* AppMan: Avoid setting debug/qml channels twiceJarek Kobus2025-03-141-4/+0
* AppManager: Remove a call to Target::setNamedSettings()Christian Kandeler2025-03-141-6/+0
* Utils: Drop QStringList FileSystemWatchs::Fiefiles() (pseudo-)overloadhjk2025-03-141-1/+1
* ProjectExplorer: Eliminate wrong use of Target::buildSystem()Christian Kandeler2025-03-121-12/+13
* AppManager: Fix wrong access to Target::activeBuildConfiguration()Christian Kandeler2025-03-121-4/+2
* ProjectExplorer: Use BuildConfiguration instead of TargetChristian Kandeler2025-03-111-2/+3
* ProjectExplorer: Use Kit instead of TargetChristian Kandeler2025-03-111-1/+1
* Project managers: Replace various uses of ProjectConfiguration::target()Christian Kandeler2025-03-111-1/+1
* AppManager: Make use of ProjectManager's convenience signalsChristian Kandeler2025-03-071-37/+16
* ProjectExplorer: Replace uses of Target signals and member functionsChristian Kandeler2025-03-064-23/+42
* ProjectExplorer: Make run configurations per build configurationChristian Kandeler2025-03-063-15/+12
* RunWorker: Use postMessage instead of appendMessageJarek Kobus2025-03-061-4/+4
* ApplicationManager: Inline AppManagerDebugSupportJarek Kobus2025-02-251-82/+70
* ProjectExplorer: Make deploy configurations per build configurationChristian Kandeler2025-02-208-38/+36
* PerfProfiler: Add missing constant for perf profiler run modeJarek Kobus2025-02-201-1/+1
* Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-02-121-1/+1
|\
| * Fix various translated stringsEike Ziller2025-02-121-1/+1
* | ProjectExplorer: Replace various direct calls to Target::kit()Christian Kandeler2025-02-072-4/+4
|/
* AppMan: Replace essential with reverse dependencyJarek Kobus2025-01-171-1/+1
* RunControl: Simplify some usages of runnable()Jarek Kobus2025-01-151-1/+1
* AppManager: Get rid of dummy workerJarek Kobus2025-01-141-10/+2
* AppManager: Use canonical pattern to access sysroothjk2025-01-131-1/+1
* Debugger: Also move is{Cpp,Qml}Debugging() to DebuggerRunParametershjk2025-01-131-2/+2
* Debugger: Transform DebuggerRunParameters::sysRootJarek Kobus2025-01-101-2/+2
* Debugger: Transform DebuggerRunParameters::continueAfterAttachJarek Kobus2025-01-101-1/+1
* Debugger: Transform DebuggerRunParameters::additionalSearchDirectoriesJarek Kobus2025-01-101-1/+1
* Debugger: Transform DebuggerRunParameters::useContinueInsteadOfRunJarek Kobus2025-01-101-1/+1
* Debugger: Transform DebuggerRunParameters::symbolFileJarek Kobus2025-01-101-1/+1
* Debugger: Transform DebuggerRunParameters::useExtendedRemoteJarek Kobus2025-01-101-1/+1
* Debugger: Transform DebuggerRunParameters::remoteChannelJarek Kobus2025-01-101-1/+1
* Debugger: Transform DebuggerRunParameters::qmlServerJarek Kobus2025-01-101-1/+1
* Debugger: Transform DebuggerRunParameters::solibSearchPathJarek Kobus2025-01-101-1/+1
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-102-2/+2
* Debugger: Transform DebuggerRunParameters::startModeJarek Kobus2025-01-101-1/+1
* Debugger: Transform DebuggerRunParameters::startModeJarek Kobus2025-01-101-1/+2
* RunWorker: Remove RunWorker's debug channel gettersJarek Kobus2025-01-101-4/+4
* RunWorker: Remove RunWorker's qml channel gettersJarek Kobus2025-01-101-4/+4
* RunWorker: Remove RunWorker's perf channel gettersJarek Kobus2025-01-101-1/+1
* PerfProfiler: Call suppressDefaultStdOutHandling() just onceJarek Kobus2025-01-101-3/+0
* AppManager: Get rid of dummy workerJarek Kobus2025-01-091-7/+1