summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qspinbox/tst_qspinbox.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* tst_QSpinBox: handle an old TODOAhmad Samir2023-08-241-4/+0
* Stabilize tst_QSpinBox::sizeHint()Axel Spoerl2023-01-031-10/+8
* Stabilize tst_QSpinBox::sizeHint() by explicitly calling setLayout()Axel Spoerl2022-12-261-0/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-24/+24
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-271-4/+6
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Add style hint for preventing spin box selection on up/downVolker Hilsheimer2021-10-081-0/+63
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-2/+2
* Replace QtTest headers with QTestDavid Skoland2020-12-221-6/+6
* Update tst_qspinsbox test to use metaType systemDavid Skoland2020-10-281-1/+1
* Deprecate old aliases for two countries and several languagesEdward Welbourne2020-10-281-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* Fix compiler warnings from QKeyCombinationLars Knoll2020-09-281-2/+2
* Fix compiler warnings about missing overridesLars Knoll2020-09-131-8/+9
* Remove winrtOliver Wolff2020-06-061-4/+0
* QSpinBox: remove deprecated signal valueChanged(const QString &)Vitaly Fanaskov2020-02-101-2/+2
* 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
* | 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
* 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
* Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-101-9/+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 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
* 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
* 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
|/
* 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
* 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
|/