summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* QMenuBar: Add overloads of addAction() using Qt 5 signals and slotsAnton Kudryavtsev2018-01-061-0/+38
* Add an option to scroll the QComboBox on macOS with the mouse wheelAndy Shaw2018-01-051-6/+6
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-0/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-0/+2
| |\
| | * Blacklist tst_QSplitter::replaceWidget(visible, not collapsed) for LinuxFriedemann Kleint2017-12-011-0/+2
* | | Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-084-5/+5
* | | Raise the upper bound on years to 9999Edward Welbourne2017-11-301-22/+22
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-2316-127/+109
|\| |
| * | 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
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-0915-105/+73
| |\|
| | * testlib: start sharing common helper functionsGatis Paeglis2017-11-0414-69/+27
| | * tests: skip tst_QMenuBar::check_cursorKeys* on UnityGatis Paeglis2017-11-041-0/+9
| | * tst_QMenuBar: Port to QWindow-based mouse test APIFriedemann Kleint2017-10-292-36/+37
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-15/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-7/+3
| |\|
| | * 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
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-051-15/+5
|\| |
| * | tests: Fix warnings about inconsistent overrideFriedemann Kleint2017-10-271-16/+6
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-243-4/+29
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-231-0/+28
| |\|
| | * 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-162-4/+1
| |\|
| | * tests: un-blacklist tst_QMenuBar::taskQTBUG4965_escapeEatenGatis Paeglis2017-10-042-4/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-1710-40/+88
|\| |
| * | Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-059-40/+40
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-0/+48
| |\|
| | * Return focus to correct widget after showing menuPaul Olav Tvete2017-09-261-0/+48
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-3/+3
| |\|
| | * Convert features.completer to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-3/+3
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-194-8/+8
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-195-15/+15
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-0/+13
|\|
| * Widgets: Fix ImSurroundingText query for a QLineEdit with maskJarkko Koivikko2017-08-111-0/+13
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-023-4/+39
|\|
| * Ignore failures of submenuTearOffDontClose on macOS 10.12Simon Hausmann2017-08-021-0/+1
| * Convert features.tabbar to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-3/+3
| * Convert features.dockwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-3/+5
| * QLineEdit: Don't move the cursor after internalInsert() has done soAndy Shaw2017-07-241-0/+32
* | Test locale propagation from date-time editor to its calendar popupSoroush Rabiei2017-07-281-0/+21
* | macOS: Blacklist flakey test tst_QMenu::tearOff()Tor Arne Vestbø2017-07-241-0/+2
* | macOS: Blacklist tst_QMenu::pushButtonPopulateOnAboutToShowTor Arne Vestbø2017-07-241-0/+2
* | Fix warning about self assignFrank Meerkoetter2017-07-231-3/+2
* | macOS: Blacklist tst_QComboBox::task_QTBUG_56693_itemFontFromModelTor Arne Vestbø2017-07-221-0/+4
* | macOS: Blacklist tst_QMenu::layoutDirectionTor Arne Vestbø2017-07-211-0/+3
* | QLineEdit: Add selectionEnd() and selectionLength()Daniel Teske2017-07-201-0/+13
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-1/+10
|\|
| * QLineEdit: Fix length calculation for input mask "\\\\"Daniel Teske2017-07-131-1/+10