summaryrefslogtreecommitdiffstats
path: root/src/corelib/mimetypes/qmimeglobpattern.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmimeglobpattern: port some methods to QSVAnton Kudryavtsev2023-10-171-3/+3
* QMimeDatabase: fix glob-deleteall support for the binary providersDavid Faure2023-09-131-8/+12
* mimetypes/: port to qsizetypeAhmad Samir2023-04-151-13/+10
* Port from container.count()/length() to size()Marc Mutz2022-10-041-9/+9
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-21/+23
* Fix pattern type matchingJarek Kobus2021-12-281-4/+4
* Optimize mime type matchingJarek Kobus2021-10-141-33/+75
* Update shared-mime-info to the 2.1 release, adjust implementationDavid Faure2021-01-051-1/+4
* Port mimetypes away from QStringRefLars Knoll2020-06-111-1/+1
* QMimeType::suffixForFileName shouldn't lowercase the file suffixDavid Faure2020-06-011-6/+20
* Add a QRegularExpression::fromWildcard() convenience methodLars Knoll2020-05-061-1/+1
* Fix corelib build without feature.regularexpressionTasuku Suzuki2019-05-221-0/+6
* QMimeGlobPattern: update use of wildcardToRegularExpresionSamuel Gaist2019-01-261-1/+1
* Use QRegularExpression instead of QRegExpLars Knoll2018-12-141-3/+3
* Modernize the "mimetype" featureLiang Qi2018-10-121-4/+0
* QMimeDatabase: redesign to use both binary and XML providersDavid Faure2017-11-301-4/+1
* QMimeDatabase: fix handling of conflicting globsDavid Faure2016-12-271-24/+26
* CoreLib: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-07-021-1/+1
* CoreLib: replace Java-style iteratorsAnton Kudryavtsev2016-03-091-4/+2
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QMimeAllGlobPatterns: optimize string handling in matchingGlobs()Marc Mutz2016-01-041-1/+2
* QtCore: eradicate all Q_FOREACH loops [mimetypes]Marc Mutz2016-01-041-2/+1
* Introduce QT_NO_MIMETYPESérgio Martins2015-02-171-0/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QMimeDatabase: Fix handling of duplicate mimetype definitions (2/2).David Faure2013-08-031-3/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QMimeDatabase: Fix handling of duplicate mimetype definitions.David Faure2012-11-141-6/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+2
* Don't use the QRegExp methods that modify the object [QtCore]Thiago Macieira2012-04-271-1/+1
* Import QMimeType / QMimeDatabase into QtCore.David Faure2012-02-181-0/+240