summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <dangelog@gmail.com>2012-01-23 22:47:59 +0000
committerQt by Nokia <qt-info@nokia.com>2012-03-06 21:53:39 +0100
commitc7cb455a47c42e8e658e3433defee613f8643cd2 (patch)
tree2300964ee10deae4f36c6f4a97b3f17dee1858c2 /dist
parent4958c138a79f6597b635aa0ed356f0fbd8fa929c (diff)
QRegularExpression: add QRegularExpression* set of classes
Added QRegularExpression, QRegularExpressionMatch and QRegularExpressionMatchIterator as PCRE-enabled, regexp classes. Documentation is included, as well as a first round of autotests. Task-number: QTBUG-23489 Change-Id: Id47031b80602c913ccd2fd740070e3024ea06abc Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.05
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 93f8543fd8..dd0a0693ed 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -317,6 +317,11 @@ QtCore
* QIntValidator and QDoubleValidator no longer fall back to using the C locale if
the requested locale fails to validate the input.
+* A new set of classes for doing pattern matching with Perl-compatible regular
+ expressions has been added: QRegularExpression, QRegularExpressionMatch and
+ QRegularExpressionMatchIterator. They aim to replace QRegExp with a more
+ powerful and flexible regular expression engine.
+
QtGui
-----
* Accessibility has been refactored. The hierachy of accessible objects is implemented via