summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stabilize tst_QMenu::tearOff().Friedemann Kleint2012-07-261-3/+1
* Stabilize tst_QCompleter::QTBUG_14292_filesystem.Friedemann Kleint2012-07-261-4/+92
* Base 'FileSystem' test helper class on QTemporaryDir.Friedemann Kleint2012-07-261-13/+7
* QMetaTypeId2::IsBuiltIn: (new) template meta-function to check for built-in t...Marc Mutz2012-07-261-0/+6
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-07-259-73/+67
* QtWidgets: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-1/+0
* Deprecate the qWaitForWindowShown(QWindow *) method.Friedemann Kleint2012-07-252-21/+19
* Propagate synthesized mouse events in parallel (lock-step) with touchKevin Ottens2012-07-242-13/+173
* Remove usage of deprecated qWaitForWindowShown in dialog tests.Friedemann Kleint2012-07-245-32/+34
* 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
* Tests: Replace deprecated QPixmap::grabWidget() by QWidget::grab().Friedemann Kleint2012-07-203-16/+16
* Activate native window tests of QMdiArea.Friedemann Kleint2012-07-201-5/+6
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-2037-468/+252
* QWidget/Win: fix restoreGeometry() from fullscreen modeJoerg Bornemann2012-07-191-3/+0
* Remove the test tst_qdialog::throwInExec().Friedemann Kleint2012-07-191-54/+0
* Fix rendering glitches when using native widgets in MDI subwindowsMiikka Heikkinen2012-07-181-6/+0
* Replace Q_WS_ in tests by Q_OS_ or check platform names.Friedemann Kleint2012-07-167-18/+15
* tst_qwidget: check widget geometry in fullscreen modeJoerg Bornemann2012-07-161-0/+10
* Remove #ifdef Q_WS_ / include / #endif conditionals.Friedemann Kleint2012-07-165-19/+0
* Fix applicationName() being empty in QApplication.David Faure2012-07-162-15/+26
* Implement qWaitForWindowShown using qWaitForWindowExposed.Friedemann Kleint2012-07-121-1/+1
* Tests: Fix printsupport profiles.Friedemann Kleint2012-07-121-1/+1
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* QItemDelegate - add a more comprehensive testThorbjørn Lund Martsum2012-07-091-0/+124
* remove QEXPECT_FAILS from tst_qwidgetJoerg Bornemann2012-07-091-14/+0
* fixed unittest builds for winceBjoern Breitmeyer2012-07-061-0/+2
* make tst_qwidget significant again on Windows and LinuxJoerg Bornemann2012-07-062-2/+144
* QHeaderView - adding an auto test with saveState and restoreStateThorbjørn Lund Martsum2012-07-051-0/+22
* QHeaderView - prevent negative default+minimum section sizesThorbjørn Lund Martsum2012-07-041-6/+4
* 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
* Platform-plugin support for QSystemTrayIcon.Christoph Schleifenbaum2012-07-031-5/+5
* Fix focus handling when the application has QAxWidgets.Miikka Heikkinen2012-07-033-6/+13
* 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
* Move QStandardItem/QStandardItemModel to QtGuiGiuseppe D'Angelo2012-06-297-2811/+0
* Fixed several unit tests to work in shadow buildsKurt Korbatits2012-06-294-10/+4
* Make QCalendarWidget use its locale's firstDayOfWeek.Mitch Curtis2012-06-281-0/+38
* Fixed inputMethodQuery() for Qt::ImHintsTasuku Suzuki2012-06-262-0/+41
* QSKIP test that is blocking unrelated changes in CIShane Kearns2012-06-251-2/+2
* tst_qgraphicsview hoverLeave regressedToby Tomkins2012-06-221-0/+3
* Fix qitemview and qdatetimeedit autotest builds for WinCE.Janne Anttila2012-06-212-0/+8
* 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