summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed the QTreeView expansion/collpasing when animatedThierry Bastian2012-08-291-2/+39
* Fix some warnings in tests.Friedemann Kleint2012-08-281-1/+1
* 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
* Remove remaining bits of deprecated QInputPanelPekka Vuorela2012-08-231-3/+3
* tst_QTreeView: fix unused variable warningMarc Mutz2012-08-231-1/+1
* tst_QColumnView: fix unused variable warningMarc Mutz2012-08-221-1/+0
* Make keyboard search work in the current column, not only the first.Stephen Kelly2012-08-221-0/+30
* Fix indexAbove and indexBelow to return indexes in the correct column.Stephen Kelly2012-08-221-15/+37
* Add hint for touch -> mouse event synthesizingMorten Johan Sorvig2012-08-222-12/+19
* Propagate initial size constraints to QWidgetWindow.Friedemann Kleint2012-08-211-0/+37
* Take account of hidden items in QListView when using scrollTo.Stephen Kelly2012-08-201-0/+27
* Ensure that all the children get the new stylesheet set on a parentAndy Shaw2012-08-201-1/+12
* Fix a QListViewItem width when spacing is setJani Honkonen2012-08-191-4/+77
* Fix QListWidget scrolling with keys when there are hidden itemsJani Honkonen2012-08-191-0/+51
* Remove QWidgetStar.Stephen Kelly2012-08-182-6/+5
* Emit layoutChange signals when changing QPersistentModelIndexes.Stephen Kelly2012-08-181-0/+39
* 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
* Make selectAll() do nothing if the mode is NoSelection.Stephen Kelly2012-08-151-0/+6
* tst_QToolBar: fix "might be used uninit'ed" warningsMarc Mutz2012-08-141-6/+6
* Speed up tst_QGraphicsView::mapToScene testThiago Macieira2012-08-131-1/+1
* tst_qgraphicsview: increase test timeout furtherRohan McGovern2012-08-131-1/+1
* Take scroll position into account when painting drag pixmap.Stephen Kelly2012-08-102-1/+42
* Fix qlayout autotest build for WinCE.Janne Anttila2012-08-092-3/+1
* 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