summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qdoublespinbox/tst_qdoublespinbox.cpp
Commit message (Expand)AuthorAgeFilesLines
* Deprecate old aliases for two countries and several languagesEdward Welbourne2020-10-281-7/+7
* Deprecate QVariant::TypeLars Knoll2020-10-231-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-6/+6
* QSpinBox: remove deprecated signal valueChanged(const QString &)Vitaly Fanaskov2020-02-101-2/+2
* QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-0/+6
* Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-181-0/+4
* 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
* QAbstractSpinBox: fix some ui glitchesChristian Ehrlicher2019-05-101-5/+7
* QDoubleSpinBox: reset size hint when prefix is setChristian Ehrlicher2019-03-261-0/+12
* Add QStyle::SH_SpinBox_StepModifier style hintNathan Collins2018-07-121-84/+198
* winrt: tst_qdoublespinbox: Remove QEXPECT_FAIL for editingFinishedOliver Wolff2018-06-261-7/+0
* winrt: Make widgets/widgets auto tests passOliver Wolff2018-06-221-0/+7
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-2/+2
|\
| * Fix tst_QDoubleSpinBox::editingFinished failing after other testsKari Oikarinen2018-05-181-2/+2
* | Apply Qt::ControlModifier to all spin box interactionsNathan Collins2018-05-241-0/+390
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-3/+3
|\|
| * tests/auto/widgets/widgets: Avoid unconditional qWait()sKari Oikarinen2018-04-251-3/+3
* | Allow adaptive decimal stepping for QSpinBox and QDoubleSpinBoxHarald Nordgren2018-03-221-0/+131
|/
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-2/+4
* Replace qdtoa and qstrtod implementation by a 3rdparty libraryUlf Hermann2015-11-021-2/+5
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* BlackBerry: Fix QDoubleSpinBox autotestsFabian Bumberger2014-04-141-0/+2
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* added QAbstractSpinBox::setGroupSeparatorShown function.Oto Magaldadze2013-10-291-0/+46
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Widgets: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-1/+0
* Do not call QWidget::show/hideEvent twiceOliver Wolff2012-11-081-1/+1
* Properly check for widget's visibility in doublespinbox autotestOliver Wolff2012-10-261-2/+2
* normalise signal/slot signatures [QtWidgets tests]Marc Mutz2012-10-191-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-201-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Replace Q_WS_MAC with Q_OS_MAC in tests/auto/widgetsBradley T. Hughes2012-01-231-8/+8
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-4/+0
* Bring back QDoubleSpinBox test.Frederik Gladhorn2011-10-251-5/+2
* Moved tests into integrationtests/ and widgets/Jo Asplin2011-10-201-0/+1111