summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix excess enter events when showing modal dialog on button pressMiikka Heikkinen2012-11-071-0/+94
* Fix inconsistent leave/enter events for main window when popup is openMiikka Heikkinen2012-11-061-9/+185
* normalise signal/slot signatures [QtWidgets tests]Marc Mutz2012-10-191-2/+2
* Improve Qt::WA_UnderMouse accuracyMiikka Heikkinen2012-10-151-0/+82
* Do not accept key events if a widget is disabledOliver Wolff2012-10-131-0/+39
* Auto tests: revise cursor dependant testsJ-P Nurmi2012-10-131-7/+13
* QXcbWindow: Don't recreate window when reparenting.Yoann Lopes2012-10-011-40/+11
* Test: Remove QSKIP from tst_QWidget::raiseCaroline Chao2012-09-251-3/+0
* Redirect keyboard/mouse grab to the widget parent window.Friedemann Kleint2012-09-221-0/+70
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Close popups when switching applications on Windows.Friedemann Kleint2012-09-111-0/+12
* Remove deprecated inputItem and inputWindow from QInputMethodPekka Vuorela2012-09-111-26/+1
* Remove remaining bits of deprecated QInputPanelPekka Vuorela2012-08-231-3/+3
* Add hint for touch -> mouse event synthesizingMorten Johan Sorvig2012-08-221-0/+4
* Ensure that all the children get the new stylesheet set on a parentAndy Shaw2012-08-201-1/+12
* don't change a widget's active state in QWindowsWindow::setWindowStateJoerg Bornemann2012-08-011-4/+0
* Implement synchronous WS events by flushing.Friedemann Kleint2012-07-311-4/+2
* tst_qwidget task reference fixedJoerg Bornemann2012-07-311-1/+1
* Stabilize QWidget-test alienwidgets on XCB.Friedemann Kleint2012-07-311-1/+1
* Work on the QWidget-autotest.Friedemann Kleint2012-07-281-268/+334
* Fix position of mouse events generated from touch events.Andrew den Exter2012-07-261-0/+10
* Deprecate the qWaitForWindowShown(QWindow *) method.Friedemann Kleint2012-07-251-16/+15
* Propagate synthesized mouse events in parallel (lock-step) with touchKevin Ottens2012-07-241-0/+160
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-201-6/+24
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-201-15/+17
* QWidget/Win: fix restoreGeometry() from fullscreen modeJoerg Bornemann2012-07-191-3/+0
* Fix rendering glitches when using native widgets in MDI subwindowsMiikka Heikkinen2012-07-181-6/+0
* tst_qwidget: check widget geometry in fullscreen modeJoerg Bornemann2012-07-161-0/+10
* remove QEXPECT_FAILS from tst_qwidgetJoerg Bornemann2012-07-091-14/+0
* make tst_qwidget significant again on Windows and LinuxJoerg Bornemann2012-07-061-1/+143
* tst_qwidget: remove QEXPECT_FAIL for QTBUG-8911Joerg Bornemann2012-07-041-3/+0
* Fix QWidget/widgetAt() test.Friedemann Kleint2012-07-031-6/+8
* removed ancient left-over test from tst_qwidgetJoerg Bornemann2012-07-031-50/+0
* tst_QWidget::gdiPainting fixedJoerg Bornemann2012-07-031-1/+2
* Fixed mouse grabbing preventing popups from being closed.Samuel Rødal2012-06-211-0/+47
* fix tst_QWidget::getSetCheck on WindowsJoerg Bornemann2012-06-201-1/+1
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-2/+2
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtWidgets]Thiago Macieira2012-05-031-1/+1
* Fix recursion in qwidget gdiPainting test.Friedemann Kleint2012-04-251-4/+10
* Remove Q_WS macros from qwidget-test.Friedemann Kleint2012-04-191-387/+184
* Remove WA_PaintOutsidePaintEventDebao Zhang2012-03-281-39/+0
* FocusAboutToChange event to be send before focus changesPekka Vuorela2012-03-221-21/+32
* Move the auto test of QPixmap::grabWidget() from QPixmap to QWidgetDebao Zhang2012-03-121-0/+75
* Remove AccessibilityPrepare event.Frederik Gladhorn2012-03-051-7/+0
* Renamed QInputPanel as QInputMethodPekka Vuorela2012-02-021-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* QWidgets to use QGuiApplication focus object change notificationsPekka Vuorela2012-01-271-8/+4
* Replace Q_WS_MAC with Q_OS_MAC in tests/auto/widgetsBradley T. Hughes2012-01-231-39/+26
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Remove the tst_QWidget::retainHIView() testBradley T. Hughes2012-01-191-93/+0