aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/autotestplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Do not use a wildcard disconnectChristian Stenger4 days1-3/+4
* ProjectExplorer: Add and make use of forwarding accessors in ProjectChristian Kandeler2025-01-201-3/+1
* Core: Provide settings categories centrallyChristian Kandeler2024-11-151-0/+6
* AutoTest: Some code cosmeticshjk2024-07-011-12/+11
* AutoTest: Extract helper function for re-useChristian Stenger2024-04-291-0/+15
* Core: Add a MenuBuilderhjk2024-02-011-13/+14
* AutoTest: Use setupFunction for TestSettingsPagehjk2024-01-291-2/+2
* Autotest: Move unit plugin test creation closer to the tested codehjk2024-01-191-1/+1
* AutoTest: Hide plugin class definition in the .cpphjk2024-01-121-95/+103
* AutoTest: Use new setup pattern for TestNavigationWidgetFactoryhjk2024-01-101-3/+4
* AutoTest: More ActionBuilder polishhjk2023-12-191-29/+27
* Autotest: New-new ActionBuilder setuphjk2023-12-191-72/+72
* Core: Rename ActionBuilder::setOn* to addOn*hjk2023-12-131-12/+12
* Core: Rename ActionBuilder::setContainer to addToContainerhjk2023-12-131-12/+12
* AutoTest: Provide locator for finding data tagsChristian Stenger2023-12-051-0/+2
* Autotest: Use new construction pattern for project panel factoryhjk2023-11-161-9/+1
* AutoTest: Use ActionBuilderhjk2023-11-131-116/+98
* Fix setEnabler / readSettings orderMarcus Tillmanns2023-11-071-1/+0
* AutoTest: Create sub-menu for "run test under cursor" actionsChristian Kandeler2023-09-221-10/+14
* AutoTest: Allow temporarily disabling of functionalityChristian Stenger2023-08-301-5/+38
* Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunDataJarek Kobus2023-08-171-2/+2
* AutoTest: Dissolve TestFrameworkManagerhjk2023-07-281-8/+7
* AutoTest: Merge settings and tools hierarchies [2/2]hjk2023-07-121-5/+5
* CppEditor: Make a few CppModelManager functions statichjk2023-07-121-1/+1
* AutoTest: Merge settings and tools hierarchies [1/2]hjk2023-07-121-11/+11
* Autotest: Adapt to changed settings access pattern againhjk2023-07-101-2/+1
* Utils: Make aspect settings access implicithjk2023-07-071-2/+1
* Autotest: Fix UI text capitalization and punctuationLeena Miettinen2023-06-191-6/+6
* AutoTests: Aspectify parts of main settingshjk2023-05-121-6/+1
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-6/+12
* AutoTest: Use new test object setuphjk2023-02-141-9/+2
* AutoTest: Widen scope for run under cursorChristian Stenger2023-02-071-17/+46
* AutoTest: Extract function to get active frameworksChristian Stenger2023-02-071-0/+18
* AutoTest: Use using namespace Utils more oftenJarek Kobus2023-01-271-2/+3
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-5/+1
* TestRunner: Merge 2 public methods into oneJarek Kobus2023-01-181-10/+5
* Autotest: adjust actions tooltip caseDavid Schulz2023-01-111-6/+6
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* AutoTest: Pass context object to lambda connectionsJarek Kobus2022-12-081-1/+1
* AutoTestUnitTests: Remove TestStringTable scenarioJarek Kobus2022-12-071-2/+0
* AutoTest: Improve run and debug under cursorChristian Stenger2022-12-011-1/+28
* Android: Fix clazy "Mixing iterators with const_iterators" warningsJarek Kobus2022-11-301-2/+2
* Autotest: Use more FilePathhjk2022-09-231-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Autotest: Convert to Tr::trhjk2022-08-011-27/+28
* Utils: More forward declarations / drop unused headers [H-K]Jarek Kobus2022-05-251-1/+0
* Remove algorithm.h from buildtargetinfo.hJarek Kobus2022-05-181-0/+1
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-1/+1
* Autotest: Add more "without deployment" actionsPetar Perisin2021-08-021-8/+54
* AutoTest: Turn pointer into valueBernhard Beschow2021-06-251-3/+1