qt5base-lts/tests/auto/corelib
Samuel Gaist 6d0044f1dc Add wildcard-to-regexp support to QRegularExpression
This method will make QRegularExpression on par with QRegExp and
will allow to replace this class when a wildcard expression can be
set through an API (e.g. QSortFilterProxyModel::setFilterWildcard).

For other use cases, see QTBUG-34052.

[ChangeLog][QRegularExpression] Implemented support for wildcard
patterns.
Warning: QRegularExpression might not give the exact same result
as QRegExp as its implementation follows strictly the glob patterns
definition for the wildcard expressions.

Change-Id: I5ed4617ca679159430c3d46da3449f6b3100e366
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
2018-03-30 16:34:30 +00:00
..
animation qtbase: cleanup BLACKLIST files 2018-02-13 15:20:33 +00:00
codecs
global Fix thread_local test 2018-02-23 13:23:01 +00:00
io Merge remote-tracking branch 'origin/5.11' into dev 2018-03-28 08:12:21 +02:00
itemmodels QSFPM: Faster row removes 2018-03-13 09:42:36 +00:00
kernel Merge remote-tracking branch 'origin/5.11' into dev 2018-03-28 08:12:21 +02:00
mimetypes QMimeDatabase: fix regression in alias resolving 2018-02-28 22:17:58 +00:00
plugin tst_QLibrary: Ensure installation order of testdata libs 2018-03-02 07:20:04 +00:00
serialization JSON: remove braces from UUID text representations 2018-03-02 04:06:33 +00:00
statemachine Fix crash in tst_QStateMachine::dontProcessSlotsWhenMachineIsNotRunning 2018-02-14 08:12:20 +00:00
thread Merge remote-tracking branch 'origin/5.11' into dev 2018-03-21 08:59:26 +01:00
tools Add wildcard-to-regexp support to QRegularExpression 2018-03-30 16:34:30 +00:00
corelib.pro