2009-12-18 Martyn Russell Fixed --disable-nautilus-extension which was broken Disable nautilus extension for make distcheck to work Updated NEWS for release 2009-12-18 Carlos Garnacho Distcheck fixes. 2009-12-18 Martyn Russell Attempting to resolve more make distcheck issues Removed ontology.png since this is generated now Make graphviz a build dependency but only with gtk-doc enabled Bumped version to 0.7.12 libtracker-db: Updated DB version for new schema changes 2009-12-18 Carlos Garnacho Fix distcheck when generating ontology docs. 2009-12-18 Martyn Russell Fixed ontology-graph inserting into an uninitialised GList Fixed make distcheck failure trying to build unused dir 2009-12-18 Carlos Garnacho Add empty ontology-sections.txt. Looks like some gtk-doc versions really like this file, so build breaks if it isn't there. 2009-12-18 Jürg Billeter NMO: Add some comments NMO: Deprecate nmo:plainTextMessageContent Use nie:plainTextContent instead. NMO: Add indexes for important message properties NMO: Add nmo:lastMessageDate and nmo:hasParticipant properties NMO: Add nmo:Conversation class and nmo:conversation property 2009-12-18 Martyn Russell src/plugins/nautilus: Removed unused code 2009-12-17 Martyn Russell src/plugins/nautilus: Removed add-dialog code, no longer needed src/plugins/nautilus: Fixed up remaining issues - Show item tag count column - Do real time updates and removals - Fixed the toggle state for some cases - Don't use a separate dialog to add tags plugins/nautilus: Code clean up - Fixed memory leaks - Fixed coding style - Removed duplicate code Cleaned up configure.ac for consistency 2009-12-17 Debarshi Ray Fixed a couple of memory errors + Plugged a leak. + Ref and unref list elements before copying and freeing. Fixed indentation, braces, etc.. Prevent build failure with -Wformat-nonliteral Moved the Nautilus extension to src/plugins/nautilus Replaced char with gchar Renamed TrackerTagsPlugin to TrackerTagsExtension Added a new Nautilus extension for managing tags. It provides a menu items and a property page for adding or removing tags, and attaching or detaching tags from files. This replaces the older (and broken) extension written in Python, and can be enabled using --enable-nautilus-extension. 2009-12-17 Jürg Billeter libtracker-data: Improve struct comments in tracker-data-update.c SPARQL: Do not support AS outside of select expressions SPARQL: Support functions with non-prefixed IRI 2009-12-16 Martyn Russell Fixed build errors for clean checkout 2009-12-16 Carlos Garnacho configure.ac: Remove Makefile generation for no longer existing dir. Autogenerate ontology documentation. There is now a new gtk-doc reference for ontology, which is created from data/ontologies/*. docs/tools contains the programs to generate both docbook and graphs, these are dumped on docs/reference/ontology, which is compiled afterwards. Documentation generation happens on make, ontology graphs require graphviz and are only generated on distcheck, A base image is committed, so people don't need graphviz to have a peek. Improve graphviz generation code. 2009-12-16 Martyn Russell Fixed make distcheck failures 2009-12-16 Jürg Billeter tracker-store: Fix memoy leak on updates Fixes NB#150158. 2009-12-16 Martyn Russell Fixes GB#603054, fails to build on missing tracker-explorer 2009-12-15 Jürg Billeter Add support for coverage analysis using lcov Update .gitignore 2009-12-15 Martyn Russell Fixed build failure because python/ directory no longer exists Moved python/deskbar-handler to src/plugins/deskbar Removed python/SearchTool, was unused and using 0.6.x API Removed python/nautilus, was unused and using 0.6.x API Moved python/music to utils/lyrics Removed python/FUSE, it was unused and used the 0.6.x API Moved python/rss_reader to examples/ Removed python/applet, unused and uses 0.6.x API Moved gtk-sparql to utils/ Removed first line in all *.[ch] files defining tab width, etc. This removes the following line: /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ This is not needed and editors should work without this anyway. Removed extensions/ hosting firefox/thunderbird legacy code 2009-12-13 Jorge González Updated Spanish translation