summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-105-14/+10
* tst_QApplication: Make sure the native style is being usedGabriel de Dietrich2012-10-101-0/+2
* tst_qfiledialog: fixed typo causing semi-random completer() failureRohan McGovern2012-10-091-1/+1
* 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
* Fix segfault when delegates change properties on editors.Stephen Kelly2012-10-041-0/+56
* QXcbWindow: Don't recreate window when reparenting.Yoann Lopes2012-10-011-40/+11
* tst_QDateTimeEdit: cleanup whitespace & follow Qt coding styleJ-P Nurmi2012-09-281-76/+31
* Run application main run loop in color/font dialog testTeemu Katajisto2012-09-272-24/+46
* Fix drag and drop with native widgetsjian liang2012-09-271-1/+26
* 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-276-53/+24
* tst_qcheckbox: remove duplicate codeJ-P Nurmi2012-09-271-8/+0
* QtWidgets auto tests: revise clipboard related testsJ-P Nurmi2012-09-273-85/+20
* tst_QDialog: fix Q_OS_WINCE & QT_NO_SIZEGRIP usageJ-P Nurmi2012-09-271-9/+23
* tst_qsidebar: remove duplicate codeJ-P Nurmi2012-09-271-6/+3
* tst_QMessageBox: fix Q_OS_MAC usageJ-P Nurmi2012-09-271-3/+5
* [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-267-56/+15
* QFileSystemModel: fix permission manglingMarc Mutz2012-09-262-0/+148
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-262-2/+2
* test: Mark tst_QMdiSubWindow failures as XFAILSergio Ahumada2012-09-251-5/+37
* Test: Remove QSKIP from tst_QWidget::raiseCaroline Chao2012-09-251-3/+0
* Test: Remove QSKIP from tst_QLineEdit::taskQTBUG_7395_readOnlyShortcutCaroline Chao2012-09-252-5/+1
* Implement viewOptions() logic in QListViewPrivate.Stephen Kelly2012-09-241-0/+17
* Redirect keyboard/mouse grab to the widget parent window.Friedemann Kleint2012-09-221-0/+70
* QModelIndex: clean up integer size confusion in the APIMarc Mutz2012-09-222-6/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-22133-3196/+3196
* Fix regression in QAbstractScrollAreaJens Bache-Wiig2012-09-211-0/+39
* 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-145-36/+58
* Close popups when switching applications on Windows.Friedemann Kleint2012-09-111-0/+12
* Remove deprecated inputItem and inputWindow from QInputMethodPekka Vuorela2012-09-111-26/+1
* Fix build of tests/ on Windows CEKevin Funk2012-09-101-0/+3
* Use QStringList::join(QChar) overload where applicable [QtWidgets]Marc Mutz2012-09-071-1/+1
* Make gui/math3d classes use float rather than qrealSean Harmer2012-09-072-45/+39
* Stabilize test of QSpinBox.Friedemann Kleint2012-09-071-35/+15
* Revert "Implement automatic mouse grabbing on mouse button press."Friedemann Kleint2012-09-071-0/+3
* 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
* auto tests: updated for new QStyle pure virtualsJ-P Nurmi2012-08-313-20/+34
* Make QGraphicsView respect scrollbar policiesJeremy Lainé2012-08-311-0/+288
* Fix updating of drag icons.Friedemann Kleint2012-08-311-1/+185