add a tray icon
authorGuido Guenther <agx@sigxcpu.org>
Tue, 10 Jun 2008 18:05:57 +0000 (20:05 +0200)
committerGuido Guenther <agx@sigxcpu.org>
Tue, 10 Jun 2008 18:06:47 +0000 (20:06 +0200)
commitaf25c72c80ca5ba5ba4b73b24945ebb81546cbd8
tree36c02b6483e4e1ad0fef19ef60bc7661d892263b
parent6872bb94c4cb5082dba2c1199a8b09ba38465dbb
add a tray icon

Indicates via an icon if we have valid credentials, allows to refresh
credentials immediately, allows to quit application, allows to drop
credentials cache. The icon is hideable via gconf. Messages are
displayed via libnotify.
16 files changed:
Makefile.am
README
configure.ac
etpo/Makefile.am
icons/Makefile.am [new file with mode: 0644]
icons/krb-no-valid-ticket.png [new file with mode: 0644]
icons/krb-valid-ticket.png [new file with mode: 0644]
src/Makefile.am
src/krb5-auth-applet.c [new file with mode: 0644]
src/krb5-auth-applet.h [new file with mode: 0644]
src/krb5-auth-dialog.c
src/krb5-auth-dialog.h [new file with mode: 0644]
src/krb5-auth-gconf.c [new file with mode: 0644]
src/krb5-auth-gconf.h [new file with mode: 0644]
src/krb5-auth-notify.c [new file with mode: 0644]
src/krb5-auth-notify.h [new file with mode: 0644]