-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,8 +1,9 @@ | |||
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 |
@@ -1,10 +1,11 @@ | |||
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> |
diff --git a/configure.ac b/configure.ac index bc400e7..98c8b1e 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
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}]) |
diff --git a/content/fireflix.css b/content/fireflix.css index 06ae28a..0164b4b 100644 --- a/content/fireflix.css +++ b/content/fireflix.css | |||
@@ -128,6 +128,27 @@ 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,4 +1,5 @@ | |||
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> |
@@ -8,6 +9,8 @@ | |||
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 |