1
0
mirror of https://github.com/moparisthebest/FireTray synced 2024-08-13 15:53:47 -04:00
Go to file
foudfou f5b279298e * refactor handeling of 'close_hides': eventListeners("close") never removed
from windows. Pros: reads much simpler. Cons: unnecessary eventListeners (but
  not harmful either).
* experimental kb shortcut for hiding all windows (whatever the value of
  'close_hises')
* bumped to version 8.* (FF, TB)
2011-08-28 03:37:19 +02:00
src * refactor handeling of 'close_hides': eventListeners("close") never removed 2011-08-28 03:37:19 +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 * refactor handeling of 'close_hides': eventListeners("close") never removed 2011-08-28 03:37:19 +02:00
TODO * refactor handeling of 'close_hides': eventListeners("close") never removed 2011-08-28 03:37:19 +02:00

Moztray

Overview

Rewrite attempt of Firetray with js-ctypes, with focus on 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

  • if you're looking for other mozilla-desktop integration:

KNOWN BUGS

Acknowledgment

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