zeitgeist:0.9.4

Last commit made on 2012-06-28
Get this branch:
git clone -b 0.9.4 https://git.launchpad.net/zeitgeist

Branch merges

Branch information

Name:
0.9.4
Repository:
lp:zeitgeist

Recent commits

a726bc2... by Siegfried Gevatter

generate_events.py: insert events in more of a sequential order

c67bd43... by Siegfried Gevatter

sql-schema.vala: move schema creation/deletion into separate methods

b409fd5... by Siegfried Gevatter

Add tools/run_fake_zeitgeist.sh

This script sets up a bus in a fake X server (Xvfb) and launches
a Zeitgeist instance (without datahub or FTS) into it.

It then spawns a terminal set up to interact with that instance.
When the terminal is closed (Ctrl+D), the Zeitgeist instance and
bus are terminated.

This is useful for quickly getting a temporary Zeitgeist instance
with a clean database, for testing purposes.

4d5bbf6... by Siegfried Gevatter

Update manpage (--log-file was missing)

3f1873b... by Siegfried Gevatter

Remove comment

(It was supposed to go into the commit message, so that people can
actually understand it).

4ae76e0... by Seif Lotfy

Add comment on why we do not skip timestamp index anymore

2137aaf... by Seif Lotfy

Use timestamp index instead of skipping it

f7753df... by Seif Lotfy

Added a simple check to figure out whether to use event_view or event
table for querying.

77aa926... by Stefano Candori

Let's build Histogram extension

Signed-off-by: Seif Lotfy <email address hidden>

36985f8... by Seif Lotfy

Set Pragma setting synchronous to NORMAL