aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testnavigationwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Move actions from toolbar to context menuChristian Stenger2025-03-141-21/+18
* Utils: Introduce a convenience function creatorColor()hjk2024-05-291-2/+2
* AutoTest: Use new setup pattern for TestNavigationWidgetFactoryhjk2024-01-101-10/+20
* AutoTest: Allow temporarily disabling of functionalityChristian Stenger2023-08-301-1/+3
* Autotest: Hide TestNavigationWidget implementationhjk2023-08-071-14/+49
* Utils: Centralize style-related property names as constantsAlessandro Portale2023-05-101-1/+2
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-3/+5
* AutoTest: Use using namespace Utils more oftenJarek Kobus2023-01-271-10/+9
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* AutoTest: Pass context object to lambda connectionsJarek Kobus2022-12-081-12/+7
* Utils: Remove Utils::optionalEike Ziller2022-09-011-1/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Autotest: Convert to Tr::trhjk2022-08-011-17/+18
* Autotest: Add more "without deployment" actionsPetar Perisin2021-08-021-0/+4
* Core: Use Utils::Link for openEditorAtDavid Schulz2021-05-251-5/+2
* Utils: filepathify LinkDavid Schulz2021-05-251-2/+3
* Core: Unify INavigationWidget creation a bithjk2021-05-181-4/+1
* AutoTest: add ITestBase::type() for better readabilityDavid Schulz2020-11-301-2/+3
* AutoTest: Allow registering ITestToolsChristian Stenger2020-11-271-1/+1
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-161-2/+14
|\
| * AutoTest: Fix using of cacheChristian Stenger2020-11-161-2/+14
* | AutoTest: Introduce ITestToolChristian Stenger2020-11-161-3/+5
* | AutoTest: Introduce ITestTreeItemChristian Stenger2020-11-161-2/+2
* | AutoTest: Clean up header messChristian Stenger2020-11-091-12/+14
|/
* Autotest: Introduce ItemDataCacheDavid Schulz2020-07-071-24/+12
* AutoTest: Fix crash on shutdownChristian Stenger2020-06-181-1/+1
* AutoTest: Cache expanded state as wellChristian Stenger2020-06-181-0/+47
* Autotest: Slim down TestFrameworkManager interfacehjk2020-03-271-1/+3
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* Remove a couple of "setAutoRaise(true)" for toolbar buttonsAlessandro Portale2019-04-291-1/+0
* Autotest: Move "sort alphabetically" icon to utilsAlessandro Portale2019-04-091-1/+1
* AutoTest: Code cosmeticsChristian Stenger2018-07-201-4/+0
* AutoTest: Correct enabled state of context menu itemsChristian Stenger2018-02-281-5/+0
* TextEditor: move Link class to separate header in UtilsIvan Donchevskii2017-11-271-2/+1
* AutoTest: Fix nullptr accessChristian Stenger2017-11-201-1/+1
* AutoTest: Test execution from result output paneClaus Steuer2017-09-271-19/+1
* AutoTest: Unify handling of run modesChristian Stenger2017-09-181-9/+9
* Utils: Separate rendering out of ProgressIndicatorTobias Hunger2017-07-271-1/+1
* AutoTest: Avoid triggering run tests while buildingChristian Stenger2017-06-191-3/+3
* Remove spaces in initializer listsTim Jenssen2017-02-221-1/+1
* AutoTest: Modernize codeChristian Stenger2017-02-171-5/+5
* AutoTest: Always parse if plugin is enabledChristian Stenger2016-12-121-3/+1
* AutoTest: Fix handling of enabled state for code parserChristian Stenger2016-11-141-1/+1
* Move icons to UtilsUlf Hermann2016-08-051-4/+4
* AutoTest: Allow run/debug without deploymentChristian Stenger2016-07-151-2/+22
* Core: Move expand and collapse icons from autotest to coreAlessandro Portale2016-07-071-2/+2
* AutoTest: Add minimum support for debugging testsChristian Stenger2016-06-221-8/+33
* AutoTest: Remove indirection when retrieving configurationChristian Stenger2016-06-151-1/+1
* AutoTest: Display hint if no framework is activeChristian Stenger2016-06-141-0/+18
* AutoTest: More separation of test tree item and modelChristian Stenger2016-05-181-2/+2