aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickapplication
Commit message (Expand)AuthorAgeFilesLines
* Remove request for activation tst_QQuickApplication::stateFrédéric Lefebvre2025-03-282-3/+2
* Remove request for activation tst_QQuicApplication::activeFrédéric Lefebvre2025-03-282-3/+2
* Controls: replace Qt.styleHints with Application.styleHintsMitch Curtis2024-06-211-1/+1
* Blacklist tst_qquickapplication::active() on opensuse (again)Fabian Kosmale2024-06-101-0/+2
* Blacklist tst_qquickapplication::stateMitch Curtis2024-06-101-0/+2
* Stablize tst_qquickapplication::state() and active()Shawn Rutledge2024-03-201-4/+4
* Stablize a flaky test, tst_qquickapplicationInho Lee2024-02-292-8/+2
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Blacklist tst_qquickapplication::state() on opensuseUlf Hermann2024-02-081-0/+3
* Follow up on rename of QWSI::handleWindowActivatedVolker Hilsheimer2023-11-241-2/+2
* CMake: Make quick tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-8/+10
* Do not rely on transitive includes in testsFabian Kosmale2022-02-141-0/+1
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-4/+3
* Allow for accessing QQuickApplication via a singletonMaximilian Goldstein2021-06-031-132/+160
* Remove the qmake project filesFabian Kosmale2021-01-151-14/+0
* Update tests to use new metaType systemDavid Skoland2020-11-021-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+4
* Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* Regenerate testsAlexandru Croitor2019-11-141-9/+2
* Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+52
* Blacklist tst_qquickapplication::active() on opensuseUlf Hermann2019-04-171-0/+3
* tst_qquickapplication: Don't assume app activation is tied to window activationTor Arne Vestbø2019-01-141-25/+31
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* tests: Wrap qWaitForWindow{Active,Exposed} in QVERIFYv5.11.0-beta1Kari Oikarinen2018-02-231-2/+2
* tst_qquickapplication: don't use QTest::waitForEvents()Gatis Paeglis2017-11-221-1/+1
* Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-06-061-2/+0
|\
| * Remove unneeded BLACKLIST of tst_qquickapplicationTony Sarajärvi2017-05-051-2/+0
* | Add Qt.platform.pluginName propertySami Nurmenniemi2017-06-063-1/+27
|/
* Blacklist tst_qquickapplication::active on OS X 10.11Tony Sarajärvi2017-03-301-0/+2
* Add QQuickApplication::displayName propertyBenjamin Terrier2016-10-183-1/+39
* Expose Qt.application.fontMitch Curtis2016-02-231-0/+16
* Updated license headersJani Heikkinen2016-01-201-17/+12
* Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-031-1/+0
* tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-2/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-161-8/+7
|\
| * tst_qquickapplication: change test case 'state' to be more stableRichard Moe Gustavsen2015-04-081-8/+7
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Expose QStyleHints as Qt.styleHintsJ-P Nurmi2015-01-171-0/+14
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Update tst_qquickapplication to support OS X ApplicationState handlingSamuel Gaist2014-05-011-1/+18
* Fix up listening for layout direction changes.Robin Burchell2013-12-101-1/+0