- Aug 04, 2010
-
-
Mikkel Kamstrup Erlandsen authored
-
Siegfried-Angel Gevatter Pujals authored
-
Mikkel Kamstrup Erlandsen authored
* Load extensions, also, from ~/.local/share/zeitgeist/extensions. Giving user extensions priority over system extensions
-
Mikkel Kamstrup Erlandsen authored
-
Mikkel Kamstrup Erlandsen authored
Copy the sys_modules list before iterating over it. Python silently fails on concurrent modification of lists...
-
Mikkel Kamstrup Erlandsen authored
-
Launchpad Code Hosting authored
-
- Aug 03, 2010
-
-
Siegfried-Angel Gevatter Pujals authored
-
Siegfried-Angel Gevatter Pujals authored
value indicates whether the data-source is enabled.
-
Mikkel Kamstrup Erlandsen authored
Check for name clashes between user extensions and system extensions and favor user extensions (logging a message about this when it happens) Don't crash if we fail to initialize an extension
-
- Aug 02, 2010
-
-
Mikkel Kamstrup Erlandsen authored
-
Mikkel Kamstrup Erlandsen authored
-
Markus Korn authored
-
Markus Korn authored
-
Siegfried-Angel Gevatter Pujals authored
-
Seif Lotfy authored
-
Seif Lotfy authored
-
Seif Lotfy authored
-
Siegfried-Angel Gevatter Pujals authored
-
Markus Korn authored
Renaming of existing hooks (API change!): * insert_event_hook() -> pre_insert_event() * get_event_hook() -> get_event() * delete_events_hook() -> post_delete_events() Added additional hooks: * added post_insert_event() * added pre_delete_events() changes to the tests: * added tests for all hooks
-
Markus Korn authored
* get_event_hook() -> get_event() * pre_delete_events() takes a list of ids, not a list of events * all hooks do have tests now * fixed some docstrings
-
Markus Korn authored
-
- Jul 31, 2010
-
-
Seif Lotfy authored
-
- Jul 29, 2010
-
-
Mikkel Kamstrup Erlandsen authored
* Implement new zeitgeist.datamodel.ResultTypes that sort by origin
-
- Jul 28, 2010
-
-
Mikkel Kamstrup Erlandsen authored
-
Mikkel Kamstrup Erlandsen authored
Bugfix: Fix DBus signature of DeleteEvents() to return an (xx) instead of a (ii) which would cause integer overflows
-
Mikkel Kamstrup Erlandsen authored
Clean up some of the grouping logic. It was actually somehow working (we had passing test cases covering this) but the SQL looked high suspicious to me
-
Siegfried-Angel Pujals authored
paths so that they look nice when they are printed out.
-
Siegfried-Angel Pujals authored
LeastPopularSubjects.
-
- Jul 27, 2010
-
-
Mikkel Kamstrup Erlandsen authored
-
Launchpad Code Hosting authored
-
- Jul 26, 2010
-
-
Mikkel Kamstrup Erlandsen authored
Update description of subject.origin to reflect discussion from https://bugs.launchpad.net/zeitgeist/+bug/487321 Add new ResultTypes we need to sort by origin
-
Markus Korn authored
-
Markus Korn authored
-
Markus Korn authored
-
Launchpad Code Hosting authored
-
- Jul 25, 2010
-
-
Launchpad Code Hosting authored
-
- Jul 22, 2010
-
-
Siegfried-Angel Gevatter Pujals authored
Remove return value from register_data_source, it wasn't being send through D-Bus and is pointless anyway. Spotted by Michal Hruby (mhr3).
-
Markus Korn authored
-
Markus Korn authored
specific values - make sure to call the test methods (self.assertEquals() etc.) in the main process, and not in a callback, this exposes failures in the test report - added RemoteTestCase.{deleteEventsAndWait,findRelatedEventsAndWait} in testutils.py - small API CHANGE of the experimental DeleteEvents()-method: this method now returns a time-tuple describing the intervall where events were changed, otherwise there won't be any direct way to test this method (without using a monitor)
-