summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qcoreapplication/tst_qcoreapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* QThread: Reuse isMainThread()Jarek Kobus11 days1-4/+4
* Fix Qt::AA_DontUseNativeMenuWindows being unsettable on 32 bit systemsMitch Curtis2024-04-041-0/+51
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Fix sending deferred delete events when posted before outermost loopMikolaj Boc2023-06-091-1/+28
* tst_QCoreApplication: ensure that theMainThread has expected statesThiago Macieira2023-04-261-3/+37
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-5/+5
* Fix return value of qGlobalPostedEventsCount()Marc Mutz2022-05-181-11/+6
* Make qGlobalPostedEventsCount() auto-test-exported-onlyMarc Mutz2022-05-181-0/+2
* Remove manual declarations of qGlobalPostedEventsCount()Marc Mutz2022-05-181-4/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* Repair tst_qcoreapplication to not segfault on AndroidAndreas Buhr2022-02-151-2/+2
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-3/+3
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-211-1/+1
* QEventDispatcherWin32: create internal window on constructionAlex Trotsenko2020-09-161-0/+40
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-17/+17
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-071-0/+66
* 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-141-0/+6
* Modernize the "thread" featureUlf Hermann2018-08-171-2/+2
* 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-131-1/+1
|\
| * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-1/+1
* | Provide sensible defaults for QCoreApplication::applicationVersionJake Petroules2017-01-121-0/+35
|/
* QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-1/+1
* Updated license headersJani Heikkinen2016-01-211-18/+13
* 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-301-0/+2
* | | 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-201-0/+27
* | Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-181-0/+50
|/
* Autotest: Check where global event filters get runThiago Macieira2015-06-191-0/+55
* Don't overwrite applicationName if already set.David Faure2015-05-091-0/+16
* Make QCoreApplication::applicationName available after app destruction.David Faure2015-03-051-4/+9
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Windows: Allow for passing a modified argv to QCoreApplication.Friedemann Kleint2015-02-051-4/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Base tst_QGuiApplication on tst_QCoreApplication to increase GUI ED coverageTor Arne Vestbø2013-10-011-45/+37
* Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-261-16/+16
* Fix dead lock in the Qt event handlingOlivier Goffart2013-07-101-0/+28
* tst_qcoreapplication: Remove QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-04-121-1/+1
* Clear the current thread data for the main threadThiago Macieira2013-03-051-0/+12
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Test: remove QSKIP in tst_QCoreApplication::argcCaroline Chao2012-10-161-3/+6