1
0
mirror of https://github.com/moparisthebest/FireTray synced 2024-11-10 19:15:08 -05:00
Go to file
foudfou 25644e0a88 * rewrite LibGtkStatusIcon.jsm with XPCOMUtils (will need to watch for
xpcom-shutdown for closing libs !)
* icon handling moved to MoztIconLinux.jsm
* tray icon changes (icon+tooltip) according to unreadMsgCount
* strings (localization) provided by commons.js
2011-09-07 23:50:18 +02:00
src * rewrite LibGtkStatusIcon.jsm with XPCOMUtils (will need to watch for 2011-09-07 23:50:18 +02:00
testing attempt to get signals from tray icon using LibGObject 2011-07-10 13:41:46 +02:00
.gitignore modifired .gitignore 2011-07-03 20:06:15 +02:00
README.md add unread messages counting facility (messaging-related) 2011-09-07 16:24:14 +02:00
TODO * rewrite LibGtkStatusIcon.jsm with XPCOMUtils (will need to watch for 2011-09-07 23:50:18 +02:00

Moztray

Overview

Rewrite attempt of Firetray with js-ctypes, with focus on unread message count display.

Notes

  • Moztray unsets the tabs.warnOnClose built-in preference, which otherwise disrupts the handeling of the close event.
  • Experimental non-customizable keyboard shortcut for hiding all windows set to: accel-shift-w

References

KNOWN BUGS

Acknowledgment

  • Some code borrowed from Mike Conley.
  • kind support from Neil Deaking