aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/mimetypes/mimedatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: ModernizeAlessandro Portale2018-07-201-1/+1
* Don't use return keyword when method doesn't return anythingLaurent Montel2017-04-241-2/+2
* Utils: Wrap MimeDatabase into static functionshjk2017-03-031-11/+47
* Move mimetype definitions to plugin specsEike Ziller2017-02-271-2/+2
* Convert some 0 to nullptrMontel Laurent2017-02-231-2/+2
* Replace a few occurrences of QStringList() << ...hjk2017-02-081-1/+1
* MimeDatabase: Add some startup phase trackinghjk2017-01-111-0/+25
* Merge remote-tracking branch 'origin/4.2'Orgad Shaneh2016-11-281-1/+1
|\
| * Remove last nokia references in commentsOrgad Shaneh2016-11-241-1/+1
* | Fix that it was not possible to save with arbitrary file extensionEike Ziller2016-11-151-3/+11
|/
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-15/+21
* Fix that bogus mime data could lead to endless loopEike Ziller2015-11-101-2/+8
* MimeDatabase: Fix that xml files were opened in bar descriptor editorEike Ziller2015-03-091-2/+6
* MimeDatabase: Remove bestMatch, which was broken beyond repairEike Ziller2015-02-271-73/+0
* MimeDatabase: Avoid empty filter string in allFilterStrings.Eike Ziller2015-02-271-2/+5
* MimeDatabase: Avoid opening files even if already file name matchesEike Ziller2015-02-251-4/+4
* MimeData: Never detect anything as application/x-zerosizeEike Ziller2015-02-181-4/+4
* MimeDatabase: Allow overriding pattern and magic matchers of mime typesEike Ziller2015-02-171-0/+14
* MimeDatabase: Provide access to mime magic rulesEike Ziller2015-02-171-0/+8
* MimeDatabase: Add bestMatch(fileName, listOfMimeTypesToCheck) method.Eike Ziller2015-02-171-0/+73
* MimeDatabase: Add allGlobPatterns and allFiltersStringEike Ziller2015-02-171-0/+33
* MimeDatabase: Add API for adding mime types from xml filesEike Ziller2015-02-171-0/+8
* MimeDatabase: Restrict to using XML mime providerEike Ziller2015-02-171-7/+7
* Add copy of QMimeDatabaseEike Ziller2015-02-171-0/+598