summaryrefslogtreecommitdiffstats
path: root/src/mimetypes/qmimeprovider.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replaced Nokia copyrights and contact detailsTeemu Kaukoranta2013-05-271-1/+1
* Replaced Nokia copyrights and contact detailsTeemu Kaukoranta2013-05-271-1/+1
* Fixed licensesTeemu Kaukoranta2013-05-231-22/+22
* Resynced with qt5.Wolf-Michael Bolle2012-07-201-1/+6
* Code is synced with qt5 code.arch2012-02-261-63/+101
* Make QFile member variable a value rather than a pointerDavid Faure2012-02-071-26/+20
* Add object address to the debug output.Wolf-Michael Bolle2012-01-261-1/+1
* Rename findByName to findByFileNameDavid Faure2012-01-251-2/+2
* Implement support for noticing new or modified mimetypes at runtime.David Faure2012-01-231-22/+130
* BinaryProvider: fix mimeTypeForName("foo") returning a valid mimetype.David Faure2011-12-251-22/+37
* Fix compilation with QT_NO_CAST_FROM_ASCIIDavid Faure2011-12-121-1/+1
* Merge comment and localeComment.David Faure2011-11-041-34/+3
* Remove unused "aliases" member and methodDavid Faure2011-11-041-2/+5
* Implement and test suffixForFilenameDavid Faure2011-11-031-2/+3
* suffixes() is now calculated from globPatterns.David Faure2011-11-031-1/+0
* Binary provider: implement allMimeTypes. Add unit-test.David Faure2011-11-031-1/+21
* Renamed QMimeTypeData to QMimeTypePrivate.Wolf-Michael Bolle2011-11-031-4/+4
* Share implementation of matchString, the orig one was broken.David Faure2011-10-311-55/+3
* Binary provider: Implement loading of icons and generic icons.David Faure2011-10-291-2/+51
* Use QMimeGlobMatchResult logic in the XML provider too.David Faure2011-10-291-2/+0
* Move QMimeGlobMatchResult to qmimeglobpattern in order to reuse itDavid Faure2011-10-291-31/+6
* Fix case sensitivity issues. Port more unit tests.David Faure2011-10-291-7/+11
* Binary provider: Fix parents(), implement alias().David Faure2011-10-291-5/+29
* Implement magic-matching with mask.David Faure2011-10-281-11/+53
* Follow API change in QStandardPaths: storageLocation -> writableLocationDavid Faure2011-10-281-1/+1
* Binary provider: implement magic matching. Unittest both providers.David Faure2011-10-281-5/+60
* Binary provider: implement on-demand parsing of xml filesDavid Faure2011-10-281-7/+119
* Move magic matchers to a global list (in xml provider).David Faure2011-10-241-8/+15
* Move nameMimeTypeMap to XMLProvider (to load on demand in binay provider)David Faure2011-10-191-7/+42
* Move alias map to xml provider; merge my old unittests for aliasesDavid Faure2011-10-181-0/+17
* silence qdebugDavid Faure2011-10-181-1/+1
* Rework support for mimetype inheritanceDavid Faure2011-10-181-0/+73
* Compile with harsher options.Wolf-Michael Bolle2011-10-171-4/+5
* Updated a debug message that shows up in tests.Wolf-Michael Bolle2011-10-171-1/+1
* Reorganized the directory structure.Wolf-Michael Bolle2011-10-121-0/+343