summaryrefslogtreecommitdiffstats
path: root/src/corelib/mimetypes
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-1619-696/+45
* Update shared-mime-info to the 2.2 releaseLiang Qi2022-05-111-35137/+35850
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-2/+2
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-0/+1
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-264-45/+46
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-256-68/+81
* Core: Do not depend on transitive includesFabian Kosmale2022-03-174-0/+4
* MIME providers: Make provider implementations finalEike Ziller2022-03-021-2/+2
* QMimeMagicRule: Fix missing check and return for "Invalid" typeEike Ziller2022-03-021-2/+5
* MimeDatabase::mimeTypeForFileNameAndData: Do not open file unnecessarilyEike Ziller2022-02-231-4/+4
* QtCore: includemocsMarc Mutz2022-01-271-0/+2
* 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