[tracker] (119 commits) ...Merge branch 'wip/carlosg/domain-ontologies'



Summary of changes:

  0b57d30... autotools: Don't set -Wl,--enable-new-dtags globally (*)
  339bc0d... configure: Bump API version (*)
  03d8844... libtracker-data: tracker-store: Initial infrastructure to s (*)
  3e48d01... Whitespace fixes (*)
  7e68517... libtracker-data, tracker-store: domain specific ontologies (*)
  b424775... tracker-store: Allow running multiple D-Bus services for do (*)
  434841a... Allow loading domain ontology from .desktop file (*)
  1753b8b... Allow loading domain ontology from .desktop file (*)
  0345f36... Allow loading domain ontology from .rule file (*)
  86d4b2a... Some unique shortcut names (*)
  2f05ffc... Add cache location to db manager and data manager (*)
  e16a0a0... Domain-ontologies: allow more flexibility on locations. Exa (*)
  4dcfeaf... libtracker-data: Make TrackerTurtleReader take GFiles (*)
  e846431... libtracker-data: Use GFile throughout the TrackerDataManage (*)
  7377bbc... ontologies: Build dc/xsd/rdf/nrl/nao as GResource (*)
  a6f701b... libtracker-data: Take a GFile for ontology location in the  (*)
  b9876d4... libtracker-data: Remove test_schemas argument from TrackerD (*)
  c308e95... tests: Remove duplicate ontologies in libtracker-data tests (*)
  009ebfe... libtracker-data: Use GFile for cache/journal arguments (*)
  38c70b6... libtracker-data: Pass TrackerDBInterface to wal hook (*)
  85b8ff8... libtracker-direct: Allow creating readwrite databases throu (*)
  09735a4... libtracker-sparql: Add tracker_sparql_connection_local_new( (*)
  510f742... libtracker-data: Handle backups where journal/cache dirs ar (*)
  2644137... libtracker-data: Require location directories in all intern (*)
  2745f94... ontologies: Move nepomuk files into separate directory (*)
  1491b4a... libtracker-data: Build all journal file locations from the  (*)
  c185cac... libtracker-data: Use filename based on cachedir for ontolog (*)
  fbff55f... libtracker-data: Remove filename argument from journal init (*)
  41f2c1b... tracker-store: Move handling of TRACKER_DB_ONTOLOGIES_DIR e (*)
  a94b3ed... libtracker-data: Remove TRACKER_PRAGMAS_FILE envvar (*)
  c1c1035... libtracker-fts: Remove TRACKER_FTS_STOP_WORDS envvar (*)
  cc259d5... libtracker-bus: Move tracker-store ping call here (*)
  7aa0c78... libtracker-sparql: Do not modify messages verbosity (*)
  7459199... libtracker-common: Remove libmediaart log handler (*)
  e607f93... libtracker-data: Demote g_message()s to g_info() (*)
  013344c... libtracker-data: Make journal reader a non singleton (*)
  1359368... libtracker-data: Remove another filename argument in Tracke (*)
  1590bd8... libtracker-data: Use data location directly to tracker_data (*)
  d0a5a61... libtracker-data: Move journal deletion code to tracker-db-j (*)
  90bd9b5... libtracker-data: Make journal writers non-singletons (*)
  1c09f3d... libtracker-common: Make locale readonly (*)
  390ac88... libtracker-data: Turn tracker ontologies into an object (*)
  2f58789... libtracker-data: Use flags for ro/use_mutex in TrackerDBInt (*)
  2df688a... tracker-miner-fs: Adopt DBManager API to manipulate stamp f (*)
  e424b6e... libtracker-data: Make TrackerDBManager a non-singleton (*)
  66a6dc9... libtracker-data: Make tracker-data-update.c a non singleton (*)
  e45903e... libtracker-data: Drop unused function (*)
  bfc5e16... libtracker-data: Add API to attach user data to TrackerDBIn (*)
  bda1d77... libtracker-fts: Pass TrackerDBInterface through FTS machine (*)
  4654efe... libtracker-fts: Remove tracker_fts_init/shutdown functions (*)
  308a710... libtracker-data: Remove TrackerDBInterface busy functions (*)
  81b20c3... libtracker-data: Make TrackerDataManager a non singleton (*)
  62eb9d3... libtracker-fts: Avoid static variables (*)
  a20a2b7... libtracker-data: Remove static variable (*)
  13cac55... docs: Add documentation around creating and maintaining ont (*)
  00e323a... docs: Use xi:include to optionally load ontology explanatio (*)
  2a19849... docs: Remove dead code (*)
  a579751... docs: Unify ontology documentation tools (*)
  fef4b41... docs: Generate documentation for internal ontology in libtr (*)
  650a8b4... docs: Do not add copyright by default on the ontology doc t (*)
  0ebd5b5... docs: Remove "see also" section from ontology class documen (*)
  37f1247... docs: Remove duplicated code (*)
  663170b... docs: Ensure to create the output dir in ttl2sgml (*)
  ac84484... Remove libmediaart code entirely (*)
  e15c330... Remove ignore_next_update() API (*)
  7e3f1f3... libtracker-miner: Change API of ::process-file[-attributes] (*)
  3e5601b... libtracker-miner: Split ::remove-file into two signals (*)
  cef502e... libtracker-miner: Add TrackerMinerFS::move-file vmethod (*)
  444c46a... libtracker-miner: Remove tracker_miner_fs_get_parent_urn() (*)
  a73fdd1... libtracker-miner: Remove tracker_miner_fs_force_recheck() (*)
  80d1eb5... libtracker-miner: Remove tracker_miner_fs_force_recheck() (*)
  5795f54... tracker-miner-fs: Adopt TrackerThumbnailer from libtracker- (*)
  c07c657... libtracker-miner: Remove tracker_miner_fs_set_mtime_checkin (*)
  d85a477... tracker-miner-fs: Implement initial crawling fully here (*)
  22ca12b... libtracker-miner: Remove tracker_miner_fs_[sg]et_initial_cr (*)
  603b14d... libtracker-miner: Remove TrackerMinerFS API to add/remove d (*)
  15a93c2... libtracker-miner: Remove tracker_miner_fs_check_directory*( (*)
  f3fa5db... libtracker-miner: Merge tracker_miner_fs_check_file[with_pr (*)
  3d9e10b... libtracker-miner: Fix TrackerMiner::progress signal argumen (*)
  9831c10... libtracker-miner: Add TrackerMinerProxy object (*)
  4d859c6... tracker-store: Register all objects with default DBus paths (*)
  191bcca... tracker-store: Remove dbus_path domain ontologies setting (*)
  dd69523... tracker-store: Remove fine-grained domain ontologies CLI sw (*)
  cdbb834... tracker-store: Make DBus unique name purely dependent on th (*)
  64e594a... libtracker-common: Add TrackerDomainOntology helper (*)
  7a594de... tracker-store: Install default domain ontology (*)
  4b56e2c... tracker-store: Use TrackerDomainOntology helper (*)
  2ff67ce... libtracker-sparql-backend: Set namespace on Log object (*)
  4c79fd0... libtracker-sparql: Use TrackerDomainOntology on tracker_spa (*)
  4ba8fa4... tracker-miner-fs: Add --domain-ontology switch (*)
  baeef1c... tracker-miner-apps: Add --domain-ontology switch (*)
  5159633... tracker-extract: Add --domain-ontology switch (*)
  37ac788... rss: Add --domain-ontology switch (*)
  9f18273... libtracker-sparql: Make TrackerNotifier check GraphUpdated  (*)
  d53168d... libtracker-miner: Add TrackerMiner::connection property (*)
  2206949... tracker-miner-fs: Drop standalone DBus name for Files.Index (*)
  07e29d7... miners: Add NameSuffix field to miner .service files (*)
  40b275c... libtracker-control: Remove obscure environment variables (*)
  e7598ed... libtracker-control: Add domain argument to tracker_miner_ma (*)
  24eea1e... libtracker-common: Use XDG_DATA_DIRS to find domain ontolog (*)
  015717e... libtracker-sparql-backend: Ensure we always load the bus co (*)
  c6a90be... tracker-miner-rss: Look up the right dbus name for GraphUpd (*)
  86a843d... libtracker-data: Ensure we set user data on an existing con (*)
  469400f... libtracker-miner: Make TrackerMinerProxy look for the right (*)
  f304257... tracker-store: If a domain is set, set a watch on it (*)
  6840425... tracker-miner-rss: If there is a domain, set watch on it (*)
  5af321b... tracker-miner-fs: If there is a domain, set a watch on it (*)
  3e51f55... tracker-miner-apps: If there is a domain, set watch on it (*)
  1c0c5a4... tracker-extract: If there is a domain, set watch on it (*)
  8cbf96b... libtracker-data: Fix compilation on DISABLE_JOURNAL (*)
  378b515... tracker-store: Remove ontology_name argument (*)
  f744c20... libtracker-common: Add domain ontology key/api to get expec (*)
  ce0c87c... tracker-store: Add all known tracker miners to default doma (*)
  a9ea0bc... libtracker-control: Skip miners not meant to be loaded. (*)
  305daf4... libtracker-data: Make Tracker.DBStatement an InitiallyUnown (*)
  75884ba... tracker-store: Use wal_checkpoint API from TrackerDBInterfa (*)
  943dced... libtracker-miner: Add connection property to TrackerFileNot (*)
  b109b0d... libtracker-common: Add a last resort envvar to load default (*)
  70808cb... Merge branch 'wip/carlosg/domain-ontologies'

(*) 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]