summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* remove some qmake -project boilerplate from project filesOswald Buddenhagen2012-06-192-6/+0
* Only quit if there are no visible widgets or windows.Stephen Kelly2012-06-121-0/+24
* Add QDeferredDeleteEventBradley T. Hughes2012-06-051-1/+1
* Fix Qt 5 todo issues for QSizePolicy.Jan-Arve Saether2012-05-303-0/+231
* Set explicit testcase.timeout for slow testsRohan McGovern2012-05-291-0/+1
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-288-0/+8
* QIcon: move back to QtGuiOlivier Goffart2012-05-1821-2894/+0
* Improve widget geometry.Friedemann Kleint2012-05-091-3/+0
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-072-3/+3
* Use QFile::{encode,decode}Name to deal with QT_PLUGIN_PATHThiago Macieira2012-05-041-1/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtWidgets]Thiago Macieira2012-05-033-9/+9
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-25/+25
* Wrap all Latin 1 strings with QString::fromLatin1 or QLatin1StringsThiago Macieira2012-04-271-2/+2
* Fix recursion in qwidget gdiPainting test.Friedemann Kleint2012-04-251-4/+10
* Start running some disabled tests again on Mac OS.Jason McDonald2012-04-232-3/+1
* Remove Q_WS macros from qwidget-test.Friedemann Kleint2012-04-191-387/+184
* Merge "Merge remote-tracking branch 'origin/api_changes'" into refs/staging/m...Lars Knoll2012-04-173-39/+14
|\
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-173-39/+14
| |\