summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add an option to share between TLWsLaszlo Agocs2014-09-101-0/+27
* Fix linking of tst_qwindow with dynamic Open GL.Friedemann Kleint2014-09-081-0/+2
* Windows: Prevent hidden transient children from being re-shown by Windows.Friedemann Kleint2014-08-281-1/+58
* tst_qtouchevent: Skip tests that fail with qwindow-compositor.Robin Burchell2014-08-231-0/+18
* tst_qwindow: Skip tests that fail with qwindow-compositor.Robin Burchell2014-08-231-0/+30
* tst_qinputmethod: Skip tests that fail with qwindow-compositor.Robin Burchell2014-08-231-0/+6
* tst_qguiapplication: Skip tests that fail with qwindow-compositor.Robin Burchell2014-08-231-0/+7
* Skip the expose region test on WindowsLaszlo Agocs2014-08-201-0/+2
* tst_qmouseevent_modal: Replace some qWait with QTRY_VERIFY.Robin Burchell2014-08-181-8/+4
* Make the expose region local on all platformsLaszlo Agocs2014-08-121-0/+16
* QPixelFormat: don't inherit itMarc Mutz2014-08-091-11/+11
* Add a test for some copy semantics to QPaletteMarc Mutz2014-08-061-0/+22
* QPalette: add move constructorMarc Mutz2014-08-061-0/+8
* Introduce QRasterWindowLaszlo Agocs2014-08-053-1/+109
* Introduce QOpenGLWindowLaszlo Agocs2014-08-053-0/+311
* Add a test for move assignment to tst_QPaletteMarc Mutz2014-07-311-0/+22
* tst_qwindow: Fix geometries.Friedemann Kleint2014-07-311-55/+75
* Clean up tst_QPaletteMarc Mutz2014-07-261-37/+2
* Add checks for widget/window leaks to kernel tests.Friedemann Kleint2014-07-242-0/+12
* Update QVariant testsJędrzej Nowacki2014-07-101-4/+2
* Windows clipboard: Deny CF_DIB support for images with alpha.Friedemann Kleint2014-07-032-11/+77
* QGuiApplication::paletteChanged(const QPalette &palette) [signal]J-P Nurmi2014-07-021-0/+27
* Windows: Fix setting of geometries in minimized state.Friedemann Kleint2014-06-271-0/+23
* QGuiApplication::layoutDirectionChanged(Qt::LayoutDirection) [signal]J-P Nurmi2014-06-251-0/+27
* Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-0/+13
|\
| * Cocoa: Make sure modal windows get correct geometry on showAndy Shaw2014-05-261-0/+13
* | Windows: Use new clipboard API for listening to changes.Friedemann Kleint2014-05-151-5/+41
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-062-0/+149
|\|
| * XCB: fix that modal dialogs can go behind other process windowsJorgen Lind2014-04-161-0/+113
| * QNX: Fix QGuiApplication autotestsFabian Bumberger2014-04-141-0/+36
* | Add support for -qwindowicon command line argument.David Faure2014-05-025-0/+27
* | Introducing QPixelFormatJorgen Lind2014-04-233-0/+250
|/
* QEvent: document and check when registerEventTypes() returns -1Marc Mutz2014-03-291-0/+26
* tst_QEvent: add another test-case for registerEventType()Marc Mutz2014-03-291-1/+3
* QNX: Fix QWindow autotestFabian Bumberger2014-03-271-1/+53
* QGuiApplication: send TouchCancel when touch is interrupted by popupShawn Rutledge2014-03-211-0/+51
* tests: Remove superfluous gui additions to QTSergio Ahumada2014-02-282-2/+1
* Restore support for -title command line argument on X11, add -qwindowtitle.David Faure2014-02-121-0/+12
* Fix MSVC-warnings about double to float truncation.Friedemann Kleint2014-01-241-6/+6
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-202-9/+12
|\
| * Fix warning in QVariant test.Christian Kandeler2014-01-201-1/+1
| * Remove #ifdef from outside test functionsThiago Macieira2014-01-101-8/+11
* | iOS: Fix compilation of some basic testsTor Arne Vestbø2014-01-171-0/+4
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-133-29/+29
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-101-5/+0
|\|
| * QKeySequence: return Qt::Key_unknown with invalid modifiers on OS XLiang Qi2014-01-071-5/+0
* | 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-262-2/+21
|\|
| * tst_QWindow: Use showNormal() to prevent maximize/fullscreen interferenceTor Arne Vestbø2013-11-201-1/+1