summaryrefslogtreecommitdiffstats
path: root/src/corelib/mimetypes/qmimeprovider.cpp
Commit message (Expand)AuthorAgeFilesLines
* QMimeBinaryProvider: cut out the QMap middle-manMarc Mutz2024-02-091-22/+14
* QMimeBinaryProvider: move CacheFile up in the fileThiago Macieira2024-01-211-27/+27
* QMimeDatabase: introduce QMimeMagicResult to accumulate magic resultsDavid Faure2023-09-131-10/+12
* QMimeDatabase: fix glob-deleteall support for the binary providersDavid Faure2023-09-131-38/+26
* QMimeDatabase: collect glob patterns from all locationsDavid Faure2023-09-131-72/+96
* QMimeProvider: reduce scope of variableDavid Faure2023-09-011-1/+1
* QMimeDatabase: fix detection of pattern conflict in different prefixesDavid Faure2023-09-011-11/+19
* qmimeprovider: use view types moreAnton Kudryavtsev2023-08-161-6/+7
* Convert remaining QT_NO_XMLSTREAM* to use feature systemEdward Welbourne2023-05-151-6/+6
* QMimeProvider: de-duplicate some codeAhmad Samir2023-05-071-12/+6
* QMimeBinaryProvider: manage m_cacheFile with a std::unique_ptrAhmad Samir2023-05-071-16/+15
* QMimeDatabase: handle glob-deleteall tagsAhmad Samir2023-05-071-1/+45
* mimetypes/: port to qsizetypeAhmad Samir2023-04-151-2/+5
* 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
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-4/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-041-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-40/+4
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-10/+11
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-16/+19
* Core: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Optimize mime type matchingJarek Kobus2021-10-141-1/+0
* QMimeBinaryProvider: cache comments and globPatternsAlexander Volkov2021-06-171-52/+40
* 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