summaryrefslogtreecommitdiffstats
path: root/src/corelib/mimetypes
Commit message (Expand)AuthorAgeFilesLines
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-201-1/+1
* Remove unused .qrc filesJoerg Bornemann2022-01-171-5/+0
* Fix pattern type matchingJarek Kobus2021-12-281-4/+4
* QMimeDatabasePrivate: deduplicate QStandardPaths usesIgor Kushnir2021-12-211-2/+7
* QMimeDatabasePrivate: deduplicate QStringLiteralIgor Kushnir2021-12-212-13/+23
* QMimeDatabasePrivate: construct QString from QStringLiteralIgor Kushnir2021-12-211-16/+16
* QMimeDatabasePrivate: pass QLatin1String to QStringBuilderIgor Kushnir2021-12-211-2/+2
* QMimeDatabasePrivate: remove Release-only fallbackIgor Kushnir2021-12-211-4/+3
* QMimeDatabasePrivate: remove unused output parameterIgor Kushnir2021-12-212-15/+6
* QMimeDatabasePrivate: remove duplicate file-opening codeIgor Kushnir2021-12-211-5/+1
* QMimeDatabasePrivate: remove pessimizing const qualifierIgor Kushnir2021-12-211-1/+1
* QMimeDatabasePrivate: remove duplicate else-if branchIgor Kushnir2021-12-211-5/+2
* QMimeDatabase::mimeTypeForFile: don't create QFileInfo on UNIXIgor Kushnir2021-12-202-68/+88
* Optimize QMimeDatabase::mimeTypeForFile(f, MatchDefault)Igor Kushnir2021-12-061-52/+66
* Fix internal mimetypes db on Windows when compressed by an external toolHannah von Reth2021-11-091-0/+1
* Optimize mime type matchingJarek Kobus2021-10-143-36/+92
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* QMimeBinaryProvider: cache comments and globPatternsAlexander Volkov2021-06-173-54/+62
* Canonical type conversionHou Lei2021-03-021-1/+1
* QMimeDatabase/xml: support both 'xmlstarlet' and 'xml' for minifying XMLKai Köhne2021-01-251-0/+4
* Remove the qmake project filesJoerg Bornemann2021-01-071-55/+0
* Update shared-mime-info to the 2.1 release, adjust implementationDavid Faure2021-01-054-7050/+8878
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-051-1/+1
* Fix compilation when using -no-mimetype-databaseHelio Chissini de Castro2020-10-211-0/+4
* Whitespace cleanup in corelib/ mimetypes, plugin and threadAllan Sandfeld Jensen2020-10-211-2/+3
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* QMimeDatabase: fix handling of glob-deleteallDavid Faure2020-09-224-17/+26
* QMimeDatabase: fix performance regression when using the internal XMLDavid Faure2020-09-183-3/+26
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-193-11/+11
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-1/+1
* 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
* QMimeDatabase/zstd: use -T1 instead of --single-threadThiago Macieira2020-06-121-1/+1
* Port mimetypes away from QStringRefLars Knoll2020-06-117-8/+8
* QMimeType::suffixForFileName shouldn't lowercase the file suffixDavid Faure2020-06-014-16/+27
* QMimeDatabase/xml: use xmlstarlet instead of xmlEric Lemanissier2020-05-261-2/+2
* Add a QRegularExpression::fromWildcard() convenience methodLars Knoll2020-05-061-1/+1
* QMimeDatabase: remove unused QSet includeMarc Mutz2020-05-051-1/+0
* 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
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-092-3/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-2/+5
|\
| * Mimetypes: Build fix for Android builds on WindowsCristian Adam2020-03-101-2/+5
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-042-5/+10
|\|
| * QMimeXMLProvider: fix another issue with -no-mimetype-databaseThiago Macieira2020-03-032-5/+10
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-1/+1
|\|
| * QMimeXMLProvider: add missing semi-colon in the #else caseThiago Macieira2020-02-271-1/+1
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-247-14/+367
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-047-11/+364
| |\|