summaryrefslogtreecommitdiff
path: root/libzeitgeist
Commit message (Collapse)AuthorAgeFilesLines
* Fix search_with_relevancies to call proxy with correct argumentsmasterPayson Wallach2021-08-201-12/+2
|
* Ensure releated data is removed when deleting eventsOliver Sauder2021-04-161-2/+136
|
* Fix syntax of namespace documentation blockRico Tzschichholz2020-12-301-0/+1
|
* Use GenericArray API onlyRico Tzschichholz2020-12-301-1/+1
|
* Make ontology2code work with python3Corentin Noël2018-11-231-1/+1
|
* Update Ontology2code to ba able to specify the output pathCorentin Noël2018-11-231-7/+2
|
* Asynchronous out-parameters are only allowed at the end of argument listsRico Tzschichholz2018-06-052-6/+7
| | | | This will not result in an ABI/API change on the c-level.
* ontology: Avoid ownership mismatches of container elements to fix memleakRico Tzschichholz2018-04-051-5/+5
|
* log: Fix uncaught error warningRico Tzschichholz2018-02-131-10/+12
|
* Fix warning while dbus methods are not throwing the required set of errorsRico Tzschichholz2018-02-131-3/+3
|
* Avoid implicit .begin warningsRico Tzschichholz2016-10-181-2/+2
|
* Remove superfluous parenthesesRico Tzschichholz2016-10-182-2/+2
|
* Drop unused Makefile.declRico Tzschichholz2016-09-051-60/+0
|
* Ensure the log mainloop uses the current thread's context when waitingTed Gould2016-09-041-1/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=95549
* zeitgeist-2.0.pc: Require gobject-2.0 and gio-2.0Rico Tzschichholz2015-07-081-1/+1
|
* Add -fPIC to libzeitgeist-internal.la and libzeitgeist_datamodel-2.0.laTing-Wei Lan2015-06-271-0/+2
| | | | | | | It is needed because libzeitgeist-2.0.la is used as a shared library, which requires all dependencies be built as PIC. https://bugs.freedesktop.org/show_bug.cgi?id=88932
* Log: Add finally {} to try {} catch {}Albert Astals Cid2015-01-291-1/+4
| | | | | | | Need to quit the loop also on error, otherwise we leave a stray main loop around. https://bugs.freedesktop.org/show_bug.cgi?id=88846
* Require glib >= 2.35.4 according to the usage of g_get_num_processors()Rico Tzschichholz2014-03-172-4/+1
| | | | Bump vala buildflags accordingly
* WhereClause: Fix array-length to work with string.joinv of vala-0.24Rico Tzschichholz2014-03-171-0/+4
|
* Replace get_nprocs_conf with g_get_num_processors()Seif Lotfy2014-03-041-4/+4
|
* libzeitgeist: Add a missing dependency on gio-2.0Philip Withnall2014-02-161-0/+1
| | | | | | This actually makes the zeitgeist vapi file usable. Signed-off-by: Seif Lotfy <seif@lotfy.com>
* Replace \+ with \{1,\)v0.9.15v.0.9.15Seif Lotfy2014-01-271-1/+1
| | | | | This command /usr/bin/sed -n "s/^dlname='\([A-Za-z0-9.+-]\+\)'/\1/p" libzeitgeist-2.0.la does not work on FreeBSD because \+ is not in basic regular expression.
* Fix unit-testsSeif Lotfy2014-01-021-2/+2
| | | | | | Currently the unit tests failed when loading the xdg directories and also it seems like optimizing the event variant lead to a segfault when converting back via from_variant with several events
* Fix managing and tracking registered MonitorsRico Tzschichholz2013-06-011-5/+11
| | | | | Reset ids of known monitors in on_connection_lost to have reinstall_montior working properly. Remove monitors from internal hashtable when needed.
* Enable setting of sqlite cache_size PRAGMASeif Lotfy2013-04-163-3/+13
| | | | | | | 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
* Fix find_related_uris to only print out the ranking ifSeif Lotfy2013-04-111-0/+2
| | | | EXPLAIN_QUERIES is enabled
* Fixed find_related_uris to take RelevantResultType as an argument insteadSeif Lotfy2013-04-111-1/+1
| | | | of ResultType
* Fix documentation so the c html is generatedSeif Lotfy2013-04-114-8/+32
|
* build: Remove useless version defintion and don't mangle the library versionRico Tzschichholz2013-04-111-1/+1
|
* Expose DBus Properties over Log classSeif Lotfy2013-04-071-0/+17
|
* Use copies of event_templates to pass to threads to use withSeif Lotfy2013-04-071-2/+10
| | | | search and search_with_relevancies
* Use copies of event_templates to pass to threadsSeif Lotfy2013-04-061-22/+24
| | | | Fix insert_event(s)_no_reply to ignore returning values
* build: Define EXPLAIN_QUERIES in libzeitgeist build if neededRico Tzschichholz2013-03-181-0/+6
|
* Update documentationsSeif Lotfy2013-03-085-152/+268
|
* Remove explicit Sourcefunc settingSeif Lotfy2013-03-081-37/+17
| | | | Throw only EngineError
* Add env_variable ZEITGEIST_LOG_DIRECT_READ to control the Log's permission toSeif Lotfy2013-03-052-1/+17
| | | | read directly from the database.
* Do proper ThreadError catching and throw EngineError insteadSeif Lotfy2013-03-021-12/+36
|
* Don't catch and dismiss EngineErrors in threadsRico Tzschichholz2013-03-011-10/+26
| | | | | Make sure the aync callback is executed and rethrow an error occurred inside our worker-thread if needed.
* Some code-style and build fixesRico Tzschichholz2013-02-281-6/+9
|
* fix spacing and move threadpool init to on_connection_establishedSeif Lotfy2013-02-271-15/+14
|
* Handle threadpool error properlySeif Lotfy2013-02-271-9/+15
|
* fix all warningsSeif Lotfy2013-02-271-12/+28
|
* Get rid of most warningsSeif Lotfy2013-02-271-25/+31
|
* Add cleanup patch by ricotzSeif Lotfy2013-02-271-23/+32
|
* Integrate dbreader into Log directlySeif Lotfy2013-02-275-15/+112
|
* build: create Zeitgeist-2.0.gir in an additional valac runRico Tzschichholz2013-02-231-10/+23
|
* build: Fix and enable *.typelib buildsSeif Lotfy2013-02-211-6/+5
|
* event: Fix API change of set_actor_from_app_infoRico Tzschichholz2013-02-181-1/+1
|
* build: Pass make distcheckRico Tzschichholz2013-02-181-0/+2
|
* Fix vala deprecations and warnings in lib/srcRico Tzschichholz2013-02-173-21/+14
|