summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* Only emit the clicked() signal from views if the left button is used.Stephen Kelly2012-08-071-0/+25
* Ensure that we return an invalid QTableWidgetItem when none is available.Stephen Kelly2012-08-071-0/+16
* Remove some dead code wrapped in Q_WS_QWS.Stephen Kelly2012-08-038-34/+2
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-032-2/+2
* Remove the obsolete scene argument for constructors of graphics itemsLars Knoll2012-08-032-6/+11
* Make tests compile without gui-privatePaul Olav Tvete2012-08-023-21/+53
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-01125-0/+125
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-08-0135-233/+219
* don't change a widget's active state in QWindowsWindow::setWindowStateJoerg Bornemann2012-08-011-4/+0
* fix window activation in tst_qmdiArea::subWindowActivated2Joerg Bornemann2012-07-311-1/+1
* Implement synchronous WS events by flushing.Friedemann Kleint2012-07-311-4/+2
* Stabilize the QHeaderView test.Friedemann Kleint2012-07-311-1/+9
* 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
* 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