summaryrefslogtreecommitdiffstats
path: root/src/corelib/mimetypes
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation when using -no-mimetype-databaseHelio Chissini de Castro2020-11-061-0/+4
* QMimeDatabase: fix handling of glob-deleteallDavid Faure2020-09-234-17/+26
* QMimeDatabase: fix performance regression when using the internal XMLDavid Faure2020-09-193-3/+26
* QMimeDatabase/zlib: fix build with z_const macro emptyThiago Macieira2020-06-301-1/+1
* QMimeDatabase/zstd: use -T1 instead of --single-threadThiago Macieira2020-06-121-1/+1
* QMimeType::suffixForFileName shouldn't lowercase the file suffixDavid Faure2020-06-024-16/+27
* QMimeDatabase/xml: use xmlstarlet instead of xmlEric Lemanissier2020-05-261-2/+2
* Mimetypes: Build fix for Android builds on WindowsCristian Adam2020-03-101-2/+5
* QMimeXMLProvider: fix another issue with -no-mimetype-databaseThiago Macieira2020-03-032-5/+10
* QMimeXMLProvider: add missing semi-colon in the #else caseThiago Macieira2020-02-271-1/+1
* MIME: Make the internal database direct content, not a Qt resourceThiago Macieira2019-12-107-11/+364
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-062-3/+3
* QMimeType: towards re-entrancy: do not cache iconName made from mimetype nameMarc Mutz2019-06-161-6/+9
* QMimeType: make deep const breakages explicitMarc Mutz2019-06-161-9/+10
* Remove a few usages of deprecated APIShawn Rutledge2019-06-131-1/+1
* QtCore: use qUtf16Printable and %ls, qErrnoWarning()Marc Mutz2019-05-291-1/+1
* Fix corelib build without feature.regularexpressionTasuku Suzuki2019-05-221-0/+6
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-19/+0
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-04-082-4/+0
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-035-8/+8
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-312-1/+3
|\
| * QMimeDatabase: allow building without our internal copyThiago Macieira2019-03-262-1/+3
* | Fix warnings when compiling with QT_NO_XMLSTREAMJędrzej Nowacki2019-03-042-1/+3
|/
* QMimeGlobPattern: update use of wildcardToRegularExpresionSamuel Gaist2019-01-261-1/+1
* Use QRegularExpression instead of QRegExpLars Knoll2018-12-141-3/+3
* Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-122-2/+2
* RCC: introduce compression algorithm "best"Thiago Macieira2018-12-111-1/+1
* Add a few qAsConst() to range-for to prevent detachmentsSergio Martins2018-12-101-2/+2
* QMimeDatabasePrivate: Match shared-mime-info behavior betterAlbert Astals Cid2018-11-131-1/+1
* QMimeDatabase: update freedesktop.org.xml to shared-mime-info 1.10Albert Astals Cid2018-11-131-1465/+2952
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-063-3/+4
|\
| * QMimeType: Use default key as fallback for comment() propertyGary Wang2018-11-023-3/+4
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-2516-58/+11
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-1716-45/+9
| |\
| | * Modernize the "mimetype" featureLiang Qi2018-10-1216-45/+9
| * | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-13/+2
* | | Use std::unique_ptr for memory management in QMimeDataBasePrivateIvan Komissarov2018-10-222-15/+16
* | | Use a std::vector instead of a QVector in QMimeDatabasePrivateIvan Komissarov2018-09-292-26/+18
* | | Fix a few overrides in Qt CoreAlessandro Portale2018-09-251-8/+8
|/ /
* | WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+2
* | QMimeDatabase: Fix MIME detection issues with magics in MIME hierarchiesEike Ziller2018-08-201-2/+5
|/
* Fix build for Android with android-clang in r17Liang Qi2018-06-061-10/+6
* QMimeDatabase: check 128 bytes rather than 32, for text vs binaryDavid Faure2018-04-271-2/+2
* QMimeDatabase: fix assert when fetching data for invalid mimetypeDavid Faure2018-04-061-0/+2
* QMimeDatabase: fix regression in alias resolvingDavid Faure2018-02-281-2/+2
* QMimeType: remove unwanted *.bin as preferredSuffix for octet-streamDavid Faure2018-01-281-0/+2
* QMimeDatabase: only export var for unittests if QT_BUILD_INTERNALDavid Faure2018-01-021-1/+6
* QMimeMagicRule: fix inconsequential out-of-bounds accessMarc Mutz2017-11-301-1/+1
* QMimeDatabase: handle removal of a mime directoryDavid Faure2017-11-301-4/+7
* QMimeDatabase: redesign to use both binary and XML providersDavid Faure2017-11-3010-347/+391