aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/tests/localqmlprofilerrunner_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* CommandLine: Use more 1-arg c'torJarek Kobus2024-05-161-2/+2
* Replace QFile::exists by QFileInfo::existshjk2023-09-011-1/+1
* RunControl: Remove initiateFinish() / finished()Jarek Kobus2023-07-041-8/+8
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Code cosmeticshjk2022-06-241-0/+2
* Dissolve RunControl::setRunnablehjk2022-05-311-21/+19
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-2/+3
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-6/+4
* ProjectExplorer: Re-work setup runworker factorieshjk2019-08-091-5/+4
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-2/+2
* ProjectExplorer: Split RunControl constructorhjk2019-03-121-8/+4
* QmlProfiler: Suppress debug message in testUlf Hermann2018-05-291-0/+3
* Finish merging Runnable and StandardRunnablehjk2018-05-231-2/+2
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-171-0/+26
|\
| * Make sure we always quote the qmldebug command line argumentsUlf Hermann2018-04-161-0/+26
* | QmlProfiler: Pimpl QmlProfilerPlugin class a bit morehjk2018-02-191-1/+1
|/
* QmlProfiler: Drop static accessors from QmlProfilerToolUlf Hermann2018-01-111-3/+5
* Move URL utilities from ProjectExplorer to UtilsUlf Hermann2017-10-051-5/+7
* QmlProfiler: 20s are still not enough for LocalQmlProfilerRunnerTestUlf Hermann2017-09-261-6/+6
* QmlProfiler: Unify local and tcp connection mechanismUlf Hermann2017-09-211-0/+1
* QmlProfiler: Increase test timeouts furtherUlf Hermann2017-09-041-6/+6
* QmlProfiler: Fix and extend the local qml profiler runner testUlf Hermann2017-08-101-60/+86
* QmlProfiler: Fix linkageOrgad Shaneh2017-08-071-1/+1
* QmlProfiler: Make sure local runner test fails before test run endsUlf Hermann2017-08-071-0/+2
* ProjectExplorer: Remove Connection as concepthjk2017-07-071-4/+4
* QmlProfiler: Re-organize local runhjk2017-06-271-27/+16
* QmlProfiler: Split server url passing from custom startup requesthjk2017-06-161-3/+1
* Debugger, QmlProfiler et al: Replace AnalyzerStartParameterhjk2017-06-161-19/+15
* QmlProfiler: Merge LocalQmlProfilerRunner and QmlProfilerRunnerhjk2017-06-121-19/+26
* QmlProfiler: Convert to a RunWorker based setuphjk2017-05-301-6/+9
* ProjectExplorer: Split Target and ToolRunners into smaller taskshjk2017-05-151-6/+6
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-1/+1
* ProjectExplorer: Merge AnalyzerRunControl into RunControlhjk2017-04-051-1/+0
* ProjectExplorer: Run RunControl::{start,stop} always asynchronouslyhjk2017-03-241-30/+41
* QmlProfiler: Work around QProcess not emitting errorOccurredUlf Hermann2016-08-111-0/+1
* QmlProfiler: The local runner can spontaneously stop an applicationUlf Hermann2016-07-261-3/+0
* QmlProfiler: Ignore messages in local runner testUlf Hermann2016-07-251-23/+0
* QmlProfiler: Output unexpected errors in LocalQmlProfiler testUlf Hermann2016-07-221-7/+17
* QmlProfiler: Fix LocalQmlProfilerRunner test for windowsUlf Hermann2016-07-051-10/+19
* QmlProfiler: Disable a plugin unit test on WindowsChristian Stenger2016-06-141-0/+4
* QmlProfiler: Give test processes some more time to start and stopUlf Hermann2016-06-101-7/+7
* QmlProfiler: Add tests for LocalQmlProfilerRunnerUlf Hermann2016-06-061-0/+140