summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Only quit if there are no visible widgets or windows.Stephen Kelly2012-06-121-0/+24
* Add QDeferredDeleteEventBradley T. Hughes2012-06-051-1/+1
* Use QFile::{encode,decode}Name to deal with QT_PLUGIN_PATHThiago Macieira2012-05-041-1/+1
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-25/+25
* Re-enable all of tst_QApplication::quitOnLastWindowClosed() on Mac OS XBradley T. Hughes2012-04-171-3/+0
* Make tst_qapplication build when QT_NO_SHAREDMEMORY is definedKevin Krammer2012-03-091-0/+4
* Fix QApplication autotest crash when running on multiple screensMiikka Heikkinen2012-03-021-3/+0
* Make the QApplication autotest work for shadow builds.Jason McDonald2012-02-211-3/+22
* tst_qapplication: mark expected failure on macRohan McGovern2012-02-211-0/+11
* Fix warning about converting false to pointer value.Friedemann Kleint2012-02-201-2/+2
* Make 'nmake check' succeed for widgets testsMiikka Heikkinen2012-02-171-0/+3
* Skip hanging/failing tst_QApplication tests on Mac OS XBradley T. Hughes2012-02-171-0/+6
* Fix ref counted window close handling.Stephen Kelly2012-02-161-499/+14
* Move the removal of the Quit event to QWindow.Stephen Kelly2012-02-151-0/+40
* Eliminate duplicate data row names in widgets autotests.Jason McDonald2012-02-151-6/+6
* Remove QInputContextPekka Vuorela2012-02-031-1/+0
* Add the event loop quitlock feature to QtCore.Stephen Kelly2012-01-311-1/+515
* Changed qapplication unittest to work from installation directoryKurt Korbatits2012-01-311-4/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove QEventLoop::DeferredDeletionBradley T. Hughes2012-01-231-72/+3
* Replace Q_WS_MAC with Q_OS_MAC in tests/auto/widgetsBradley T. Hughes2012-01-231-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Removed QApplication::setInputContext()Pekka Vuorela2012-01-051-33/+0
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Application-test: Fix location of sub-executables.Friedemann Kleint2011-12-151-24/+39
* Remove redundant touch processing in QtGui and widgets.Laszlo Agocs2011-12-141-22/+104
* Extend touch events.Laszlo Agocs2011-12-091-20/+24
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Prevent timestamps in widgets' touch events from disappearingLaszlo Agocs2011-11-041-20/+20
* Remove obsolete test.Jason McDonald2011-11-011-8/+0
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-211-1/+1
* Moved tests into integrationtests/ and widgets/Jo Asplin2011-10-201-0/+2107