summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--NEWS3
-rw-r--r--NEWS.xml3
-rw-r--r--configure.ac2
-rw-r--r--content/fireflix.css21
-rw-r--r--content/help.xml3
5 files changed, 29 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 406be5e..a8f2f1d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,18 @@
10.0.6 () 10.0.6 (December 18th, 2006)
2 - Added ability to edit future photo privacy settings before uploading 2 - Added ability to edit future photo privacy settings before uploading
3 - Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though). 3 - Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though).
4 - Added shortcut key for opening fireflix: Ctrl+Shift+X (not configurable, yet) 4 - Added shortcut key for opening fireflix: Ctrl+Shift+X (not configurable, yet)
5 - doubleclicking files in uploads tab 5 - doubleclicking files in uploads tab
6 - "What's new?" link in help
60.0.5 (November 17th, 2006) 70.0.5 (November 17th, 2006)
7 - Added toolbar button 8 - Added toolbar button
8 - Generating HTML for photos selection in sets browser 9 - Generating HTML for photos selection in sets browser
9 - Enter or double click on photo in set now opens photo in flickr 10 - Enter or double click on photo in set now opens photo in flickr
10 - Double click on photoset opens photoset in flickr 11 - Double click on photoset opens photoset in flickr
11 - Hiding completely photo properties in sets browser when no photo 12 - Hiding completely photo properties in sets browser when no photo
12 selected 13 selected
130.0.4 (November 13th, 2006) 140.0.4 (November 13th, 2006)
14 - Added button to remove linebreaks from generated HTML 15 - Added button to remove linebreaks from generated HTML
15 - Added the word 'sidebar' to the extension name so that you don't have to look hard for it 16 - Added the word 'sidebar' to the extension name so that you don't have to look hard for it
16 - UI polishing, including making it more boring 17 - UI polishing, including making it more boring
17 - code cosmetics 18 - code cosmetics
diff --git a/NEWS.xml b/NEWS.xml
index 02a89df..138e597 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,19 +1,20 @@
1<?xml version="1.0" encoding="us-ascii"?> 1<?xml version="1.0" encoding="us-ascii"?>
2<news> 2<news>
3 <version version="0.0.6"> 3 <version version="0.0.6" date="December 18th, 2006">
4 <ni>Added ability to edit future photo privacy settings before uploading</ni> 4 <ni>Added ability to edit future photo privacy settings before uploading</ni>
5 <ni>Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though).</ni> 5 <ni>Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though).</ni>
6 <ni>Added shortcut key for opening fireflix: Ctrl+Shift+X (not configurable, yet)</ni> 6 <ni>Added shortcut key for opening fireflix: Ctrl+Shift+X (not configurable, yet)</ni>
7 <ni>doubleclicking files in uploads tab</ni> 7 <ni>doubleclicking files in uploads tab</ni>
8 <ni>"What's new?" link in help</ni>
8 </version> 9 </version>
9 <version version="0.0.5" date="November 17th, 2006"> 10 <version version="0.0.5" date="November 17th, 2006">
10 <ni>Added toolbar button</ni> 11 <ni>Added toolbar button</ni>
11 <ni>Generating HTML for photos selection in sets browser</ni> 12 <ni>Generating HTML for photos selection in sets browser</ni>
12 <ni>Enter or double click on photo in set now opens photo in flickr</ni> 13 <ni>Enter or double click on photo in set now opens photo in flickr</ni>
13 <ni>Double click on photoset opens photoset in flickr</ni> 14 <ni>Double click on photoset opens photoset in flickr</ni>
14 <ni>Hiding completely photo properties in sets browser when no photo 15 <ni>Hiding completely photo properties in sets browser when no photo
15 selected</ni> 16 selected</ni>
16 </version> 17 </version>
17 <version version="0.0.4" date="November 13th, 2006"> 18 <version version="0.0.4" date="November 13th, 2006">
18 <ni>Added button to remove linebreaks from generated HTML</ni> 19 <ni>Added button to remove linebreaks from generated HTML</ni>
19 <ni>Added the word 'sidebar' to the extension name so that you don't have to look hard for it</ni> 20 <ni>Added the word 'sidebar' to the extension name so that you don't have to look hard for it</ni>
diff --git a/configure.ac b/configure.ac
index bc400e7..98c8b1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,13 +1,13 @@
1AC_INIT([fireflix], [0.0.5], [fireflix-bugs@klever.net]) 1AC_INIT([fireflix], [0.0.6], [fireflix-bugs@klever.net])
2AC_CONFIG_SRCDIR([install.rdf.in]) 2AC_CONFIG_SRCDIR([install.rdf.in])
3AM_INIT_AUTOMAKE([dist-bzip2]) 3AM_INIT_AUTOMAKE([dist-bzip2])
4AC_SUBST([MOZ_EXT_ID],[{4269f719-86de-4668-b8ad-04752c23a69e}]) 4AC_SUBST([MOZ_EXT_ID],[{4269f719-86de-4668-b8ad-04752c23a69e}])
5 5
6AC_PATH_PROG([ZIP],[zip],[false]) 6AC_PATH_PROG([ZIP],[zip],[false])
7if test "${ZIP}" = "false" ; then 7if test "${ZIP}" = "false" ; then
8 AC_MSG_ERROR([zip is required to produce packaged extension]) 8 AC_MSG_ERROR([zip is required to produce packaged extension])
9fi 9fi
10AC_PATH_PROG([XSLTPROC],[xsltproc],[true]) 10AC_PATH_PROG([XSLTPROC],[xsltproc],[true])
11 11
12AC_SUBST([xpidir],[\${top_builddir}/xpi]) 12AC_SUBST([xpidir],[\${top_builddir}/xpi])
13AC_SUBST([xpichromedir],[\${xpidir}/chrome]) 13AC_SUBST([xpichromedir],[\${xpidir}/chrome])
diff --git a/content/fireflix.css b/content/fireflix.css
index 06ae28a..0164b4b 100644
--- a/content/fireflix.css
+++ b/content/fireflix.css
@@ -119,15 +119,36 @@ html h1 {
119html p { 119html p {
120 text-align: justify; 120 text-align: justify;
121} 121}
122 122
123html div.copyright { 123html div.copyright {
124 font-size: 60%; 124 font-size: 60%;
125 text-align: right; 125 text-align: right;
126} 126}
127html div.copyright a { 127html div.copyright a {
128 text-decoration: none; 128 text-decoration: none;
129} 129}
130 130
131html p.whatsnew {
132 font-size: 80%;
133 margin: 0px 0px 0px 50%;
134 text-align: center;
135}
136html p.whatsnew a {
137 display: block;
138 padding: 1px;
139 border-style: solid;
140 border-width: 1px;
141 border-color: #c0c0c0 #808080 #808080 #c0c0c0;
142 background: white; color: black;
143 text-decoration: none;
144}
145html p.whatsnew a em { font-style: normal; font-weight: bold; }
146html p.whatsnew a:hover {
147 border-color: #808080 #c0c0c0 #c0c0c0 #808080;
148 background: black; color: white;
149}
150html p.whatsnew a:hover em { color: red; }
151
131button.lean { 152button.lean {
132 min-width: 1ex; 153 min-width: 1ex;
133} 154}
diff --git a/content/help.xml b/content/help.xml
index ab4f4e2..11b5c26 100644
--- a/content/help.xml
+++ b/content/help.xml
@@ -1,22 +1,25 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE dialog SYSTEM "chrome://fireflix/locale/fireflix.dtd">
2<html id="help" xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 3<html id="help" xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
3 <head> 4 <head>
4 <title>Fireflix</title> 5 <title>Fireflix</title>
5 <link rel="stylesheet" href="fireflix.css" type="text/css"/> 6 <link rel="stylesheet" href="fireflix.css" type="text/css"/>
6 </head> 7 </head>
7 <body> 8 <body>
8 9
9 <p>This is a brief overview of things you can do with <a href="http://kin.klever.net/fireflix/">fireflix</a>.</p> 10 <p>This is a brief overview of things you can do with <a href="http://kin.klever.net/fireflix/">fireflix</a>.</p>
10 11
12 <p class="whatsnew"><a href="http://kin.klever.net/fireflix/changelog?v=&autoconf.version;">What's new in <em>&autoconf.version;</em></a></p>
13
11 <p>First, you should proceed with authorization. If you haven't done it yet, 14 <p>First, you should proceed with authorization. If you haven't done it yet,
12 it should happen automatically once you open fireflix sidebar. To clear 15 it should happen automatically once you open fireflix sidebar. To clear
13 authorization token off of the preferences, right-click on the 'Authorization 16 authorization token off of the preferences, right-click on the 'Authorization
14 info' part of the sidebar and select 'Sign off' from the pop up menu.</p> 17 info' part of the sidebar and select 'Sign off' from the pop up menu.</p>
15 18
16 <h1>In the 'Search' tab</h1> 19 <h1>In the 'Search' tab</h1>
17 20
18 <p>Basically, you can search flickr photos here. Either all or yours (keep 21 <p>Basically, you can search flickr photos here. Either all or yours (keep
19 'mine' checked to search your own photos).</p> 22 'mine' checked to search your own photos).</p>
20 23
21 <p>Once you have acquired search results you can browse through them. To open 24 <p>Once you have acquired search results you can browse through them. To open
22 any particular picture in a new tab either doubleclick it or hit ENTER.</p> 25 any particular picture in a new tab either doubleclick it or hit ENTER.</p>