summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 #ifdef Q_WS_ / include / #endif conditionals.Friedemann Kleint2012-07-161-4/+0
* Fix applicationName() being empty in QApplication.David Faure2012-07-162-15/+26
* 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
* tst_qwidget: remove QEXPECT_FAIL for QTBUG-8911Joerg Bornemann2012-07-041-3/+0
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-041-2/+1
* 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
* Store the QMetaObject with the QMetaType.Stephen Kelly2012-07-013-0/+83
* Fixed several unit tests to work in shadow buildsKurt Korbatits2012-06-294-10/+4