Name Status Project Last Modified Last Commit
lp:~robtaylor/zeitgeist/tracker Development zeitgeist 2010-05-13 12:23:25 UTC
1460. tracker extention is now sucessfully ...

Author: Rob Taylor
Revision Date: 2010-05-13 12:23:25 UTC

tracker extention is now sucessfully pushing events into tracker

lp:~seif/zeitgeist/add_cache_for_get_events bug(Has a merge proposal) Development zeitgeist 2011-01-11 08:45:55 UTC
1662. removed old.next to fix the memory leak

Author: Seif Lotfy
Revision Date: 2011-01-11 08:45:55 UTC

removed old.next to fix the memory leak

lp:~seif/zeitgeist/bb-dsr-signals Development zeitgeist 2011-09-07 09:55:37 UTC
235. Added some debugging prints

Author: Seif Lotfy
Revision Date: 2011-09-07 09:54:52 UTC

Added some debugging prints

lp:~seif/zeitgeist/bb-extract-methods (Has a merge proposal) Development zeitgeist 2011-10-25 10:44:00 UTC
323. add event_id as argument to get_event...

Author: Seif Lotfy
Revision Date: 2011-10-25 10:44:00 UTC

add event_id as argument to get_event_from_row to reduce extracting it again from stmt
add some comments

lp:~seif/zeitgeist/bluebird-enums (Has a merge proposal) Development zeitgeist 2011-07-26 19:31:21 UTC
7. fix indent

Author: Seif Lotfy
Revision Date: 2011-07-26 19:31:21 UTC

fix indent

lp:~seif/zeitgeist/eog-zeitgeist Development zeitgeist 2009-11-20 22:27:41 UTC
1. eog plugin

Author: Seif Lotfy
Revision Date: 2009-11-20 22:27:08 UTC

eog plugin

lp:~seif/zeitgeist/fix-641968 bug Development zeitgeist 2010-09-23 16:18:47 UTC
1601. remove the if order == ResultType.Le...

Author: Seif Lotfy
Revision Date: 2010-09-23 10:16:13 UTC

remove the if order == ResultType.LeastRecentActor: statement since it makes no sense for the actual understanding of LeastRecentActor

lp:~seif/zeitgeist/fix-643303 Development zeitgeist 2010-10-25 13:24:25 UTC
1626. take in RainCT's changes to fix bug #...

Author: Seif Lotfy
Revision Date: 2010-10-25 13:24:25 UTC

take in RainCT's changes to fix bug #665607 to not allow scheme upgrades if DB core scheme > code core scheme

lp:~seif/zeitgeist/fix-673922 bug(Has a merge proposal) Development zeitgeist 2010-11-12 16:56:36 UTC
1635. revert len(ids)== 0 to ids == None

Author: Seif Lotfy
Revision Date: 2010-11-12 16:56:36 UTC

revert len(ids)== 0 to ids == None

lp:~seif/zeitgeist/fix-691167 bug(Has a merge proposal) Development zeitgeist 2011-05-05 21:43:05 UTC
1750. add byte_arrays=True to dbus signals ...

Author: Seif Lotfy
Revision Date: 2011-05-05 21:40:31 UTC

add byte_arrays=True to dbus signals and methods for which gives us the simple mapping dbus.ByteArray <-> str
Fix indents

lp:~seif/zeitgeist/fix-693861 bug(Has a merge proposal) Development zeitgeist 2010-12-25 19:00:35 UTC
1652. apply markus's patch to add a dbus pr...

Author: Seif Lotfy
Revision Date: 2010-12-25 19:00:35 UTC

apply markus's patch to add a dbus property exposing the extensions loaded by the engine

lp:~seif/zeitgeist/fix-false-payloads Development zeitgeist 2010-12-18 13:31:37 UTC
1650. print out payloads

Author: Seif Lotfy
Revision Date: 2010-12-18 13:31:07 UTC

print out payloads

