summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-12-28Emacs: Add vars to ignore files, disable logging & change actorHEADmasterAndreas Raster1-26/+38
* Give module developers and users a way to prevent Zeitgeist from indexing certain files. Either by using a let closure like (let ((zeitgeist-preventt)) (anything in here is ignored by zeitgeist)) or by setting a global regular expression that matches filenames that should be ignored. * A variable to select which .desktop to associate with the files edited by emacs for users using a emacsserver/client setup. Or any custom emacs .desktop file instead of the default one. * defvar zeitgeist-emacs-application
2012-07-09Vim data-source: fix exception handlingSiegfried-Angel Gevatter Pujals1-7/+3
(Also note that the Python API handle reconnection correctly now.)
2012-04-02Removed rhythmbox datasource as it has been upstreamedManish Sinha6-215/+2
2012-04-02Remove totem datasource as it is present upstreamManish Sinha16-2466/+4
2012-04-02Remove Eye of GNOME Datasource as it now uses GtkRecentManagerManish Sinha5-168/+1
2012-04-01Removed gedit datasourceManish Sinha6-164/+3
2012-04-01Fixed the Monodevelop datasource due to which distcheck was failingManish Sinha1-1/+1
2012-03-31Updated NEWS file for 0.8.1 releaseManish Sinha3-7/+25
* Remove Markus Korn's name from MAINTAINERS as he is not working on it anymore * Update the TODO to mark the datasources as done
2012-03-31Bazaar plugin ImprovementsManish Sinha3-100/+220
* Cope with some repository formats not supporting .get_revisions(). * Lazily load hooks * Use absolute imports. * Change install_lazy_named_hook with install_lazy_named_hook and updated Makefile's install and local-install to add hooks.py * Changed post_pull to use WORLD_ACTIVITY instead of USER_ACTIVITY * Made the post_commit text to be set for subject which was not set till now * Added hooks.py to Makefile.am
2012-03-31Bazaar plugin ImprovementsManish Sinha3-100/+220
* Cope with some repository formats not supporting .get_revisions(). * Lazily load hooks * Use absolute imports. * Change install_lazy_named_hook with install_lazy_named_hook and updated Makefile's install and local-install to add hooks.py * Changed post_pull to use WORLD_ACTIVITY instead of USER_ACTIVITY * Made the post_commit text to be set for subject which was not set till now * Added hooks.py to Makefile.am
2012-03-27Save as png instead of jpgTrever Fischer1-1/+1
2012-03-26Telepathy: set uniquify to False when you creating the observer, otherwise ↵Seif Lotfy1-1/+1
that won't match the service name and MC will still be waiting
2012-03-26use one observer instead of 3 in the telepathy loggerSeif Lotfy1-155/+157
2012-03-24merged with trunkSeif Lotfy15-34/+461
2012-03-24Updated copyrights and authors to the telepathy stuffSeif Lotfy3-676/+20
2012-03-24 Fixed the subjectsManish Sinha1-13/+73
* Actor is bzr.desktop just so that we are able to fetch the events * Apart from folder subject, added subject for each file involved in the event * Used Gio.File to get the mimetype of the file subject * Subject Interpretation is not being set as it is decided by the mimetype * File subjects are set only for commit messages as for push and pull, remote URI are used from which mimetype cannot be found out by Gio.File * In case of Commit the text is "Revision: 23, Message: commit message" * In case of Push, commit message is like "Pushed branch from 12 to 14" * In case of Pull, commit message is like "Updated branch from 12 to 14" ------------- This line and the following will be ignored -------------- modified: bzr/hooks.py
2012-03-24Added Thunderbird datasourceMark Tully14-25/+452
2012-03-24Updated the Telepathy loggers and update chrome extension to create thunbnailsSeif Lotfy3-561/+413
2012-03-23mergeSeif Lotfy2-19/+96
2012-03-23Save a thumbnail with every page loadTrever Fischer2-4/+87
2012-03-23Updated Telepathy loggersSeif Lotfy1-542/+317
2012-03-21Added an origin (the mailbox name) to events added to ZeitgeistMark Tully3-3/+14
Bumped extension version to 0.2 Bumped em:maxversion in install.rdf to 17 (due out in October 2012)
2012-03-18Made the post_commit text to be set for subject which was not set till nowManish Sinha1-1/+2
2012-03-18Changed post_pull to use WORLD_ACTIVITY instead of USER_ACTIVITYManish Sinha1-1/+1
2012-03-18Change install_lazy_named_hook with install_lazy_named_hook and updated ↵Manish Sinha3-5/+6
Makefile's install and local-install to add hooks.py
2012-03-18XChat datasource: Restore the text and disable message and private message ↵Manish Sinha1-9/+9
logging
2012-02-12Fixes the bug which generated messages when opening or saving file in emacsJon Lund Steffensen1-0/+2
zeitgeist-event-interpretation: Symbol's function definition is void: zeitgeist-open-file-event Fun fact: This emacs bug was fixed using vim
2012-02-12Fixed Firefox 4.0+ datasource local-installManish Sinha1-2/+2
2012-02-01mergeSeif Lotfy4-29/+101
2012-02-01Add proper handling of push events from websites such as chrome etc and only ↵Seif Lotfy1-4/+15
send event after the website has been visited for 5 seconds or more
2012-02-01Update EOG .eog-plugin file.Siegfried-Angel Gevatter Pujals1-1/+1
2012-01-30Firefox: log downloadsSiegfried-Angel Gevatter Pujals2-26/+98
2012-01-30Improve Firefox description (capitalize Zeitgeist and stuff :P)Siegfried-Angel Gevatter Pujals1-2/+2
2012-01-30log only if webpage is open for more than 5 secondsSeif Lotfy1-5/+10
2012-01-01Apply patch for bug #894510Michal Hruby1-3/+7
2011-12-19Use absolute imports.Jelmer Vernooij1-0/+2
2011-12-19Lazily load hooks.Jelmer Vernooij2-130/+155
2011-12-04Cope with some repository formats not supporting .get_revisions().Jelmer Vernooij1-3/+15
2011-11-29mJelmer Vernooij0-0/+0
2011-11-29Various improvements to the bzr plugin:Jelmer Vernooij1-33/+52
* use standard functionality for pretty formatting URLs: prevents stripping off first 7 characters off non-local URLs * track push events * don't include location information in events - that data is already present in the subject * factor out branch
2011-10-27Lazily load zeitgeist module in bazaar datasourceJelmer Vernooij2-24/+45
2011-10-24Added Makefile.am for monodevelopManish Sinha4-9/+63
Other changes: * Removed the dependency on xbuild as tomboy datasource was not using it * Move from gmcs to dmcs in tomboy datasource * Monodevelop addin cannot do local-install * Updated .bzrignore to stop bothering with those output files
2011-10-24Updated configure.ac to add sections for monodevelopManish Sinha1-10/+33
2011-10-24Add the necessary files needed for MonodevelopManish Sinha5-0/+437
2011-10-16Added thunderbird plugin:Mark Tully14-24/+440
- Adds emails which arrive in thunderbird inboxes into zeitgeist - Also updated the zeitgeist file the firefox plugin talks to to libzeitgeist-1.0.so.1 because this is included in the libzeitgeist package (the previous file is only in the libzeitgeist-dev package)
2011-09-15Removed Firefox 4.0 datasource and updated the configure.ac fileManish Sinha18-886/+15
2011-08-31Catch exceptions when creating connection.Jelmer Vernooij1-5/+10
2011-08-31Lazily load zeitgeist.Jelmer Vernooij1-22/+37
2011-08-24Added 'firefox' plugin containing a firefox add-on which uses js-ctypes ↵Mark Tully12-8/+532
rather than an xpcom component to talk to libzeitgeist
2011-08-14Chrome: Fix also actorMichal Hruby1-4/+4