summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove test for component that no longer existsDaniel d'Andrada2018-12-124-133/+0
* Keep windowProperties when there's no surface anymoreDaniel d'Andrada2018-12-111-0/+18
* Introduce MonitorModel & friendsDaniel d'Andrada2018-12-0713-350/+214
* Add tests for various configurationsBernd Weimer2018-12-058-1/+258
* Fix parallel installationsRobert Griebl2018-11-291-0/+24
* Fix flaky memory monitoring testBernd Weimer2018-11-141-2/+5
* Intents: add basic unit testsRobert Griebl2018-11-0813-0/+473
* Stop SystemMonitor updates when all reporting is disabledDaniel d'Andrada2018-11-073-0/+154
* SystemMonitor manual testDaniel d'Andrada2018-11-074-0/+303
* Split the QtApplicationManager qml moduleDaniel d'Andrada2018-10-3026-32/+31
* Multiple cleanupsRobert Griebl2018-10-301-1/+1
* Make tst_main insignificant for the Luxoft CIRobert Griebl2018-10-231-0/+4
* closing the last window in single-process makes the application stopDaniel d'Andrada2018-10-224-0/+108
* Windows fixesRobert Griebl2018-10-191-0/+3
* Remove executable bit from tst_applicationmanager.qmlDaniel d'Andrada2018-10-191-0/+0
* Fix the low-level "invalid index" warnings in the singletonsRobert Griebl2018-10-101-9/+2
* Add thread name in crash infoBernd Weimer2018-09-211-1/+1
* Add DLT crash logging and QML stack traceBernd Weimer2018-09-1711-1/+399
* Get rid of QProcess in the internal and external APIRobert Griebl2018-08-236-53/+52
* Make SystemMonitor instantiable from QMLDaniel d'Andrada2018-08-211-17/+21
* Main QML file must be localDaniel d'Andrada2018-08-211-0/+36
* Update tst_quicklaunch according to the new Window APIDaniel d'Andrada2018-08-141-5/+0
* Make the application database cache optionalDaniel d'Andrada2018-08-141-1/+1
* Decouple ApplicationManager and ApplicationDatabaseDaniel d'Andrada2018-08-142-3/+2
* Decouple ApplicationManager and ApplicationDaniel d'Andrada2018-08-143-4/+4
* Make all test significant on all platformsRobert Griebl2018-08-089-107/+115
* Update expected error message in tst_applicationinstallerDaniel d'Andrada2018-08-081-1/+1
* The application icon can have any filenameDaniel d'Andrada2018-08-071-12/+80
* Add a logging option to tst_main to make debugging easierRobert Griebl2018-08-071-0/+11
* Fix tst_main converting C:/... to an URL under WindowsRobert Griebl2018-08-071-1/+1
* info.yaml: Don't accept file paths in the 'icon' fieldDaniel d'Andrada2018-08-061-0/+31
* Make appImageMountDir config key optionalDaniel d'Andrada2018-08-061-1/+0
* Fix store-signed packagesRobert Griebl2018-08-034-30/+76
* Support udpating builtin applicationsDaniel d'Andrada2018-07-2618-0/+393
* Avoid nested WindowManager::removeWindow callsDaniel d'Andrada2018-07-237-0/+225
* WindowManager model contains only windows with surfacesDaniel d'Andrada2018-07-111-4/+13
* WindowItem: ensure Z order of childrenDaniel d'Andrada2018-07-052-2/+54
* tst_windowitem: Remove workaroundDaniel d'Andrada2018-07-031-10/+1
* Don't crash when calling close() on an empty WindowDaniel d'Andrada2018-07-031-0/+18
* WindowItem.objectFollowsItemSize and WindowObject.resizeDaniel d'Andrada2018-07-021-7/+81
* Update Quicklaunch test according to the new appman APIDaniel d'Andrada2018-06-291-10/+11
* Merge "Merge remote-tracking branch 'tqc/5.11' into dev" into refs/staging/devDaniel d'Andrada2018-06-297-1/+169
|\
| * Merge remote-tracking branch 'tqc/5.11' into devRobert Griebl2018-06-287-1/+169
| |\
| | * Add auto tests for quick launch featureBernd Weimer2018-06-227-1/+169
* | | Make the dev branch compile against Qt 5.9 againRobert Griebl2018-06-291-3/+3
|/ /
* | Read used memory from the correct cgroup statDaniel d'Andrada2018-06-276-1/+136
* | Fix bug in WindowItem where it would not set the surface's initial sizeDaniel d'Andrada2018-06-201-8/+51
* | Refactor and improve single-process mode (QML inprocess)Daniel d'Andrada2018-06-2015-346/+2
* | Window size and WindowItem implicit sizeDaniel d'Andrada2018-06-202-1/+33
* | A WindowObject can be displayed by multiple WindowItemsDaniel d'Andrada2018-06-197-0/+323