summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Made QFusionStyle internalJ-P Nurmi2012-11-211-5/+3
* Widgets: Stop cursor blink timer when QLineEdit is read-onlyGabriel de Dietrich2012-11-141-0/+38
* Do not call QWidget::show/hideEvent twiceOliver Wolff2012-11-082-2/+1
* Mac: refactor scrollbar animationsJ-P Nurmi2012-11-021-10/+10
* Make it obvious that adding a QLayout to QSplitter is not supported.Mitch Curtis2012-11-021-1/+11
* Fix progressbar animation on macstyleJens Bache-Wiig2012-11-021-0/+7
* Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-293-84/+15
* QComboBox: new signal currentTextChangedMark Brand2012-10-261-0/+55
* QComboBox: fix use in QDataWidgetMapper/QItemDelegateMark Brand2012-10-261-0/+53
* Properly check for widget's visibility in doublespinbox autotestOliver Wolff2012-10-261-2/+2
* Unmark tst_qgroupbox as a parallel testRohan McGovern2012-10-241-1/+0
* Remove Cleanlooks and PlastiqueJens Bache-Wiig2012-10-223-18/+13
* Fix integer overflow in QSpinBox.Stephen Kelly2012-10-221-0/+31
* normalise signal/slot signatures [QtWidgets tests]Marc Mutz2012-10-1916-52/+52
* QComboBox: replace homebrew with QSignalSpy for editTextChanged testMark Brand2012-10-161-35/+12
* Fix QComboBox icon testingGiuseppe D'Angelo2012-10-163-2/+4
* Auto tests: revise cursor dependant testsJ-P Nurmi2012-10-135-11/+24
* Fix tst_QTextEdit::fullWidthSelection2() for shadow buildKonstantin Ritt2012-10-121-1/+1
* Revert "Handle additional format ranges when itemizing."Pierre Rossi2012-10-101-4/+3
* Move QValidator tests to QtGuiGiuseppe D'Angelo2012-10-1010-850/+0
* tst_QMenuBar: remove QSKIP's -> omit whole test cases insteadJ-P Nurmi2012-10-101-46/+43
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-103-6/+6
* Stabilize test qmenu::pushButtonPopulateOnAboutToShow().Friedemann Kleint2012-10-081-19/+32
* Handle additional format ranges when itemizing.Pierre Rossi2012-10-081-3/+4
* test: Remove QSKIP from tst_QToolButton::triggered()Sergio Ahumada2012-10-041-4/+0
* tst_QDateTimeEdit: cleanup whitespace & follow Qt coding styleJ-P Nurmi2012-09-281-76/+31
* 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