[Pkg-mozext-commits] [firetray] annotated tag upstream/0.5.0_beta1+dfsg created (now 3affbb3)

David Prévot taffit at moszumanska.debian.org
Sun Jul 20 01:42:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a change to annotated tag upstream/0.5.0_beta1+dfsg
in repository firetray.

        at  3affbb3   (tag)
   tagging  288c02312688ab9d8986a82be68a738c1561a62d (commit)
  replaces  dfsg-clean/0.4.8
 tagged by  David Prévot
        on  Sat Jul 19 16:34:14 2014 -0400

- Log -----------------------------------------------------------------
Upstream version 0.5.0~beta1+dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJTytZGAAoJELgqIXr9/gnykmIQAKj8iWWGLYYnWeLG/rUOYWP9
8bV+BnDbsr+K0OsMXnoddoCp3Z5vHiOmhUlMHgJ3I4L257S8oW/bqjss4+SUq+Mg
zUkGREnYWMgjFoHyXF7UQ/iRJ4yTuIVMKjPK/l0f/N0iRPJWztaKjuGoSJT02E95
VlC9Nn4l0XrZSGPkRlBKhLRZQ+vqP0lGxdsEOAfG1YHTbMEvKjljAF3fDqrKsUAm
tTXTxjQ7nZR++XaSl9EpYMFpyCl/FxvWOB77I2kL928tytAZKePNBJCiM3oVPTY5
GXdsjliXJHG+M09JLSMKJ+rDdWRvGsN+XNGw2Lh72nXGtPohbMknu0lgQzWpqpzj
iIkhfID7T3JGSOOPWeZSu2oKfXZDzuiIOvvgNDseFmbeysI+dE/zKdSgl8Xd40VA
jnBOr6pqH92TIZsUc13AsF8Z4S2AkCl9pW96kAyD3rC+WGD8djIeLF+/xP8tJzVO
UwAjn83sh5RtEcoB8X/eUSnyMiiU9QgwYttAR9kx/TfxpmllB9gZYwStWg81xBKQ
QusRyDdXqgcuI5bVdjoBgPwV+1LPgDrMVHNMI8iitiiMbIPdhHJ1KXqS9pwih/Gl
xmSjeyra3Nw7JVM7iOkmCxjSJLxm8/BbnbwNs5vz+HrPzFLntlyUFgz3FMCemMJ0
XLHz3FpbgdUsj6iWuFdr
=M8RF
-----END PGP SIGNATURE-----

David Prévot (1):
      Imported Upstream version 0.5.0~beta1+dfsg

Florian Haftmann (1):
      new de-DE localization

VitalD (4):
      Create options.dtd
      Create options.properties
      Create overlay.properties
      Create overlay.dtd

