[Pkg-mozext-commits] [timeline] 01/08: Imported Upstream version 0.5

David Prévot taffit at alioth.debian.org
Sat Nov 2 14:48:58 UTC 2013


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

taffit pushed a commit to branch master
in repository timeline.

commit f61c67d733dbd0fc6f3a812fc6063f59cc953c53
Author: David Prévot <taffit at debian.org>
Date:   Sat Nov 2 09:42:39 2013 -0400

    Imported Upstream version 0.5
---
 changelog.txt               |    6 ++++++
 chrome/content/timeline.js  |    1 -
 chrome/content/timeline.xul |    2 +-
 chrome/skin/timeline.css    |    4 ++--
 install.rdf                 |    4 ++--
 5 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/changelog.txt b/changelog.txt
index d045367..8a16aef 100755
--- a/changelog.txt
+++ b/changelog.txt
@@ -4,6 +4,12 @@ Todo list:
 - Get the checkboxes on the popup menu working
 - Add drag & drop to events to move them along the timeline
 
+Version 0.5
+- Version - Bumped version to 0.5
+- Version - Bumped Thunderbird max version to 24.*
+- UI - Fixed bug where the red Now line failed to show in Thunderbird 24
+- UI - Changed -moz-border-radius to border-radius in css
+
 Version 0.4.1
 - Version - Bumped version to 0.4.1
 - Version - Bumped Thunderbird max version to 8.*
diff --git a/chrome/content/timeline.js b/chrome/content/timeline.js
index 1f408d0..cca2437 100755
--- a/chrome/content/timeline.js
+++ b/chrome/content/timeline.js
@@ -161,7 +161,6 @@ calendarTimeline.getTimelineItems = function getTimelineItems(type) {
 			div.left = 256;
 			div.top = 2
 			div.width = 3;
-			div.innerHTML = "%20";
 			document.getElementById("eventsDiv").appendChild(div);
         },
         
diff --git a/chrome/content/timeline.xul b/chrome/content/timeline.xul
index ca54d6a..f2da246 100755
--- a/chrome/content/timeline.xul
+++ b/chrome/content/timeline.xul
@@ -15,7 +15,7 @@
     
     <stack id="timelineStack" context="timelineContext">
         <html:canvas id="mycanvas" height = "20"/>        
-        <stack id="eventsDiv"/>
+        <stack id="eventsDiv"/>
     </stack>
         
     <menupopup id="timelineContext">
diff --git a/chrome/skin/timeline.css b/chrome/skin/timeline.css
index 57860e8..fa71354 100755
--- a/chrome/skin/timeline.css
+++ b/chrome/skin/timeline.css
@@ -25,7 +25,7 @@
 }
 
 .standardEvent {
-	-moz-border-radius:5px;
+	border-radius:5px;
 	border:#000 solid 2px; 
 	z-index:2;  	
 	line-height:0.8;
@@ -43,7 +43,7 @@
 }
 
 .allDayEvent {
-	-moz-border-radius:2px;
+	border-radius:2px;
 	z-index:1;  	
 	height:4px;
 	top:16px;
diff --git a/install.rdf b/install.rdf
index c03f144..601e670 100755
--- a/install.rdf
+++ b/install.rdf
@@ -7,7 +7,7 @@
 
     <em:id>{d35dfb6d-fd7b-4736-bed3-3a010394e4ab}</em:id>
     <em:name>Timeline</em:name>
-    <em:version>0.4.2</em:version>
+    <em:version>0.5</em:version>
     <em:description>A timeline calendar view</em:description>
     <em:creator>Teester</em:creator>
     <em:type>2</em:type>
@@ -17,7 +17,7 @@
         <Description>
             <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
             <em:minVersion>17.0</em:minVersion>
-            <em:maxVersion>19.*</em:maxVersion>
+            <em:maxVersion>24.*</em:maxVersion>
         </Description>
     </em:targetApplication>
     

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



More information about the Pkg-mozext-commits mailing list