summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | TaskTree: Enhance Sync's functionJarek Kobus2023-04-271-19/+88
* | tst_taskTree: Add more tests for WaitFor/Condition/ActivatorJarek Kobus2023-04-271-5/+65
* | FutureSynchronizer: Change the default value of cancelOnWait to trueJarek Kobus2023-04-262-1/+1
* | Utils: Simplify SettingsAccessor constructorshjk2023-04-261-2/+3
* | Utils: Collapse the two SettingsAccessor constructor hierarchieshjk2023-04-261-2/+2
* | Utils: Remove displayName from SettingsAccessorshjk2023-04-261-2/+1
* | Utils: Make Layouting a top level namespacehjk2023-04-252-3/+3
* | Utils: Start decoupling LayoutBuilder from Aspectshjk2023-04-252-5/+12
* | CMakePM: Allow files to be renamed in project viewCristian Adam2023-04-251-0/+5
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-241-1/+3
|\ \ | |/
| * SquishTests: Add possible location of cdbRobert Löhning2023-04-211-1/+3
* | Codeformatter: Support indenting of type annotated functionSemih Yavuz2023-04-201-0/+13
* | CMakePM: Add new / existing source files to projectCristian Adam2023-04-209-0/+152
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-183-2/+2
|\ \ | |/
| * SquishTests: Don't require Qt Quick ControlsRobert Löhning2023-04-171-1/+0
| * SquishTests: Expect another build fail on WinChristian Stenger2023-04-141-0/+1
| * SquishTests: Fix wrong usageChristian Stenger2023-04-141-1/+1
* | tst_RunExtensions: Move onResultReady test into tst_AsyncTaskJarek Kobus2023-04-172-61/+60
* | RunExtensions: Move onResultReady and onFinished into asynctask.hJarek Kobus2023-04-171-0/+1
* | Fix tst_qml_reformatter auto testSemih Yavuz2023-04-141-12/+2
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-139-23/+52
|\ \ | |/
| * SquishTests: Try stabilizing tst_generic_highlighterRobert Löhning2023-04-131-1/+3
| * Examples: Read meta data, which includes categoriesEike Ziller2023-04-131-1/+7
| * Add test for examples parsingEike Ziller2023-04-135-0/+172
| * SquishTests: Fix compiler substitution on WindowsChristian Stenger2023-04-062-4/+3
| * SquishTests: Fix waitForProjectTreeItem() for python3Robert Löhning2023-04-061-1/+1
| * SquishTests: Don't filter out code model issues when we need themRobert Löhning2023-04-062-6/+9
| * SquishTests: Stabilize tst_rename_macrosRobert Löhning2023-04-041-0/+1
| * SquishTests: Add function for finding elements of project treeRobert Löhning2023-04-042-10/+26
| * SquishTests: Handle expected failure of qml refactoringRobert Löhning2023-04-031-2/+6
| * SquishTests: Add an explanation about automatically created kitsRobert Löhning2023-04-031-0/+4
* | reformatter: fix formatting of js directivesSemih Yavuz2023-04-121-0/+15
* | onResultReady: Provide a context object for all usagesJarek Kobus2023-04-121-1/+2
* | Utils: Replace FilePath::onDevice() by new FilePath::withMappedPath()hjk2023-04-041-5/+5
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-03-319-28/+93
|\ \ | |/
| * Squish: Fix expected compilers on WindowsChristian Stenger2023-03-312-10/+46