summaryrefslogtreecommitdiffstats
path: root/src/corelib/mimetypes/qmimeprovider.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update shared-mime-info to the 2.1 release, adjust implementationDavid Faure2021-01-051-7/+10
* Fix compilation when using -no-mimetype-databaseHelio Chissini de Castro2020-10-211-0/+4
* QMimeDatabase: fix handling of glob-deleteallDavid Faure2020-09-221-0/+1
* QMimeDatabase: fix performance regression when using the internal XMLDavid Faure2020-09-181-0/+10
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-191-2/+2
* QMimeDatabase/zlib: fix build with z_const macro emptyThiago Macieira2020-06-231-1/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-3/+3
* Port mimetypes away from QStringRefLars Knoll2020-06-111-1/+1
* QMimeType::suffixForFileName shouldn't lowercase the file suffixDavid Faure2020-06-011-1/+1
* Don't use a QTextStream to read lines from a fileLars Knoll2020-05-021-5/+6
* QtCore: fix a few more char/int/uint -> QChar conversionsMarc Mutz2020-04-301-1/+1
* QMimeXMLProvider: fix another issue with -no-mimetype-databaseThiago Macieira2020-03-031-1/+9
* MIME: Make the internal database direct content, not a Qt resourceThiago Macieira2019-12-101-7/+88
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-2/+2
* QtCore: use qUtf16Printable and %ls, qErrnoWarning()Marc Mutz2019-05-291-1/+1
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-311-0/+2
|\
| * QMimeDatabase: allow building without our internal copyThiago Macieira2019-03-261-0/+2
* | Fix warnings when compiling with QT_NO_XMLSTREAMJędrzej Nowacki2019-03-041-0/+1
|/
* Add a few qAsConst() to range-for to prevent detachmentsSergio Martins2018-12-101-2/+2
* QMimeType: Use default key as fallback for comment() propertyGary Wang2018-11-021-1/+1
* Modernize the "mimetype" featureLiang Qi2018-10-121-4/+0
* QMimeDatabase: fix regression in alias resolvingDavid Faure2018-02-281-2/+2
* QMimeDatabase: redesign to use both binary and XML providersDavid Faure2017-11-301-274/+187
* QMimeDatabase: move recheck test up from the mime providersDavid Faure2017-11-301-67/+33
* QMimeBinaryProvider: avoid QString creation just to check for isEmpty()Marc Mutz2017-03-031-4/+4
* QMimeDatabase: fix matching of filenames with different length when lowercaseDavid Faure2017-02-171-1/+4
* QMimeDatabase: fix handling of conflicting globsDavid Faure2016-12-271-9/+6
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-171-0/+4
| |\
| | * QMimeXMLProvider: add missing out-of-line destructorJ-P Nurmi2016-10-131-0/+4
| | * QMimeType: use default locale rather than system localeDavid Faure2016-08-241-1/+1
* | | Reduce memory allocations when reading the QMimeType listAleix Pol2016-09-291-5/+5
* | | Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-5/+4
* | | QMimeProvider: fix quadratic loopMarc Mutz2016-08-251-12/+14
* | | CoreLib: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-07-021-2/+3
|/ /
* | CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-181-3/+3
* | Remove unused variables.Volker Krause2016-04-101-2/+0
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-131-2/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-2/+1
| |\|
| | * QMimeBinaryProvider::loadMimeTypePrivate(): Make name check case insensitive.Friedemann Kleint2016-03-021-2/+1
* | | QtCore: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-111-1/+1
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtCore: eradicate all Q_FOREACH loops [mimetypes]Marc Mutz2016-01-041-12/+12
|/
* QtBase: combine adjacent qDebug()/qCritical() linesMarc Mutz2015-11-281-3/+3
* QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-1/+1
* Replace backwards Java-style iteration with new reverse_iteratorsMarc Mutz2015-11-191-5/+2
* QMimeBinaryProvider::loadMimeTypePrivate(): avoid an unneeded QStringRef -> Q...Marc Mutz2015-10-191-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+1
|\
| * QMimeType: add KDAB copyright to the code I contributed a lot to.David Faure2015-09-041-0/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-7/+9
|\|