summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-291-11/+3
* Remove Cleanlooks and PlastiqueJens Bache-Wiig2012-10-221-2/+1
* normalise signal/slot signatures [QtWidgets tests]Marc Mutz2012-10-194-6/+6
* 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-132-7/+18
* Fix a regression with regards to hfw behavior in QStackedWidgetJan Arve Saether2012-10-101-0/+32
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-101-6/+2
* tst_QApplication: Make sure the native style is being usedGabriel de Dietrich2012-10-101-0/+2
* QXcbWindow: Don't recreate window when reparenting.Yoann Lopes2012-10-011-40/+11
* Fix drag and drop with native widgetsjian liang2012-09-271-1/+26
* Remove CDE and Motif styles from qtbaseJens Bache-Wiig2012-09-272-7/+2
* Auto tests: remove PlatformQuirks::isAutoMaximizing()J-P Nurmi2012-09-261-4/+0
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* 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-2224-580/+580
* 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
* auto tests: updated for new QStyle pure virtualsJ-P Nurmi2012-08-311-12/+11
* Fix updating of drag icons.Friedemann Kleint2012-08-311-1/+185
* Fix some warnings in tests.Friedemann Kleint2012-08-281-1/+1
* Remove remaining bits of deprecated QInputPanelPekka Vuorela2012-08-231-3/+3
* Add hint for touch -> mouse event synthesizingMorten Johan Sorvig2012-08-222-12/+19
* Propagate initial size constraints to QWidgetWindow.Friedemann Kleint2012-08-211-0/+37
* Ensure that all the children get the new stylesheet set on a parentAndy Shaw2012-08-201-1/+12
* Remove QWidgetStar.Stephen Kelly2012-08-182-6/+5
* Fix qlayout autotest build for WinCE.Janne Anttila2012-08-092-3/+1
* Remove some dead code wrapped in Q_WS_QWS.Stephen Kelly2012-08-031-3/+0
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Make tests compile without gui-privatePaul Olav Tvete2012-08-021-20/+50
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0120-0/+20
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-08-018-19/+14
* 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
* Implement implicit constructors for built-in classes.Stephen Kelly2012-07-271-0/+24
* Fix position of mouse events generated from touch events.Andrew den Exter2012-07-261-0/+10
* QMetaTypeId2::IsBuiltIn: (new) template meta-function to check for built-in t...Marc Mutz2012-07-261-0/+6
* Deprecate the qWaitForWindowShown(QWindow *) method.Friedemann Kleint2012-07-251-16/+15
* Propagate synthesized mouse events in parallel (lock-step) with touchKevin Ottens2012-07-242-13/+173
* Split QWidgetsVariant tests into a separate testcase.Stephen Kelly2012-07-235-0/+271
* 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-205-48/+25
* QWidget/Win: fix restoreGeometry() from fullscreen modeJoerg Bornemann2012-07-191-3/+0