summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* tst_qfilesystemmodel: increased test's permitted runtimeSergio Ahumada2013-08-061-1/+2
* Fix double transform for items ignoring parent transformations.Andreas Aardal Hanssen2013-08-051-0/+61
* Fix tst_QCompleter::directoryModel() on OS XTor Arne Vestbø2013-08-051-1/+1
* test: Remove insignificant mark from tst_qfilesystemmodelSergio Ahumada2013-07-261-2/+0
* Fix for tst_qundogroup autotest in shadow buildSimo Fält2013-07-251-2/+7
* Fix for tst_qundostack autotest in shadow buildSimo Fält2013-07-251-2/+6
* Make *ItemBoundingRect modes work with custom shapes.Mitch Curtis2013-07-161-0/+52
* Test password mask delay and characters on Mac.Mitch Curtis2013-07-111-0/+12
* Stabilize tst_QApplication::quitOnLastWindowClosed().Friedemann Kleint2013-07-041-9/+12
* Make the test a bit more sane.Gunnar Sletta2013-07-011-3/+6
* tst_qfilefialog: Fix leaking temporary directories.Friedemann Kleint2013-06-261-28/+16
* Test for activation and palette on QWindowContainer's parentGunnar Sletta2013-06-251-0/+10
* If a QWidget is ignored for auto-quit, ignore its corresponding QWindow.Stephen Kelly2013-06-191-0/+25
* BlackBerry: fix tst_qlistviewRafael Roquetto2013-06-181-0/+8
* Fix tst_qlistview for full screen platformsRafael Roquetto2013-06-181-3/+3
* QDockWidget: Keep position when undocking.Friedemann Kleint2013-06-121-0/+8
* tst_qfilesystemmodel: Fix warnings about comparing int/bool.Friedemann Kleint2013-06-081-5/+12
* Use QFINDTESTDATA on tst_QStyle instead of SRCDIRRafael Roquetto2013-06-072-5/+5
* Fix tst_qcombobox::itemListPosition.Friedemann Kleint2013-06-051-4/+6
* Fix typoFrederik Gladhorn2013-06-031-1/+1
* Made sure items with preferred width of 0 could also stretchJan Arve Saether2013-05-271-0/+12
* Stabilize tst_qgraphicssceneindex.Friedemann Kleint2013-05-231-1/+1
* Fixed autotest build for configurations without printsupportOliver Wolff2013-05-211-1/+1
* QtWidgets: avoid integer divide by zero in QProgressDialogLiang Qi2013-05-151-0/+11
* QGV: fix items not to be selected on right mouse button releaseJ-P Nurmi2013-05-141-0/+28
* tst_qmdiarea: Prevent scrollbars from messing up expected viewport calculationTor Arne Vestbø2013-05-141-3/+9
* test: Remove XFAIL from tst_qwidgetSergio Ahumada2013-05-131-4/+0
* Disabling some concurrency in widget testsSimo Fält2013-05-102-2/+0
* Stabilize QGraphicsWidget test.Friedemann Kleint2013-05-091-15/+12
* Fix tabFocusFirst when that item is removed from QGraphicsSceneMiikka Heikkinen2013-05-081-0/+18
* Fixed applying invalid data from QLineEdit to modelIvan Komissarov2013-05-071-0/+131
* Add QSKIP to hoverenter-test in tst_qgraphicsproxywidget.Friedemann Kleint2013-05-071-0/+1
* Fix XPASS in tst_qgraphicswidget (Windows).Friedemann Kleint2013-05-071-1/+1
* test: Mark tst_menubar::task256322_highlight as XFAILSergio Ahumada2013-04-291-1/+6
* Fix windows expose logicGunnar Sletta2013-04-251-11/+19
* Fixed QLayout::addChildLayout(QLayout *l) when l had a parentJan Arve Saether2013-04-231-0/+21
* Fix QTableView::doItemsLayout()J-P Nurmi2013-04-221-0/+34
* Ensure the QLineEdit::returnPressed() signal is still emittedAndy Shaw2013-04-211-1/+10
* Fusion & GTK styles need to check direction from style option not qappShawn Rutledge2013-04-181-20/+1
* An RTL submenu should be right-alignedShawn Rutledge2013-04-181-0/+36
* Fix qgraphicsview autotest build for WEC7.Janne Anttila2013-04-171-1/+1
* Fix tst_qstyle autotest build for WEC7.Janne Anttila2013-04-171-2/+2
* Stabilize tst_qcombobox.Friedemann Kleint2013-04-111-46/+127
* Stabilize tst_qcompleter.Friedemann Kleint2013-04-051-41/+54
* QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-28111-120/+0
* QtWidgets tests: Replace qFindChild{ren} with QObject::findChild{ren}Debao Zhang2013-03-2728-185/+185
* QtWidgets tests: Don't use the deprecated QTest::qWaitForWindowShown()Debao Zhang2013-03-276-8/+8
* QtWidgets tests: Don't call the empty function QApplication::syncX()Debao Zhang2013-03-277-15/+0
* tst_qgraphicseffectsource: Don't use the deprecated QGraphicsItem::children()Debao Zhang2013-03-272-21/+21
* tst_qtreeview: Use QRect::intersected instead of QRect::intersectDebao Zhang2013-03-261-1/+1