[Pkg-mozext-commits] [firetray] branch master updated (044e922 -> 1fc16e2)

David Prévot taffit at moszumanska.debian.org
Fri Oct 23 21:35:09 UTC 2015


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

taffit pushed a change to branch master
in repository firetray.

      from  044e922   Update changelog for 0.5.7~1+dfsg-1 release
       new  cff3e9b   Amend version to 0.5.7pre1.
       new  5b6e972   zh-TW locale update (thx Velociraptor!).
       new  e2f3bf6   Fixes in the Bulgarian localisation.
       new  135126a   Merge pull request #179 from lyubomirv/bg
       new  570ebaf   updated german translation
       new  a91a78c   Merge pull request #193 from to-ba/patch-1
       new  76a8ac5   updated german translation
       new  c2003eb   Merge pull request #194 from to-ba/patch-2
       new  357ee53   updated german translation
       new  9c14b23   Merge pull request #195 from to-ba/patch-4
       new  8bab890   Fix uname call in lib/ Makefile.
       new  6e628df   Minor refactoring.
       new  2545602   Libappindicator: first step to replace GTK3 version with GTK2.
       new  0ef268d   Merge branch 'indicator1' into gtk3
       new  add154b   Create ctypes/linux/gtk2/ directory.
       new  4d9816e   Add gtk3 support.
       new  71d4ab2   Warn when libappindicator should be installed.
       new  96c0862   Fix Makefile for gtk3.
       new  7da9697   Fix disabling undefined prefs.
       new  febf0b3   Make mail pref pane more horizontal.
       new  86f161e   Remove mail/chat prefpanes in non-mail apps instead of hiding them.
       new  26a5282   Merge branch 'prefpane'
       new  d5cea43   Fix pref window initialization with appindicator.
       new  70335fa   Fix missing app icon with appindicator by adding icon path.
       new  2237e56   Fix setting custom icons in gtk.
       new  998e6b8   Fix setting custom icons in winnt.
       new  bf30dad   Bump version to 0.6.0.
       new  cde14fb   Imported Upstream version 0.6.0+dfsg
       new  f4ae9e0   Merge tag 'upstream/0.6.0+dfsg'
       new  e5b8bcb   Update copyright
       new  4b6d1b2   Refresh patches
       new  71d7121   Update upstream changelog
       new  1fc16e2   Update changelog for 0.6.0+dfsg-1 release

The 33 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.


Summary of changes:
 debian/changelog                                   |  12 +
 debian/copyright                                   |   2 +-
 .../patches/0001-Remove-extra-license-file.patch   |   4 +-
 ...-display-release-notes-after-installation.patch |   4 +-
 .../0003-Do-not-ship-useless-winnt-files.patch     |  14 +-
 debian/upstream-changelog                          |  10 +
 src/Makefile                                       |  13 +-
 src/chrome/content/options.js                      |  57 ++--
 src/chrome/content/options.xul                     | 329 +++++++++++----------
 src/chrome/locale/bg/options.dtd                   |   6 +-
 src/chrome/locale/de-DE/options.dtd                | 145 ++++-----
 src/chrome/locale/de-DE/options.properties         |   4 +-
 src/chrome/locale/de-DE/overlay.properties         |   6 +-
 src/chrome/locale/zh-TW/options.dtd                |  20 +-
 src/chrome/locale/zh-TW/overlay.properties         |   8 +-
 src/install.rdf                                    |   2 +-
 src/lib/linux/Makefile                             |   2 +-
 src/modules/FiretrayHandler.jsm                    |  93 +++---
 src/modules/FiretrayWindow.jsm                     |   2 +-
 src/modules/commons.js                             |   2 +-
 src/modules/ctypes/ctypes-utils.jsm                |   2 +-
 src/modules/ctypes/linux/cairo.jsm                 |  10 +
 src/modules/ctypes/linux/{gdk.jsm => gdk23.jsm}    |  89 +-----
 .../ctypes/linux/{ => gtk2}/appindicator.jsm       |  11 +-
 src/modules/ctypes/linux/gtk2/gdk.jsm              | 109 +++++++
 src/modules/ctypes/linux/{ => gtk2}/gtk.jsm        |   5 +-
 src/modules/ctypes/linux/gtk23.jsm                 |  21 ++
 .../ctypes/linux/{ => gtk3}/appindicator.jsm       |   9 +-
 src/modules/ctypes/linux/gtk3/gdk.jsm              |  69 +++++
 src/modules/ctypes/linux/{ => gtk3}/gtk.jsm        |  13 +-
 src/modules/linux/FiretrayAppIndicator.jsm         |  51 ++--
 src/modules/linux/FiretrayChatStatusIcon.jsm       |  15 +-
 src/modules/linux/FiretrayGtkIcons.jsm             |   7 +-
 src/modules/linux/FiretrayGtkStatusIcon.jsm        |  84 ++++--
 src/modules/linux/FiretrayPopupMenu.jsm            |  18 +-
 src/modules/linux/FiretrayStatusIcon.jsm           |  61 ++--
 src/modules/linux/FiretrayWindow.jsm               |  61 ++--
 src/modules/winnt/FiretrayStatusIcon.jsm           |   6 +-
 src/modules/winnt/FiretrayWindow.jsm               |   2 +-
 39 files changed, 829 insertions(+), 549 deletions(-)
 rename src/modules/ctypes/linux/{gdk.jsm => gdk23.jsm} (76%)
 copy src/modules/ctypes/linux/{ => gtk2}/appindicator.jsm (82%)
 create mode 100644 src/modules/ctypes/linux/gtk2/gdk.jsm
 copy src/modules/ctypes/linux/{ => gtk2}/gtk.jsm (98%)
 create mode 100644 src/modules/ctypes/linux/gtk23.jsm
 rename src/modules/ctypes/linux/{ => gtk3}/appindicator.jsm (84%)
 create mode 100644 src/modules/ctypes/linux/gtk3/gdk.jsm
 rename src/modules/ctypes/linux/{ => gtk3}/gtk.jsm (96%)

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