1
0
mirror of https://github.com/moparisthebest/FireTray synced 2024-08-13 15:53:47 -04:00
Go to file
2011-09-21 11:52:14 +02:00
src added _getGdkWindowFromGtkWindow() and illustration code 2011-09-21 11:52:14 +02:00
testing finish text icon implementation for displaying unread messages count in mail 2011-09-19 18:33:45 +02:00
.gitignore modifired .gitignore 2011-07-03 20:06:15 +02:00
README.md begin implementation for text icon 2011-09-09 22:15:48 +02:00
TODO * replace Components.utils.reportError() with ERROR() 2011-09-13 22:08:06 +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