summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* tst_QLabel: remove QSKIP, wrap Q_OS_MACJ-P Nurmi2012-09-271-3/+5
* tst_QMenu: remove QSKIP's -> wrap Q_OS_WINCEJ-P Nurmi2012-09-271-6/+10
* tst_QMainWindow: remove QSKIP, wrap Q_OS_MACJ-P Nurmi2012-09-271-4/+4
* tst_QAbstractButton::keyNavigation(): QSKIP -> XFAILJ-P Nurmi2012-09-271-3/+7
* tst_QCommandLinkButton: cleanup whitespaceJ-P Nurmi2012-09-271-17/+11
* Remove CDE and Motif styles from qtbaseJens Bache-Wiig2012-09-271-6/+0
* tst_qcheckbox: remove duplicate codeJ-P Nurmi2012-09-271-8/+0
* QtWidgets auto tests: revise clipboard related testsJ-P Nurmi2012-09-273-85/+20
* [QTBUG-27308][QTBUG-21534] Don't mouse-wheel-scroll QScrollBar when disabledMarc Mutz2012-09-261-0/+19
* Auto tests: remove PlatformQuirks::isAutoMaximizing()J-P Nurmi2012-09-262-7/+4
* test: Mark tst_QMdiSubWindow failures as XFAILSergio Ahumada2012-09-251-5/+37
* Test: Remove QSKIP from tst_QLineEdit::taskQTBUG_7395_readOnlyShortcutCaroline Chao2012-09-252-5/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2247-1128/+1128
* Pass correct argument to QShortcutEvent ctor in tst_qabstractbutton.cppMitch Curtis2012-09-191-1/+2
* test: Mark tst_QTabBar::sizeHints() failure as XFAILSergio Ahumada2012-09-171-1/+3
* Attempt to stabilize QMenu auto testsJ-P Nurmi2012-09-151-4/+4
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-142-8/+20
* Stabilize test of QSpinBox.Friedemann Kleint2012-09-071-35/+15
* Fix QDateEdit displaying day as a number for short and long day formatsMitch Curtis2012-09-051-36/+88
* Fix 3 digit day being displayed by QDateEdit.Mitch Curtis2012-09-052-1/+262
* Fix limitting shortcuts to keypad onlyJani Honkonen2012-08-271-0/+47
* Fix infinite recursion while dragging toolbar of QMainWindow.Markku Heikkila2012-08-251-1/+58
* Test for quadratic behaviour when rendering long line in QTextEditOlivier Goffart2012-08-231-0/+36
* Emit the highlighted signal if the model changes.Stephen Kelly2012-08-151-0/+29
* Fix undo and redo in QLineEdit when in password modeJani Honkonen2012-08-151-0/+66
* tst_QToolBar: fix "might be used uninit'ed" warningsMarc Mutz2012-08-141-6/+6
* Remove some dead code wrapped in Q_WS_QWS.Stephen Kelly2012-08-032-6/+0
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0147-0/+47
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-08-0118-58/+56
* fix window activation in tst_qmdiArea::subWindowActivated2Joerg Bornemann2012-07-311-1/+1
* Stabilize tst_QMenu::tearOff().Friedemann Kleint2012-07-261-3/+1
* Tests: Replace deprecated QPixmap::grabWidget() by QWidget::grab().Friedemann Kleint2012-07-201-1/+1
* Activate native window tests of QMdiArea.Friedemann Kleint2012-07-201-5/+6
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-2014-209/+79
* Replace Q_WS_ in tests by Q_OS_ or check platform names.Friedemann Kleint2012-07-164-10/+10
* Remove #ifdef Q_WS_ / include / #endif conditionals.Friedemann Kleint2012-07-163-12/+0
* Fix focus handling when the application has QAxWidgets.Miikka Heikkinen2012-07-031-0/+6
* Make QCalendarWidget use its locale's firstDayOfWeek.Mitch Curtis2012-06-281-0/+38
* Fixed inputMethodQuery() for Qt::ImHintsTasuku Suzuki2012-06-262-0/+41
* Fix qitemview and qdatetimeedit autotest builds for WinCE.Janne Anttila2012-06-211-0/+4
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-1/+1
* Correctly locate files with relative pathsLars Knoll2012-06-051-2/+0
* tst_qtoolbutton: stabilize and improve failure messageRohan McGovern2012-06-051-2/+7
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-2824-0/+24
* QStatusBar::showMessage will always take new timeoutJiewen Wang2012-05-251-0/+45
* QTBUG-16850: QLineEdit::setSelection removes blank charactersTarja Sundqvist2012-05-251-0/+11
* Fixed QLineEdit::inputMethodQuery() for Qt::ImHintsTasuku Suzuki2012-05-231-0/+21
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-072-2/+2
* Load resources in in QTextDocument correctlyLars Knoll2012-05-041-3/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtWidgets]Thiago Macieira2012-05-035-29/+29