summaryrefslogtreecommitdiffstats
path: root/src/corelib/mimetypes/qmimedatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename QMimeDatabase method for consistency.David Faure2012-05-151-7/+7
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-1/+1
* Fix wrong method signature in documentationABBAPOH2012-04-011-1/+0
* Import QMimeType / QMimeDatabase into QtCore.David Faure2012-02-181-0/+609