-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | NEWS.xml | 3 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | content/fireflix.css | 21 | ||||
-rw-r--r-- | content/help.xml | 3 |
5 files changed, 29 insertions, 3 deletions
@@ -1,21 +1,22 @@ | |||
1 | 0.0.6 () | 1 | 0.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 | ||
6 | 0.0.5 (November 17th, 2006) | 7 | 0.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 |
13 | 0.0.4 (November 13th, 2006) | 14 | 0.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 |
18 | 0.0.3 (November 6th, 2006) | 19 | 0.0.3 (November 6th, 2006) |
19 | - Firefox 2.0 compatibility | 20 | - Firefox 2.0 compatibility |
20 | 0.0.2 (October 17th, 2006) | 21 | 0.0.2 (October 17th, 2006) |
21 | - Added brief help file | 22 | - Added brief help file |
@@ -1,23 +1,24 @@ | |||
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> |
20 | <ni>UI polishing, including making it more boring</ni> | 21 | <ni>UI polishing, including making it more boring</ni> |
21 | <ni>code cosmetics</ni> | 22 | <ni>code cosmetics</ni> |
22 | </version> | 23 | </version> |
23 | <version version="0.0.3" date="November 6th, 2006"> | 24 | <version version="0.0.3" date="November 6th, 2006"> |
diff --git a/configure.ac b/configure.ac index bc400e7..98c8b1e 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,17 +1,17 @@ | |||
1 | AC_INIT([fireflix], [0.0.5], [fireflix-bugs@klever.net]) | 1 | AC_INIT([fireflix], [0.0.6], [fireflix-bugs@klever.net]) |
2 | AC_CONFIG_SRCDIR([install.rdf.in]) | 2 | AC_CONFIG_SRCDIR([install.rdf.in]) |
3 | AM_INIT_AUTOMAKE([dist-bzip2]) | 3 | AM_INIT_AUTOMAKE([dist-bzip2]) |
4 | AC_SUBST([MOZ_EXT_ID],[{4269f719-86de-4668-b8ad-04752c23a69e}]) | 4 | AC_SUBST([MOZ_EXT_ID],[{4269f719-86de-4668-b8ad-04752c23a69e}]) |
5 | 5 | ||
6 | AC_PATH_PROG([ZIP],[zip],[false]) | 6 | AC_PATH_PROG([ZIP],[zip],[false]) |
7 | if test "${ZIP}" = "false" ; then | 7 | if 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]) |
9 | fi | 9 | fi |
10 | AC_PATH_PROG([XSLTPROC],[xsltproc],[true]) | 10 | AC_PATH_PROG([XSLTPROC],[xsltproc],[true]) |
11 | 11 | ||
12 | AC_SUBST([xpidir],[\${top_builddir}/xpi]) | 12 | AC_SUBST([xpidir],[\${top_builddir}/xpi]) |
13 | AC_SUBST([xpichromedir],[\${xpidir}/chrome]) | 13 | AC_SUBST([xpichromedir],[\${xpidir}/chrome]) |
14 | AC_SUBST([xpichromecontentdir],[\${xpichromedir}/content]) | 14 | AC_SUBST([xpichromecontentdir],[\${xpichromedir}/content]) |
15 | AC_SUBST([xpichromelocaledir],[\${xpichromedir}/locale]) | 15 | AC_SUBST([xpichromelocaledir],[\${xpichromedir}/locale]) |
16 | 16 | ||
17 | COPYING="`sed -e 's/\\"/\\"/g' -e 's,$,<br/>,g' -e 's/(c)/\\©/g' ${srcdir}/COPYING|tr '\n' ' '`" | 17 | COPYING="`sed -e 's/\\"/\\"/g' -e 's,$,<br/>,g' -e 's/(c)/\\©/g' ${srcdir}/COPYING|tr '\n' ' '`" |
diff --git a/content/fireflix.css b/content/fireflix.css index 06ae28a..0164b4b 100644 --- a/content/fireflix.css +++ b/content/fireflix.css | |||
@@ -115,19 +115,40 @@ html body { | |||
115 | } | 115 | } |
116 | html h1 { | 116 | html h1 { |
117 | font-size: 130%; color: maroon; | 117 | font-size: 130%; color: maroon; |
118 | } | 118 | } |
119 | html p { | 119 | html p { |
120 | text-align: justify; | 120 | text-align: justify; |
121 | } | 121 | } |
122 | 122 | ||
123 | html div.copyright { | 123 | html div.copyright { |
124 | font-size: 60%; | 124 | font-size: 60%; |
125 | text-align: right; | 125 | text-align: right; |
126 | } | 126 | } |
127 | html div.copyright a { | 127 | html div.copyright a { |
128 | text-decoration: none; | 128 | text-decoration: none; |
129 | } | 129 | } |
130 | 130 | ||
131 | html p.whatsnew { | ||
132 | font-size: 80%; | ||
133 | margin: 0px 0px 0px 50%; | ||
134 | text-align: center; | ||
135 | } | ||
136 | html 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 | } | ||
145 | html p.whatsnew a em { font-style: normal; font-weight: bold; } | ||
146 | html p.whatsnew a:hover { | ||
147 | border-color: #808080 #c0c0c0 #c0c0c0 #808080; | ||
148 | background: black; color: white; | ||
149 | } | ||
150 | html p.whatsnew a:hover em { color: red; } | ||
151 | |||
131 | button.lean { | 152 | button.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,25 +1,28 @@ | |||
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> |
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> | ||
10 | 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> |
23 | 26 | ||
24 | <p>While moving through the list of pictures found you should have a little | 27 | <p>While moving through the list of pictures found you should have a little |
25 | preview at the bottom of the window.</p> | 28 | preview at the bottom of the window.</p> |