summaryrefslogtreecommitdiffstats
path: root/src/corelib/mimetypes
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining QT_NO_XMLSTREAM* to use feature systemEdward Welbourne2023-05-152-15/+15
* QMimeProvider: fix a clazy warningAhmad Samir2023-05-071-0/+2
* QMimeProvider: de-duplicate some codeAhmad Samir2023-05-071-12/+6
* QMimeProvider: use non-const stack variable for better move semanticsAhmad Samir2023-05-071-1/+1
* QMimeBinaryProvider: manage m_cacheFile with a std::unique_ptrAhmad Samir2023-05-072-17/+16
* QMimeDatabase: handle glob-deleteall tagsAhmad Samir2023-05-075-1/+91
* mimetypes/: port to qsizetypeAhmad Samir2023-04-157-26/+31
* Misc: Fix qsizetype-related narrowing coversionsAhmad Samir2023-03-111-3/+3
* Use QtMiscUtils hex/oct-related helpersAhmad Samir2023-02-071-6/+2
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-071-3/+5
* QMimeDatabase: don't stat() something that isn't a local fileThiago Macieira2023-02-022-24/+26
* Use QFileInfo's file times in UTC for file timestampsAhmad Samir2023-01-041-2/+2
* Fix clang-cl compiler warningsPeter Varga2022-12-151-1/+1
* Replace the scripting-based mime types compression mechanism with CMakeAlexey Edelev2022-12-012-141/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-032-4/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-113-7/+7
* Port from container.count()/length() to size()Marc Mutz2022-10-043-13/+13
* QMimeMagicRule: use qOffsetStringArray for storing typesSona Kurazyan2022-09-061-17/+15
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* 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