index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gui
/
util
/
qvalidator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QDoubleValidator: don't assume the locale's exponent separator is 'e'
Edward Welbourne
2025-03-20
1
-2
/
+14
*
QValidator: return State::Intermediate for certain trailing characters
Ahmad Samir
2023-07-24
1
-3
/
+0
*
QLocaleData:: port bytearray/stringTo{U}LongLong to QSimpleParsedNumber
Ahmad Samir
2023-07-22
1
-7
/
+7
*
QLocaleData: change validateChars() to return validation State
Ahmad Samir
2023-07-22
1
-21
/
+27
*
QValidator: de-duplicate some code
Ahmad Samir
2023-07-22
1
-22
/
+24
*
Doc fix in QIntValidator::validate() and comment on a test
Edward Welbourne
2023-03-03
1
-6
/
+6
*
Improve QDoubleValidator's docs
Edward Welbourne
2022-08-08
1
-14
/
+28
*
Don't skip QDoubleConverter's digit-count check for non-whole bound
Edward Welbourne
2022-08-08
1
-1
/
+5
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
QtGui: includemocs
Marc Mutz
2022-04-29
1
-0
/
+2
*
Fix off-by-one for "typically" lowest value INT_MIN
Clemens Werther
2022-03-03
1
-2
/
+2
*
Doc: Use \inmodule for all classes and headers
Topi Reinio
2022-01-17
1
-0
/
+1
*
Introduce QDoubleValidator::setRange overload with two parameters
Ivan Solovev
2021-09-20
1
-3
/
+18
*
Introduce QDoubleValidator::fixup()
Ivan Solovev
2021-09-17
1
-2
/
+88
*
QDoubleValidator: fix NaN check in validateWithLocale
Ivan Solovev
2021-09-01
1
-2
/
+1
*
Rework QLocalePrivate::bytearrayToU?LongLong()
Edward Welbourne
2021-08-30
1
-3
/
+3
*
Correct examples for int validation in QValidator documentation
Volker Hilsheimer
2021-06-08
1
-2
/
+2
*
Fix Clang 10 warning about LLONG_MAX being inexact in double
Thiago Macieira
2020-05-05
1
-2
/
+3
*
Compile fixes for clang10
Lars Knoll
2020-04-15
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-08
1
-2
/
+7
|
\
|
*
QLineEdit: clarify the impact of using validators
Volker Hilsheimer
2020-04-01
1
-2
/
+7
*
|
Make setRange methods in QValidator subclasses non-virtual
Volker Hilsheimer
2020-04-03
1
-4
/
+0
*
|
Remove QRegExpValidator
Lars Knoll
2020-03-17
1
-130
/
+5
|
/
*
QDoubleValidator: Fix thousand separator handling
Fabian Kosmale
2019-12-05
1
-1
/
+1
*
Implement exact match expression builder for QRegularExpression
Samuel Gaist
2018-08-19
1
-1
/
+1
*
QIntValidator: Intermediate for number if digits equal or less than max
Tuomas Heimonen
2018-06-29
1
-4
/
+14
*
QDoubleValidator: Allow intermediate values as close as possible to one consi...
Andy Shaw
2018-04-17
1
-5
/
+13
*
Modernize the "regularexpression" feature
Ulf Hermann
2018-03-20
1
-2
/
+2
*
QLocaleData: remove unused bool *overflow arguments
Marc Mutz
2017-04-27
1
-6
/
+6
*
QtGui: Introduce delegating constructors.
Friedemann Kleint
2016-05-09
1
-10
/
+5
*
QtGui: replace QStringLiteral with QLatin1String when appending
Marc Mutz
2016-02-24
1
-1
/
+1
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
Add flags to omit/reject padding in scientific notation exponents
Ulf Hermann
2015-11-23
1
-6
/
+5
*
Replace qdtoa and qstrtod implementation by a 3rdparty library
Ulf Hermann
2015-11-02
1
-3
/
+4
*
Add FIXME comments to make Q[]Validator::setRange() non-virtual.
Friedemann Kleint
2015-04-10
1
-0
/
+3
*
Use C++ <cmath> instead of <math.h>
Allan Sandfeld Jensen
2015-02-16
1
-2
/
+2
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Observe QLocale::RejectGroupSeparator in QInt/DoubleValidator.
Friedemann Kleint
2014-11-20
1
-3
/
+7
*
Allow empty string as intermediate match
Paul Olav Tvete
2014-11-20
1
-1
/
+1
*
Add a note about group separators to numeric validators.
Friedemann Kleint
2014-11-19
1
-2
/
+12
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Rephrase sentence in QIntValidator documentation.
Mitch Curtis
2014-09-16
1
-1
/
+1
*
QLocalePrivate: move the stringToXxx to QLocaleData
Thiago Macieira
2014-02-14
1
-11
/
+11
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-01-22
1
-1
/
+1
|
\
|
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
|
Rename QRegularExpression-related feature defs to QT_NO_REGULAREXPRESSION
Giuseppe D'Angelo
2013-01-07
1
-5
/
+4
*
|
Introduce QRegularExpressionValidator
Giuseppe D'Angelo
2013-01-07
1
-0
/
+154
|
/
*
Fix QRegExpValidator::validate docs about the pos parameter
Giuseppe D'Angelo
2012-10-22
1
-1
/
+2
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Doc: More fixes of qdoc-reported doc errors
aavit
2012-08-31
1
-2
/
+0
[next]