summaryrefslogtreecommitdiffstats
path: root/src/gui/util/qvalidator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-39/+3
* QtGui: includemocsMarc Mutz2022-04-291-0/+2
* Fix off-by-one for "typically" lowest value INT_MINClemens Werther2022-03-031-2/+2
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-171-0/+1
* Introduce QDoubleValidator::setRange overload with two parametersIvan Solovev2021-09-201-3/+18
* Introduce QDoubleValidator::fixup()Ivan Solovev2021-09-171-2/+88
* QDoubleValidator: fix NaN check in validateWithLocaleIvan Solovev2021-09-011-2/+1
* Rework QLocalePrivate::bytearrayToU?LongLong()Edward Welbourne2021-08-301-3/+3
* Correct examples for int validation in QValidator documentationVolker Hilsheimer2021-06-081-2/+2
* Fix Clang 10 warning about LLONG_MAX being inexact in doubleThiago Macieira2020-05-051-2/+3
* Compile fixes for clang10Lars Knoll2020-04-151-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-2/+7
|\
| * QLineEdit: clarify the impact of using validatorsVolker Hilsheimer2020-04-011-2/+7
* | Make setRange methods in QValidator subclasses non-virtualVolker Hilsheimer2020-04-031-4/+0
* | Remove QRegExpValidatorLars Knoll2020-03-171-130/+5
|/
* QDoubleValidator: Fix thousand separator handlingFabian Kosmale2019-12-051-1/+1
* Implement exact match expression builder for QRegularExpressionSamuel Gaist2018-08-191-1/+1
* QIntValidator: Intermediate for number if digits equal or less than maxTuomas Heimonen2018-06-291-4/+14
* QDoubleValidator: Allow intermediate values as close as possible to one consi...Andy Shaw2018-04-171-5/+13
* Modernize the "regularexpression" featureUlf Hermann2018-03-201-2/+2
* QLocaleData: remove unused bool *overflow argumentsMarc Mutz2017-04-271-6/+6
* QtGui: Introduce delegating constructors.Friedemann Kleint2016-05-091-10/+5
* QtGui: replace QStringLiteral with QLatin1String when appendingMarc Mutz2016-02-241-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Add flags to omit/reject padding in scientific notation exponentsUlf Hermann2015-11-231-6/+5
* Replace qdtoa and qstrtod implementation by a 3rdparty libraryUlf Hermann2015-11-021-3/+4
* Add FIXME comments to make Q[]Validator::setRange() non-virtual.Friedemann Kleint2015-04-101-0/+3
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Observe QLocale::RejectGroupSeparator in QInt/DoubleValidator.Friedemann Kleint2014-11-201-3/+7
* Allow empty string as intermediate matchPaul Olav Tvete2014-11-201-1/+1
* Add a note about group separators to numeric validators.Friedemann Kleint2014-11-191-2/+12
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Rephrase sentence in QIntValidator documentation.Mitch Curtis2014-09-161-1/+1
* QLocalePrivate: move the stringToXxx to QLocaleDataThiago Macieira2014-02-141-11/+11
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Rename QRegularExpression-related feature defs to QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2013-01-071-5/+4
* | Introduce QRegularExpressionValidatorGiuseppe D'Angelo2013-01-071-0/+154
|/
* Fix QRegExpValidator::validate docs about the pos parameterGiuseppe D'Angelo2012-10-221-1/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: More fixes of qdoc-reported doc errorsaavit2012-08-311-2/+0
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+4
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-1/+1
* Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-5/+5
* Don't use the QRegExp methods that modify the object [QtGui]Thiago Macieira2012-04-241-2/+3
* QLocale: Clean up QLocalePrivate implementationJohn Layt2012-04-241-3/+3
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-8/+8
* SIC: QLocale: Remove base argument from conversion to number apiJohn Layt2012-02-051-1/+1
* QValidator: Don't fallback to C Locale when validating inputJohn Layt2012-01-311-18/+4