summaryrefslogtreecommitdiffstats
path: root/src/corelib/mimetypes/qmimedatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* QMimeDatabasePrivate: Match shared-mime-info behavior betterAlbert Astals Cid2018-11-131-1/+1
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-17/+2
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-4/+0
| |\
| | * Modernize the "mimetype" featureLiang Qi2018-10-121-4/+0
| * | 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-221-14/+13
* | | Use a std::vector instead of a QVector in QMimeDatabasePrivateIvan Komissarov2018-09-291-24/+15
|/ /
* | 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
|/
* 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: only export var for unittests if QT_BUILD_INTERNALDavid Faure2018-01-021-1/+6
* QMimeDatabase: handle removal of a mime directoryDavid Faure2017-11-301-4/+7
* QMimeDatabase: redesign to use both binary and XML providersDavid Faure2017-11-301-31/+162
* QMimeDatabase: move recheck test up from the mime providersDavid Faure2017-11-301-0/+15
* QMimeDatabase: ensure mutex is locked in provider()David Faure2017-11-301-7/+45
* QMimeDatabase::mimeTypeForUrl: skip content check for remote URLsDavid Faure2017-07-031-1/+1
* QMimeDatabase: fix handling of conflicting globsDavid Faure2016-12-271-12/+15
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-251-1/+1
|\
| * Remove nokia reference in example mimetypeOrgad Shaneh2016-11-241-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
|\|
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-1/+1
|\|
| * QMimeDatabase: fix mimeTypeForUrl for mailto URLsDavid Faure2016-04-231-1/+1
* | Mime type browser example: Add documentation.Oswald Buddenhagen2016-04-191-1/+1
* | CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-181-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-1/+2
|\|
| * QMimeDatabase: follow symlinks when checking for FIFO etc.David Faure2015-12-291-1/+2
* | QMimeDatabase: replace a QStack<QString> with std::stack<QString, QStringList>Marc Mutz2016-01-041-6/+6
* | QtCore: eradicate all Q_FOREACH loops [mimetypes]Marc Mutz2016-01-041-4/+5
* | QMimeDatabase: return a sorted list from d->mimeTypesForFileName()Marc Mutz2015-12-291-4/+2
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+1
|\
| * QMimeType: add KDAB copyright to the code I contributed a lot to.David Faure2015-09-041-0/+1
* | core: Add several QList::reserve() calls.Sérgio Martins2015-06-111-0/+1
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-1/+1
|\
| * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-311-1/+1
* | Introduce QT_NO_MIMETYPESérgio Martins2015-02-171-1/+4
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
|/
* Doc: correct autolink issues corelib/mimetypeNico Vertriest2014-11-191-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QMimeDatabase: pass MatchMode down, to fix MatchContent.David Faure2013-03-011-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Remove documentation for deleted methods, to fix a qdoc warningDavid Faure2012-12-141-14/+0
* Document what the QMimeDatabase constructor really does.David Faure2012-11-191-1/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* fix QMimeDatabase qdoc errorsJeremy Katz2012-07-271-2/+28
* fix "No such ..." for QMimaeDatabase::mimeTypeForFile()Jeremy Katz2012-07-191-1/+1
* Remove debug outputABBAPOH2012-06-271-19/+0