summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qapplication
Commit message (Expand)AuthorAgeFilesLines
* Stabilize tst_QApplication::quitOnLastWindowClosed().Friedemann Kleint2013-07-041-9/+12
* If a QWidget is ignored for auto-quit, ignore its corresponding QWindow.Stephen Kelly2013-06-191-0/+25
* QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-284-6/+0
* QtWidgets tests: Replace qFindChild{ren} with QObject::findChild{ren}Debao Zhang2013-03-271-2/+2
* QtWidgets tests: Don't call the empty function QApplication::syncX()Debao Zhang2013-03-271-1/+0
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-3/+4
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-236-6/+6
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-186-6/+6
* | Check existence of QProcess feature before using it on Qt autotests.Pasi Petäjäjärvi2013-01-231-0/+8
|/
* Fix warnings about not being able to set Window geometry on Windows.Friedemann Kleint2013-01-081-0/+2
* Cleanup tst_QApplicationJ-P Nurmi2012-11-231-46/+46
* normalise signal/slot signatures [QtWidgets tests]Marc Mutz2012-10-191-1/+1
* Auto tests: revise cursor dependant testsJ-P Nurmi2012-10-131-0/+5
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-101-6/+2
* tst_QApplication: Make sure the native style is being usedGabriel de Dietrich2012-10-101-0/+2
* Remove CDE and Motif styles from qtbaseJens Bache-Wiig2012-09-271-2/+2
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-226-148/+148
* Add hint for touch -> mouse event synthesizingMorten Johan Sorvig2012-08-221-12/+15
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Make tests compile without gui-privatePaul Olav Tvete2012-08-021-20/+50
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-014-0/+4
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-08-011-5/+5
* Propagate synthesized mouse events in parallel (lock-step) with touchKevin Ottens2012-07-241-13/+13
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-201-4/+2
* Fix applicationName() being empty in QApplication.David Faure2012-07-161-0/+11
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-041-2/+1
* Fixed several unit tests to work in shadow buildsKurt Korbatits2012-06-294-10/+4
* remove some qmake -project boilerplate from project filesOswald Buddenhagen2012-06-192-6/+0
* 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
* clean up qmake-generated projectsOswald Buddenhagen2012-02-241-11/+2
* 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-172-2/+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-316-25/+18
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-306-6/+6
* Remove QEventLoop::DeferredDeletionBradley T. Hughes2012-01-231-72/+3