summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qcoreapplication
Commit message (Expand)AuthorAgeFilesLines
* Fix Qt::AA_DontUseNativeMenuWindows being unsettable on 32 bit systemsMitch Curtis2024-04-042-0/+54
* Change license for tests filesLucie Gérard2024-02-042-2/+2
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Fix sending deferred delete events when posted before outermost loopMikolaj Boc2023-06-092-1/+29
* tst_QCoreApplication: ensure that theMainThread has expected statesThiago Macieira2023-04-262-3/+38
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-21/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-5/+5
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Fix return value of qGlobalPostedEventsCount()Marc Mutz2022-05-181-11/+6
* Make qGlobalPostedEventsCount() auto-test-exported-onlyMarc Mutz2022-05-182-0/+4
* Remove manual declarations of qGlobalPostedEventsCount()Marc Mutz2022-05-181-4/+1
* Use SPDX license identifiersLucie Gérard2022-05-162-56/+6
* Set version for tst_qguiapplication and tst_qcoreapplicationAndreas Buhr2022-02-171-0/+5
* Repair tst_qcoreapplication to not segfault on AndroidAndreas Buhr2022-02-151-2/+2
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-29/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-9/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-3/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-2/+2
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-211-1/+1
* QEventDispatcherWin32: create internal window on constructionAlex Trotsenko2020-09-162-0/+43
* cmake: Re-enable qcoreapplication and qtimer testsTor Arne Vestbø2020-09-122-0/+74
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-17/+17
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-072-0/+67
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-4/+0
* Remove winrtOliver Wolff2020-06-061-6/+1
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-11/+11
* Fix warnings & deprs in tst_qcoreapplication and tst_qguiapplicationShawn Rutledge2019-06-051-1/+1
* fix out-of-bounds access on trailing percent sign in tr() argumentOswald Buddenhagen2019-01-142-0/+7
* Modernize the "thread" featureUlf Hermann2018-08-172-3/+3
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-1/+1
|\
| * qmake: Allow non-bundle apps and libs to have an Info.plistTor Arne Vestbø2017-09-291-1/+1
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
|/
* winrt: Fix tst_qcoreapplicationOliver Wolff2017-05-111-4/+9
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-132-2/+2
|\
| * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-062-2/+2
* | Provide sensible defaults for QCoreApplication::applicationVersionJake Petroules2017-01-124-0/+47
|/
* Use qtConfig throughout in qtbaseLars Knoll2016-08-191-1/+1
* QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-1/+1
* Updated license headersJani Heikkinen2016-01-212-36/+26
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-5/+0
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-5/+0
| |\
| | * Fix tst_QGuiApplication for embedded platforms using eglfs QPAPasi Petäjäjärvi2015-09-101-5/+0
* | | Fix building with QT_NO_LIBRARYUlf Hermann2015-09-302-0/+4
* | | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
* | | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-3/+3
|/ /
* | Selectively update library paths when creating QCoreApplicationUlf Hermann2015-07-202-0/+28
* | Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-183-0/+53
|/