[Pkg-mozext-commits] [firetray] 233/399: bump to v0.4.2

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:23:49 UTC 2013


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

taffit pushed a commit to branch dfsg-clean
in repository firetray.

commit 776d3acddfc9f1af66514185f8c79bd090ad6d7c
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Sat May 12 15:42:55 2012 +0200

    bump to v0.4.2
---
 README.md                            |    2 ++
 src/install.rdf                      |    8 ++++----
 src/modules/linux/FiretrayWindow.jsm |    3 ++-
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index d10c6f3..4cf6cbc 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,8 @@ KNOWN BUGS
   download new messages) to see new message. See
   [this discussion](https://github.com/foudfou/FireTray/issues/20).
 
+* some features [do not work well under Unity/Compiz](https://github.com/foudfou/FireTray/issues/22).
+
 Acknowledgment
 --------------
 
diff --git a/src/install.rdf b/src/install.rdf
index a0894c4..e6aa128 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -5,7 +5,7 @@
     <em:unpack>true</em:unpack> <!-- needed for embedded icons -->
     <em:type>2</em:type>
     <em:name>FireTray</em:name>
-    <em:version>0.4.1</em:version>
+    <em:version>0.4.2</em:version>
     <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>
@@ -19,7 +19,7 @@
       <Description>
         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
         <em:minVersion>7.0</em:minVersion>
-        <em:maxVersion>12.0a1</em:maxVersion>
+        <em:maxVersion>15.0a1</em:maxVersion>
       </Description>
     </em:targetApplication>
 
@@ -27,7 +27,7 @@
       <Description>
         <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
         <em:minVersion>7.0</em:minVersion>
-        <em:maxVersion>12.0a1</em:maxVersion>
+        <em:maxVersion>15.0a1</em:maxVersion>
       </Description>
     </em:targetApplication>
 
@@ -35,7 +35,7 @@
       <Description>
         <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
         <em:minVersion>2.1</em:minVersion>
-        <em:maxVersion>2.7.*</em:maxVersion>
+        <em:maxVersion>2.12a1</em:maxVersion>
       </Description>
     </em:targetApplication>
 
diff --git a/src/modules/linux/FiretrayWindow.jsm b/src/modules/linux/FiretrayWindow.jsm
index a661b36..f8319a8 100644
--- a/src/modules/linux/FiretrayWindow.jsm
+++ b/src/modules/linux/FiretrayWindow.jsm
@@ -195,7 +195,8 @@ firetray.Window = {
     firetray.Window.restorePositionAndSize(xid);
     firetray.Window.restoreStates(xid);
 
-    // better visual effect if visibility set here instead of before
+    // better visual effect if visibility set after restorePosition, but some
+    // WMs like compiz seem not to honor position setting if window not visible
     firetray.Window.setVisibility(xid, true);
 
     // after show

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