aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlpreview/qmlpreviewruncontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Transform ProcessRunner into RecipeRunnerJarek Kobus2025-04-101-11/+9
* ProcessRunner: Modify start modifier signatureJarek Kobus2025-04-041-2/+3
* ProcessRunner: Get rid of commandLine() getterJarek Kobus2025-04-041-1/+1
* RunWorkerFactory: Introduce setRecipeProducer()Jarek Kobus2025-03-311-3/+1
* QmlPreviewPlugin: Add some static helpersJarek Kobus2025-03-311-12/+12
* ProjectExplorer: Simplify RecipeRunner setuphjk2025-03-181-3/+1
* QmlPreview: Get rid of QmlPreviewRunnerJarek Kobus2025-03-181-89/+68
* QmlPreview: Introduce setServer() setterJarek Kobus2025-03-181-1/+2
* QmlPreview: Remove QmlPreviewRunner signalsJarek Kobus2025-03-181-36/+12
* QmlPreview: Use BuildConfiguration in QmlPreviewFileOnTargetFinderhjk2025-03-111-1/+1
* Project managers: Replace various uses of ProjectConfiguration::target()Christian Kandeler2025-03-111-1/+1
* ProjectExplorer: Make run configurations per build configurationChristian Kandeler2025-03-061-2/+3
* QmlPreview: Remove RefreshTranslationWorkerJarek Kobus2025-01-141-41/+14
* Utils: Add CommandLine::toLocal()Jarek Kobus2025-01-071-2/+1
* PE: Rename SimpleTargetRunner into ProcessRunnerJarek Kobus2025-01-061-1/+1
* ProjectExplorer: Introduce a RunControl::start()hjk2024-12-201-1/+1
* QmlPreview: Inline LocalQmlPreviewSupportJarek Kobus2024-11-201-20/+13
* QmlPreview: Simplify qmlChannel setup and passinghjk2024-11-181-21/+8
* QmlPreview: Hide serverUrl() in private sectionJarek Kobus2024-11-181-1/+2
* ProjectExplorer: Move qml debug command line construction herehjk2024-10-301-2/+2
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Rename RunControl::aspect to RunControl::aspectDatahjk2024-02-161-1/+1
* Introduce a function to register all local run configsDominik Holland2024-02-011-4/+2
* Create RunConfiguration specific QmlPreviewWorkerFactoriesDominik Holland2024-02-011-0/+5
* QmlPreview: Fix double deletion of RefreshTranslationWorkerhjk2023-11-211-3/+2
* RefreshTranslationWorker: Call RunWorker::stop from main threadJarek Kobus2023-10-101-2/+2
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2023-09-141-6/+42
|\
| * QmlPreview: fix use an init languageTim Jenssen2023-08-311-3/+5
| * QmlPreview: introduce RefreshTranslationWorkerTim Jenssen2023-08-311-3/+37
* | Plugins: A bit more Keys and Storehjk2023-08-251-1/+1
* | QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
|/
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Fix compiler warningsEike Ziller2023-05-021-6/+9
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-1/+1
* QmlProjectManager: FilePathify furtherhjk2023-01-311-5/+4
* QmlPreview: A dedicated class for the QmlPreviewRunWorkerFactoryhjk2023-01-161-15/+71
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* QmlPreview: Robustify preview runner a bithjk2023-01-061-3/+4
* QmlPreview: Have a dedicated run worker factory classhjk2023-01-061-33/+46
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Reduce use of Runnable in SimpleTargetRunnerhjk2022-05-251-9/+12
* ProjectExplorer: Rename some RunControl functionshjk2022-05-021-1/+1
* QmlPreview: Remove last use of RunControl::runConfiguration()hjk2022-04-281-3/+3
* ProjectExplorer: Copy more RunConfiguration data to RunControlhjk2022-04-121-2/+2
* RunControl: Drop IDevice * from doStart()Jarek Kobus2022-02-231-1/+2
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-7/+5
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-1/+1
* qmlpreview: prepare plugin to have an external clientTim Jenssen2021-04-151-4/+2
* Remove unused variablesJarek Kobus2020-11-201-3/+0
* qmlprieview: fix that init language is the chosen oneTim Jenssen2020-10-071-17/+18