summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | Add more information to documentation. Add a check on the input string to make sure we avoid crashes. Add test case
* cache: Fix Non-void function should return a valueTing-Wei Lan2014-02-071-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723847
* 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
| | | | | | | | | Commits squashed and based on tracker commits: ---------------------------------------------- 8b3b8fe Fixes after review for Qt5 port 934eb10 Use minimal in Nemo for QGuiApplication for in case the compositor isn't running yet. Use QGuiApplication instead of QCoreApplicati 601be18 Port to Qt5. 8dfadf3 tracker-extract: Fix compile of Qt media art backend
* 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
| | | | | There are many cases which fail and there are FIXMEs in the test case now which we should fix before releasing.
* 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
|\ | | | | | | Reviewed-By: Carlos Garnacho <carlosg@gnome.org>
| * 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
| | | | | | | | | | The 'mime' parameter describes the image buffer, not the media file, so it's wrong to fill it in from the media file.
| * extract: Be consistent about parameter orderingSam Thursfield2013-10-172-3/+3
|/ | | | | The media_art_process() and media_art_process_file() functions should take arguments in the same order as each other.
* 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
| | | | | This prevents some warnings about being unable to resolve GFile during introspection.
* 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
| | | | | The call to media_art_plugin_init() was modified as it had the wrong arguments.
* 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
| | | | | | This function is similar to the current media_art_process(), but taking a GFile, mainly added for convenience in applications already using GIO.
* cache: Add media_art_get_file()Carlos Garnacho2013-10-072-35/+86
| | | | | | | This call is similar to media_art_get_path(), but using GFiles for in/out path parameters. This older function now internally uses the just added one, so internally operations happen on GFiles.
* tests: Add testcase for nested blocksJens Georg2013-10-021-0/+1
|
* doap: Fixed Sam's GNOME UserIDMartyn Russell2013-09-301-1/+1
|
* storage: renamed all "tracker-storage" to just "storage"Martyn Russell2013-09-275-228/+232
|
* build: Don't require tracker to compileMartyn Russell2013-09-271-2/+1
|
* Merge pull request #4 from kyoushuu/tracker-storageMartyn Russell2013-09-2710-31/+1776
|\ | | | | Add TrackerStorage and fix license file
| * Rename LICENSE to COPYING, and add COPYING.LESSERArnel A. Borja2013-08-312-4/+506
| | | | | | | | | | | | | | Autoconf adds COPYING which contains GPLv3, which is not what the sources are licensed with. Replace it with GPLv2 in a text file from GNU's website and add COPYING.LESSER for LGPLv2.1, so that the package would be under LGPLv2.1 license.
| * build: Fix distcheckArnel A. Borja2013-08-312-2/+5
| |
| * tests: Fix includesArnel A. Borja2013-08-311-1/+1
| |
| * extract: Use TrackerStorage to check if file is in a removable mediumArnel A. Borja2013-08-311-21/+12
| | | | | | | | | | | | This will initialize a TrackerStorage on init and unrefs it on shutdown. Removed warnings for missing TrackerStorage. Uncommented media_art_copy_to_local which now works again.
| * build: Require gio-2.0 and gio-unix-2.0 tooArnel A. Borja2013-08-311-1/+4
| | | | | | | | These libraries are needed by TrackerStorage.
| * libmediaart: Add marshalerArnel A. Borja2013-08-314-4/+29
| |
| * build: Move tracker-storage to libmediaartArnel A. Borja2013-08-313-8/+4
| |
| * libtracker-miner: Make the failed unmounts watchdog more relaxedCarlos Garnacho2013-08-311-1/+1
| | | | | | | | | | | | | | The timeout priority is now lower so ::mount-unmount has a chance to be processed before the watchdog if the miner's main loop is busy (say removing monitors). Also, the timeout is longer so we aren't overzealous on slow unmounts.