Commit Graph

491 Commits

Author SHA1 Message Date
foudfou 4805e3b49b Bump to version 0.5.2. 2014-10-13 23:44:32 +02:00
foudfou 2cf236bf14 Cleaning.
...trying to less alter "oncommand" attributes, following AMO review.
addEventListener() won't help here (see
http://forums.mozillazine.org/viewtopic.php?f=19&t=2696969).

Note: There seem to be some cases where we would want to keep "oncommand" or
"command" attributes (setting them to "void(0);"), for ex. for <key> elements
(see http://stackoverflow.com/q/16779316/421846).
2014-10-13 23:44:00 +02:00
foudfou 0cfe58e410 * Linux: fix return value according to return type definitions for some
ctypes callbacks, thus avoiding "expected type int, got (void 0)".
* Cleaning.
2014-10-08 23:19:19 +02:00
foudfou e2448d4ae8 Remove Linux reference in description and locales. 2014-09-15 00:20:19 +02:00
foudfou d34f7d2eeb Fix naming changes in de-DE, hr-HR, ru-RU locales. 2014-09-14 23:57:31 +02:00
foudfou a7020999a8 Bump version to 0.5.0. 2014-09-14 23:32:36 +02:00
foudfou 4e087b887f * Fix window close and minimize button when not hides_on_* not set.
* Fix unregistering window.
2014-09-14 22:37:23 +02:00
foudfou a699c00761 Bump version to 0.5.0b2. 2014-09-14 15:34:50 +02:00
foudfou 9628bee08e * Make menu icons "transparent" during initialization.
* Replace winnt menu icons with smaller ones.
2014-09-14 15:27:22 +02:00
foudfou e51be81034 Merge branch 'master' of github.com:foudfou/FireTray 2014-07-20 00:48:20 +02:00
foudfou d0c49867ea Merge pull request #129 from DavidPrevot/symlink
Fix PNG symlink
2014-07-20 00:50:02 +02:00
David Prévot d9b1a4fb5f Fix PNG symlink
The source moved in 639bf7a and 9afa777.
2014-07-19 16:45:45 -04:00
foudfou 9005ca8f85 Fix: Makefile to include LICENSE properly. 2014-07-16 00:43:11 +02:00
foudfou 950a0d511d Move LICENSE to root directory. 2014-07-15 09:37:58 +02:00
foudfou 1e36fb00be Just warn if session file can't be read (TB) 2014-06-17 15:29:38 +02:00
foudfou 93cabd4fa0 Don't fallback to FindWindow() when registering a window (winnt).
Gecko 27+ required for winnt. |nativeHandle| supported since 17.
2014-06-05 14:48:19 +02:00
foudfou 354a48d2fc Merge branch 'winnt_nativeHandle' 2014-06-05 12:21:05 +02:00
foudfou e4419c47f7 Don't fallback on FindWindow() when loading the default icon (winnt).
The minimal supported platformVersion for winnt is 27.0 where nativeHandle is
provided.
2014-06-05 12:14:08 +02:00
foudfou 7da4cc30c0 Cleaning. 2014-06-04 22:03:58 +02:00
foudfou 659ca4bb80 Try to get the default icon from getMostRecentWindow/nativeHandle instead of
FindWindow/HiddenWindow.
2014-06-04 22:00:47 +02:00
foudfou 738c412c23 Using __proto__ to set a prototype is now deprecated (FF30). 2014-05-30 19:35:27 +02:00
foudfou e8890c9ac0 Set l10n information in order in install.rdf. 2014-05-29 23:32:57 +02:00
foudfou 0dd01042cc * Improve start_hidden on winnt: window not shown at all.
* Fix minimize on WM_SYSCOMMAND.

Before this improvement, we noticed windows showed at startup despite
start_hidden, shortly after XP boot up. Was this due to the use of hooks ?
2014-05-29 23:14:49 +02:00
foudfou 7aca24c88a Cleaning. 2014-05-25 21:52:06 +02:00
foudfou be74126c96 Workaround impossibily to require minVersion for a specific targetPlatform.
We just check at runtime.
2014-05-25 21:48:51 +02:00
foudfou 9afa777c65 Reshape icon directories, and fix Makefile. 2014-05-25 21:11:07 +02:00
foudfou 11fb8b23b3 cleaning. 2014-05-24 16:37:08 +02:00
foudfou 7034624a13 Move linux icons from "gnome" theme to correct default "hicolor" theme. (#119) 2014-05-24 16:07:10 +02:00
foudfou b49dac77db cleaning 2014-05-24 16:04:27 +02:00
foudfou 0bdf8a03a0 Temporarily unset pref mail.biff.show_tray_icon for mail applications. 2014-05-23 22:03:46 +02:00
foudfou cc9ffb54b9 Use POSIX-awk compatible regex (without GNU or late extension). 2014-05-08 15:04:16 +02:00
foudfou 6973e7f449 Use awk-compatible statements only (not gawk). 2014-05-07 10:58:30 +02:00
foudfou 639bf7a914 * fix and imporve inclusion of all images into .xpi
* fix additional locales declarations
2014-04-30 16:19:15 +02:00
foudfou eeec77a242 Fix typo leading to remove-icon-leaves-empty-space (#124). 2014-04-15 22:22:05 +02:00
foudfou d61c3e1f86 Add pl-PL localization (thx AreYouLoco!). 2014-04-15 20:19:39 +02:00
foudfou 6557aff83f Log level to 'Warn' to enable building. 2014-04-14 09:18:17 +02:00
foudfou cc4ee0351c Add croatian/hr-HR localization (thx gogo!). 2014-04-13 20:58:39 +02:00
foudfou c268bbf672 Acknowledge russian translation by VitalD. 2014-04-13 20:26:56 +02:00
foudfou 5426a629ab Merge pull request #122 from VitalD/patch-1
Added Russian localization. (VitalD)
2014-04-13 20:17:54 +02:00
foudfou dab586c76a Fix: chat icon doesn't dissapear if disabled (#124). 2014-04-12 15:36:14 +02:00
foudfou 9d08b8203f Merge branch 'winnt' 2014-04-12 15:35:19 +02:00
foudfou f1c5c02c8f Add 'start_hidden' capability for winnt. 2014-04-12 15:16:09 +02:00
foudfou 74ac8d54d7 Add popup menu items for hidden windows.
Still need to handle 'hides_single_window' switching.
2014-04-05 17:10:55 +02:00
foudfou 46ceaec9d0 Fix popup menu separator placing. 2014-04-02 22:49:10 +02:00
foudfou ad5a1a5941 * Renamed custom icons filename preferences for consistency.
* bump version to v0.5.0b1
2014-04-02 22:16:51 +02:00
foudfou 8a3de9e343 Add basic popup menu on tray icon. 2014-03-31 23:17:03 +02:00
foudfou 2480ffbf85 * Handle custom icons on winnt.
* cleaning (createTextIcon() on winnt)

Harmonize custom icon handling (setIconImageDefault(), setIconImageCustom()).
Harmonize preference handling in prefwindow regardless if instantApply.
2014-03-22 01:15:19 +01:00
foudfou 9b2f2016aa Overcome titlebar buttons not firing expected events. 2014-03-16 18:40:59 +01:00
foudfou 25bc039a6d * hides_on_minimize for winnt
* explicit removeEventListener('close') in overlay.js

Them titlebar is preventing fake close/minimize buttons to fire needed events
(close, WM_SYSCOMMAND). So, until Bug 827880 is fixed, hides_on_minimize
doesn't work with the menubar hidden.
2014-03-15 17:38:00 +01:00
foudfou 25af98f911 Replace deprecated mutation events with mutation observers. 2014-03-10 00:23:03 +01:00