summaryrefslogtreecommitdiffstats
path: root/src/corelib/mimetypes
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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