Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-14 | More configure.ac fixingHEADmaster | Seif Lotfy | 1 | -13/+20 | |
2013-03-14 | Fix warnings | Seif Lotfy | 2 | -15/+19 | |
2013-03-14 | Changed configure.ac to disable telepathy logger | Manish Sinha | 1 | -4/+4 | |
Signed-off-by: Seif Lotfy <seif@lotfy.com> | |||||
2013-03-13 | Initial fix for makefile | Seif Lotfy | 3 | -27/+17 | |
2013-03-13 | fix comma issue | Seif Lotfy | 1 | -2/+2 | |
2013-03-13 | revert configure.ac | Seif Lotfy | 1 | -17/+25 | |
2013-03-13 | Try fixing Telepathy logger | Seif Lotfy | 2 | -27/+19 | |
2013-03-13 | Fix libzeitgeist2 compatibility and bump gtk version to 3.0 | Seif Lotfy | 3 | -3/+2 | |
2012-10-10 | Fix downloads-directory where we passed current_uri as an extra | Seif Lotfy | 1 | -1/+1 | |
to Subject.full | |||||
2012-09-05 | Fix timestamp generation for current timestamp from now() to | Seif Lotfy | 1 | -1/+1 | |
from_now | |||||
2012-08-05 | Merge branches 'libzeitgeist2' and 'master' | Seif Lotfy | 0 | -0/+0 | |
2012-08-05 | Port to libzeitgeist2 | Seif Lotfy | 9 | -123/+177 | |
2012-07-31 | Fix autotools warning | Sam Thursfield | 1 | -0/+1 | |
Signed-off-by: Seif Lotfy <seif@lotfy.com> | |||||
2012-07-31 | Allow build with JSON-GLib 0.14.0 | Sam Thursfield | 1 | -1/+1 | |
Fixes build on Fedora 16; nothing really changed between 0.14.0 and 0.14.2. Signed-off-by: Seif Lotfy <seif@lotfy.com> | |||||
2012-07-31 | Telepathy Observer: make optional | Sam Thursfield | 3 | -6/+44 | |
This fixes the build on systems where telepathy-glib is too old such as Fedora 16. Signed-off-by: Seif Lotfy <seif@lotfy.com> | |||||
2012-07-03 | Add .gitignore | Siegfried-Angel Gevatter Pujals | 1 | -0/+29 | |
2012-06-27 | Telepathy Observer: Add account_path to event origin | Seif Lotfy | 1 | -0/+503 | |
2012-06-26 | Add Telepathy observer support | Seif Lotfy | 3 | -3/+10 | |
2012-05-30 | Fix KDE logger to be compatible with new GLib.File | Seif Lotfy | 1 | -2/+2 | |
2012-04-06 | Add glib-extra to EXTRA_DIST | Michal Hruby | 1 | -0/+1 | |
2012-03-20 | Release 0.8.2v0.8.20.8 | Michal Hruby | 2 | -2/+4 | |
2012-03-09 | Don't log hidden and backup files | Michal Hruby | 1 | -2/+9 | |
2012-03-07 | Ignore partial downloads from Chrome as well | Michal Hruby | 1 | -2/+2 | |
2012-02-27 | Download monitor: don't log *.part files | Siegfried-Angel Gevatter Pujals | 2 | -1/+10 | |
2012-02-13 | Release 0.8.1v0.8.1 | Michal Hruby | 2 | -1/+11 | |
2012-02-13 | Fix encoding issues from GtkRecent | Michal Hruby | 1 | -4/+9 | |
2012-02-08 | RecentManager: Fix for thunderbird. | Siegfried-Angel Gevatter Pujals | 1 | -0/+7 | |
2012-02-08 | RecentManager: Add some heuristics to avoid triplicate events. | Siegfried-Angel Gevatter Pujals | 2 | -29/+62 | |
We may get the interpretation wrong (first time something gets added to GtkRecent), but it's still better than having pointless duplicates. | |||||
2012-02-07 | Bump version number. | Siegfried-Angel Gevatter Pujals | 1 | -1/+1 | |
2012-02-06 | Update NEWSv0.8.0 | Siegfried-Angel Gevatter Pujals | 2 | -2/+14 | |
2012-02-06 | configure: print downloads directory monitor status (enabled/disabled) | Siegfried-Angel Gevatter Pujals | 1 | -0/+5 | |
2012-02-06 | Add a configure time option to disable the downloads directory monitor. | Siegfried-Angel Gevatter Pujals | 4 | -1/+35 | |
2012-02-03 | Monitor XDG_DOWNLOAD_DIRECTORY and log files created in it | Siegfried-Angel Gevatter Pujals | 3 | -0/+133 | |
2012-02-03 | Some more fixes. | Siegfried-Angel Gevatter Pujals | 2 | -28/+35 | |
2012-02-01 | Dear Vala, please get proper docs. kthxbye | Siegfried-Angel Gevatter Pujals | 1 | -8/+1 | |
2012-02-01 | Random fixes for Michal. | Siegfried-Angel Gevatter Pujals | 2 | -23/+32 | |
2012-01-31 | Monitor XDG_DOWNLOAD_DIRECTORY and log files created in it | Siegfried-Angel Gevatter Pujals | 3 | -0/+133 | |
2012-01-29 | Fix kde-recent-document-provider to use real desktop IDs. | Siegfried-Angel Gevatter Pujals | 3 | -88/+142 | |
And a bunch of moving random code around :P. | |||||
2012-01-27 | Log events from KDE Recent Document | Siegfried-Angel Gevatter Pujals | 6 | -97/+385 | |
2012-01-27 | Fix Desktop ID extraction (LP: #869879) | Siegfried-Angel Gevatter Pujals | 1 | -4/+37 | |
Code from lp:~mhr3/unity-lens-applications/exclude-running-apps, src/app-watcher.vala. | |||||
2012-01-27 | Fix recent-manager-provider to log remote files | Siegfried-Angel Gevatter Pujals | 2 | -4/+4 | |
2012-01-27 | Fix Desktop ID extraction (LP: #869879) | Siegfried-Angel Gevatter Pujals | 1 | -4/+37 | |
Code from lp:~mhr3/unity-lens-applications/exclude-running-apps, src/app-watcher.vala. | |||||
2012-01-27 | Log events from KDE Recent Document | Siegfried-Angel Gevatter Pujals | 7 | -97/+372 | |
2012-01-26 | Add auto-generated files to .bzrignore. | Siegfried-Angel Gevatter Pujals | 2 | -1/+26 | |
2012-01-25 | Remove superfluous spaces | Siegfried-Angel Gevatter Pujals | 1 | -7/+6 | |
2011-12-12 | Update NEWS file | Michal Hruby | 1 | -0/+5 | |
2011-12-12 | Make sure we set proper desktop environment for DesktopAppInfo | Michal Hruby | 1 | -1/+13 | |
2011-12-12 | Set our prgname | Michal Hruby | 1 | -0/+1 | |
2011-11-15 | Return non-zero error code if we can't get the dbus name | Michal Hruby | 1 | -1/+6 | |
2011-11-15 | Add compability with valac-0.14 | Michal Hruby | 1 | -2/+10 | |