summaryrefslogtreecommitdiff
path: root/src/plugins/autotest/testrunconfiguration.h
Commit message (Expand)AuthorAgeFilesLines
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* Translations: Use QCoreApplication::translate() instead of tr()Alessandro Portale2023-02-091-1/+1
* Translations: Remove header includes of *tr.h in .h filesAlessandro Portale2023-02-081-3/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Autotest: Convert to Tr::trhjk2022-08-011-5/+3
* AutoTest: Use QtcProcess for test runnerChristian Stenger2022-06-141-1/+1
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-2/+2
* Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-1/+1
* Autotest: Drop one use of Runnable::devicehjk2021-06-221-2/+0
* AutoTest: Use Utils::FilePath for files and directoriesChristian Stenger2021-05-271-2/+2
* AutoTest: Clean up header messChristian Stenger2020-11-091-3/+1
* Merge remote-tracking branch 'origin/4.11' into 4.12Eike Ziller2020-03-161-4/+3
|\
| * AutoTest: Fix debugging of QuickTestsChristian Stenger2020-03-111-4/+3
* | ProjectExplorer: Disentangle ProjectExplorer::updateRunActionshjk2020-02-261-1/+1
|/
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-1/+1
* ProjectExplorer: Rename 'extraAspect' to 'aspect'hjk2018-10-021-1/+1
* Debugger: Avoid two uses of IRCAspect::runConfigurationhjk2018-09-121-1/+6
* AutoTest: Remove unnecessary createConfigurationWidget() reimplementationhjk2018-09-071-1/+0
* AutoTest: Code cosmeticsChristian Stenger2018-07-201-1/+1
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-06-191-2/+2
|\
| * AutoTest: Code cosmeticsChristian Stenger2018-06-191-2/+2
* | Remove ApplicationLauncher::Modehjk2018-06-051-1/+0
|/
* Finish merging Runnable and StandardRunnablehjk2018-05-231-2/+1
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-2/+1
* AutoTest: Enable debugging for Quick TestsChristian Stenger2017-10-091-3/+5
* ProjectExplorer: Re-organize RunConfiguration constructorshjk2017-09-131-1/+2
* AutoTest: Use better names and remove unused codeChristian Stenger2017-02-241-1/+1
* RunConfiguration: Simplify adding of ExtraAspectsTobias Hunger2017-01-051-1/+0
* AutoTest: Move framework settings into framework managerChristian Stenger2016-10-101-2/+1
* Autotest: Add missing tr for classes with translatable textOrgad Shaneh2016-08-301-0/+4
* autotest: Fix warning on missing overrideTobias Hunger2016-07-011-1/+1
* AutoTest: Disable QmlDebugger for debugging testsChristian Stenger2016-06-231-0/+6
* AutoTest: Avoid crash when accessing uninitialized runnableChristian Stenger2016-06-231-1/+26
* AutoTest: Add minimum support for debugging testsChristian Stenger2016-06-221-0/+48