summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qcoreapplication/tst_qcoreapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* 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-311-1/+113
* 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
* Move handling of -qmljsdebugger argument to QCoreApplicationKai Koehne2011-09-191-0/+8
* Moving relevant tests to corelib/kernelHolger Ihrig2011-09-011-0/+582