summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qwidget
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong initial positionCaroline Chao2013-03-121-0/+16
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-1/+1
|\
| * Transient QWindows centered; default-constructed geometryShawn Rutledge2013-02-241-1/+1
* | Make tst_qwidget more stableAlberto Mardegan2013-03-041-0/+1
|/
* Fixed mouse double click events not bubbling up to parent widgets.Samuel Rødal2013-02-141-0/+26
* Fix a crash when minimizing a QQuickWindow.Friedemann Kleint2013-01-181-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-183-3/+3
* Fix warnings about not being able to set Window geometry on Windows.Friedemann Kleint2013-01-081-0/+26
* Widgets: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-2/+0
* Fix QGuiApplication::keyboardModifiers() and QGuiApplication::mouseButtons()Jon Severinsson2013-01-041-0/+26
* tst_QWidget: use QStyleFactory instead of QWindowsStyleJ-P Nurmi2012-11-281-8/+8
* Fix keyboard grab in QWidgetWindow.Friedemann Kleint2012-11-261-0/+22
* Emit destroyed() signal before children get deletedLars Knoll2012-11-231-0/+100
* Disable static contents optimization for now.Samuel Rødal2012-11-151-3/+1
* Change to enter/leave policy while grabbing.Miikka Heikkinen2012-11-151-74/+21
* Send enter to the child at the position of the QEnterEvent.Friedemann Kleint2012-11-141-2/+2
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-10/+11
* Do not call QWidget::show/hideEvent twiceOliver Wolff2012-11-081-9/+0
* Re-enable some skipped tests in tst_qwidgetMiikka Heikkinen2012-11-071-8/+0
* 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-223-73/+73
* 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
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* 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-282-269/+335
* 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-062-2/+144