summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-293-11/+74
|\
| * 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-224-4/+30
|\|
| * 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-121-46/+127
|\|
| * Stabilize tst_qcombobox.Friedemann Kleint2013-04-111-46/+127
* | Merge branch 'stable' into devSergio Ahumada2013-04-101-41/+54
|\|
| * Stabilize tst_qcompleter.Friedemann Kleint2013-04-051-41/+54
* | When doing a PageDown or PageUp it should show the next set of cellsAndy Shaw2013-04-091-2/+30
* | Add missing wait for window shown.Stephen Kelly2013-04-091-0/+2
* | Fixed a bug where the MaximumSizeHint of a layout with spans was wrongJan Arve Saether2013-04-041-5/+5
* | Fixed a bug where spans across empty cells got broken.Jan Arve Saether2013-04-031-0/+28
|/
* 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
* QMdi: Don't emit subWindowActivated during StyleChange handling.David Faure2013-03-251-0/+31
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-211-4/+5
|\
| * Tests: stabilize tst_QDockWidget on small screensJ-P Nurmi2013-03-201-1/+1
| * Attempt to prevent tst_QWidget::scroll() from failing in CI.Samuel Rødal2013-03-201-4/+8
* | Merge branch 'dev' into stableOswald Buddenhagen2013-03-2043-183/+922
|\ \
| * | Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-1618-90/+91
| * | Do not list desktop widgets and desktop screen widgets as top-levels.Friedemann Kleint2013-03-121-0/+17
| * | Skip more QScroller tests on Mac, they are all flakeyTor Arne Vestbø2013-03-121-0/+8
| * | Fix wrong initial positionCaroline Chao2013-03-121-0/+16
| * | Fix warnings about overloaded virtuals in tests (CLANG).Friedemann Kleint2013-03-127-23/+27
| * | Skip tst_QScroller::scroll(), it's flakey and blocking CITor Arne Vestbø2013-03-121-0/+1
| * | Fix warnings about unused field variables (CLANG).Friedemann Kleint2013-03-061-1/+0
| * | Fixed QTreeWidgetIterator to work with sorted QTreeWidgetJan Arve Saether2013-03-061-0/+27
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-053-1/+17
| |\ \
| * | | Make tst_qwidget more stableAlberto Mardegan2013-03-041-0/+1
| * | | Add QProxyStyle(QString key) constructor for convenienceJ-P Nurmi2013-03-041-2/+5
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-202-17/+93
| |\ \ \
| * | | | QProgressBar: Use localized numbers and percent sign.Friedemann Kleint2013-02-201-0/+36
| * | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-0/+26
| |\ \ \ \
| * | | | | Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-181-10/+0
| * | | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
| |\ \ \ \ \
| * | | | | | QTreeView::expandToDepth - add missing emit of expanded and collapsedThorbjørn Lund Martsum2013-02-021-0/+9
| * | | | | | Do not run tst_qfilesystemmodel for MinGW.Friedemann Kleint2013-02-011-0/+1
| * | | | | | QTreeView - emit collapsed in collapseAll()Thorbjørn Lund Martsum2013-01-311-2/+12
| * | | | | | QTreeView - emit expanded on expandAllThorbjørn Lund Martsum2013-01-311-4/+23
| * | | | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-291-3/+3
| |\ \ \ \ \ \