summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tracker-extract, mp3: Do all inserts in miner-fs's graphPhilip Van Hoof2011-09-061-0/+93
* tracker-extract: Fixed reference to non-existent variableMartyn Russell2011-09-061-2/+4
* tracker-extract: Fix potential memory leak with XMP where stringMartyn Russell2011-09-061-2/+3
* libtracker-extract: Fixed some small coding style issuesMartyn Russell2011-09-064-35/+35
* tracker-extract: use provided graph when inserting keywords from PDF documentsCarlos Garnacho2011-09-061-2/+19
* tracker-extract: use provided graph when inserting keywords from PNG imagesCarlos Garnacho2011-09-061-5/+22
* tracker-extract: use provided graph when inserting keywords from TIFF imagesCarlos Garnacho2011-09-061-2/+19
* tracker-extract: use provided graph when inserting keywords from JPEG imagesCarlos Garnacho2011-09-061-3/+19
* tracker-extract: use provided graph when inserting keywords from GIF imagesCarlos Garnacho2011-09-061-4/+22
* tracker-extract: Pass the graph down to extract modulesCarlos Garnacho2011-09-063-5/+13
* tracker-extract: Add a "graph" parameter to dbus methodsCarlos Garnacho2011-09-064-7/+18
* tracker-extract: Pass a TrackerExtractInfo to the exported extract functionCarlos Garnacho2011-09-0626-175/+294
* libtracker-extract: Move TrackerExtractInfo out to its own headerCarlos Garnacho2011-09-069-157/+425
* libtracker-sparql: Allow append() on embedded inserts in TrackerSparqlBuilderCarlos Garnacho2011-09-061-1/+3
* tracker-miner-fs: Improve query performance for updating tracker:available on...Martyn Russell2011-09-061-4/+6
* tracker-extract,gstreamer: if possible, use Tagreadbin backend in the DiscovererAleksander Morgado2011-09-061-0/+20
* libtracker-data: Do not delete database and do not exit on corruptionJürg Billeter2011-09-051-0/+2
* libtracker-data: Remove useless calls before exit on database corruptionJürg Billeter2011-09-051-3/+0
* thunderbird: Fix MakefileJürg Billeter2011-09-051-7/+7
* thunderbird: Do not call update-desktop-database when building packagesVincent Untz2011-09-051-3/+11
* thunderbird: Fix .desktop fileVincent Untz2011-09-051-1/+1
* tracker-extract: remove unneeded source fileAleksander Morgado2011-09-021-858/+0
* Merge branch 'handle-desktop-links'Martyn Russell2011-09-011-0/+24
|\
| * tracker-miner-fs: Check URL is provided for desktop file Type=LinkMartyn Russell2011-09-011-10/+17
| * tracker-miner-applications: Handle desktop files of type=LinkCarlos Garnacho2011-08-311-0/+17
* | libtracker-data: Use ontology from database if cache is unavailableJürg Billeter2011-09-011-2/+10
* | Firefox plugin: bump compatibility to 6.0.*Adrien Bustany2011-09-011-1/+1
* | Thunderbird plugin: bump compatibility to 7.0.*Adrien Bustany2011-09-011-1/+1
|/
* tracker-control: Add work for initial --set-log-verbosityMartyn Russell2011-08-311-3/+77
* tracker-control: Add work for initial --get-log-verbosityMartyn Russell2011-08-312-1/+281
* libtracker-sparql: Don't package .gir/.typelib files in tarballsMartyn Russell2011-08-311-1/+1
* tracker-miner-fs: Reindex applications on locale changeJürg Billeter2011-08-302-14/+51
* libtracker-sparql: Add tracker_sparql_cursor_closeJürg Billeter2011-08-302-11/+38
* Fix crash in case of error in MeeGo Harmattan locale handlingPhilip Van Hoof2011-08-261-1/+0
* libtracker-miner: fix error propagation in tracker_miner_manager_new_fullStefano Facchini2011-08-251-5/+2
* SPARQL: Use single hash table and array for all update solutionsJürg Billeter2011-08-251-18/+26
* SPARQL: Add Solution helper classJürg Billeter2011-08-251-6/+20
* libtracker-data: Do not error out when deleting non-existing statementJürg Billeter2011-08-251-1/+2
* SPARQL: Ensure that WHERE clause is evaluated before performing updatesJürg Billeter2011-08-251-7/+14
* tracker-evolution: Fix compile with Evolution 2.9xSam Thursfield2011-08-241-1/+1
* tracker-evolution: Add support for Evolution 3.2Jürg Billeter2011-08-231-0/+154
* tracker-evolution: Refactor convert_url_to_whatever to message_uri_buildJürg Billeter2011-08-231-18/+20
* tracker-extract: Improve error debugging for album art handlingPhilip Van Hoof2011-08-231-19/+38
* tracker-extract: Fix memory leak on streamPhilip Van Hoof2011-08-221-1/+4
* libtracker-extract: Fix the orientation handling in xmpMikael Ottela2011-08-221-10/+15
* tracker-extract: Fix memleak after own review, obvious onePhilip Van Hoof2011-08-211-0/+1
* tracker-extract-mp3: Do not always use guessed encoding for ID3v2Jürg Billeter2011-08-201-0/+15
* tracker-extract: Bugfix, strcmp wrongly used and double freePhilip Van Hoof2011-08-191-2/+2
* tracker-extract: Support detecting non-jpeg embedded album artPhilip Van Hoof2011-08-191-16/+49
* tracker-extract: Use incremental checksum calc to avoid memory usePhilip Van Hoof2011-08-191-46/+105