summaryrefslogtreecommitdiffstats
path: root/src/corelib/mimetypes
Commit message (Expand)AuthorAgeFilesLines
* Correct license for tools filesLucie Gérard14 days1-1/+1
* QMime: remove unused qmap.h includesMarc Mutz2024-02-212-2/+0
* Change license in files to avoid LGPL and non-LGPL license mixLucie Gérard2024-02-201-1/+1
* QMimeBinaryProvider: cut out the QMap middle-manMarc Mutz2024-02-092-24/+17
* QMimeBinaryProvider: move CacheFile up in the fileThiago Macieira2024-01-211-27/+27
* QMimeDatabase: update freedesktop.org.xml to shared-mime-info 2.4David Faure2023-11-201-672/+940
* QMimeDatabase: handle buggy type definitions with circular inheritanceAlex Henrie2023-11-172-4/+12
* QMimeDatabase: update freedesktop.org.xml to shared-mime-info 2.3David Faure2023-11-071-4770/+5662
* qmimeglobpattern: port some methods to QSVAnton Kudryavtsev2023-10-172-13/+13
* Doc: QtCore: Fix documentation issuesTopi Reinio2023-10-022-2/+2
* Remove remnants of Qt for Native Client (NACL)Tor Arne Vestbø2023-09-231-1/+1
* QMimeType: simplify implementation of filterStringDavid Faure2023-09-131-8/+2
* QMimeDatabase: introduce QMimeMagicResult to accumulate magic resultsDavid Faure2023-09-133-18/+29
* QMimeDatabase: fix glob-deleteall support for the binary providersDavid Faure2023-09-135-88/+54
* QMimeDatabase: collect glob patterns from all locationsDavid Faure2023-09-138-226/+234
* QMimeProvider: reduce scope of variableDavid Faure2023-09-011-1/+1
* QMimeDatabase: fix detection of pattern conflict in different prefixesDavid Faure2023-09-012-12/+21
* qmimeprovider: use view types moreAnton Kudryavtsev2023-08-161-6/+7
* Give QLocale::uiLanguages() a separator parameterEdward Welbourne2023-08-161-8/+6
* Fix QMimeType::comment()'s use of UI languages and defaultEdward Welbourne2023-08-091-13/+29
* 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