summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.9.380.9.38Martyn Russell2011-02-102-1/+39
|
* tracker-extract,gstreamer: Improve error loggingAleksander Morgado2011-02-101-8/+18
|
* tracker-store: Make sure to not send unmapped errors in D-Bus repliesJürg Billeter2011-02-102-8/+40
|
* libtracker-data: Switch back to g_static_private_freeJürg Billeter2011-02-101-4/+3
| | | | | | We really need to make sure to close all interfaces on shutdown, we cannot rely on TLS cleanup. This can cause critical warnings on shutdown until g_static_private_free has been fixed in GLib.
* libtracker-data: Clear error instead of freeing, sets the variable to NULL tooPhilip Van Hoof2011-02-101-1/+1
|
* tracker-extract: Fix initialization of error variable to NULLPhilip Van Hoof2011-02-101-1/+1
|
* functional-tests: Kill/stop the store in a realistic way for backup/restoreIvan Frade2011-02-103-15/+22
| | | | | Kill or stop the store in the right moment, before corrupting or removing the DBs. This should make the test more predictable (before there were race conditions)
* libtracker-data: Fix race condition on shutdownJürg Billeter2011-02-101-2/+4
| | | | | | g_static_private_free is not thread-safe, so do not use it and rely on TLS cleanup instead. This fixes critical g_object_unref warnings on shutdown.
* libtracker-data: Bugfix not initializing an error with NULLPhilip Van Hoof2011-02-101-1/+1
|
* libtracker-data: Recreate the DB if first init of the DB iface failsPhilip Van Hoof2011-02-101-42/+50
|
* libtracker-data: Detect corruption before integrity_check at set of WALPhilip Van Hoof2011-02-101-9/+5
|
* tracker-extract,gstreamer: Fix check for minimum gstreamer required versionAleksander Morgado2011-02-091-1/+3
|
* Merge branch 'unique-nie-url'Martyn Russell2011-02-093-84/+119
|\
| * functional-tests: New insertion test to check that nie:url can't be duplicatedAleksander Morgado2011-02-091-0/+33
| |
| * functional-tests: whitespace fixes in insertion testsAleksander Morgado2011-02-091-81/+81
| |
| * libtracker-data: DB version upgrade, nie:url is now an inverse functional ↵Aleksander Morgado2011-02-091-2/+3
| | | | | | | | property
| * Ontologies: Make nie:url an inverse functional propertyAleksander Morgado2011-02-081-1/+2
| | | | | | | | | | | | This will avoid having two resources with same nie:url. Fixes NB#208621
* | Merge branch '0.10-documentation-review'Martyn Russell2011-02-0930-142/+574
|\ \
| * | libtracker-extract: Fix Libs in pkg-config setupAleksander Morgado2011-02-092-2/+2
| | |
| * | docs: Added online documentation URLs to reference manualsAleksander Morgado2011-02-084-4/+28
| | |
| * | docs, libtracker-client: Added deprecation notice in docbook index pageAleksander Morgado2011-02-081-2/+6
| | |
| * | docs, libtracker-client: Deprecate all tracker_sparql_* APIAleksander Morgado2011-02-081-0/+68
| | |
| * | libtracker-client: Change deprecation text to a more common oneAleksander Morgado2011-02-081-21/+41
| | |
| * | libtracker-miner: Document Tracker Thumbnailer APIAleksander Morgado2011-02-081-0/+58
| | |
| * | docs, libtracker-miner: Added missing 'Since:' tagsAleksander Morgado2011-02-0810-5/+168
| | |
| * | docs, libtracker-sparql: Added missing 'Since:' tagsAleksander Morgado2011-02-081-0/+4
| | |
| * | libtracker-sparql: Builder API is all new in 0.10, as this is a new libraryAleksander Morgado2011-02-081-28/+39
| | |
| * | libtracker-miner: Remove tracker-client and add tracker-sparql and gio-2.0 ↵Aleksander Morgado2011-02-081-2/+1
| | | | | | | | | | | | in pkg-config setup
| * | docs, libtracker-miner: Cleanup sections and added new 'Compiling ↵Aleksander Morgado2011-02-083-17/+68
| | | | | | | | | | | | applications' one
| * | libtracker-extract: Replace tracker-client with tracker-sparql in pkg-config ↵Aleksander Morgado2011-02-082-4/+4
| | | | | | | | | | | | setup
| * | docs, libtracker-extract: Cleanup sections and added new 'Compiling ↵Aleksander Morgado2011-02-083-18/+66
| | | | | | | | | | | | applications' one
| * | libtracker-sparql: Fix 'Since' usage in gtk-doc documentationAleksander Morgado2011-02-071-3/+3
| | |
| * | docs, libtracker-sparql: Priority argument missing in ↵Aleksander Morgado2011-02-071-7/+7
| | | | | | | | | | | | tracker_sparql_connection_update() example
| * | docs, libtracker-sparql: Fix builder exampleAleksander Morgado2011-02-071-2/+2
| | |
| * | libtracker-sparql: Don't require dbus-glib-1 in pkg-config setupAleksander Morgado2011-02-072-3/+3
| | |
| * | docs, libtracker-sparql: Update pkg-config setup version to 0.10Aleksander Morgado2011-02-071-5/+5
| | |
| * | docs, libtracker-sparql: D-Bus always does FD passing nowAleksander Morgado2011-02-071-26/+8
| | |
* | | Merge branch 'nautilus-extension-update'Martyn Russell2011-02-094-296/+427
|\ \ \ | |_|/ |/| |
| * | plugins/nautilus: Don't crash if we can't get a SPARQL connectionAleksander Morgado2011-02-091-10/+51
| | |
| * | plugins/nautilus: Remove unneeded finalize() in TrackerTagsExtensionAleksander Morgado2011-02-091-10/+0
| | |
| * | plugins/nautilus: Remove unneeded private data in TrackerTagsExtensionAleksander Morgado2011-02-091-25/+0
| | |
| * | plugins/nautilus: Fix indentation/alignmentAleksander Morgado2011-02-093-188/+188
| | |
| * | plugins/nautilus: Update to use libtracker-sparql not libtracker-clientMartyn Russell2011-02-043-140/+265
| | |
* | | libtracker-data: Handle error when WAL journaling can't be setPhilip Van Hoof2011-02-081-12/+54
| | |
* | | functional-tests: Add test for NB#223536Ivan Frade2011-02-083-1/+15
| | | | | | | | | | | | Mp3 without artist or album. It make tracker-extract crash.
* | | libtracker-data: Recreate database if it is emptyJürg Billeter2011-02-081-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | If tracker-store is terminated while initializing the database, it will abort on subsequent starts due to empty database. With this commit the database will be recreated instead. Fixes NB#225910.
* | | tracker-extract: Compare mtime of source file with albumart cache's filePhilip Van Hoof2011-02-081-56/+84
| | | | | | | | | | | | Fixes NB#221340.
* | | Updated Spanish translationDaniel Mustieles2011-02-071-457/+470
| |/ |/|
* | functional-tests: Rename expected audio file to fix compilationAleksander Morgado2011-02-072-3/+3
| |
* | ontologies: Remove default-emergency-contact predefined instanceIvan Frade2011-02-071-1/+0
| | | | | | | | Fixes NB#180770 - Unusable emergency contact is found...