summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qcoreapplication
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Autotest: Check where global event filters get runThiago Macieira2015-06-192-0/+58
* 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-112-14/+14
* Windows: Allow for passing a modified argv to QCoreApplication.Friedemann Kleint2015-02-052-6/+3
* Update license headers and add new license filesMatti Paaso2014-09-242-38/+22
* Base tst_QGuiApplication on tst_QCoreApplication to increase GUI ED coverageTor Arne Vestbø2013-10-013-45/+111
* 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-122-2/+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
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Make the event notification on Windows be mandatory in all dispatchersThiago Macieira2012-05-041-0/+5
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-1/+2
|\
| * Make QCoreApplication::applicationName() default to argv[0]David Faure2012-03-281-1/+2
* | Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-031-0/+1
|/
* Fix compile warnings in QCoreApplication autotest.Jason McDonald2012-03-121-17/+22
* Make "nmake check" pass for corelib tests in Windows.Miikka Heikkinen2012-02-091-0/+3
* Add the event loop quitlock feature to QtCore.Stephen Kelly2012-01-312-2/+114
* Remove many deprecated methodsLars Knoll2012-01-311-4/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-021-1/+1
* Fixed compile of autotests with -qtnamespace.Rohan McGovern2011-11-181-1/+0
* Allow to create a custom event dispatcher for specific QThreads.Sven Anderson2011-11-151-0/+55
* Cleanup corelib autotestsJason McDonald2011-11-111-3/+2
* corelib: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3