summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qabstractspinbox.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* QAbstractSpinBox: use pmf-style connectsChristian Ehrlicher2023-11-091-10/+10
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Add QStyleHints::keyboardAutoRepeatRateF()Tor Arne Vestbø2022-09-291-1/+1
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-3/+5
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-261-2/+2
* Add style hint for preventing spin box selection on up/downVolker Hilsheimer2021-10-081-1/+2
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-2/+2
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-121-1/+1
* QAbstractSpinBox: don't emit update signals twiceRichard Moe Gustavsen2020-09-121-1/+1
* Make initStyleOption virtual for various classesThorbjørn Lund Martsum2020-07-311-0/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Clean up data members and initialization in QAbstractSpinBoxVolker Hilsheimer2020-07-071-9/+3
* Maintain keyboard modifier state in QAbstractSpinBox's input event handlersVolker Hilsheimer2020-07-021-3/+9
* Port QtWidgets from QStringRef to QStringViewLars Knoll2020-06-101-1/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-3/+3
* QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-4/+2
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-35/+35
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-5/+5
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-2/+2
* QAbstractSpinBox css: properly honor spincontrol-disable-on-boundsChristian Ehrlicher2019-09-231-1/+1
* Fix build without features.shortcutTasuku Suzuki2019-08-151-0/+2
* Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-6/+7
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-3/+3
* Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-0/+1
|\
| * QAbstractSpinBox: fix some ui glitchesChristian Ehrlicher2019-05-101-0/+1
* | Add shortcut for select all in QSpinBoxFrederik Gladhorn2019-05-151-0/+1
* | Add startOfDay() and endOfDay() methods to QDateEdward Welbourne2019-04-241-1/+1
* | Use the QTime API less clumsilyEdward Welbourne2019-04-011-8/+8
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-141-1/+1
|\|
| * Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-131-1/+1
* | QSpinBox: add new signal textChanged(QString)Christian Ehrlicher2019-03-011-7/+7
|/
* Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* 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