summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Link with compiled libraries in OUT_PWD.Wolf-Michael Bolle2012-01-115-5/+10
* For MacOS specify CONFIG -= app_bundle in tests.Wolf-Michael Bolle2012-01-113-0/+6
* Add findMimeTypesByFileName which returns a list of mimetypes.David Faure2012-01-102-1/+34
* Repair running unit test.Wolf-Michael Bolle2012-01-101-1/+15
* BinaryProvider: fix mimeTypeForName("foo") returning a valid mimetype.David Faure2011-12-251-0/+3
* Fix mutex hang when findByData(device) cannot open the device.David Faure2011-12-221-0/+8
* Ran JavaScript code through JSLint and JSLint.Wolf-Michael Bolle2011-12-211-17/+19
* Fix test failure when LANG != en_USDavid Faure2011-12-191-0/+8
* Make code compile under Qt 4.xWolf-Michael Bolle2011-12-182-0/+18
* Get system tests to work.Wolf-Michael Bolle2011-12-153-3/+14
* Install unit test results.Wolf-Michael Bolle2011-12-151-1/+14
* Turned unit tests a litte more uniform.Wolf-Michael Bolle2011-12-152-81/+125
* Documented missing licensing information!Wolf-Michael Bolle2011-12-152-7/+19
* Add missing method findByData(QIODevice *)David Faure2011-12-121-0/+3
* Fix compilation with QT_NO_CAST_FROM_ASCIIDavid Faure2011-12-123-92/+89
* Test qmimedatabase from multiple concurrent threadsDavid Faure2011-12-122-0/+22
* Install a testrunner config file to /usr/share/QtMimeTypes-tests.Wolf-Michael Bolle2011-12-112-0/+38
* Install tests to /usr/share/QtMimeTypes-testsWolf-Michael Bolle2011-12-115-0/+53
* Configure qmake project files in central includes.Wolf-Michael Bolle2011-12-115-60/+30
* Adapted include statements in testing contexts.Wolf-Michael Bolle2011-12-024-5/+5
* Removed properties that don't exist any more.Wolf-Michael Bolle2011-11-151-2/+0
* Deactivated or removed comment.Wolf-Michael Bolle2011-11-075-70/+22
* Removed or deactivated aliases support.Wolf-Michael Bolle2011-11-072-33/+6
* Added aliases to the QML wrapper.Wolf-Michael Bolle2011-11-073-1/+35
* Merge comment and localeComment.David Faure2011-11-041-0/+2
* Ensure that things get recompiled when qmimetype.h changes (grr @ qmake)David Faure2011-11-045-0/+5
* Cleanup after work on suffixes().Wolf-Michael Bolle2011-11-041-27/+0
* Compile the tests without QtGui nor QtWidgetsDavid Faure2011-11-033-4/+6
* Implement and test suffixForFilenameDavid Faure2011-11-032-0/+10
* suffixes() is now calculated from globPatterns.David Faure2011-11-033-20/+90
* Binary provider: implement allMimeTypes. Add unit-test.David Faure2011-11-032-5/+45
* Import more unittests from my kmimetype code. Fix off by one (tnef test)David Faure2011-11-034-0/+46
* Renamed QMimeTypeData to QMimeTypePrivate.Wolf-Michael Bolle2011-11-031-19/+19
* Actually activate C++11 support.Wolf-Michael Bolle2011-11-023-3/+3
* Added some support for C++11Wolf-Michael Bolle2011-11-023-2/+23
* Share implementation of matchString, the orig one was broken.David Faure2011-10-319-0/+55
* Added missing #includeWolf-Michael Bolle2011-10-312-1/+3
* Moved out property-specific code out to a separate file.Wolf-Michael Bolle2011-10-312-183/+251
* Cleanup.Wolf-Michael Bolle2011-10-312-26/+70
* Preparation for automated test generation.Wolf-Michael Bolle2011-10-312-38/+57
* Binary provider: Implement loading of icons and generic icons.David Faure2011-10-292-2/+16
* Speed: only call globPatterns on failureDavid Faure2011-10-291-12/+15
* Comment out test, was a shared-mime-info bug, fixed it there.David Faure2011-10-291-1/+3
* silence output from update-mime-databaseDavid Faure2011-10-291-1/+4
* Fix case sensitivity issues. Port more unit tests.David Faure2011-10-292-0/+95
* Binary provider: Fix parents(), implement alias().David Faure2011-10-294-79/+85
* Disable icon-loading tests, they depend on the icon themeDavid Faure2011-10-281-1/+4
* Restore SRCDIR for shadow buildsDavid Faure2011-10-283-3/+3
* Fix syntax error, both subdirs should be compiledDavid Faure2011-10-281-1/+1
* Make the test work in isolation (and with the xml provider)David Faure2011-10-281-0/+1