summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorJohn Layt <jlayt@kde.org>2012-01-23 22:34:09 +0000
committerQt by Nokia <qt-info@nokia.com>2012-01-31 07:02:11 +0100
commit0436281771d5d47f0c80d0694f938bb8f737da4c (patch)
tree32438375b7ccc29bf42ee4e1742149c9b0dcc5d0 /dist
parent9c1f3bce4dd078bf395292e7b81035da4a2f91cf (diff)
QValidator: Don't fallback to C Locale when validating input
QIntValidator and QDoubleValidator used to accept C formatted input if the input wasn't valid in the default locale. This change removes this, only the default locale is now used. Change-Id: I8b2d8f9f3849abe3fcb5c12083aae542a76eaf90 Reviewed-by: Jonas Gastal <jgastal@profusion.mobi> Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.03
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index ae83dddd5b..3874f88032 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -246,6 +246,9 @@ QtCore
a valid QDate/QTime.
+* QIntValidator and QDoubleValidator no longer fall back to using the C locale if
+ the requested locale fails to validate the input.
+
QtGui
-----
* Accessibility has been refactored. The hierachy of accessible objects is implemented via