summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2018-11-23Properly fallback with the Zeitgeist versionCorentin Noël1-10/+9
2018-05-05vala: fixed DBus methods not throwing GLib.ErrorCorentin Noël1-1/+1
2017-02-18Add --vacuum option to daemonRico Tzschichholz1-0/+41
Based on patch by Marco Trevisan (https://launchpad.net/bugs/919801)
2016-09-05Drop unused Makefile.declRico Tzschichholz1-1/+1
2016-09-04Fix "static const" vala compile warningsRico Tzschichholz1-1/+1
2016-09-04Call setlocale in main function of zeitgeist-daemonTing-Wei Lan1-0/+2
It is required to correctly show translated messages on some locales. https://bugs.freedesktop.org/show_bug.cgi?id=93662
2014-03-17Require glib >= 2.35.4 according to the usage of g_get_num_processors()Rico Tzschichholz1-1/+1
Bump vala buildflags accordingly
2013-04-16Adjust resetting of statement to proper sequenceSeif Lotfy1-17/+13
2013-04-16Enable setting of sqlite cache_size PRAGMASeif Lotfy1-0/+1
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-02-27Integrate dbreader into Log directlySeif Lotfy1-0/+8
2013-02-17Fix vala deprecations and warnings in lib/srcRico Tzschichholz2-6/+6
2013-02-17build: introduce internal libzeitgeist-datamodel-2.0 libraryRico Tzschichholz1-13/+5
This adds a new public header and vapi zeitgeist-datamodel.h and zeitgeist-datamodel-2.0.vapi Make it possible to access zeitgeist-internal api where we need it.
2013-02-17src: Fix build with BUILTIN_EXTENSIONSRico Tzschichholz1-1/+1
2013-02-17change setup process of extension-collectionSeif Lotfy1-5/+3
2013-02-17build: More make distcheck related fixesRico Tzschichholz1-1/+3
2013-02-17extension-collection: Fix constructorRico Tzschichholz1-1/+2
2013-02-16build: A lot of cleaning up in the build-systemRico Tzschichholz6-59/+104
- Share internal libraries - Don't ship built sources "as far possible" - Refactor src/engine.vala,src/zeitgeist-daemon.vala, src/extensions-collection.vala for shared libzeitgeist-engine - Make parallel builds work
2013-02-15move things around moreSeif Lotfy6-10/+5
2013-02-15Move files around to extend libzeitgeist to directreadSeif Lotfy10-9/+13
2013-02-15move stuff aroundSeif Lotfy6-2601/+0
2013-01-02remove redundant indexesSeif Lotfy1-6/+21
2013-01-02Add optimized queries and fix broken has_non_timestamp_condition methodSeif Lotfy2-16/+14
2012-12-31Execute ANALYZE statement after each 1000 insertsSeif Lotfy2-1/+9
2012-12-31Optimize Query formats and add helper methods to WhereClauseSeif Lotfy2-48/+80
2012-12-29Remove uneeded column selection from group_and_sortSeif Lotfy1-2/+1
2012-12-29Remove distinct since it does not play well with the new query structureSeif Lotfy1-5/+8
2012-12-29more reducingSeif Lotfy1-1/+1
2012-12-29Reduce Query planSeif Lotfy1-38/+35
2012-12-27Add distinctions and limitations into SQL since new indexes improveSeif Lotfy2-20/+17
speed
2012-12-23fix ownership of arguments passedSeif Lotfy1-1/+0
2012-12-23Fix unit testSeif Lotfy1-1/+1
2012-11-11Reduced warningsSeif Lotfy2-2/+2
2012-10-19Add test cases for Current OriginSeif Lotfy1-3/+3
2012-10-10fixed DB and added support for 0 idsSeif Lotfy3-27/+32
2012-10-09Sorting by CurrentOrigin (w/ test cases)Siegfried-Angel Gevatter Pujals3-3/+17
2012-10-09Clean up the tests a bitSiegfried-Angel Gevatter Pujals1-0/+1
2012-10-08More fixes.Siegfried-Angel Gevatter Pujals3-2/+15
zeitgeist
2012-10-08More CurrentOrigin implementation. Various fixes.Siegfried-Angel Gevatter Pujals1-0/+16
2012-10-07DatabaseSchema: several changesSiegfried-Angel Gevatter Pujals1-10/+25
- Fix typo in SQL. - Use 'NOT NULL'. - Use transactional DDL. - Fix version number in "upgraded to X" string.
2012-10-07Merge branch 'master' into current_originSiegfried-Angel Gevatter Pujals3-21/+46
Conflicts: libzeitgeist/API_CHANGES libzeitgeist/datamodel.vala src/engine.vala
2012-10-05Fix (unreleased) regression in db-reader.valaSiegfried-Angel Gevatter Pujals1-1/+1
2012-10-02Revert "Add backup null value handling"Siegfried-Angel Gevatter Pujals3-27/+19
This reverts commit 893510a37ca20f31fde1677172071e6cf9828e5f. Seif said they weren't intended for main.
2012-10-02Revert "Fix assert_no_wildcard"Siegfried-Angel Gevatter Pujals1-12/+10
This reverts commit 0dddf67690ae2fa58003df8d61f56cb717cd0db9.
2012-10-01Fix assert_no_wildcardSeif Lotfy1-10/+12
2012-10-01Add backup null value handlingSeif Lotfy3-19/+27
2012-09-28Revert db-reader.vala change: it is never called with nullSiegfried-Angel Gevatter Pujals1-2/+2
2012-09-25Require event interp/manif/actor and subject uriSiegfried-Angel Gevatter Pujals1-1/+16
Those fields are essential event information. If they are missing, the event is considered invalid and rejected. This commit also adds some test cases for those cases.
2012-09-15Fix insertion of events with NULL valuesSiegfried-Angel Gevatter Pujals1-16/+26
2012-09-08revert table lookup changesSeif Lotfy1-22/+17
2012-09-08Work around null symbols by manually assigning them id = 0Seif Lotfy1-4/+2