Go to file
foudfou ec57aa0c8c * fix pref pane (UIOptions)
* addon shutdown (close ctypes libs) on xpcom-will-shutdown
* ctypes libs that import glib also export it so it can be closed later
2012-01-15 20:47:47 +01:00
src * fix pref pane (UIOptions) 2012-01-15 20:47:47 +01:00
testing restore window to its previous virtual desktop 2012-01-09 22:13:27 +01:00
.gitignore modifired .gitignore 2011-07-03 20:06:15 +02:00
README.md * fix pref pane (UIOptions) 2012-01-15 20:47:47 +01:00
TODO * fix pref pane (UIOptions) 2012-01-15 20:47:47 +01:00

README.md

Firetray

Overview

Js-ctypes rewrite of the binary XPCOM version of Firetray.

Features

  • for all applications:

    • show/hide a single or all windows
    • a window restored to its previous state, position, size, virtual desktop
    • ability to hide to tray on minimize
    • ability to start minimized to tray
  • for mail applications:

    • display unread messages count in tray icon
    • customizable tray icon for mail biff
    • include/exclude mail accounts and folders types to/from unread messages count

Notes

  • Firetray 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

  • windows aren't restored with the same z-order, but there is no means to correct that under Linux

  • notifications for excluded mail account servers are not disabled. Newmailalerts are hard-coded and we can't easily disable thme on a per-server basis (only globally, see mail.biff.show_alert). The proper way would probably be to disable default notifications globally, and handle notifications ourselves. This is out of the scope of this addon, but you may want to give a try to the MailAlert extension

Acknowledgment

  • Some code borrowed from Mike Conley.
  • Some code borrowed from Nils Mayer.
  • kind support from Neil Deaking, Bobby Holley