foudfou (70):
      * update preferences-system.svg for DFSG-compatibility
      Merge pull request #115 from fhaftmann/master
      Merge branch 'master' of github.com:foudfou/FireTray
      first step to porting to Windows
      * a step forward: actually create the icon (Shell_NotifyIcon)
      fix NOTIFYICONDATAW, NOTIFYICONDATAW_Vx_SIZE definitions
      * refactor testing code
      destroy tray icon, hidden window and window class on shutdown
      fix icon definition
      * un-/register windows (begin) => refactoring
      * refactoring
      failed attempt to use a hook (WH_CALLWNDPROC) instead of a window procedure.
      fix SendMessage'ing to any window
      * actually use a WndProc on moz windows
      * adapt to Log4Moz -> Log renaming (FF 27+)
      show/hide mechanism in place: clicking on tray icon or closing a window.
      don't cache and update windows[wid].visible, windowsCount, visibleWindowsCount
      cleaning
      * fix (Chat) imports for Thunderbird
      attempt to use gtk3
      Revert "attempt to use gtk3"
      display new mail ico (first steps)
      move linux-ish FiretrayChat.jsm to linux/.
      * fix firetray's chat support policy handling
      * creation of basic icon with text
      * fix re-creation of text icon
      iron out text icon creation
      add icon tooltip
      rename mail_urgency_hint pref to mail_get_attention
      fix window unregistration
      Hide unsupported prefs in preference window for winnt.
      Just define more WM_ constants.
      * Rely further on the preference system for options (leverage onsynctopreference)
      Replace deprecated mutation events with mutation observers.
      * hides_on_minimize for winnt
      Overcome titlebar buttons not firing expected events.
      * Handle custom icons on winnt.
      Add basic popup menu on tray icon.
      * Renamed custom icons filename preferences for consistency.
      Fix popup menu separator placing.
      Add popup menu items for hidden windows.
      Add 'start_hidden' capability for winnt.
      Merge branch 'winnt'
      Fix: chat icon doesn't dissapear if disabled (#124).
      Merge pull request #122 from VitalD/patch-1
      Acknowledge russian translation by VitalD.
      Add croatian/hr-HR localization (thx gogo!).
      Log level to 'Warn' to enable building.
      Add pl-PL localization (thx AreYouLoco!).
      Fix typo leading to remove-icon-leaves-empty-space (#124).
      * fix and imporve inclusion of all images into .xpi
      Use awk-compatible statements only (not gawk).
      Use POSIX-awk compatible regex (without GNU or late extension).
      Temporarily unset pref mail.biff.show_tray_icon for mail applications.
      cleaning
      Move linux icons from "gnome" theme to correct default "hicolor" theme. (#119)
      cleaning.
      Reshape icon directories, and fix Makefile.
      Workaround impossibily to require minVersion for a specific targetPlatform.
      Cleaning.
      * Improve start_hidden on winnt: window not shown at all.
      Set l10n information in order in install.rdf.
      Using __proto__ to set a prototype is now deprecated (FF30).
      Try to get the default icon from getMostRecentWindow/nativeHandle instead of
      Cleaning.
      Don't fallback on FindWindow() when loading the default icon (winnt).
      Merge branch 'winnt_nativeHandle'
      Don't fallback to FindWindow() when registering a window (winnt).
      Just warn if session file can't be read (TB)
      Move LICENSE to root directory.

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  1c76f1c   * update preferences-system.svg for DFSG-compatibility * add check for loglevel in Makefile
       new  03b9007   new de-DE localization
       new  1f6b470   Merge pull request #115 from fhaftmann/master
       new  3b80f4b   Merge branch 'master' of github.com:foudfou/FireTray
       new  bcb7764   first step to porting to Windows
       new  02e849c   * a step forward: actually create the icon (Shell_NotifyIcon) * cleaning
       new  d358416   fix NOTIFYICONDATAW, NOTIFYICONDATAW_Vx_SIZE definitions
       new  083304c   * refactor testing code * create hidden proxy window (corresponding to our unique tray icon)
       new  8e78f45   destroy tray icon, hidden window and window class on shutdown
       new  5eaf647   fix icon definition
       new  d52245c   * un-/register windows (begin) => refactoring * filter icon events (begin)
       new  2e23406   * refactoring * attempt to set our WndProc on Moz windows * store window Id as a string
       new  258ddbf   failed attempt to use a hook (WH_CALLWNDPROC) instead of a window procedure.
       new  40cf41e   fix SendMessage'ing to any window
       new  b453b4f   * actually use a WndProc on moz windows * include winnt files to .xpi
       new  8f8fad3   * adapt to Log4Moz -> Log renaming (FF 27+) * fix typo (Cu.reportError)
       new  7a0ff56   show/hide mechanism in place: clicking on tray icon or closing a window.
       new  705b0ff   don't cache and update windows[wid].visible, windowsCount, visibleWindowsCount
       new  42a8dac   cleaning
       new  20d137b   * fix (Chat) imports for Thunderbird * fix Window.attachWndProc
       new  769105c   attempt to use gtk3
       new  23f4bc3   Revert "attempt to use gtk3"
       new  4081164   display new mail ico (first steps)
       new  70a362a   move linux-ish FiretrayChat.jsm to linux/.
       new  a10b63a   * fix firetray's chat support policy handling * implement windowGetAttention(), setIconImageDefault(), setIconImageNewMail()
       new  70f0c0a   * creation of basic icon with text * load .bmp in addition to .ico (and load them LR_SHARED) * use ctypes pointer.isNull()
       new  c52b9da   * fix re-creation of text icon * fix: unload gdi32.dll
       new  347eb1e   iron out text icon creation
       new  17889be   add icon tooltip
       new  cee5d24   rename mail_urgency_hint pref to mail_get_attention
       new  6d4c004   fix window unregistration
       new  1b8d9c3   Hide unsupported prefs in preference window for winnt.
       new  1ecf340   Create options.dtd
       new  b19e0fe   Create options.properties
       new  6585aed   Create overlay.properties
       new  6dd2298   Create overlay.dtd
       new  3246da7   Just define more WM_ constants.
       new  c898573   * Rely further on the preference system for options (leverage onsynctopreference) * Fix listeners on ui_tree_mail_accounts.
       new  25af98f   Replace deprecated mutation events with mutation observers.
       new  25bc039   * hides_on_minimize for winnt * explicit removeEventListener('close') in overlay.js
       new  9b2f201   Overcome titlebar buttons not firing expected events.
       new  2480ffb   * Handle custom icons on winnt. * cleaning (createTextIcon() on winnt)
       new  8a3de9e   Add basic popup menu on tray icon.
       new  ad5a1a5   * Renamed custom icons filename preferences for consistency. * bump version to v0.5.0b1
       new  46ceaec   Fix popup menu separator placing.
       new  74ac8d5   Add popup menu items for hidden windows.
       new  f1c5c02   Add 'start_hidden' capability for winnt.
       new  9d08b82   Merge branch 'winnt'
       new  dab586c   Fix: chat icon doesn't dissapear if disabled (#124).
       new  5426a62   Merge pull request #122 from VitalD/patch-1
       new  c268bbf   Acknowledge russian translation by VitalD.
       new  cc4ee03   Add croatian/hr-HR localization (thx gogo!).
       new  6557aff   Log level to 'Warn' to enable building.
       new  d61c3e1   Add pl-PL localization (thx AreYouLoco!).
       new  eeec77a   Fix typo leading to remove-icon-leaves-empty-space (#124).
       new  639bf7a   * fix and imporve inclusion of all images into .xpi * fix additional locales declarations
       new  6973e7f   Use awk-compatible statements only (not gawk).
       new  cc9ffb5   Use POSIX-awk compatible regex (without GNU or late extension).
       new  0bdf8a0   Temporarily unset pref mail.biff.show_tray_icon for mail applications.
       new  b49dac7   cleaning
       new  7034624   Move linux icons from "gnome" theme to correct default "hicolor" theme. (#119)
       new  11fb8b2   cleaning.
       new  9afa777   Reshape icon directories, and fix Makefile.
       new  be74126   Workaround impossibily to require minVersion for a specific targetPlatform.
       new  7aca24c   Cleaning.
       new  0dd0104   * Improve start_hidden on winnt: window not shown at all. * Fix minimize on WM_SYSCOMMAND.
       new  e8890c9   Set l10n information in order in install.rdf.
       new  738c412   Using __proto__ to set a prototype is now deprecated (FF30).
       new  659ca4b   Try to get the default icon from getMostRecentWindow/nativeHandle instead of FindWindow/HiddenWindow.
       new  7da4cc3   Cleaning.
       new  e4419c4   Don't fallback on FindWindow() when loading the default icon (winnt).
       new  354a48d   Merge branch 'winnt_nativeHandle'
       new  93cabd4   Don't fallback to FindWindow() when registering a window (winnt).
       new  1e36fb0   Just warn if session file can't be read (TB)
       new  950a0d5   Move LICENSE to root directory.
       new  288c023   Imported Upstream version 0.5.0~beta1+dfsg

The 76 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git



More information about the Pkg-mozext-commits mailing list