summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* QHeaderView: properly connect rows/columnsMovedChristian Ehrlicher2017-12-221-1/+18
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-086-7/+7
* Port away from QRegion::rects()Marc Mutz2017-12-073-10/+20
* tst_QWidget: port away from QRegion::rects()Marc Mutz2017-12-061-4/+3
* tst_QWidget: port some easy QRegion::rects() calls to begin()/end()Marc Mutz2017-12-061-3/+3
* Simplify date-time formatting in textForRole()Edward Welbourne2017-11-301-22/+50
* Raise the upper bound on years to 9999Edward Welbourne2017-11-301-22/+22
* QTreeWidgetItem::insertChildren: ignore out of bounds indexesGiuseppe D'Angelo2017-11-301-2/+11
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-302-0/+192
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-232-0/+193
| |\
| | * QHeaderView: Simplify and fix layoutChange handlingStephen Kelly2017-11-221-0/+49
| | * Start from the first visible item when doing a searchAndy Shaw2017-11-221-0/+97
| | * QTreeView: recalculate row heights in hide/showColumn()Christian Ehrlicher2017-11-171-0/+47
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-2357-344/+318
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-171-0/+32
| |\|
| | * QAbstractButton: don't clear 'pressed' flag unless left button is releasedRichard Moe Gustavsen2017-11-151-0/+32
| * | test: blacklist tst_QWidget::multipleToplevelFocusCheck()Liang Qi2017-11-141-4/+1
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Tony Sarajärvi2017-11-1251-278/+203
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-0951-278/+203
| | |\|
| | | * QHeaderView: Honor maximumSectionSize property during resizeSections()Christian Ehrlicher2017-11-061-0/+4
| | | * tst_QWidget::multipleToplevelFocusCheck(): Avoid overlappingFriedemann Kleint2017-11-061-2/+5
| | | * testlib: start sharing common helper functionsGatis Paeglis2017-11-0448-239/+97
| | | * tests: skip tst_QMenuBar::check_cursorKeys* on UnityGatis Paeglis2017-11-041-0/+9
| | | * Disable window shortcuts if there is a window modal dialogElvis Angelaccio2017-11-041-1/+51
| | | * tst_QMenuBar: Port to QWindow-based mouse test APIFriedemann Kleint2017-10-292-36/+37
| * | | test: blacklist tst_QWidget::multipleToplevelFocusCheck() and setToolTip()Liang Qi2017-11-121-0/+5
| |/ /
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-086-56/+36
| * | tests: Make braces consistentJesus Fernandez2017-11-031-3/+6
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-303-7/+39
| |\|
| | * tests: use QSKIP for temporarily disabled testsGatis Paeglis2017-10-271-4/+2
| | * tests: enforce Qt menubar in tst_QMenuBar::taskQTBUG56860_focusGatis Paeglis2017-10-271-3/+1
| | * QWizard: Do not remove the Next button's shortcutMaciej Czarnecki2017-10-241-0/+20
| | * QAction: fix ::setData() always emits changed()Yulong Bai2017-10-241-0/+16
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-052-27/+16
|\| |
| * | tests: Fix warnings about inconsistent overrideFriedemann Kleint2017-10-272-28/+17
* | | Remove references to obsolete platformsJake Petroules2017-11-055-29/+3
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-245-5/+32
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-231-0/+28
| |\|
| | * tests: fix and un-blacklist tst_qgraphicsview::hoverLeaveGatis Paeglis2017-10-172-31/+19
| | * QShortcut: Fall back to cross platform code in absence of QPA menuGabriel de Dietrich2017-10-171-0/+28
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-164-5/+4
| |\|
| | * Replace 'an unique' with 'a unique'Kai Koehne2017-10-111-1/+1
| | * Extend blacklisting of tst_qwidget tests to cover RHEL 7.3 & 7.4Tony Sarajärvi2017-10-111-0/+2
| | * tests: un-blacklist tst_QMenuBar::taskQTBUG4965_escapeEatenGatis Paeglis2017-10-042-4/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-1724-68/+448
|\| |
| * | Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-0520-66/+67
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-055-1/+288
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-045-1/+288
| | |\|
| | | * Fix crash when reparenting window containerPaul Olav Tvete2017-09-281-0/+26
| | | * Return focus to correct widget after showing menuPaul Olav Tvete2017-09-261-0/+48