lp:~seif/zeitgeist/fix-redundant-statement (Has a merge proposal) Development zeitgeist 2010-11-24 15:43:26 UTC
1637. removed redundant statement

Author: Seif Lotfy
Revision Date: 2010-11-24 15:32:11 UTC

removed redundant statement

lp:~seif/zeitgeist/gedit-zeitgeist Development zeitgeist 2009-11-18 22:37:16 UTC
1. this plugin just print out text when ...

Author: Seif Lotfy
Revision Date: 2009-11-18 22:36:17 UTC

this plugin just print out text when events happen, we still need to hook them up with dbus to send around our stuff

lp:~seif/zeitgeist/indicator Development zeitgeist 2010-05-10 13:43:01 UTC
2. more stuff

Author: Seif Lotfy
Revision Date: 2010-05-10 13:43:01 UTC

more stuff

lp:~seif/zeitgeist/mono Development zeitgeist 2010-08-22 13:18:24 UTC
1. zeitgeist mono

Author: Seif Lotfy
Revision Date: 2010-08-22 13:18:05 UTC

zeitgeist mono

lp:~seif/zeitgeist/rewrite-find-related-uris (Has a merge proposal) Development zeitgeist 2010-10-18 19:51:21 UTC
1627. clean up code and remove unneseccary ...

Author: Seif Lotfy
Revision Date: 2010-10-18 19:51:21 UTC

clean up code and remove unneseccary imports

lp:~seif/zeitgeist/state (Linked to a blueprint) Development zeitgeist 2010-10-27 19:45:37 UTC
1625. add state extension

Author: Seif Lotfy
Revision Date: 2010-10-27 19:45:17 UTC

add state extension

lp:~seif/zeitgeist/test-gc Development zeitgeist 2010-10-19 11:36:26 UTC
1622. test gc.collect()

Author: Seif Lotfy
Revision Date: 2010-10-19 11:36:26 UTC

test gc.collect()

lp:~seif/zeitgeist/testing_insert Development zeitgeist 2010-11-18 13:51:32 UTC
1636. testing isolation levels

Author: Seif Lotfy
Revision Date: 2010-11-18 13:51:02 UTC

testing isolation levels

lp:~seif/zeitgeist/tests-fix bug Development zeitgeist 2010-05-30 17:17:51 UTC
1482. change authors and maintainers

Author: Seif Lotfy
Revision Date: 2010-05-28 16:34:43 UTC

change authors and maintainers

lp:~seif/zeitgeist/tomboy Development zeitgeist 2010-08-23 22:08:42 UTC
1. init

Author: Seif Lotfy
Revision Date: 2010-08-23 22:08:06 UTC

init

lp:~seif/zeitgeist/tuples Development zeitgeist 2011-06-04 14:49:39 UTC
1765. use tuples instead of lists reduces t...

Author: Seif Lotfy
Revision Date: 2011-06-04 14:49:19 UTC

use tuples instead of lists reduces the memory a tiny bit

lp:~seif/zeitgeist/u1 Development zeitgeist 2010-10-20 16:05:53 UTC
1622. add u1

Author: Seif Lotfy
Revision Date: 2010-10-20 16:05:41 UTC

add u1

lp:~seif/zeitgeist/use-new-placeholders (Has a merge proposal) Development zeitgeist 2010-12-07 13:57:10 UTC
1645. Use ? placeholders instead of using P...

Author: Seif Lotfy
Revision Date: 2010-12-07 13:56:19 UTC

Use ? placeholders instead of using Python's string operations. What we were doing is insecure

lp:~seif/zeitgeist/zeitgeist-browser Development zeitgeist 2009-12-23 19:27:08 UTC
1. first init

Author: Seif Lotfy
Revision Date: 2009-12-23 19:26:40 UTC

first init

lp:~stephanieodok/zeitgeist/generator bug Development zeitgeist 2011-06-05 20:20:20 UTC
1767. don't serialise events through a tupl...

Author: Stephanie Odok
Revision Date: 2011-06-05 19:52:20 UTC

