summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-0/+67
|\
| * Windows: Restore window geometry after normal->maximized->fullscreen->normal.Friedemann Kleint2015-12-171-0/+67
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-23/+2
* | Stabilize tst_QWindow::childWindowPositioningFrederik Gladhorn2015-11-121-2/+3
* | Add QWindow child window positioning testTor Arne Vestbø2015-10-261-13/+69
* | Defer QPlatformWindow creation on setVisible(true) if parent hasn't been createdTor Arne Vestbø2015-10-261-0/+46
* | Ensure QWindow::setParent() creates parent hierarchy if neededTor Arne Vestbø2015-10-261-0/+31
* | Ensure QWindow::create() creates parent hierarchy before creating selfTor Arne Vestbø2015-10-261-0/+31
|/
* Tests: Harmonize code checking on platform name.Friedemann Kleint2015-09-241-10/+10
* tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-17/+17
* high-DPI tweaks for autotestsMorten Johan Sørvig2015-07-301-23/+47
* Run tst_qwindow::positioningDuringMinimized on OSXMorten Johan Sørvig2015-07-071-1/+2
* tst_QWindow::initialSize: Use showNormal() instead of show()v5.5.0-alpha1Tor Arne Vestbø2015-03-121-3/+3
* Decide whether to synthesize mouse events on a per device basisAlexander Volkov2015-02-251-4/+30
* Add widget support for requestUpdate() and improve its docs and testsLaszlo Agocs2015-02-161-0/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-0/+2
|\
| * Prospective stabilization fix for tst_qwindow::positioning(default)Simon Hausmann2014-12-181-0/+2
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-0/+13
|\|
| * Add some debug information to tst_qwindowSimon Hausmann2014-12-181-0/+12
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-23/+12
|\|
| * Attempt to make the positioning test of QWindow more reliableSimon Hausmann2014-12-091-1/+1
| * Make tst_qwindow::positioning more reliableSimon Hausmann2014-12-041-22/+11
* | Send events when platform surfaces are created/about to be destroyedSean Harmer2014-11-171-1/+75
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Windows: Prevent hidden transient children from being re-shown by Windows.Friedemann Kleint2014-08-281-1/+58
* tst_qwindow: Skip tests that fail with qwindow-compositor.Robin Burchell2014-08-231-0/+30
* Skip the expose region test on WindowsLaszlo Agocs2014-08-201-0/+2
* Make the expose region local on all platformsLaszlo Agocs2014-08-121-0/+16
* tst_qwindow: Fix geometries.Friedemann Kleint2014-07-311-55/+75
* Add checks for widget/window leaks to kernel tests.Friedemann Kleint2014-07-241-0/+6
* Windows: Fix setting of geometries in minimized state.Friedemann Kleint2014-06-271-0/+23
* Cocoa: Make sure modal windows get correct geometry on showAndy Shaw2014-05-261-0/+13
* XCB: fix that modal dialogs can go behind other process windowsJorgen Lind2014-04-161-0/+113
* QNX: Fix QWindow autotestFabian Bumberger2014-03-271-1/+53
* QGuiApplication: send TouchCancel when touch is interrupted by popupShawn Rutledge2014-03-211-0/+51
* Use the default height (not 0) if only width is specifiedJan Arve Saether2014-01-091-0/+27
* OSX: support fake fullscreen and etcLiang Qi2014-01-031-9/+27
* tst_QWindow: Use showNormal() to prevent maximize/fullscreen interferenceTor Arne Vestbø2013-11-201-1/+1
* tst_QWindow: Set explicit window position to please qWaitForWindowActiveTor Arne Vestbø2013-11-181-1/+4
* tests: Replace Q_OS_MACX -> Q_OS_OSXSergio Ahumada2013-10-211-1/+1
* Cocoa: Make sure that resizeEvent is invoked after calling resizeNils Jeisecke2013-07-301-0/+20
* test: Fix tst_qwindow::positioning() on Ubuntu 12.04Sergio Ahumada2013-07-101-1/+1
* test: Replace QSKIP with QEXPECT_FAIL in tst_qwindowSergio Ahumada2013-07-101-7/+3
* Fix tst_QWindow for fullscreen platform pluginsRafael Roquetto2013-06-181-2/+9
* Fix the check if mouse events should be synthesized from touch eventsFabian Bumberger2013-04-111-0/+6
* Introduced QWindow::setMask() to expose existing platform functionality.Samuel Rødal2013-02-271-0/+17
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+5
|\
| * Fix QWindow::setFramePosition() to keep the size.Friedemann Kleint2013-02-111-1/+5
* | Added QWindow::Visibility convenience API to QWindow.Samuel Rødal2013-02-121-0/+40
|/