summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qabstractspinbox.cpp
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-1/+1
* Fix typo vice versaCristian Maureira-Fredes2018-10-151-2/+2
* qdoc: Fix several minor errors to reduce qdoc warningsMartin Smith2018-08-141-0/+7
* Add QStyle::SH_SpinBox_StepModifier style hintNathan Collins2018-07-121-0/+5
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-1/+5
|\
| * QAbstractSpinBox: Add more documentation cross linksAndre Hartmann2018-06-041-0/+4
| * QAbstractSpinBox: Fix missing frame conditionGabriel de Dietrich2018-05-301-1/+1
* | Apply Qt::ControlModifier to all spin box interactionsNathan Collins2018-05-241-6/+32
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-061-5/+4
|\|
| * Improve QAbstractSpinBox::stepBy() docsMitch Curtis2018-04-051-5/+4
* | Allow adaptive decimal stepping for QSpinBox and QDoubleSpinBoxHarald Nordgren2018-03-221-1/+14
* | QAbstractSpinBox: respond to QEvent::LocaleChangeSven Pauli2018-03-051-0/+3
|/
* Introducing SH_SpinBox_ButtonsInsideFrameGabriel de Dietrich2018-02-051-2/+6
* QMacStyle: CC_SpinBox is now HITheme-freeGabriel de Dietrich2018-02-051-0/+5
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-6/+6
* Make QDateTimeParser a separate featureEdward Welbourne2017-09-251-3/+10
* Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-0/+2
* Convert features.spinbox to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-4/+0
* Convert features.datetimeedit to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-0/+2
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-061-0/+2
|\
| * GCC 7: fix -Werror=implicit-fallthroughGiuseppe D'Angelo2017-04-041-0/+2
* | Widgets: Update micro focus in QLineEdit and friendsJarkko Koivikko2017-02-171-0/+4
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-4/+2
|\|
| * Remove reimplementations of removed featuresPaul Olav Tvete2017-01-251-4/+2
* | Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-121-2/+2
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-291-0/+2
|\
| * QAbstractSpinBox: Clear 'cleared' flag on receiving a keypressFriedemann Kleint2016-08-251-0/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-2/+1
|\|
| * Fix misleading code in QAbstractSpinBox::event()Marc Mutz2016-07-061-2/+1
* | Widgets: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-06-241-2/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtWidgets: use Q_UNLIKELY for every qWarning() (1)Marc Mutz2015-11-211-2/+2
|/
* QAbstractSpinBox::inputMethodQuery(): Consider input method hints set on the ...Friedemann Kleint2015-09-221-1/+10
* QDoubleSpinBox: Set back an upper limit widthCaroline Chao2015-03-231-4/+13
* Fix crash when accessing QStyleHints before QGuiApplication is constructed.Friedemann Kleint2015-02-251-1/+1
* 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-2/+5
* Accessibility: QSpinBox should not have any childrenFrederik Gladhorn2014-08-191-0/+1
* Add ReadOnlyChange event to widgets that support setReadOnly(bool).David Faure2014-03-131-0/+2
* QAbstractSpinBox: use QSignalBlockerMarc Mutz2013-10-301-4/+2
* added QAbstractSpinBox::setGroupSeparatorShown function.Oto Magaldadze2013-10-291-1/+26
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* QDateTime - Split QDateTimeParser into a separate fileJohn Layt2013-09-091-1/+1
* Ensure the QLineEdit::returnPressed() signal is still emittedAndy Shaw2013-04-211-0/+1
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Fix sizeHint for QAbstractSpinBoxCaroline Chao2013-02-121-18/+20
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix incorrect size hint for abstract spinboxJens Bache-Wiig2012-11-151-12/+1