don't serialise events through a tuple in get_events()
adjusted log message because can't get length of generators

lp:~tdfischer/zeitgeist/event-caching bug(Has a merge proposal) Development zeitgeist 2012-03-30 14:47:01 UTC
426. style++, and use automatic array powe...

Author: Trever Fischer
Revision Date: 2012-03-30 14:47:01 UTC

style++, and use automatic array power of two allocation

lp:~tdfischer/zeitgeist/timerange-deletion-api bug(Has a merge proposal) Development zeitgeist 2012-03-19 17:27:09 UTC
423. --rolling_face_on_keyboard

Author: Trever Fischer
Revision Date: 2012-03-19 17:27:09 UTC

--rolling_face_on_keyboard

lp:~ted/zeitgeist/action-events (Has a merge proposal) Development zeitgeist 2013-03-15 16:20:08 UTC
676. Drop the ActionEvent as we didn't nee...

Author: Ted Gould
Revision Date: 2013-03-15 16:20:08 UTC

Drop the ActionEvent as we didn't need it.

lp:~ted/zeitgeist/gir-loco Development zeitgeist 2011-04-30 21:22:19 UTC
20. Making a better null icon that won't ...

Author: Ted Gould
Revision Date: 2011-04-30 21:22:19 UTC

Making a better null icon that won't error on startup

lp:~thekorn/zeitgeist/fix-660423-make-run bug(Has a merge proposal) Development zeitgeist 2010-10-15 14:42:13 UTC
1618. Added `make run` target to the rootle...

Author: Markus Korn
Revision Date: 2010-10-15 14:35:00 UTC

