[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#769597: unblock: firetray/0.5.3~rc1+dfsg-1



On Fri, Nov 14, 2014 at 05:01:58PM -0400, David Prévot wrote:
> 
> […] the attached debdiff generated as follow:

Really attached now, sorry for the noise (I’ve been triggered-happy on
the “Send” button, I wanted to wait for the ACCEPTED message from
ftp-master too :/).

> debdiff ../firetray_0.5.{2~rc1+dfsg-2,3~rc1+dfsg-1}.dsc | \
> 	filterdiff -x '*/locale/*' -x '*/winnt/*'
> 
>  debian/changelog                        |   12 ++++++++++++
>  debian/upstream-changelog               |    6 ++++++
>  src/install.rdf                         |   10 +++++++++-
>  src/modules/commons.js                  |    2 +-
>  src/modules/linux/FiretrayPopupMenu.jsm |    2 +-
>  src/modules/linux/FiretrayWindow.jsm    |    6 +++---
>  6 files changed, 32 insertions(+), 6 deletions(-)
diff -Nru firetray-0.5.2~rc1+dfsg/debian/changelog firetray-0.5.3~rc1+dfsg/debian/changelog
--- firetray-0.5.2~rc1+dfsg/debian/changelog	2014-10-20 13:34:44.000000000 -0400
+++ firetray-0.5.3~rc1+dfsg/debian/changelog	2014-11-14 16:34:30.000000000 -0400
@@ -1,3 +1,15 @@
+firetray (0.5.3~rc1+dfsg-1) unstable; urgency=medium
+
+  [ foudfou ]
+  * Add uk-UA localization (thx Володимир Савчук Volodymyr Savchuk!).
+  * Linux: fix click on menuitems (bug introduced in 0cfe58e4).
+  * Bump version to 0.5.3.
+
+  [ David Prévot ]
+  * Update upstream changelog
+
+ -- David Prévot <taffit@debian.org>  Fri, 14 Nov 2014 16:34:15 -0400
+
 firetray (0.5.2~rc1+dfsg-2) unstable; urgency=medium
 
   * Upload to unstable
diff -Nru firetray-0.5.2~rc1+dfsg/debian/upstream-changelog firetray-0.5.3~rc1+dfsg/debian/upstream-changelog
--- firetray-0.5.2~rc1+dfsg/debian/upstream-changelog	2014-10-17 08:22:09.000000000 -0400
+++ firetray-0.5.3~rc1+dfsg/debian/upstream-changelog	2014-11-14 16:33:46.000000000 -0400
@@ -1,3 +1,9 @@
+v0.5.3 — 2014-12-23
+
+    Fix start hidden when startup minimized or maximized on winnt (#134)
+    Fix broken click on popup-menu items (regression in v0.5.2)
+    New uk-UA locale (thx Володимир Савчук Volodymyr Savchuk)
+
 v0.5.2 — 2014-11-01
 
 This version addresses issues spotted by AMO review (thx Kris Maglione!), mainly:
diff -Nru firetray-0.5.2~rc1+dfsg/src/chrome/locale/es-AR/overlay.properties firetray-0.5.3~rc1+dfsg/src/chrome/locale/es-AR/overlay.properties
diff -Nru firetray-0.5.2~rc1+dfsg/src/chrome/locale/fr/overlay.properties firetray-0.5.3~rc1+dfsg/src/chrome/locale/fr/overlay.properties
diff -Nru firetray-0.5.2~rc1+dfsg/src/chrome/locale/hr-HR/overlay.properties firetray-0.5.3~rc1+dfsg/src/chrome/locale/hr-HR/overlay.properties
diff -Nru firetray-0.5.2~rc1+dfsg/src/chrome/locale/uk-UA/options.dtd firetray-0.5.3~rc1+dfsg/src/chrome/locale/uk-UA/options.dtd
diff -Nru firetray-0.5.2~rc1+dfsg/src/chrome/locale/uk-UA/options.properties firetray-0.5.3~rc1+dfsg/src/chrome/locale/uk-UA/options.properties
diff -Nru firetray-0.5.2~rc1+dfsg/src/chrome/locale/uk-UA/overlay.dtd firetray-0.5.3~rc1+dfsg/src/chrome/locale/uk-UA/overlay.dtd
diff -Nru firetray-0.5.2~rc1+dfsg/src/chrome/locale/uk-UA/overlay.properties firetray-0.5.3~rc1+dfsg/src/chrome/locale/uk-UA/overlay.properties
diff -Nru firetray-0.5.2~rc1+dfsg/src/install.rdf firetray-0.5.3~rc1+dfsg/src/install.rdf
--- firetray-0.5.2~rc1+dfsg/src/install.rdf	2014-10-15 18:15:00.000000000 -0400
+++ firetray-0.5.3~rc1+dfsg/src/install.rdf	2014-11-09 15:43:46.000000000 -0400
@@ -6,7 +6,7 @@
     <em:unpack>true</em:unpack> <!-- needed for embedded icons -->
     <em:type>2</em:type>
     <em:name>FireTray</em:name>
-    <em:version>0.5.2</em:version> <!-- change FIRETRAY_VERSION accordingly ! -->
+    <em:version>0.5.3</em:version> <!-- change FIRETRAY_VERSION accordingly ! -->
     <em:creator>Hua Luo, Francesco Solero, Foudil BRÉTEL</em:creator>
     <em:contributor>Hua Luo, Francesco Solero (Firetray original authors)</em:contributor>
     <em:homepageURL>https://github.com/foudfou/firetray</em:homepageURL>
@@ -168,6 +168,14 @@
       </Description>
     </em:localized>
 
+    <em:localized>
+      <Description>
+        <em:locale>uk-UA</em:locale>
+        <em:translator>Володимир Савчук Volodymyr Savchuk</em:translator>
+        <em:description>Розширення системного лотка.</em:description>
+      </Description>
+    </em:localized>
+
     <em:localized>
       <Description>
         <em:locale>zh-TW</em:locale>
diff -Nru firetray-0.5.2~rc1+dfsg/src/modules/commons.js firetray-0.5.3~rc1+dfsg/src/modules/commons.js
--- firetray-0.5.2~rc1+dfsg/src/modules/commons.js	2014-10-15 18:15:00.000000000 -0400
+++ firetray-0.5.3~rc1+dfsg/src/modules/commons.js	2014-11-09 15:43:46.000000000 -0400
@@ -25,7 +25,7 @@
 Cu.import("resource://gre/modules/Services.jsm");
 Cu.import("resource://firetray/logging.jsm");
 
-const FIRETRAY_VERSION           = "0.5.2"; // needed for sync call of onVersionChange() :(
+const FIRETRAY_VERSION           = "0.5.3"; // needed for sync call of onVersionChange() :(
 const FIRETRAY_SUPPORTED_OS      = ['linux', 'winnt']; // install.rdf sync :(
 const FIRETRAY_CHAT_SUPPORTED_OS = ['linux'];
 const FIRETRAY_FULL_FEAT_SUPPORTED_OS = FIRETRAY_CHAT_SUPPORTED_OS;
diff -Nru firetray-0.5.2~rc1+dfsg/src/modules/ctypes/winnt/kernel32.jsm firetray-0.5.3~rc1+dfsg/src/modules/ctypes/winnt/kernel32.jsm
diff -Nru firetray-0.5.2~rc1+dfsg/src/modules/ctypes/winnt/user32.jsm firetray-0.5.3~rc1+dfsg/src/modules/ctypes/winnt/user32.jsm
diff -Nru firetray-0.5.2~rc1+dfsg/src/modules/ctypes/winnt/win32.jsm firetray-0.5.3~rc1+dfsg/src/modules/ctypes/winnt/win32.jsm
diff -Nru firetray-0.5.2~rc1+dfsg/src/modules/linux/FiretrayPopupMenu.jsm firetray-0.5.3~rc1+dfsg/src/modules/linux/FiretrayPopupMenu.jsm
--- firetray-0.5.2~rc1+dfsg/src/modules/linux/FiretrayPopupMenu.jsm	2014-10-15 18:15:00.000000000 -0400
+++ firetray-0.5.3~rc1+dfsg/src/modules/linux/FiretrayPopupMenu.jsm	2014-11-09 15:43:46.000000000 -0400
@@ -121,7 +121,7 @@
     this.setWindowItemLabel(menuItemWindow, xid.toString()); // default to xid
 
     let callback = gobject.GCallback_t(
-      function(){firetray.Handler.showWindow(xid);}, null, FIRETRAY_CB_SENTINEL); // void return, no sentinel
+      function(){firetray.Handler.showWindow(xid);}); // void return, no sentinel
     this.callbacks.menuItemWindowActivate[xid] = callback,
     gobject.g_signal_connect(menuItemWindow, "activate", callback, null);
 
diff -Nru firetray-0.5.2~rc1+dfsg/src/modules/linux/FiretrayWindow.jsm firetray-0.5.3~rc1+dfsg/src/modules/linux/FiretrayWindow.jsm
--- firetray-0.5.2~rc1+dfsg/src/modules/linux/FiretrayWindow.jsm	2014-10-15 18:15:00.000000000 -0400
+++ firetray-0.5.3~rc1+dfsg/src/modules/linux/FiretrayWindow.jsm	2014-11-09 15:43:46.000000000 -0400
@@ -593,10 +593,10 @@
   let callback = gtk.GCallbackWidgetFocusEvent_t(
     firetray.Window.onFocusIn, null, FIRETRAY_CB_SENTINEL);
   this.signals['focus-in'].callback[xid] = callback;
-  let rv = gobject.g_signal_connect(
+  let handlerId = gobject.g_signal_connect(
     firetray.Handler.gtkWindows.get(xid), "focus-in-event", callback, null);
-  log.debug("focus-in handler="+rv);
-  this.signals['focus-in'].handler[xid] = rv;
+  log.debug("focus-in handler="+handlerId);
+  this.signals['focus-in'].handler[xid] = handlerId;
 };
 
 firetray.Window.detachOnFocusInCallback = function(xid) {
diff -Nru firetray-0.5.2~rc1+dfsg/src/modules/winnt/FiretrayWindow.jsm firetray-0.5.3~rc1+dfsg/src/modules/winnt/FiretrayWindow.jsm

Attachment: signature.asc
Description: Digital signature


Reply to: