summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Link with compiled libraries in OUT_PWD.Wolf-Michael Bolle2012-01-111-1/+2
* Fixed a link problem on MacOS.Wolf-Michael Bolle2012-01-101-0/+1
* Make code compile on MacOS with current QtSDK.Wolf-Michael Bolle2012-01-101-2/+2
* Added missing QT += declarative (Found on MacOS).Wolf-Michael Bolle2012-01-101-0/+2
* Add findMimeTypesByFileName which returns a list of mimetypes.David Faure2012-01-102-2/+34
* BinaryProvider: fix mimeTypeForName("foo") returning a valid mimetype.David Faure2011-12-252-23/+42
* Fix mutex hang when findByData(device) cannot open the device.David Faure2011-12-221-1/+1
* DocumentationWolf-Michael Bolle2011-12-213-5/+5
* Provide plugins.qmltypesWolf-Michael Bolle2011-12-192-1/+60
* Make code compile under Qt 4.xWolf-Michael Bolle2011-12-181-0/+2
* Debug messages for operator==().Wolf-Michael Bolle2011-12-151-2/+12
* Add missing method findByData(QIODevice *)David Faure2011-12-122-1/+25
* Fix compilation with QT_NO_CAST_FROM_ASCIIDavid Faure2011-12-122-2/+2
* Remove unused .pri file (with outdated contents)David Faure2011-12-121-42/+0
* DocumentationWolf-Michael Bolle2011-12-121-2/+3
* Install the plugin.Wolf-Michael Bolle2011-12-111-1/+10
* Configure qmake project files in central includes.Wolf-Michael Bolle2011-12-112-37/+25
* DocumentationWolf-Michael Bolle2011-12-111-0/+4
* Hooked up the property preferredSuffix.Wolf-Michael Bolle2011-12-074-7/+201
* QMimeDatabasePrivate is actually a struct, now.Wolf-Michael Bolle2011-12-072-11/+2
* Corrected a typo.Wolf-Michael Bolle2011-12-061-1/+1
* DocumentationWolf-Michael Bolle2011-12-065-24/+20
* DocumentationWolf-Michael Bolle2011-12-066-37/+181
* Provide per-class activation switches for debugging.Wolf-Michael Bolle2011-12-042-58/+81
* Documentation and debuggingWolf-Michael Bolle2011-12-032-7/+50
* DocumentationWolf-Michael Bolle2011-12-012-3/+3
* DocumentationWolf-Michael Bolle2011-12-013-4/+4
* DocumentationWolf-Michael Bolle2011-12-012-3/+3
* DocumentationWolf-Michael Bolle2011-12-012-0/+59
* Updated the documentationWolf-Michael Bolle2011-11-302-7/+7
* Use std::move to forward named rvalue refs.Wolf-Michael Bolle2011-11-221-6/+6
* Optimization for C++2011Wolf-Michael Bolle2011-11-212-0/+52
* Turned buildMimeType() into a reusable macro.Wolf-Michael Bolle2011-11-182-24/+29
* Only define TEST_COMPILER_RVALUE_REFS if necessary.Wolf-Michael Bolle2011-11-101-0/+2
* Added C++2011 support.Wolf-Michael Bolle2011-11-092-1/+32
* updated the documentationWolf-Michael Bolle2011-11-093-7/+13
* Updated debug messages.Wolf-Michael Bolle2011-11-091-3/+3
* Rewrite class documentation for qmimetype and qmimedatabaseDavid Faure2011-11-082-19/+49
* Adjust commentDavid Faure2011-11-081-1/+1
* Deactivated or removed comment.Wolf-Michael Bolle2011-11-074-19/+19
* Removed or deactivated aliases support.Wolf-Michael Bolle2011-11-072-11/+17
* Added aliases to the QML wrapper.Wolf-Michael Bolle2011-11-073-33/+81
* Merge comment and localeComment.David Faure2011-11-045-63/+33
* Ensure that things get recompiled when qmimetype.h changes (grr @ qmake)David Faure2011-11-043-2/+3
* Remove unused "aliases" member and methodDavid Faure2011-11-044-8/+10
* Cleanup after work on suffixes().Wolf-Michael Bolle2011-11-041-2/+1
* Update to QMimeTypeWolf-Michael Bolle2011-11-043-59/+114
* Implement and test suffixForFilenameDavid Faure2011-11-035-11/+25
* suffixes() is now calculated from globPatterns.David Faure2011-11-036-67/+24
* using translate() here is unnecessary and even wrongDavid Faure2011-11-031-1/+1