summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Utils: fix Text::Range length and remove midDavid Schulz2023-05-124-0/+70
* TaskTree: Prepare for de-utils-ization - part 2Jarek Kobus2023-05-123-6/+7
* Utils: replace LineColumn with Text::PositionDavid Schulz2023-05-112-7/+0
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-05-113-6/+7
|\
| * SquishTests: Improve version detection for importsRobert Löhning2023-05-091-4/+4
| * SquishTests: Fix formatting of exception messageRobert Löhning2023-05-091-1/+1
| * SquishTests: Some more Python3 adaptionRobert Löhning2023-05-091-1/+1
| * SquishTests: Log used Python versionRobert Löhning2023-05-081-0/+1
* | Utils: Make column of LineColumn consistently 0-basedDavid Schulz2023-05-111-2/+2
* | Utils: Improve FilePath::sortMarcus Tillmanns2023-05-101-0/+52
* | Tasking::Tree: Rename Tree into TaskTreeTaskJarek Kobus2023-05-101-1/+1
* | Process: Rename QtcProcessPrivate -> ProcessPrivateJarek Kobus2023-05-101-1/+1
* | LayoutBuilder: Rename Id to IDhjk2023-05-101-1/+1
* | FileSearch: Get rid of FileSearchResultJarek Kobus2023-05-094-70/+61
* | Fix environment auto testhjk2023-05-081-1/+1
* | qmljsreformatter: don't default foreach type to "in"Semih Yavuz2023-05-081-0/+9
* | Merge "Merge remote-tracking branch 'origin/10.0' into temp"The Qt Project2023-05-088-19/+19
|\ \
| * \ Merge remote-tracking branch 'origin/10.0' into tempEike Ziller2023-05-088-19/+19
| |\ \ | | |/
| | * SquishTests: Don't test.verify state of checkbox in getBuildIssuesRobert Löhning2023-05-052-6/+6
| | * SquishTests: Improve log messages of exceptionsRobert Löhning2023-05-058-13/+13
* | | Layouting: Avoid a lambda in the demohjk2023-05-082-2/+2
|/ /
* | Utils: Move SearchResultItem/Color into UtilsJarek Kobus2023-05-081-2/+2
* | Proliferate pathListSeparator()Alessandro Portale2023-05-051-1/+1
* | Layouting: Introduce Ids for Itemshjk2023-05-051-9/+17
* | Layouting: Add demohjk2023-05-054-0/+77
* | Tests: Rename tst_AsyncTask -> tst_AsyncJarek Kobus2023-05-057-23/+23
* | Tests: Rename tst_QtcProcess -> tst_ProcessJarek Kobus2023-05-0510-63/+61
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-05-059-36/+41
|\ \ | |/
| * Fix qbs build for QML testChristian Kandeler2023-05-021-1/+0
| * SquishTests: Further Python3 adaptionRobert Löhning2023-05-024-4/+10
| * SquishTests: Remove workarounds for closed issuesRobert Loehning2023-04-262-6/+1
| * SquishTests: Make workaround permanent for Creator 10Robert Löhning2023-04-261-8/+6
| * SquishTests: Update tst_CSUP06Robert Löhning2023-04-261-17/+24
* | Remove unused includes of QFutureInterfaceJarek Kobus2023-05-042-2/+0
* | Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-046-6/+6
* | Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-046-39/+39
* | Layouting: Handle attach types via setterhjk2023-05-031-4/+6
* | LayoutBuilder: Reworkhjk2023-05-037-35/+19
* | Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-033-3/+3
* | Tasking::WaitForBarrier: Rename it into WaitForBarrierTaskJarek Kobus2023-05-031-12/+12
* | Tasking::Async: Rename Async into AsyncTaskJarek Kobus2023-05-033-50/+50
* | TaskTree: Enable the fluent interface for TasksJarek Kobus2023-05-031-0/+29
* | Fix compiler warningsEike Ziller2023-05-023-4/+2
* | Layouting: Add some example code as show casehjk2023-05-0212-0/+279
* | Tests: Fix qbs buildChristian Stenger2023-05-021-1/+0
* | TaskTree: Add tests for new functionality enabled by BarrierJarek Kobus2023-05-021-1/+193
* | TaskTree: Refactor barrier testsJarek Kobus2023-05-021-27/+31
* | TaskTree: Replace the usages of old WaitFor with new BarrierJarek Kobus2023-05-021-32/+36
* | FakeVim: Accept suggestion with Tab KeyMarcus Tillmanns2023-05-021-8/+7
* | TaskTree: Rewrite tests to use AsyncTaskJarek Kobus2023-05-025-309/+220