aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix clazy "Mixing iterators with const_iterators" warningsJarek Kobus2022-11-301-2/+2
* Merge remote-tracking branch 'origin/9.0'Orgad Shaneh2022-11-281-2/+6
|\
| * AutoTest: Fix debugging of gtest based testsChristian Stenger2022-11-251-2/+6
* | CPlusPlus: Return FilePaths from Document::includedFilehjk2022-11-256-17/+21
* | CPlusPlus: Proliferate FilePath usehjk2022-11-226-31/+31
* | Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-181-2/+0
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-101-1/+21
|\|
| * AutoTest: Log info messages as wellChristian Stenger2022-11-081-2/+7
| * AutoTest: Fix Catch2 output handlingChristian Stenger2022-11-071-1/+16
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-032-7/+4
|\|
| * AutoTest: Fix crashChristian Stenger2022-10-271-7/+0
| * Autotest: Don't parse tests without filesMarcus Tillmanns2022-10-261-0/+4
* | Utils: Add sorted() functionChristian Kandeler2022-10-252-5/+5
|/
* Merge remote-tracking branch 'origin/8.0' into 9.0Eike Ziller2022-10-101-2/+6
|\
| * AutoTest: Avoid crashChristian Stenger2022-10-101-2/+6
* | Port from qAsConst() to std::as_const()Marc Mutz2022-10-0712-21/+21
* | Autotest: Remove some unneeded #includehjk2022-09-271-2/+0
* | Autotest: Use more FilePathhjk2022-09-233-5/+7
* | Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-09-191-1/+1
|\|
| * AutoTest: Fix gtest filter usageChristian Stenger2022-09-151-1/+1
* | AutoTest: Report exceptions when running Catch2 testsChristian Stenger2022-09-071-1/+8
* | Utils: Remove Utils::optionalEike Ziller2022-09-017-23/+25
* | Various: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-301-2/+4
* | Utils: Add "Layouting::HorizontalRule" LayoutItemAlessandro Portale2022-08-291-10/+3
* | Autotest: Save a lookup in quicktestparser.cpphjk2022-08-291-6/+6
* | Use SPDX license identifiersLucie GĂ©rard2022-08-26167-3994/+334
* | CPlusPlus: Microoptimizationshjk2022-08-101-3/+1
* | Utils: Add a PushButton object to LayoutBuilderhjk2022-08-101-6/+7
* | FileUtils: Adds toFilePathList functionMarcus Tillmanns2022-08-041-1/+2
* | Merge remote-tracking branch 'origin/8.0'hjk2022-08-032-5/+4
|\|
| * Autotest: move global static into functionDavid Schulz2022-08-021-3/+2
| * AutoTest: Do not use reference for file contentChristian Stenger2022-08-021-1/+1
| * AutoTest: Prevent possible crashChristian Stenger2022-08-021-1/+1
* | Autotest: Convert to Tr::trhjk2022-08-0155-430/+412
* | Utils: Settle on lowerSnakeCase for LayoutBuilder::Setterhjk2022-07-273-5/+5
* | Utils: Introduce Layouting::{br,st}hjk2022-07-256-39/+35
* | Utils: Make Layouting::Group { .. } less weirdhjk2022-07-222-5/+7
* | Drop Qt5: Various plugins: Get rid of QOverloadJarek Kobus2022-07-201-2/+1
* | Use setClipboardAndSelection more broadlyhjk2022-07-151-4/+7
* | Autotest: Inline testsettingspage.uihjk2022-07-145-510/+219
* | qmljs: (QString -> Utils::FilePath)++Fawzi Mohamed2022-07-135-24/+32
* | TestRunner: Don't call blocking waitForStarted()Jarek Kobus2022-07-041-6/+6
* | Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-06-291-0/+1
|\|
| * TestFrameworkManager: Don't leak test tools on shutdownJarek Kobus2022-06-281-0/+1
* | Add plugintr.h files to all pluginshjk2022-06-273-1/+39
|/
* AutoTest: Connect to done() signal instead of finished()Jarek Kobus2022-06-205-18/+14
* AutoTest: Fix catch2 parsing when using prefixed commandsChristian Stenger2022-06-162-13/+17
* AutoTest: Fix handling of test cases with commaChristian Stenger2022-06-162-2/+4
* AutoTest: Use QtcProcess for test runnerChristian Stenger2022-06-1428-67/+79
* AutoTest: Only display function name if we have oneChristian Stenger2022-06-141-2/+6