[tracker/libtracker-miner] (263 commits) ...Fix a few glitches in the merge with master.



Summary of changes:

  337e0c9... Disabled setrlimit for now, it is causing problems with gst (*)
  9ad130c... Don't print invalid UTF-8 warnings in tracker-statement-lis (*)
  c68add4... tracker-miner-fs: move albumart extraction to tracker-extra (*)
  a67ddd1... tracker-extract: don't try to insert NULL genres in gstream (*)
  84fc83f... Removing the fulltext values from the FTS store (*)
  5b018f4... Enable/disable files availability when volumes are mounted/ (*)
  98c39d7... Set timeout for tracker-sparql tool (*)
  4d87314... SPARQL: Ensure that transactions are not left open on error (*)
  1386a26... libtracker-common: Fix TRACKER_DC_PREFIX definition (*)
  5becd28... Do volumes initialization in a more efficient manner. (*)
  8b607d8... Fix parameters order in g_debug() call. (*)
  c71f36a... Moved thumbnailer.[ch] and volume-cleanup.[ch] to tracker-m (*)
  a322098... tracker-miner-fs: fixed thumbnailer warnings (*)
  66326e9... Added the volume for the root-fs (*)
  41e580d... tracker-miner-fs: fixed crash trying to do volume cleanup o (*)
  26cb3df... Added tracker:available to the other nie:DataObjects (*)
  bb6d363... Code cleanup so we can remove a condition. (*)
  48078bb... Make TrackerDBInterfaceSqlite listen to the TRACKER_DB_MODU (*)
  be81311... Added tracker:available to two more nie:DataObjects (*)
  da1c585... Use g_getenv() instead. (*)
  b6442b4... Fixed a few critical warnings (*)
  631fcad... Updated German translation (*)
  56eef06... An implementation for SPARQL sameTerm() (*)
  18d40c9... Initial implementation for SPARQL str() (*)
  f57c154... Added a case that rasqal does itself, for clarity (*)
  bc8261f... More make distcheck fixes (*)
  8ba3de5... More make distcheck fixes (*)
  31eb994... Added gtk-sparql python program (*)
  de08df9... Make isBlank() not fail (*)
  b4f3c94... Implementation for SPARQL isIRI() (*)
  489c1db... Throwing an error when an unsupported operation is requeste (*)
  1a3b32c... Indentation fix (*)
  1e2f216... Added support for SPARQL ASK (*)
  9c2e7b3... Added support for SPARQL datatype() (*)
  35712ad... Handle an invalid datatype filter (*)
  1db5987... Update POTFILES.in (*)
  ee9c339... Do not use g_assert_no_error to not require GLib 2.20 (*)
  5e5a615... libtracker-data: Check tracker_data_delete_statement argume (*)
  57cd8e9... SPARQL: Report error when selecting undefined variables in  (*)
  04f121e... Updated Spanish translation (*)
  83504b1... Glibbification of INT_MAX (*)
  441d064... Ported bufferoverflow fix from tracker-0.6 branch (*)
  380f6cc... New Feeds ontology (*)
  138e3cd... Updated details in feeds ontology (*)
  03818d0... Updated transfers ontology (*)
  a272323... SPARQL: Always use parameter in SQL for resource IDs (*)
  91104ed... SPARQL: Use parameters in SQL for LIMIT and OFFSET (*)
  45eb031... SPARQL: Use hand-written parser (*)
  29ad227... Remove rasqal (*)
  0146ee8... Putting ASK support back in place (*)
  d0bda23... Sparql: Fix parsing `a' (*)
  7f5c87f... Implementation for SPARQL GROUP BY (*)
  e2b7340... SPARQL: Add SPARQL Update support (*)
  688f58a... SPARQL: Split ASK query out (*)
  203f3b9... SPARQL: Fix SELECT * (*)
  e902f0d... SPARQL: Fix string literals in triples (*)
  07a38c4... SPARQL: Support && and || (*)
  a790638... configure.ac: Remove unnecessary checks for flex and bison (*)
  765b845... SPARQL: Improve group graph pattern handling (*)
  f446c94... SPARQL: Fix build without rasqal (*)
  9a327f7... SPARQL: Various fixes for literals (*)
  37de848... Added predicates to the SubjectsChanged signal (*)
  ed7463a... SPARQL: Support DROP GRAPH (*)
  762a43b... Bugfix, swapped object and predicate in delete (*)
  0525eb0... SPARQL: Fix IRI literals in updates (*)
  e108aa7... tracker-miner-fs: Use g_debug for frequent album art messag (*)
  522c4e4... Avoid duplicate items in SubjectsChanged (*)
  262b580... tracker-miner-fs: Use g_debug for frequent album art messag (*)
  2af77e1... SPARQL: Support for UNION (*)
  b558854... Disabled duplicate check for SubjectsChanged, slows down to (*)
  1f98111... Replaced a GPtrArray with a GHashTable, constant lookup spe (*)
  9902674... SPARQL: Fix variables in filters (*)
  f15a68d... SPARQL: Fix ORDER BY and GROUP BY (*)
  ce2835f... Avoid duplicate entries for SubjectsUpdated, performance (*)
  5787d9b... Code cleanup (*)
  1474b55... SPARQL: Fix variable predicates (*)
  f49f38f... SPARQL: Code cleanup (*)
  b76fe68... SPARQL: Code cleanup (*)
  ef2b7ba... SPARQL: Code cleanup (*)
  f126d07... SPARQL: Code cleanup (*)
  11f665e... SPARQL: Code cleanup (*)
  26bf27a... SPARQL: Support aggregate functions and more cleanup (*)
  9d67d06... Handling passing a non-existing variable in a sparql query (*)
  00db0df... SPARQL: Simplify SQL for GROUP BY (*)
  87fd140... SPARQL: Add support for GROUP_CONCAT (*)
  8d8fdb2... SPARQL: support for STR (*)
  76a6a6c... Fixed SPARQL STR supported (*)
  dcbeada... Indentation fix (*)
  1141c68... SPARQL: limited support for DATATYPE (*)
  d9aeed6... SPARQL: Start collecting type information for expressions (*)
  1a7aed5... SPARQL: Support unary minus (*)
  d6a4c54... SPARQL: Add type information for unary expressions (*)
  c61b8ce... SPARQL: Fix propagation of lexer errors (*)
  2b51b23... SPARQL: Fix aggregate functions (*)
  5ef2e55... SPARQL: support for PN_PREFIX and COLON (*)
  e5b8409... SPARQL: Add type information for multiplicative expressions (*)
  be8a500... SPARQL: Add type information for additive expressions (*)
  75542f0... SPARQL: Add type information for relative expressions (*)
  561d84c... SPARQL: Fix type information for prefixed names (*)
  4d75acd... SPARQL: Add type information for conditional expressions (*)
  0914a2b... SPARQL: Support arbitrary expressions in STR (*)
  031ca96... SPARQL: Fix lexing COUNT (*)
  0357ee8... SPARQL: Cleanup (*)
  e5663c4... SPARQL: Add type information for variables (*)
  144cae6... SPARQL: Cleanup code (*)
  8a934d1... SPARQL: support for ISIRI()/ISURI() (isiri(<foo>) still nee (*)
  d2a2678... SPARQL: Fix for isiri(<foo>) (*)
  333e4c7... SPARQL: limited ISBLANK support (*)
  93c2b6b... Small performance improvement (*)
  8dc1075... SPARQL: Fix group graph pattern handling (*)
  1e55b33... libtracker-data: Add algebra/two-nested-opt test (*)
  cb9efa9... libtracker-data: Add algebra/two-nested-opt-alt test (*)
  f029985... libtracker-data: Add algebra/opt-filter-3 test (*)
  a94ed56... libtracker-data: Add algebra/filter-placement-1 test (*)
  2f546d4... libtracker-data: Add algebra/filter-placement-2 test (*)
  895342a... libtracker-data: Add algebra/filter-placement-3 test (*)
  3edc988... libtracker-data: Add algebra/filter-nested-2 test (*)
  296fed5... libtracker-data: Add algebra/filter-scope-1 test (*)
  a3c14bc... libtracker-data: Add algebra/var-scope-join-1 test (*)
  b5bc451... Changed tracker:modified into a modification sequence inste (*)
  f9b87f0... Don't store last modseq, use max(tracker:modified) instead (*)
  02f2f99... Various compiler warning fixes (*)
  f78e9ce... Various compiler warning fixes (*)
  4c6f41c... Fix make distcheck (*)
  69917d7... SPARQL: Fix SQL variable scoping in group graph patterns (*)
  422886b... SPARQL: Fix parentheses for BOUND call (*)
  0d26b5c... SPARQL: Fix UNION graph patterns with different variable se (*)
  401a559... libtracker-data: Add optional/q-opt-complex-1 test (*)
  7fcd15c... Hungarian translation updated (*)
  94839da... SPARQL: Add support for GROUP_CONCAT (*)
  6903935... Merge branch 'master' into parser (*)
  f83d747... Updated Spanish translation (*)
  74b6589... Add new ontology in Makefile.am (*)
  3b029df... Updated NMM ontology (*)
  58805fa... SPARQL: Fix parsing of prefixed names followed by a dot (*)
  7866a0e... mfo: Fix typo (*)
  03eeeab... SPARQL: Fix number parsing (*)
  f39a4d3... SPARQL: Parse typed literals (*)
  6fbca3e... SPARQL: Support semicolon before dot (*)
  59ec112... SPARQL: Fix blank node parsing (*)
  35cef1f... libtracker-data: Fix algebra/var-scope-join-1 test (*)
  1b435c9... libtracker-data: Fix regex/regex-data-01.ttl (*)
  1f1b05b... Ontology fixes in MP3 exractor (*)
  59bdb8f... SPARQL: Handle some more errors (*)
  0832fc2... Added infrastructure for testing SPARQL parser errors (*)
  66007ca... Allow checking for error message too (*)
  a8b9d39... Various improvements on allowing checking for error message (*)
  a36fa0c... Versioning the DBus API (*)
  b3c0c74... Notify changes in Contact and PersonContact (*)
  b0ede5c... Check class redefinitions in ontology validator (*)
  0e52539... Trivial fix that apparently went wrong during merge (*)
  3bc4f9a... Replace raptor by hand-written Turtle parser (*)
  517a81a... Added restore-from-turtle backup support (*)
  c8ffcd1... Turtle: Improve error handling (*)
  f47b5b7... SPARQL: Improve error handling (*)
  2fe2554... Turtle: Report error when using undefined prefix (*)
  d73bf93... SPARQL: Report error when using undefined prefix (*)
  d4bec3a... SPARQL: Report current location in errors (*)
  955a936... Turtle: Report current location in errors (*)
  aa82b2e... Added unit-test for Turtle parser (*)
  377dc98... New Simplified Calendar ontology (*)
  9e55c92... Merge branch 'parser' (*)
  d8aebcb... SCAL: Fix typos (*)
  1aefd28... tracker-miner-fs: Fix typo in maemo:SoftwareApplet (*)
  6fe7667... libtracker-data: Fix error handling in tracker_data_delete_ (*)
  1c87161... Added one more Turtle unit test (*)
  e8d8093... Check a property is defined before. (*)
  45116c6... Add SCAL ontology to Makefile.am (*)
  cd74896... SPARQL: Fix handling of date time results (*)
  8a66865... Remove remaining traces of raptor (*)
  75db491... Update stress test to new tracker dbus names (*)
  59c0334... Updated Swedish translation (*)
  3fc413b... Updated Swedish translation (*)
  f0206c3... Link to tracker-fts instead of loading it at runtime (*)
  e9eb755... libtracker-data: Simplify tests now that FTS is not loaded  (*)
  8c3a625... Use convenience libraries for libtracker-data dependencies (*)
  196207b... Fix make distcheck (*)
  b501ea4... Updated Galician Translation (*)
  aa735f8... Updated German translation (*)
  b0a55b8... Remove #~| comment lines from .po files (*)
  3ac2041... Added signals to nco:ImAccount class (*)
  bbf1596... tracker-fts: Header file cleanup (*)
  1fee98d... tracker-fts: Circumvent SQL layer when updating FTS index (*)
  9760fe1... tracker-fts: Flush pending terms after updates (*)
  13f202b... libtracker-data: Check type only when updating existing res (*)
  54e6080... SPARQL: Fix blank nodes in updates (*)
  1f19ed5... Squashed commit of the following: (*)
  8e4fbac... Synchronize fts after restore from backup (*)
  2f7d79f... Fix compile warnings (*)
  cb25be2... Compilation warning fixes (*)
  32d5660... NMO: Fix nmo:status definition (*)
  763da26... libtracker-data: Fix memory leak in updates (*)
  9f0ffd0... Add properties in scal ontology (*)
  764db61... Added a TrackerDBCursor API (*)
  99054de... Bugfix (*)
  fb0f2a7... libtracker-data: Fix crash on FTS update (*)
  a4d9ab3... tracker-miner-fs: Fix SPARQL for folders (*)
  571127b... libtracker-common: Improve formatting in SPARQL builder (*)
  9c00bae... Unneeded warning message (*)
  24d9fc1... NAO: Add index on nao:hasTag (*)
  c376973... SPARQL: Do not unnecessarily include rdfs:Resource table in (*)
  8435969... Ported the FTS synchronization to the cursor API (*)
  16d2c89... API cleanup, allowing to unref the stmt before the cursor's (*)
  0a508f6... Removed an unused private variable from the cursor type (*)
  2a5bc81... Removed unused API (*)
  954a041... Merge branch 'cursor' (*)
  f50d541... DC: Remove cardinality restriction on dc:date (*)
  b0d689b... SPARQL: Fix parsing of empty update templates (*)
  fe9b78b... LGPL for libtracker-common, libtracker-db, and libtracker-d (*)
  7845cc2... Performance improvement for the cursor API (*)
  7b34d2f... Compilation warning fixes (*)
  ccb8431... Fixed initialization of cursors (*)
  f8f225c... SPARQL: Revert the dropped rdfs:Resource table (*)
  fd7a77f... Updated Spanish translation (*)
  49b9a4a... Fix build with --as-needed (*)
  ebd8c02... Made TrackerDBStatementSqlite all private (*)
  650e92e... Using a cursor for adding super classes and super propertie (*)
  1f7ef16... Ported db_get_static_data to use cursors (*)
  0cacf2f... Ported DROP GRAPH to use the cursor API (*)
  4c9367a... Removed unused code (*)
  67dd540... Ported tracker_data_query_rdf_type to cursor API (*)
  45b9eb3... Ported tracker_data_query_resource_id to use cursor API (*)
  25e41e7... NFO: Drop useless nfo:rate property (*)
  6eec7be... libtracker-data: Count inserts of single-valued properties (*)
  823e910... tracker-extract-mp3: Fix use of single-valued properties (*)
  f053176... C89 fixes (*)
  edaa4d6... Ported tracker_data_update_get_new_service_id to use the cu (*)
  47619ac... Ported tracker_data_update_get_next_modseq to use cursor AP (*)
  797c7cd... Ported cache_set_metadata_decomposed to use cursor API (*)
  9870ba0... Removed unused function tracker_data_query_resource_exists (*)
  211a286... Added error throwing for delete { <uri> pred ?var } where ? (*)
  86d953f... tracker-miner-fs: Fix order of statements in SPARQL (*)
  d0ba466... tracker-extract-jpeg: Use nmm:Photo for images with Exif ta (*)
  ada9aed... libtracker-data: Check domain of predicate when inserting s (*)
  95455fa... libtracker-data: Fix crash when flushing update buffer (*)
  1f97c1e... libtracker-data: Fix tests to work with new checks (*)
  56e1d68... Fixed sparql inserts for applications (*)
  e37b50d... Putting setting the icon in rigth order (*)
  46fe6c5... Bugfix, the value can be NULL here, and should then be igno (*)
  3922b72... tracker-parser: Fix text parsing involving numbers and hyph (*)
  329b8d4... tracker-fts: Add tracker_fts_update_rollback function (*)
  38b2d71... libtracker-data: Fix updating fulltext index on inserts (*)
  a323342... Fixed tracker:available in Evolution IMAP miner module (*)
  edcac3e... libtracker-data: Use int GValues for booleans (*)
  b3aa476... libtracker-data: Fix assertion failure on FTS updates (*)
  74e3a53... Fixes for softwarecategories (*)
  3b2215c... libtracker-data: Fix error reporting on inserts (*)
  7d55aae... tracker-miner-fs: Report errors in SPARQL updates (*)
  508f063... Bumped up version of sqlite to 3.6 for sqlite_backup API (*)
  38f47aa... Bumped up sqlite version to > 3.6.11 (*)
  216b691... tracker-parser: Remove unused functions (*)
  662b210... Remove unused source files (*)
  e590377... tracker-extract-mp3: Add missing va_end call (*)
  0b27c39... Moved the coalesce function to libtracker-common (*)
  b14c95d... Compilation warning fixes (*)
  26af17c... Added fulltext and removed single-value from nie:keyword (*)
  e40100b... libtracker-data: Remove unused function tracker_data_insert (*)
  087c55a... Merge branch 'master' into libtracker-miner
  d5fbd7b... Fix build after updating with master.
  0c0b4f3... Backport a4d9ab3ae7b44ea9f662949b1044206994db9ce5 to libtra
  878e9ca... Backport 86d953f8b86497974e1fba6c0fbac0e597981ffd to libtra
  4853364... TrackerMinerFiles: Create proxy for the right extractor DBu
  7b46173... Fix a few glitches in the merge with master.

(*) This commit already existed in another branch; no separate mail sent



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]