2009-11-20 Jürg Billeter Release 0.7.8 Fix qname-test with srcdir != builddir SPARQL: Do not use OPTIONAL optimization when domain does not match The optimization for simple optionals with single-valued properties is only valid if the subject is known to be in the domain of the property. Fixes NB#147606. libtracker-data: Insert properties in topological order Fixes critical warning on second tracker-store startup. libtracker-data: Update test results 2009-11-20 Ivan Frade SMS: Added to/from vcard property and default folders Document the documentation SMS message documentation 2009-11-19 Ivan Frade Added the Nepomuk LICENSE file to the repository SMS Support in the NMO ontology. First draft. Add real authors and information in NMO description Use nie:DataObject for imContactAvatar instead of nfo:FileDataObject Avoid concrete dependency on NFO Move nmo:isDeleted to the superclass nmo:Message So it can be used for different kind of messages Add new properties to IMAccount To represent my own display-name, if the account is enabled and my own avatar for that account. Add missing gtkbuilder file for rss_reader example Completing description of xsd and nie Add localPrefix in nfo Documentation: get copyright information from .description file Add diagram in NIE documentation 2009-11-19 Jürg Billeter SPARQL: Limit scope of blank nodes in insert templates Blank nodes should be scoped to the template for each solution. 2009-11-19 Juan A. Suarez Romero Update manpages. tracker-*: print both version and license information. Print tracker version and its license when using --version/-V option, as it is done with tracker-extract. tracker-*: use -V/--version to show version Instead of using "-v" as an alias for "--version", use "-V". 2009-11-18 Jürg Billeter tracker-extract-gstreamer: Do not treat 3GPP audio files as videos Fixes NB#130437. tracker-extract-gstreamer: Fix use of tagreadbin 2009-11-18 Aron Xu Updated Simplified Chinese translation. 2009-11-18 Juan A. Suarez Romero tracker-sparql: add "--version" option tracker-control: add "--version" option tracker-search-tool: add "--version" option tracker-tag: add "--version" option tracker-status-icon: add "--version" option tracker-import: add "--version" option tracker-status: add "--version" option tracker-info: add "--version" option tracker-search: add "--version" option tracker-stats: add "--version" option 2009-11-17 Philip Van Hoof Fixed a bunch of XMP problems, changed from nie:keywords to nao:Tag 2009-11-17 Jürg Billeter tracker-extract-mp3: Extract nmm:albumTrackCount if available tracker-miner-fs: Fix SPARQL for files without extracted metadata A call to tracker_sparql_builder_insert_close was missing for files where the extractor does not return any metadata leading to invalid SPARQL being sent to tracker-store. libtracker-common: Check when retrieving SPARQL builder result Warn when retrieving SPARQL builder result in wrong state as, for example, with a missing insert_close call. 2009-11-17 Ivan Frade Add IM details to IM Contact IMContact represents a contact coming from an IMAccount. Added id, status, presence properties to this class. We have similar properties for the IMAccount class, but those are the own user details. IMContact represents the 'them', IMAccount represents the 'me'. Ignore InverseFunctionalProperty subclassing in the validator First documentation for NIE Explain how to link classes in the documentation 2009-11-17 Carlos Garnacho configure.ac: rename "push modules" to "miners" 2009-11-16 Jürg Billeter tracker-miner-fs: Fix debug message for mounted volume Update .gitignore tracker-explorer: Remove unused methods tracker-search-tool: Fix warnings in TrackerUtils Fix return types and error handling in thumbnail retrieval code. tracker-search-tool: Fix warnings in TrackerQuery Fix return type of Search method and error handling in Query method. libinotify: Drop libtool -version-info for convenience library 2009-11-16 Ivan Frade Very first example of textual documenation Add support for textual verbose documenation in the ontology web pages Added real authors in NIE Added less false copyright to the new documentation. Still needs to be clarified. Probably needs to be defined in the .description files. Add link to upstream original ontology webpage 2009-11-16 Philip Van Hoof Added tracker:notify to nao:Tag for Debarshi Ray's Nautilus tagging support Propagating errors instead of passing parent errors around 2009-11-14 Ivan Frade Add link in the ontology page to the git changelog of that file Add description to all ontologies Handle correctly namespaces without '#' at the end (like DC) Add links to classes in different files in the HTML documentation Added required file for the tests cases Support to translate class uris into links inside documentation Handle special DC case in full-uri to prefix:uri translation 2009-11-13 Philip Van Hoof Added support for INTO and FROM to SPARQL UPDATE extension This adds support for INTO and FROM to the SPARQL UPDATE extension, it doesn't store the uri being passed. It only passes it as parameter from to all functions involved. This will be used by for example the write-back feature that'll soon be developed. Throw normal errors instead of SparqlError now that stmt.execute () also does Fixed harmless compilation warnings 2009-11-13 Andrej Žnidaršič Updated Slovenian translation 2009-11-12 Ivan Frade Add some zeitgeist interaction in the RSS-reader example 2009-11-12 Jürg Billeter NMO: Readd nmo:VOIPCall for backward compatibility 2009-11-12 Juan A. Suarez Add command line options to tracker-search-tool Author: Juan A. Suarez 2009-11-12 Ivan Frade Added text in RSS example. Updated to lastest tracker API.