summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Change Urho's contact name for Ivan'sMartyn Russell2013-08-312-2/+2
| |
| * libtracker-miner: Various code code consistency fixesMartyn Russell2013-08-311-12/+12
| |
| * libtracker-miner: Add single tracker-miner.h header.Carlos Garnacho2013-08-311-0/+4
| | | | | | | | | | | | This should be the only include point from now on to libtracker-miner. All code including individual libtracker-miner headers in Tracker has been updated to #include <libtracker-miner/tracker-miner.h>.
| * libtracker-miner: Fixed documentation breaksMartyn Russell2013-08-311-12/+10
| |
| * TrackerStorage: Add flag set to determine storage type.Carlos Garnacho2013-08-312-34/+48
| | | | | | | | | | | | | | now get_device_roots() and get_device_uuids() have a TrackerStorageType parameter to pass (removable|optical) flags. If exact_match is TRUE, only devices that fully match the passed flags are returned.
| * libtracker-miner: Fixed possible memory leak on content_typePhilip Van Hoof2013-08-311-0/+3
| |
| * Fixes GB#611556, Need to support CD/DVD indexMartyn Russell2013-08-312-33/+200
| |
| * Plug some leaks in libtracker-miner.Carlos Garnacho2013-08-311-1/+4
| |
| * libtracker-miner: Fixed crash when starting tracker with CD/DVDs mountedMartyn Russell2013-08-311-4/+8
| |
| * libtracker-miner: Fixed signal string _ and - mixingMartyn Russell2013-08-311-1/+1
| |
| * libtracker-miner: Small optimizationPhilip Van Hoof2013-08-311-1/+1
| |
| * libtracker-miner: Fixed a few problems after reviewPhilip Van Hoof2013-08-311-8/+6
| |
| * libtracker-miner: Don't reverse lists from hash tablesMartyn Russell2013-08-311-2/+2
| |
| * libtracker-miner: Avoid warnings for CDROMs with no GDrive/GVolumeMartyn Russell2013-08-311-25/+44
| |
| * libtracker-miner: Fixed storage memory leak iterating volumesMartyn Russell2013-08-311-0/+1
| |
| * libtracker-miner: Removed storage bogus commentMartyn Russell2013-08-311-1/+0
| |
| * libtracker-miner: Fixed debugging for storageMartyn Russell2013-08-311-1/+1
| |
| * libtracker-miner: Removed unused code in storage moduleMartyn Russell2013-08-311-6/+0
| |
| * libtracker-miner: Don't add mount points if the UUID is NULLMartyn Russell2013-08-311-1/+7
| |
| * libtracker-miner: Don't repeat the same message when adding volumesMartyn Russell2013-08-311-5/+8
| |
| * libtracker-miner: Reimplemented tracker-store using GIO removing HAL.Martyn Russell2013-08-312-599/+295
| |
| * libtracker-miner: Removed unused storage functionsMartyn Russell2013-08-312-190/+40
| |
| * libtracker-miner: Moved tracker-storage here from libtracker-commonMartyn Russell2013-08-312-0/+1239
|/
* build: Don't use VERSION in pkgconfig file in build files, generate it insteadMartyn Russell2013-08-223-4/+10
| | | | This avoids updating the version on major releases
* Merge pull request #3 from kyoushuu/pkg-configMartyn Russell2013-08-224-2/+24
|\ | | | | Add pkg-config metadata file
| * Add pkg-config metadata fileArnel A. Borja2013-08-223-1/+23
| |
| * Move headers to libmediaart subdirectoryArnel A. Borja2013-08-221-1/+1
|/
* Merge pull request #2 from kyoushuu/introspectMartyn Russell2013-08-214-12/+65
|\ | | | | Add introspection support
| * cache: Add missing annotations and other doc fixesArnel A. Borja2013-08-211-6/+8
| |
| * Add introspectable bindingsArnel A. Borja2013-08-213-6/+57
|/
* libmediaart: Merged utils.[ch] into cache.[ch]Martyn Russell2013-08-1510-387/+314
|
* libmediaart: Added, fixed, cleaned up documentation in sourcesMartyn Russell2013-08-156-14/+36
|
* docs: Added initial documentationMartyn Russell2013-08-1510-2/+220
|
* libmediaart: Don't depend on tracker file utils to get file mtimeMartyn Russell2013-08-151-4/+72
|
* libmediaart: Removed queue.[ch] and created cache.[ch] more aptly namedMartyn Russell2013-08-154-41/+14
|
* libmediaart: Remove Tracker code and simplify itMartyn Russell2013-08-152-141/+75
|
* libmediaart: Replace GetFileInfo for FileInfo and use getter/settersMartyn Russell2013-08-151-26/+40
|
* libmediaart: Fix includesMartyn Russell2013-08-153-25/+2
|
* Merge pull request #1 from kyoushuu/prefix-changeMartyn Russell2013-08-1411-205/+207
|\ | | | | Remove tracker from prefixes of identifiers & fix some includes
| * Fix some includesArnel A. Borja2013-08-152-2/+4
| |
| * Remove tracker from prefixes of identifiersArnel A. Borja2013-08-1511-203/+203
|/
* build: Fixed distcheck issuesMartyn Russell2013-08-132-8/+1
|
* build: Remove gettext requirementMartyn Russell2013-08-133-13/+5
|
* build: Initial import of files needed to make new project here...Martyn Russell2013-08-1322-78/+599
| | | | | | | | | | Including AUTHORS, README, NEWS. Including autogen.sh, configure.ac and all Makefile.am files Also moved many files that were scattered around the Tracker project and brought them together. Some source files had to be fixed up to build properly.
* all: Remove use of g_type_init() now it's deprecated in GLib since 2.35.xMartyn Russell2013-08-131-1/+0
|
* tracker-extract: 'initialized' flag was not being initializedSam Thursfield2013-08-131-1/+1
|
* tracker-extract: Fix compile of Qt media art backendSam Thursfield2013-08-131-0/+1
|
* tracker-extract: Added 'max-media-art-width' config optionMartyn Russell2013-08-132-12/+75
| | | | | | | Allows all media/album art to be disabled with a setting of -1 or resized to a width of choosing. Based on the patch from Kiran Bhide <kiran.bhide@in.bosch.com>
* Rename tracker_media_art_process_external_images()Sam Thursfield2013-08-131-5/+5
| | | | New name: tracker_media_art_find_by_artist_and_title()
* Rename media art queue functionsSam Thursfield2013-08-132-8/+8
|