summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qspinbox
Commit message (Expand)AuthorAgeFilesLines
* QSpinBox: remove deprecated signal valueChanged(const QString &)Vitaly Fanaskov2020-02-101-2/+2
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-7/+8
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-101-7/+8
| |\
| | * Make setReadOnly track ReadOnlyChange events onlyMorten Johan Sørvig2020-01-091-7/+8
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-1/+34
|\| |
| * | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-1/+10
| |/
| * Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-181-0/+24
* | Regenerate tests/auto/widgets/widgetsAlexandru Croitor2019-11-131-1/+13
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-152-8/+3
|\|
| * Fix a couple more uses of QWheelEvent constructors in testsShawn Rutledge2019-07-121-1/+1
| * Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-121-6/+2
| * unblacklist passing testsDaniel Smith2019-07-081-2/+1
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-141-9/+9
|\|
| * Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-101-9/+9
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-5/+9
|\|
| * Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-5/+9
| |\
| | * QAbstractSpinBox: fix some ui glitchesChristian Ehrlicher2019-05-101-5/+9
* | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-3/+25
|\| |
| * | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-311-0/+12
| |\|
| | * QDoubleSpinBox: reset size hint when prefix is setChristian Ehrlicher2019-03-261-0/+12
| * | QSpinBox: add new signal textChanged(QString)Christian Ehrlicher2019-03-011-3/+3
| |/
| * Fix QSpinBox tests failing after change in the Windows QPAAndre de la Rocha2019-02-121-0/+10
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1
|/
* Extend opensuse blacklistings to opensuse-leapTony Sarajärvi2018-09-111-0/+1
* Add debugging output to help diagnose cause of tst_qspinbox failureMitch Curtis2018-08-161-0/+7
* tst_qspinbox: include actual emission count in failure messageMitch Curtis2018-08-071-1/+2
* Blacklist flaky tst_QSpinBox::stepModifierPressAndHold on OpenSUSETor Arne Vestbø2018-08-041-0/+2
* Add QStyle::SH_SpinBox_StepModifier style hintNathan Collins2018-07-121-83/+196
* winrt: Make widgets/widgets auto tests passOliver Wolff2018-06-221-0/+4
* Apply Qt::ControlModifier to all spin box interactionsNathan Collins2018-05-241-16/+373
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-2/+1
|\
| * tests/auto/widgets/widgets: Avoid unconditional qWait()sKari Oikarinen2018-04-251-2/+1
* | Allow adaptive decimal stepping for QSpinBox and QDoubleSpinBoxHarald Nordgren2018-03-221-0/+81
|/
* qtbase: cleanup BLACKLIST filesChristian Ehrlicher2018-02-131-3/+0
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-291-0/+29
|\
| * QAbstractSpinBox: Clear 'cleared' flag on receiving a keypressFriedemann Kleint2016-08-251-0/+29
* | Updated license headersJani Heikkinen2016-01-211-17/+12
|/
* QAbstractSpinBox::inputMethodQuery(): Consider input method hints set on the ...Friedemann Kleint2015-09-221-0/+2
* Blacklist and skip various tests that are flakeySimon Hausmann2015-06-141-0/+3
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix spin box with fine grained wheel eventsAllan Sandfeld Jensen2014-09-231-0/+32
* Add ReadOnlyChange event to widgets that support setReadOnly(bool).David Faure2014-03-131-1/+14
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-0/+17
|\
| * QSpinBox: allow positive values to be entered with the '+' prefix.Mitch Curtis2013-12-051-0/+17
* | added QAbstractSpinBox::setGroupSeparatorShown function.Oto Magaldadze2013-10-291-0/+49
|/
* Set the base used to display the spin box valueKevin Ottens2013-05-071-0/+58
* Ensure the QLineEdit::returnPressed() signal is still emittedAndy Shaw2013-04-211-1/+10
* QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-281-1/+0