summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* extract: Fixed crash in QCoreApplication::applicationFilePathSlava Monich2014-06-191-2/+2
* extract: Save original filenameJens Georg2014-06-151-3/+3
* build: Require glib 2.38 for g_assert_trueJens Georg2014-06-101-1/+1
* Release 0.4.00.4.0Martyn Russell2014-04-012-2/+10
* build: Fix LIBMEDIAART_BACKEND for Qt4, should be QtGuiHaithem Ben Ghorbal2014-04-011-1/+1
* extract: Incorrect inverse variable check for media_art_set()Martyn Russell2014-04-011-2/+2
* build: Don't forget to define LIBMEDIAART_BACKEND for all Qt casesHaithem Ben Ghorbal2014-03-101-1/+2
* Release 0.3.00.3.0Martyn Russell2014-03-072-1/+18
* extract: Fix Qt5 compilation failure, use QCoreApplication instead of QGui*Martyn Russell2014-03-071-2/+2
* extract: Don't break on dummy implementation due to incorrect args in init()Martyn Russell2014-03-071-1/+3
* build: Don't fail if vapigen isn't availableMartyn Russell2014-03-071-0/+5
* build: Force automake C linkage when building C onlyYanko Kaneti2014-02-101-0/+3
* build: Remove leftover explicit -lm -lz linkageYanko Kaneti2014-02-102-3/+0
* configure: Don't link to both Qt and gdk-pixbuf if both are autodetectedYanko Kaneti2014-02-101-6/+8
* cache: Improve _remove() function and fix crash with NULL passedMartyn Russell2014-02-072-35/+46
* cache: Improve _strip_invalid_entites() APIMartyn Russell2014-02-072-7/+36
* cache: Fix Non-void function should return a valueTing-Wei Lan2014-02-071-1/+1
* configure: Honor NOCONFIGURE=1Colin Walters2014-02-061-1/+1
* Release 0.2.00.2.0Martyn Russell2014-02-062-1/+16
* docs: Remove reference to Tracker in reference overviewMartyn Russell2014-02-061-3/+3
* extract: Fixed Qt(4) backend to compile and removed all Tracker referencesMartyn Russell2014-02-061-14/+14
* build: Fix selection between backends Qt and GdkPixbufMartyn Russell2014-02-061-1/+5
* extract: Port Qt backend to Qt5 and NEMO platformAndrew den Exter2014-02-062-20/+79
* build: Remove all 'tracker' uses in configure.ac.Martyn Russell2014-02-061-3/+2
* libmediaart: Fix include which incorrectly defined _INSIDE in main headerMartyn Russell2014-01-231-2/+2
* build: Fix requirement on tracker-0.16 in pkgconfig fileMartyn Russell2014-01-231-1/+1
* build: Make sure pkgconfig file uses -1.0 to avoid minor ver changesMartyn Russell2014-01-231-2/+2
* Release 0.10.1.0Martyn Russell2013-11-011-0/+8
* doap: Updated bugzilla addressMartyn Russell2013-11-011-1/+2
* tests: disable tests that fail due to missing featuresMartyn Russell2013-11-011-1/+1
* extract: Cleaned up media_art_set() so we can see what it's doingMartyn Russell2013-11-011-72/+196
* extract: Remove checks for storage when it's required on initMartyn Russell2013-10-241-9/+4
* tests: Added to the unit tests to test ALL APIs.Martyn Russell2013-10-234-28/+155
* docs: Last minute fixes before a releaseMartyn Russell2013-10-213-21/+35
* extract: Fixed incorrect return valueMartyn Russell2013-10-181-1/+1
* extract: Coding style changesMartyn Russell2013-10-181-52/+139
* Merge branch 'process-file-fixes'Sam Thursfield2013-10-182-126/+18
|\
| * extract: Rewrite media_art_process() to use media_art_process_file()Sam Thursfield2013-10-171-112/+15
| * extract: Remove wrong MIME type check in media_art_process_file()Sam Thursfield2013-10-171-11/+0
| * extract: Be consistent about parameter orderingSam Thursfield2013-10-172-3/+3
|/
* g-i: Fix annotations for MediaArt.processJens Georg2013-10-171-1/+1
* g-i: Fix annotations for MediaArt.process_fileJens Georg2013-10-171-1/+1
* g-i: Add Gio-2.0 to dependenciesJens Georg2013-10-171-1/+2
* Update .gitignore filesSam Thursfield2013-10-174-0/+56
* Documentation fixesSam Thursfield2013-10-174-9/+86
* extract: Include two missing headersCarlos Garnacho2013-10-071-1/+3
* extract: Fix two compile warningsCarlos Garnacho2013-10-072-2/+2
* extract: remove unused function parameterCarlos Garnacho2013-10-071-4/+3
* extract: Add media_art_process_file()Carlos Garnacho2013-10-072-0/+178
* cache: Add media_art_get_file()Carlos Garnacho2013-10-072-35/+86