Added `make run` target to the rootlevel Makefile (LP: #660423)

This command makes sure the ontology is updated, zeitgeist-daemon.py and
zeitgeist-daemon are in sync and then runs zeitgeist-daemon.

lp:~thekorn/zeitgeist/isolated-zg-test-daemon Development zeitgeist 2010-07-14 19:22:14 UTC
1516. first version of an isolated zg dbus ...

Author: Markus Korn
Revision Date: 2010-07-14 19:21:22 UTC

first version of an isolated zg dbus service

lp:~thekorn/zeitgeist/memory-profile Development zeitgeist 2010-08-26 09:42:00 UTC
1553. make the RemoteInterfce instance acce...

Author: Markus Korn
Revision Date: 2010-08-26 09:41:36 UTC

make the RemoteInterfce instance accessible from extensions

lp:~unity-team/zeitgeist/disable-fts-on-touch bug Development zeitgeist 2013-09-24 15:36:28 UTC
721. Disable the FTS extension on ubuntu t...

Author: Michal Hruby
Revision Date: 2013-09-24 15:21:47 UTC

Disable the FTS extension on ubuntu touch

lp:~zeitgeist/zeitgeist/apriori bug Development zeitgeist 2010-01-21 17:13:33 UTC
1296. add RainCT's stuff

Author: Seif Lotfy
Revision Date: 2010-01-21 17:13:33 UTC

add RainCT's stuff

lp:~zeitgeist/zeitgeist/bb-extensions-conf (Has a merge proposal) Development zeitgeist 2011-09-25 13:47:07 UTC
275. Add API enabling extensions to store ...

Author: Siegfried Gevatter
Revision Date: 2011-09-25 13:45:59 UTC

Add API enabling extensions to store their state in the database. Use it
for blacklist.

lp:~zeitgeist/zeitgeist/bb-fts Development zeitgeist 2011-10-12 10:53:00 UTC
299. Get rid of useless warning

Author: Michal Hruby
Revision Date: 2011-10-12 10:53:00 UTC

Get rid of useless warning

lp:~zeitgeist/zeitgeist/bb-memory (Has a merge proposal) Development zeitgeist 2011-10-19 10:38:52 UTC
319. merge with trunk

Author: Seif Lotfy
Revision Date: 2011-10-19 10:38:52 UTC

merge with trunk

lp:~zeitgeist/zeitgeist/bb-tracker Development zeitgeist 2011-10-11 17:07:08 UTC
291. added skeleton for tracker query

Author: Seif Lotfy
Revision Date: 2011-10-11 17:07:08 UTC

added skeleton for tracker query

lp:~zeitgeist/zeitgeist/benchmakring-ftsreindex Development zeitgeist 2011-12-23 18:44:02 UTC
356. Added ForceReindex to the FTS proxy

Author: Seif Lotfy
Revision Date: 2011-12-23 01:46:27 UTC

Added ForceReindex to the FTS proxy

lp:~zeitgeist/zeitgeist/benchmark-extension Development zeitgeist 2011-12-23 01:46:27 UTC
346. Fix one minor unnecessary allocation

Author: Michal Hruby
Revision Date: 2011-12-13 01:23:49 UTC

Fix one minor unnecessary allocation

lp:~zeitgeist/zeitgeist/bluebird bug Development zeitgeist 2012-04-10 13:32:55 UTC
467. Release Bluebird (Zeitgeist 0.9)!

Author: Siegfried Gevatter
Revision Date: 2012-04-10 13:32:55 UTC

Release Bluebird (Zeitgeist 0.9)!

lp:~zeitgeist/zeitgeist/cookiemonster Development zeitgeist 2010-07-21 22:10:34 UTC
8. fixes

Author: Seif Lotfy
Revision Date: 2010-07-21 22:10:34 UTC

fixes

lp:~zeitgeist/zeitgeist/docgen Development zeitgeist 2010-02-01 23:03:09 UTC
6. Removing temp files

Author: Jamal Fanaian
Revision Date: 2010-02-01 23:03:09 UTC

Removing temp files

lp:~zeitgeist/zeitgeist/elloco Development zeitgeist 2010-07-17 15:57:25 UTC
4. more tweaks

Author: Seif Lotfy
Revision Date: 2010-07-17 15:57:25 UTC

more tweaks

lp:~zeitgeist/zeitgeist/equipo Development zeitgeist 2010-07-22 17:57:28 UTC
1. init

Author: Seif Lotfy
Revision Date: 2010-07-22 17:57:00 UTC

init

lp:~zeitgeist/zeitgeist/find_sets Development zeitgeist 2010-08-12 15:14:27 UTC
1547. add new find_events_sets and find_eve...

Author: Seif Lotfy
Revision Date: 2010-08-12 15:14:11 UTC

add new find_events_sets and find_event_ids_sets functions

lp:~zeitgeist/zeitgeist/fix-642772 bug Development zeitgeist 2010-09-19 14:22:24 UTC
1593. set condition to revert from WAL to D...

Author: Seif Lotfy
Revision Date: 2010-09-19 14:21:21 UTC

set condition to revert from WAL to DELETE in case of sqlite < 3.7

lp:~zeitgeist/zeitgeist/focus-monitor (Linked to a blueprint) Development zeitgeist 2009-08-28 19:45:43 UTC
1. A window monitor that tries to extrac...

Author: Seif Lotfy
Revision Date: 2009-08-28 19:43:35 UTC

A window monitor that tries to extract the title from a window of an application supported by Zeitgeist, get the uri matching to it from Zeitgeist then pushes it back again with a modified usage and timestamp!

lp:~zeitgeist/zeitgeist/fts-origin-hashing (Has a merge proposal) Development zeitgeist 2012-03-19 21:42:52 UTC
441. Bump index version number

Author: Michal Hruby
Revision Date: 2012-03-19 21:42:52 UTC

Bump index version number

lp:~zeitgeist/zeitgeist/geolocation Development zeitgeist 2010-05-31 11:30:39 UTC
1487. clean up

Author: Seif Lotfy
Revision Date: 2010-05-31 11:30:39 UTC

clean up

lp:~zeitgeist/zeitgeist/guadec Development zeitgeist 2010-07-31 11:20:08 UTC
7. foo

Author: Siegfried Gevatter
Revision Date: 2010-07-31 11:20:08 UTC

foo

lp:~zeitgeist/zeitgeist/handle_move Development zeitgeist 2011-06-30 18:51:25 UTC
1773. add tests for bug lp:#778140 and expo...

Author: Seif Lotfy
Revision Date: 2011-06-30 18:51:00 UTC

add tests for bug lp:#778140 and export the move logic to a new method _handle_move

lp:~zeitgeist/zeitgeist/logo Development zeitgeist 2010-08-24 00:57:35 UTC
1. add logo

Author: Seif Lotfy
Revision Date: 2010-08-24 00:57:12 UTC

add logo

lp:~zeitgeist/zeitgeist/maemo Development zeitgeist 2010-02-02 19:02:59 UTC
1318. some settings and changes

Author: Seif Lotfy
Revision Date: 2010-02-02 19:02:22 UTC

some settings and changes

lp:~zeitgeist/zeitgeist/magic Development zeitgeist 2010-03-10 23:46:45 UTC
1368. added associated sets algorithm

Author: Seif Lotfy
Revision Date: 2010-03-10 23:45:00 UTC

added associated sets algorithm

lp:~zeitgeist/zeitgeist/memory-mhr3 Development zeitgeist 2011-12-15 14:13:39 UTC
347. added mhr3's memory voodoo patch

Author: Seif Lotfy
Revision Date: 2011-12-15 13:59:59 UTC

added mhr3's memory voodoo patch

lp:~zeitgeist/zeitgeist/mimetype-icons Development zeitgeist 2013-06-03 06:54:08 UTC
49. Updated icons for mimetypes

Author: Manish Sinha (मनीष सिन्हा)
Revision Date: 2013-06-03 06:53:06 UTC

Updated icons for mimetypes

lp:~zeitgeist/zeitgeist/move-event bug(Has a merge proposal) Development zeitgeist 2011-04-04 08:58:33 UTC
1700. Merged with trunk

Author: Seif Lotfy
Revision Date: 2011-04-04 08:58:33 UTC

Merged with trunk

lp:~zeitgeist/zeitgeist/move_logic Development zeitgeist 2011-03-11 13:56:49 UTC
1683. add subj_id_current and subj_uri_curr...

Author: Seif Lotfy
Revision Date: 2011-03-11 13:56:49 UTC

add subj_id_current and subj_uri_current to the event_view table
rename the subject class property current_uri to uri_current for consistency

lp:~zeitgeist/zeitgeist/no-table-cache Development zeitgeist 2011-03-07 21:29:29 UTC
1655. Add a benchmark for inserting and ret...

Author: Siegfried Gevatter
Revision Date: 2011-03-07 21:29:29 UTC

Add a benchmark for inserting and retrieving 1000 events with different interpretations.

lp:~zeitgeist/zeitgeist/optimize-queries Development zeitgeist 2011-09-21 17:46:11 UTC
1808. Backport optimization from Bluebird. ...

Author: Siegfried Gevatter
Revision Date: 2011-09-21 17:45:26 UTC

Backport optimization from Bluebird. NOT WORKING!

lp:~zeitgeist/zeitgeist/saucy-packaging-0-9-14 bug(Has a merge proposal) Development zeitgeist 2013-06-19 07:00:37 UTC
30. Fixed the version of the package

Author: Manish Sinha (मनीष सिन्हा)
Revision Date: 2013-06-19 07:00:37 UTC

Fixed the version of the package

lp:~zeitgeist/zeitgeist/siin Development zeitgeist 2011-10-10 09:13:41 UTC
9. fix issue with calling non-existant s...

Author: Seif Lotfy
Revision Date: 2011-10-10 09:13:41 UTC

fix issue with calling non-existant self._engine

lp:~zeitgeist/zeitgeist/synapse-actor-prediction Development zeitgeist 2011-07-23 15:56:05 UTC
2. First attempts at prediction given cu...

Author: Siegfried Gevatter
Revision Date: 2011-07-23 15:56:05 UTC

First attempts at prediction given currently running actors.

lp:~zeitgeist/zeitgeist/teamgeist Development zeitgeist 2010-07-28 18:33:17 UTC
30. fix fix

Author: Seif Lotfy
Revision Date: 2010-07-28 18:33:17 UTC

fix fix

lp:~zeitgeist/zeitgeist/tg-legacy Development zeitgeist 2010-07-23 20:42:46 UTC
10. make usable with new zg

Author: Seif Lotfy
Revision Date: 2010-07-23 20:42:46 UTC

make usable with new zg

lp:~zeitgeist/zeitgeist/tracker Development zeitgeist 2010-05-12 10:39:12 UTC
1458. tracker extension

Author: Seif Lotfy
Revision Date: 2010-05-12 10:34:03 UTC

tracker extension

lp:~zeitgeist/zeitgeist/zeitgeist-0.6 Development zeitgeist 2010-11-01 08:31:28 UTC
1626. The 0.6 'Buzzer Beater' release of Ze...

Author: Markus Korn
Revision Date: 2010-11-01 08:25:01 UTC

The 0.6 'Buzzer Beater' release of Zeitgeist

lp:~zeitgeist/zeitgeist/zeitgeist-0.7.0 Development zeitgeist 2011-01-18 10:53:12 UTC
1663. The 0.7.0 "All I have is this woodchu...

Author: Seif Lotfy
Revision Date: 2011-01-18 10:49:04 UTC

The 0.7.0 "All I have is this woodchuck" release of Zeitgeist

lp:~zeitgeist/zeitgeist/zeitgeist-0.7.1 Development zeitgeist 2011-03-20 15:09:22 UTC
1693. POTFILES.in: change _config.py to _co...

Author: Siegfried Gevatter
Revision Date: 2011-03-20 15:03:12 UTC

POTFILES.in: change _config.py to _config.py.in.

lp:zeitgeist/0.8
Series: 0.8
Development zeitgeist 2012-01-25 12:23:38 UTC
1816. Mention introduction of DB version 4 ...

Author: Siegfried Gevatter
Revision Date: 2012-01-25 12:23:38 UTC

Mention introduction of DB version 4 in NEWS.

lp:~zeitgeist/zeitgeist/zeitgeist-0.8.1 Development zeitgeist 2011-07-07 14:39:57 UTC
1788. Add release codename.

Author: Siegfried Gevatter
Revision Date: 2011-07-07 14:38:20 UTC

Add release codename.

lp:~zeitgeist/zeitgeist/zeitgeist-0.8.2 Development zeitgeist 2011-09-21 17:55:30 UTC
1809. Bump version number to 0.8.2!

Author: Siegfried Gevatter
Revision Date: 2011-09-21 17:54:26 UTC

Bump version number to 0.8.2!

lp:~zeitgeist-packagers/zeitgeist/debian bug Development zeitgeist 2011-09-21 18:34:23 UTC
22. * New upstream release: - Storage ...

Author: Siegfried Gevatter
Revision Date: 2011-09-21 18:32:33 UTC

* New upstream release:
   - Storage Monitor: Add support for Network Manager 0.9 (LP: #841764).
   - Allow "*" in subject_text (interpreted as plain text).
   - Remove input size limitation from DeleteEvents.
   - Python: Fix the Event constructor to support copying Event instances.
   - Python: Correctly specify the D-Bus interface when introspecting.
* Update debian/copyright.

lp:~zeitgeist-packagers/zeitgeist/debian-bluebird bug Development zeitgeist 2012-05-25 17:59:59 UTC
31. * New upstream release: - Fixed Fi...

Author: Siegfried Gevatter
Revision Date: 2012-05-25 17:59:59 UTC

* New upstream release:
   - Fixed FindRelatedEvents.
   - Added support for upgrading from schema version 3 (LP: #986191).
   - Fixed two segmentation faults in FTS (LP: #954171).
   - Make sure Xapian is closed before releasing the bus name (LP: #989657).
* Update debian/copyright.

lp:~zeitgeist-packagers/zeitgeist/ubuntu bug Development zeitgeist 2010-09-27 14:52:34 UTC
1509. releasing version 0.5.2-0ubuntu1

Author: Didier Roche-Tolomelli
Revision Date: 2010-09-27 14:51:13 UTC

releasing version 0.5.2-0ubuntu1

lp:~zeitgeist-project/zeitgeist/ZeitgeistSharp Development zeitgeist 2010-04-06 18:34:13 UTC
77. Working on payloads

Author: tehk
Revision Date: 2010-04-06 18:34:13 UTC

Working on payloads

lp:~jplacerda/zeitgeist/encryption bug Experimental zeitgeist 2011-07-10 13:43:19 UTC
1772. use export as query

Author: J.P. Lacerda
Revision Date: 2011-07-10 13:43:19 UTC

use export as query

lp:~mhr3/zeitgeist-datahub/pre-populator Development zeitgeist-datahub 2012-04-11 11:06:21 UTC
55. Make sure the order is always the same

Author: Michal Hruby
Revision Date: 2012-04-11 11:06:21 UTC

Make sure the order is always the same

lp:~mterry/zeitgeist-datahub/fix-didrocks-ftbfs (Has a merge proposal) Development zeitgeist-datahub 2011-07-01 15:35:52 UTC
12. * debian/patch/ignore-patched-files: ...

Author: Michael Terry
Revision Date: 2011-07-01 15:35:29 UTC

* debian/patch/ignore-patched-files:
  - Make check stops the build if it detects any files in
    .pc from quilt that aren't in POTFILES.in. This fixes the
    FTBFS

lp:~mterry/zeitgeist-datahub/nodisplay-autostart bug(Has a merge proposal) Development zeitgeist-datahub 2011-07-01 13:31:23 UTC
11. * debian/patches/nodisplay_autostart....

Author: Michael Terry
Revision Date: 2011-07-01 13:30:42 UTC

* debian/patches/nodisplay_autostart.patch:
  - Don't show in "Startup Applications" (LP: #803917)

lp:~seif/zeitgeist-datahub/downloads Development zeitgeist-datahub 2012-02-22 14:46:40 UTC
50. change commandline argument for downl...

Author: Seif Lotfy
Revision Date: 2012-02-22 14:46:09 UTC

change commandline argument for downloads and make downloads monitor disables by default

lp:zeitgeist-datahub
Series: trunk
Development zeitgeist-datahub 2013-03-14 00:15:41 UTC
73. More configure.ac fixing

Author: Seif Lotfy
Revision Date: 2013-03-14 00:15:41 UTC

More configure.ac fixing

lp:zeitgeist-datahub/0.7
Series: 0.7, 0.8, 0.9
bug Development zeitgeist-datahub 2012-04-06 08:30:40 UTC
54. Add glib-extra to EXTRA_DIST

Author: Michal Hruby
Revision Date: 2012-04-06 08:30:40 UTC

Add glib-extra to EXTRA_DIST

lp:~zeitgeist-packagers/zeitgeist-datahub/debian Development zeitgeist-datahub 2012-03-20 18:03:45 UTC
11. * New upstream release: - Download...

Author: Siegfried Gevatter
Revision Date: 2012-03-20 18:03:45 UTC

* New upstream release:
   - Downloads monitor: ignore partial, hidden and backup files.

lp:~zeitgeist-packagers/zeitgeist-datahub/ubuntu Development zeitgeist-datahub 2011-09-22 13:34:07 UTC
14. releasing version 0.7.0-0ubuntu4

Author: Didier Roche-Tolomelli
Revision Date: 2011-09-22 13:34:07 UTC

releasing version 0.7.0-0ubuntu4

lp:~cando/zeitgeist-datasources/fix_bzr (Has a merge proposal) Development zeitgeist-datasources 2011-01-05 16:40:19 UTC
106. Less metadata :)

Author: Stefano Candori
Revision Date: 2011-01-05 16:40:19 UTC

Less metadata :)

lp:~cando/zeitgeist-datasources/fix_chromium (Has a merge proposal) Development zeitgeist-datasources 2011-01-08 11:04:25 UTC
107. Discriminate between chrome and chro...

Author: Stefano Candori
Revision Date: 2011-01-08 11:03:20 UTC

 Discriminate between chrome and chromium for event.actor field

lp:~email-tehk/zeitgeist-datasources/Zeitgeist.Banshee Development zeitgeist-datasources 2010-04-02 22:46:44 UTC
48. Updated to zg# trunk

Author: tehk
Revision Date: 2010-04-02 22:46:44 UTC

Updated to zg# trunk

lp:~email-tehk/zeitgeist-datasources/totem-fix (Has a merge proposal) Development zeitgeist-datasources 2010-05-29 17:31:26 UTC
58. Fixed the totem plugin for the new on...

Author: tehk
Revision Date: 2010-05-29 17:29:18 UTC

Fixed the totem plugin for the new ontology

lp:~frederic-brin/zeitgeist-datasources/debian (Has a merge proposal) Development zeitgeist-datasources 2010-07-10 18:46:52 UTC
87. Update control file. Many depedencie...

Author: fred
Revision Date: 2010-07-10 18:46:52 UTC

Update control file.

Many depedencies were wrong. They are now all corrected.

lp:~gilir/zeitgeist-datasources/debian (Has a merge proposal) Development zeitgeist-datasources 2011-03-09 21:40:24 UTC
97. Update debian/rules Remove debian/xul...

Author: Julien Lavergne
Revision Date: 2011-03-09 21:40:24 UTC

Update debian/rules
Remove debian/xul-ext-zeitgeist-datasource.install

lp:~ken-vandine/zeitgeist-datasources/distcheck_fixes Development zeitgeist-datasources 2010-11-09 18:07:26 UTC
94. distcheck fixes

Author: Ken VanDine
Revision Date: 2010-11-09 18:06:50 UTC

distcheck fixes

lp:~maciej-malecki/zeitgeist-datasources/yum-plugin bug Development zeitgeist-datasources 2011-07-05 12:27:05 UTC
129. Fixed a potential bug which may have ...

Author: Maciej Małecki
Revision Date: 2011-07-05 12:27:05 UTC

Fixed a potential bug which may have led to Yum DB corruption (using sys.exit instead of os._exit in fork)

lp:~markjtully/zeitgeist-datasources/firefox bug Development zeitgeist-datasources 2011-08-24 18:40:03 UTC
155. Added 'firefox' plugin containing a f...

Author: Mark Tully
Revision Date: 2011-08-24 18:34:53 UTC

Added 'firefox' plugin containing a firefox add-on which uses js-ctypes rather than an xpcom component to talk to libzeitgeist

lp:~mbp/zeitgeist-datasources/vim (Has a merge proposal) Development zeitgeist-datasources 2011-05-19 16:04:07 UTC
142. Absorb gio errors from other file ope...

Author: Martin Pool
Revision Date: 2011-05-19 16:04:07 UTC

Absorb gio errors from other file operations.

Avoids giving a warning when opening a nonexistent file in vim.

lp:~mortenmjelva/zeitgeist-datasources/main Development zeitgeist-datasources 2010-12-09 12:56:15 UTC
102. Fixed an error in configure.ac that m...

Author: Morten Mjelva
Revision Date: 2010-12-09 12:54:26 UTC

Fixed an error in configure.ac that made build fail if tomboy is unavailable.

lp:~patrickniedzielski/zeitgeist-datasources/emacs-zeitgeist (Has a merge proposal) Development zeitgeist-datasources 2010-09-06 10:39:26 UTC
89. Changed all (eq ...) to (string= ...).

Author: Patrick Michael Niedzielski
Revision Date: 2010-09-06 10:39:26 UTC

Changed all (eq ...) to (string= ...).

101200 of 258 results