summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qguiapplication
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+16
|\
| * Fix tst_QGuiApplication for embedded platforms using eglfs QPAPasi Petäjäjärvi2015-09-101-0/+16
* | Tests: Harmonize code checking on platform name.Friedemann Kleint2015-09-241-2/+2
* | Replace direct QPA access in tst_qguiappliction with testlib wrapperTor Arne Vestbø2015-09-151-3/+3
* | tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-1/+1
|/
* Enable checking for whether the system palette was explicitly setHarald Hvaal2015-04-201-0/+17
* Prevent static functions of Q[Gui]Application from crashing if there is no in...Friedemann Kleint2015-02-271-0/+38
* Fix crash when accessing QStyleHints before QGuiApplication is constructed.Friedemann Kleint2015-02-251-0/+25
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* emit lastWindowClosed even if quitOnLastWindowClosed is falseShawn Rutledge2014-12-231-0/+27
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add an option to share between TLWsLaszlo Agocs2014-09-101-0/+27
* tst_qguiapplication: Skip tests that fail with qwindow-compositor.Robin Burchell2014-08-231-0/+7
* Add checks for widget/window leaks to kernel tests.Friedemann Kleint2014-07-241-0/+6
* QGuiApplication::paletteChanged(const QPalette &palette) [signal]J-P Nurmi2014-07-021-0/+27
* QGuiApplication::layoutDirectionChanged(Qt::LayoutDirection) [signal]J-P Nurmi2014-06-251-0/+27
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-0/+36
|\
| * QNX: Fix QGuiApplication autotestsFabian Bumberger2014-04-141-0/+36
* | Add support for -qwindowicon command line argument.David Faure2014-05-025-0/+27
|/
* tests: Remove superfluous gui additions to QTSergio Ahumada2014-02-281-1/+1
* Restore support for -title command line argument on X11, add -qwindowtitle.David Faure2014-02-121-0/+12
* Base tst_QGuiApplication on tst_QCoreApplication to increase GUI ED coverageTor Arne Vestbø2013-10-012-4/+11
* Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-261-1/+1
* QPluginLoader: add 'staticPlugins' functionRichard Moe Gustavsen2013-09-041-1/+1
* Detect popup window correctly in modal window blocked handling.Friedemann Kleint2013-07-161-0/+1
* QGuiApplicationPrivate::updateBlockedStatus(): Recurse over children.Friedemann Kleint2013-07-161-2/+7
* Stabilize tst_qguiapplication.Friedemann Kleint2013-07-111-68/+140
* QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-271-1/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Remove warnings from qtbase.Mitch Curtis2012-11-211-1/+1
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-071-6/+6
* Send leave to most recently entered window when modal dialog is shown.Miikka Heikkinen2012-10-301-4/+65
* normalise signal/slot signatures [QtGui tests]Marc Mutz2012-10-221-1/+1
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-101-3/+3
* Fix events being processed on application startSimon Hausmann2012-09-262-1/+74
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Make tests compile without gui-privatePaul Olav Tvete2012-08-022-1/+3
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Deprecate the qWaitForWindowShown(QWindow *) method.Friedemann Kleint2012-07-251-8/+8
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-231-3/+3
* Add QGuiApplication::setApplicationDisplayName.David Faure2012-06-271-0/+13
* Only quit if there are no visible widgets or windows.Stephen Kelly2012-06-121-0/+63
* Cocoa: do not send multiple window activation eventsBradley T. Hughes2012-06-061-3/+0
* Windows: Compress Window Activation events.Friedemann Kleint2012-05-111-6/+0
* Remove insignfication from QGuiApplication test on Windows.Jason McDonald2012-04-172-2/+6
* Add tst_QGuiApplication::modalWindow()Bradley T. Hughes2012-04-111-0/+179
* Fix QGuiApplication::keyboardModifiers()Bradley T. Hughes2012-03-261-0/+75
* FocusAboutToChange event to be send before focus changesPekka Vuorela2012-03-221-0/+45
* Skip tst_QGuiApplication::focusObject() on Mac OS XBradley T. Hughes2012-02-171-0/+3