summaryrefslogtreecommitdiffstats
path: root/src
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
* Kills all the QML stuffLuís Pereira2013-09-1310-1427/+1
* Fixes declarative_mimetypes lib install directoryLuís Pereira2013-09-121-7/+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
* Removes Qt5 modules from the project filesLuís Pereira2013-08-281-1/+1
* 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-2727-47/+37
* Fixed licensesTeemu Kaukoranta2013-05-2326-562/+572
* 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-2619-603/+865
* Don't export QMimeMagicRuleMatcher.David Faure2012-02-102-4/+2
* 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-306-92/+89
* Compile QMimeType &operator=(const QMimeType &other) unconditionally.Wolf-Michael Bolle2012-01-303-8/+0
* Updated the documentation.Wolf-Michael Bolle2012-01-279-66/+350
* 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
* Added missing QT += quick.Wolf-Michael Bolle2012-01-261-1/+1
* Add object address to the debug output.Wolf-Michael Bolle2012-01-265-14/+14
* Rename findByName to findByFileNameDavid Faure2012-01-258-33/+33
* Implement support for noticing new or modified mimetypes at runtime.David Faure2012-01-234-24/+153
* 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