summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixes an FTBFS on CentOS 6HEADmasterLuís Pereira2014-10-201-0/+1
* Adds version info & bumps it to 1.0.1v1.0.1Luís Pereira2014-09-031-0/+2
* Removes the Wno-long-long flagLuís Pereira2014-08-304-4/+4
* Support building against Qt v4.7.2 using "modern" GCC versionsLuís Pereira2014-07-244-4/+4
* Fixes an FTBFSLuís Pereira2014-07-161-0/+2
* Don't install test stuffLuís Pereira2013-09-136-120/+11
* Kills all the QML stuffLuís Pereira2013-09-1322-2407/+2
* 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 a bug in the LIBDIR install pathLuís Pereira2013-08-291-1/+1
* Fixes development header and lib install directoryLuís Pereira2013-08-284-12/+18
* Removes Qt5 modules from the project filesLuís Pereira2013-08-286-9/+3
* Reworks the detect Qt5 then abortLuís Pereira2013-08-283-8/+7
* Removes Qt5 conditional codeLuís Pereira2013-08-287-43/+0
* Don't use the -Wshadow CXX FLAGLuís Pereira2013-08-282-2/+2
* Adds missing test filesLuís Pereira2013-08-284-0/+4
* Defines Q_CONSTRUCTOR_FUNCTION macroLuís Pereira2013-08-281-1/+7
* Backport QTEST_GUILESS_MAIN from Qt5Luís Pereira2013-08-281-0/+8
* Adapt to Qt4 QSKIPLuís Pereira2013-08-281-5/+5
* Simulate QFINDTESTDATA functionalityLuís Pereira2013-08-281-2/+8
* Simulate Qt5 QTemporaryDirLuís Pereira2013-08-282-4/+17
* Replaces QStringLiteral by QLatin1StringLuís Pereira2013-08-282-10/+11
* Replaced Nokia copyrights and contact detailsTeemu Kaukoranta2013-05-2721-21/+21
* Replaced Nokia copyrights and contact detailsTeemu Kaukoranta2013-05-2738-70/+54
* Fixed licensesTeemu Kaukoranta2013-05-2337-803/+819
* Resynced with qt5.Wolf-Michael Bolle2012-07-2026-636/+1372
* 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-103-5/+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-303-7/+2
* QMimeType API: allParentMimeTypes -> allAncestors.David Faure2012-01-305-11/+11
* Rename the other findBy* methods to mimeTypeFor*.David Faure2012-01-305-35/+34
* Merge findByFile and findByFileName into mimeTypeForFile(flags).David Faure2012-01-3011-132/+143
* Compile QMimeType &operator=(const QMimeType &other) unconditionally.Wolf-Michael Bolle2012-01-303-8/+0
* Updated the documentation.Wolf-Michael Bolle2012-01-2711-80/+390
* Fix allParentMimeTypes including the starting mimetype. Added docu.David Faure2012-01-272-5/+30
* Document genericIconName() and implement fallback from the spec.David Faure2012-01-272-1/+20
* 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
* Fix LD_LIBRARY_PATH setting for unit tests.Wolf-Michael Bolle2012-01-263-3/+3
* Complete the renaming efforts.Wolf-Michael Bolle2012-01-261-5/+5
* Rename findByName to findByFileNameDavid Faure2012-01-2513-60/+60
* Implement support for noticing new or modified mimetypes at runtime.David Faure2012-01-239-47/+319
* Fix "make check" not running qmimedatabase-cache.David Faure2012-01-131-1/+15
* Get unit tests to work.Wolf-Michael Bolle2012-01-112-2/+2