aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilerruncontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Introduce a function to register all local run configsDominik Holland2024-02-011-3/+2
* Create RunConfiguration specific QmlProfilerWorkerFactoriesDominik Holland2024-01-171-0/+4
* QmlProfiler: Use new setup for runworkerhjk2023-11-211-8/+23
* Plugins: And more Store and Keyhjk2023-08-251-1/+1
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* QmlProfiler: use dedicated classes to create run workershjk2023-01-181-5/+20
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Replace QtSupport::QtVersionNumber with QVersionNumberAlessandro Portale2022-09-191-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Reduce use of Runnable in SimpleTargetRunnerhjk2022-05-251-8/+7
* RunControl: Drop IDevice * from doStart()Jarek Kobus2022-02-231-2/+2
* Rename QtSupport::BaseQtVersion to QtVersionhjk2022-01-241-1/+1
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-3/+3
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-2/+1
* ProjectExplorer: Use std::function for SimpleTargetRunner::start()hjk2019-09-041-23/+21
* QmlProfiler: Use standard setup for runner setuphjk2019-09-031-7/+9
* QmlProfiler: Work around incomplete setuphjk2019-09-021-0/+2
* ProjectExplorer: Re-work setup runworker factorieshjk2019-08-091-6/+4
* Avoid some visible uses of RunControl::runConfiguration()hjk2019-03-121-2/+1
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-1/+1
* QmlProfiler: ModernizeAlessandro Portale2018-12-021-1/+1
* ProjectExplorer: Remove RunWorker::setDisplayNamehjk2018-08-211-2/+2
* QmlProfiler: Don't save the run worker in LocalQmlProfilerSupportUlf Hermann2018-08-201-5/+5
* QmlProfiler: Don't stop the RunControl from RunWorker dtorUlf Hermann2018-08-201-2/+0
* Remove ApplicationLauncher::Modehjk2018-06-051-1/+0
* Finish merging Runnable and StandardRunnablehjk2018-05-231-2/+1
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-171-2/+3
|\
| * Make sure we always quote the qmldebug command line argumentsUlf Hermann2018-04-161-2/+3
* | Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-091-1/+0
|/
* QmlProfiler: Drop static accessors from QmlProfilerToolUlf Hermann2018-01-111-44/+10
* QmlProfiler: Allow QmlProfilerRunner::stop() without profilerStateUlf Hermann2018-01-081-1/+4
* Move URL utilities from ProjectExplorer to UtilsUlf Hermann2017-10-051-5/+6
* QmlProfiler: Unify local and tcp connection mechanismUlf Hermann2017-09-211-12/+9
* QmlDebug: Streamline command line parameter creationhjk2017-09-121-1/+7
* app_version.h: Make IDE name configurableTobias Hunger2017-09-051-1/+3
* QmlProfiler: Disconnect some signals on shutdownhjk2017-08-161-1/+1
* QmlProfiler: Include qtcfallthrough.h for Q_FALLTHROUGHUlf Hermann2017-08-101-0/+1
* QmlProfiler: Clean up some includeshjk2017-08-101-12/+2
* QmlProfiler: Merge inferior worker into LocalQmlProfilerSupporthjk2017-08-101-22/+6
* QmlProfiler: Move TCP connection initialization to runworker's start()hjk2017-08-101-2/+36
* QmlProfiler: Remove connection timerhjk2017-08-101-60/+0
* QmlProfiler: reportStopped() only when entering Idlehjk2017-08-091-2/+2
* QmlProfiler: Reverse start dependencies for LocalQmlProfilerSupportUlf Hermann2017-08-091-1/+5
* QmlProfiler: Use stop dependencies for RunWorkersUlf Hermann2017-08-081-1/+4
* ProjectExplorer: Rename worker dependencies to "startDependencies"Ulf Hermann2017-08-081-2/+2
* QmlProfiler: Add display name to LocalQmlProfilerSupporthjk2017-07-191-0/+2
* ProjectExplorer: Move re-runnable decision to RunWorkershjk2017-07-101-1/+1