summaryrefslogtreecommitdiffstats
path: root/src/mimetypes
Commit message (Expand)AuthorAgeFilesLines
* Fixes an FTBFS on CentOS 6HEADmasterLuís Pereira2014-10-201-0/+1
* Removes the Wno-long-long flagLuís Pereira2014-08-301-1/+1
* Support building against Qt v4.7.2 using "modern" GCC versionsLuís Pereira2014-07-241-1/+1
* Fixes an FTBFSLuís Pereira2014-07-161-0/+2
* Fixes another typo bug in the LIBDIR install pathLuís Pereira2013-09-081-1/+1
* Creates and installs pkg-config .pc fileLuís Pereira2013-08-311-1/+13
* Fixes development header and lib install directoryLuís Pereira2013-08-281-7/+2
* Reworks the detect Qt5 then abortLuís Pereira2013-08-282-8/+0
* Removes Qt5 conditional codeLuís Pereira2013-08-283-22/+0
* Replaced Nokia copyrights and contact detailsTeemu Kaukoranta2013-05-2716-16/+16
* Replaced Nokia copyrights and contact detailsTeemu Kaukoranta2013-05-2722-32/+27
* Fixed licensesTeemu Kaukoranta2013-05-2321-457/+462
* Resynced with qt5.Wolf-Michael Bolle2012-07-2014-428/+969
* Fix build for macarch2012-02-261-3/+4
* Add version check to prevent building qmime with qt5arch2012-02-262-0/+12
* Code is synced with qt5 code.arch2012-02-2617-595/+857
* Don't export QMimeMagicRuleMatcher.David Faure2012-02-101-1/+1
* Remove unused method data_ptr()David Faure2012-02-101-2/+0
* Make QFile member variable a value rather than a pointerDavid Faure2012-02-071-26/+20
* QMime: Remove the remaining commented out code.David Faure2012-01-307-99/+3
* QMimeType: Remove langaage argument to comment() methodDavid Faure2012-01-302-5/+2
* QMimeType API: allParentMimeTypes -> allAncestors.David Faure2012-01-302-2/+2
* Rename the other findBy* methods to mimeTypeFor*.David Faure2012-01-302-10/+10
* Merge findByFile and findByFileName into mimeTypeForFile(flags).David Faure2012-01-303-81/+78
* Compile QMimeType &operator=(const QMimeType &other) unconditionally.Wolf-Michael Bolle2012-01-303-8/+0
* Updated the documentation.Wolf-Michael Bolle2012-01-275-23/+94
* Fix allParentMimeTypes including the starting mimetype. Added docu.David Faure2012-01-271-5/+27
* Document genericIconName() and implement fallback from the spec.David Faure2012-01-271-1/+19
* Add object address to the debug output.Wolf-Michael Bolle2012-01-263-5/+5
* Rename findByName to findByFileNameDavid Faure2012-01-255-28/+28
* Implement support for noticing new or modified mimetypes at runtime.David Faure2012-01-234-24/+153
* 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
* 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-211-1/+1
* 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
* Configure qmake project files in central includes.Wolf-Michael Bolle2011-12-111-26/+23
* DocumentationWolf-Michael Bolle2011-12-111-0/+4
* Hooked up the property preferredSuffix.Wolf-Michael Bolle2011-12-071-1/+25
* QMimeDatabasePrivate is actually a struct, now.Wolf-Michael Bolle2011-12-072-11/+2
* DocumentationWolf-Michael Bolle2011-12-062-3/+8
* DocumentationWolf-Michael Bolle2011-12-063-26/+110
* Provide per-class activation switches for debugging.Wolf-Michael Bolle2011-12-041-30/+39