summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore 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,29 +1,30 @@
-0.0.6 ()
+0.0.6 (December 18th, 2006)
- Added ability to edit future photo privacy settings before uploading
- Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though).
- Added shortcut key for opening fireflix: Ctrl+Shift+X (not configurable, yet)
- doubleclicking files in uploads tab
+ - "What's new?" link in help
0.0.5 (November 17th, 2006)
- Added toolbar button
- Generating HTML for photos selection in sets browser
- Enter or double click on photo in set now opens photo in flickr
- Double click on photoset opens photoset in flickr
- Hiding completely photo properties in sets browser when no photo
selected
0.0.4 (November 13th, 2006)
- Added button to remove linebreaks from generated HTML
- Added the word 'sidebar' to the extension name so that you don't have to look hard for it
- UI polishing, including making it more boring
- code cosmetics
0.0.3 (November 6th, 2006)
- Firefox 2.0 compatibility
0.0.2 (October 17th, 2006)
- Added brief help file
- Fixed HTML generation code
- Fixed a mistyped flickr url so that the 'Flickr' button works now
0.0.1 (October 3rd, 2006)
- Added ability to paginate through search results
- Fixed packaging bug that omitted packaging license dialog
- A lot of code cleanup and UI polishing
0.0 (September 26th, 2006)
- Initial release
diff --git a/NEWS.xml b/NEWS.xml
index 02a89df..138e597 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,31 +1,32 @@
<?xml version="1.0" encoding="us-ascii"?>
<news>
- <version version="0.0.6">
+ <version version="0.0.6" date="December 18th, 2006">
<ni>Added ability to edit future photo privacy settings before uploading</ni>
<ni>Show reasons for failed uploads and make uploaded files properties visible after upload is completed (readonly, though).</ni>
<ni>Added shortcut key for opening fireflix: Ctrl+Shift+X (not configurable, yet)</ni>
<ni>doubleclicking files in uploads tab</ni>
+ <ni>"What's new?" link in help</ni>
</version>
<version version="0.0.5" date="November 17th, 2006">
<ni>Added toolbar button</ni>
<ni>Generating HTML for photos selection in sets browser</ni>
<ni>Enter or double click on photo in set now opens photo in flickr</ni>
<ni>Double click on photoset opens photoset in flickr</ni>
<ni>Hiding completely photo properties in sets browser when no photo
selected</ni>
</version>
<version version="0.0.4" date="November 13th, 2006">
<ni>Added button to remove linebreaks from generated HTML</ni>
<ni>Added the word 'sidebar' to the extension name so that you don't have to look hard for it</ni>
<ni>UI polishing, including making it more boring</ni>
<ni>code cosmetics</ni>
</version>
<version version="0.0.3" date="November 6th, 2006">
<ni>Firefox 2.0 compatibility</ni>
</version>
<version version="0.0.2" date="October 17th, 2006">
<ni>Added brief help file</ni>
<ni>Fixed HTML generation code</ni>
<ni>Fixed a mistyped flickr url so that the 'Flickr' button works now</ni>
</version>
<version version="0.0.1" date="October 3rd, 2006">
diff --git a/configure.ac b/configure.ac
index bc400e7..98c8b1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,25 +1,25 @@
-AC_INIT([fireflix], [0.0.5], [fireflix-bugs@klever.net])
+AC_INIT([fireflix], [0.0.6], [fireflix-bugs@klever.net])
AC_CONFIG_SRCDIR([install.rdf.in])
AM_INIT_AUTOMAKE([dist-bzip2])
AC_SUBST([MOZ_EXT_ID],[{4269f719-86de-4668-b8ad-04752c23a69e}])
AC_PATH_PROG([ZIP],[zip],[false])
if test "${ZIP}" = "false" ; then
AC_MSG_ERROR([zip is required to produce packaged extension])
fi
AC_PATH_PROG([XSLTPROC],[xsltproc],[true])
AC_SUBST([xpidir],[\${top_builddir}/xpi])
AC_SUBST([xpichromedir],[\${xpidir}/chrome])
AC_SUBST([xpichromecontentdir],[\${xpichromedir}/content])
AC_SUBST([xpichromelocaledir],[\${xpichromedir}/locale])
COPYING="`sed -e 's/\\"/\\&quot;/g' -e 's,$,<br/>,g' -e 's/(c)/\\&#xa9;/g' ${srcdir}/COPYING|tr '\n' ' '`"
AC_SUBST([COPYING])
AC_CONFIG_FILES([
Makefile
install.rdf
update.rdf
content/Makefile
content/autoconf.dtd
diff --git a/content/fireflix.css b/content/fireflix.css
index 06ae28a..0164b4b 100644
--- a/content/fireflix.css
+++ b/content/fireflix.css
@@ -107,27 +107,48 @@ label#search_page {
html body {
font-family: arial, sans-serif;
font-size: 11pt;
margin: 1em 4em;
padding: 1em 4em;
border: double 3px gray;
background: #ffffc0;
}
html h1 {
font-size: 130%; color: maroon;
}
html p {
text-align: justify;
}
html div.copyright {
font-size: 60%;
text-align: right;
}
html div.copyright a {
text-decoration: none;
}
+html p.whatsnew {
+ font-size: 80%;
+ margin: 0px 0px 0px 50%;
+ text-align: center;
+}
+html p.whatsnew a {
+ display: block;
+ padding: 1px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: #c0c0c0 #808080 #808080 #c0c0c0;
+ background: white; color: black;
+ text-decoration: none;
+}
+html p.whatsnew a em { font-style: normal; font-weight: bold; }
+html p.whatsnew a:hover {
+ border-color: #808080 #c0c0c0 #c0c0c0 #808080;
+ background: black; color: white;
+}
+html p.whatsnew a:hover em { color: red; }
+
button.lean {
min-width: 1ex;
}
diff --git a/content/help.xml b/content/help.xml
index ab4f4e2..11b5c26 100644
--- a/content/help.xml
+++ b/content/help.xml
@@ -1,33 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE dialog SYSTEM "chrome://fireflix/locale/fireflix.dtd">
<html id="help" xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Fireflix</title>
<link rel="stylesheet" href="fireflix.css" type="text/css"/>
</head>
<body>
<p>This is a brief overview of things you can do with <a href="http://kin.klever.net/fireflix/">fireflix</a>.</p>
+
+ <p class="whatsnew"><a href="http://kin.klever.net/fireflix/changelog?v=&autoconf.version;">What's new in <em>&autoconf.version;</em></a></p>
<p>First, you should proceed with authorization. If you haven't done it yet,
it should happen automatically once you open fireflix sidebar. To clear
authorization token off of the preferences, right-click on the 'Authorization
info' part of the sidebar and select 'Sign off' from the pop up menu.</p>
<h1>In the 'Search' tab</h1>
<p>Basically, you can search flickr photos here. Either all or yours (keep
'mine' checked to search your own photos).</p>
<p>Once you have acquired search results you can browse through them. To open
any particular picture in a new tab either doubleclick it or hit ENTER.</p>
<p>While moving through the list of pictures found you should have a little
preview at the bottom of the window.</p>
<h1>In the 'Sets' tab</h1>
<p>This is where you can browse your sets. You can edit some sets properties
here and, most importantly, you can generate HTML of linked thumbnails for
sets contents. Use your right mouse button on the photoset.</p>
<h1>In The 'Uploads' tab</h1>