summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-10-13Small improvmentssqlite_ftsSeif Lotfy1-0/+5
2013-10-13Setup fts databaseSeif Lotfy1-0/+33
2013-10-13Start implementation of new FTS extensionsSeif Lotfy14-2624/+72
2013-06-17Updated release namev0.9.14Manish Sinha1-1/+1
2013-06-14Updated NEWS for releaseSeif Lotfy2-1/+8
2013-06-12Bumped version of valac to 0.20 due to the introspection supportSeif Lotfy1-1/+1
2013-06-01Bump version to 0.9.14Rico Tzschichholz1-1/+1
2013-06-01Fix managing and tracking registered MonitorsRico Tzschichholz2-5/+16
Reset ids of known monitors in on_connection_lost to have reinstall_montior working properly. Remove monitors from internal hashtable when needed.
2013-05-29Add myself to contributorsRico Tzschichholz1-0/+1
2013-05-29Updated NEWS file with release datev0.9.13Manish Sinha1-1/+3
2013-05-28Updated NEWSSeif Lotfy1-0/+16
2013-04-23Fix BFO #63831: When configuring with --enable-datahub ↵Justin Lecher1-0/+2
--disable-downloads-monitor the compilation breaks The build broke because when --disable-downloads-monitor was passed the variable DOWNLOADS_MONITOR_ENABLED was not getting defined/set in configure.ac This patch handles the else condition for the configure switch --enable-downloads-monitor.
2013-04-21improved fts memory consumptionSeif Lotfy2-0/+4
2013-04-16Adjust resetting of statement to proper sequenceSeif Lotfy1-17/+13
2013-04-16Enable setting of sqlite cache_size PRAGMASeif Lotfy4-3/+14
Allow cache size setting for db-reader and engine. A cache is set per connection where the 768 KB is allocated to the engine and 4 MB for each connection via libzeitgeist. Update DB core schema
2013-04-13Bump version to 0.9.13Rico Tzschichholz1-1/+1
2013-04-13Update version in configure.ac to 0.9.12v0.9.12Seif Lotfy1-1/+1
2013-04-12Set release date in NEWS fileManish Sinha1-1/+1
2013-04-12Fix the third to fourth in the NEWS fileManish Sinha1-1/+1
2013-04-11Update NEWSSeif Lotfy1-0/+15
2013-04-11Fix find_related_uris to only print out the ranking ifSeif Lotfy1-0/+2
EXPLAIN_QUERIES is enabled
2013-04-11Fixed find_related_uris to take RelevantResultType as an argument insteadSeif Lotfy1-1/+1
of ResultType
2013-04-11Fix documentation so the c html is generatedSeif Lotfy4-8/+32
2013-04-11Remove --no-protected from VALADOC_FLAGS to generate c documentationSeif Lotfy1-1/+0
2013-04-11build: Remove useless version defintion and don't mangle the library versionRico Tzschichholz2-12/+3
2013-04-09Updated NEWS file with release date and release codenamev0.9.11Manish Sinha1-2/+2
2013-04-07Fixed versioning of libzeitgeist2Seif Lotfy1-5/+5
2013-04-07Updated NEWSSeif Lotfy1-0/+2
2013-04-07Expose DBus Properties over Log classSeif Lotfy1-0/+17
2013-04-07Update NEWSSeif Lotfy1-0/+1
2013-04-07Use copies of event_templates to pass to threads to use withSeif Lotfy1-2/+10
search and search_with_relevancies
2013-04-06Update NEWSSeif Lotfy1-0/+14
2013-04-06bump version to 0.9.11Seif Lotfy1-1/+1
2013-04-06Use copies of event_templates to pass to threadsSeif Lotfy1-22/+24
Fix insert_event(s)_no_reply to ignore returning values
2013-03-25Fix Docs reference title to satisfy the GNOME standardSeif Lotfy1-1/+1
2013-03-19Updated NEWS file to put date of release and release namev0.9.10Manish Sinha1-4/+4
2013-03-19Update NEWSSeif Lotfy1-0/+4
2013-03-18build: Define EXPLAIN_QUERIES in libzeitgeist build if neededRico Tzschichholz1-0/+6
2013-03-17doc: Include built docs into tarballRico Tzschichholz1-0/+2
2013-03-17add .begin to methods that issues warnings to reduce thoseSeif Lotfy3-4/+4
2013-03-17Remove unreachable catch and unused modulesSeif Lotfy3-44/+7
2013-03-16More clean ups for datahub mergeRico Tzschichholz4-13/+5
013e2f4e5ec27301d30bd8412f2374976f2f81ab was not approved by me :\
2013-03-16Added missing glib-extra.vapi fileSeif Lotfy1-0/+5
2013-03-16Add missing fileSeif Lotfy1-228/+0
2013-03-15Bumped the version number of the upcoming release to 0.9.10Manish Sinha3-3/+19
Also updated NEWS file with required information for packagers and also added myself to MAINTAINERS (Deal with it - http://goo.gl/qMRz6 )
2013-03-15Fixed the datahub/Makefile.am to make sure that glib-extra.vapi is being ↵Manish Sinha3-2/+6
copied properly Also added data/zeitgeist-datahub.desktop.in in po/POTFILES.in so that it can be translated
2013-03-15Moved datahub inside the zeitgeist codebaseRico Tzschichholz14-0/+2361
2013-03-16Merged Zeitgeist Datahub into same Zeitgeist Engine source for release purposesSeif Lotfy6-5/+96
2013-03-15Since FTS is disabled by default, change --disable-fts to --enable-ftsManish Sinha1-1/+1
2013-03-15Update ontology to store application action usageTed Gould1-0/+4
This merge adds a couple of entries that could be used to store application action usage into the ZG database. In casual usage these could come from toolbar or menu usage, or on Unity, usage through the HUD. This allows for ranking the action usage externally for things like recently used actions or choosing toolbars based on commonly used items. An entry would then end up something like this: Event timestamp: 12345 Event interpretation: http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#AccessEvent Event manifestation: http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#UserActivity Actor: application://my-app.desktop Subject: action:///app/my-action Subject title: "Do this" # User visible name of the action Subject interpretation: http://www.semanticdesktop.org/ontologies/2007/03/22/zg#ApplicationAction Subject manifestation: http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SoftwareService