summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2006-11-16 20:56:04 (UTC)
committer Michael Krelin <hacker@klever.net>2006-11-16 20:56:04 (UTC)
commit864848b2ce8ffe3ea8ccbe268385697e21051745 (patch) (side-by-side diff)
tree5db3ec1c28be6855fcdf1f4fecd9cd2f0352df47
parentc63cb1418088ff241cbeb207318c1743b08e1da1 (diff)
downloadfireflix-864848b2ce8ffe3ea8ccbe268385697e21051745.zip
fireflix-864848b2ce8ffe3ea8ccbe268385697e21051745.tar.gz
fireflix-864848b2ce8ffe3ea8ccbe268385697e21051745.tar.bz2
added toolbar button
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@222 fe716a7a-6dde-0310-88d9-d003556173a8
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--content/browser.xul11
-rw-r--r--content/help.xml4
-rw-r--r--content/icons/16x16/toolbar-button.pngbin0 -> 351 bytes
-rw-r--r--locale/en-US/fireflix.dtd1
4 files changed, 16 insertions, 0 deletions
diff --git a/content/browser.xul b/content/browser.xul
index aaff443..0c699d9 100644
--- a/content/browser.xul
+++ b/content/browser.xul
@@ -1,19 +1,30 @@
<?xml version="1.0"?>
<!DOCTYPE overlay SYSTEM "chrome://fireflix/locale/fireflix.dtd">
<overlay id="fireflixOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" >
<menupopup id="viewSidebarMenu">
<menuitem observes="viewFireflixSidebar" />
</menupopup>
<broadcasterset id="mainBroadcasterSet">
<broadcaster id="viewFireflixSidebar"
autoCheck="false" label="&browser.sidebar.label;"
+ tooltiptext="&browser.sidebar.tooltip;"
type="checkbox" group="sidebar"
sidebarurl="chrome://fireflix/content/fireflix-panel.xul"
sidebartitle="&browser.sidebar.title;"
oncommand="toggleSidebar('viewFireflixSidebar')" />
</broadcasterset>
+
+ <toolbarpalette id="BrowserToolbarPalette">
+ <toolbarbutton id="fireflix-button"
+ oncommand="toggleSidebar('viewFireflixSidebar')"
+ image="chrome://fireflix/content/icons/16x16/toolbar-button.png" >
+ <observes element="viewFireflixSidebar" attribute="label"/>
+ <observes element="viewFireflixSidebar" attribute="tooltiptext"/>
+ </toolbarbutton>
+ </toolbarpalette>
+
</overlay>
diff --git a/content/help.xml b/content/help.xml
index 51e4ce5..ab4f4e2 100644
--- a/content/help.xml
+++ b/content/help.xml
@@ -20,34 +20,38 @@
<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>
<p>To upload pictures you don't even have to select this tab. Drag'n'drop into
fireflix sidebar should do. There is nothing wrong with going into the tab and
using 'Add' button either.</p>
<p>You can add photos to the list, edit their titles and/or tags and once
you're done with it, trigger upload procedure. Once your images have been
uploaded, you will be prompted to create a photoset for newly uploaded photos.
You don't have to, though.</p>
+ <h1>Beyond that</h1>
+
+ <p>You can also add the <img src="chrome://fireflix/content/icons/16x16/toolbar-button.png" alt="Fireflix" title="Fireflix"/> button to your toolbar. Just go to View/Toolbars/Customize and drag it to wherever you want it to be.</p>
+
<h1>Feedback</h1>
<p>As the extension is at the very early stage of development, feel free to
provide feedback at <a href="http://kin.klever.net/fireflix/feedback" title="click here to proceed to feedback form">http://kin.klever.net/fireflix/feedback/</a>.</p>
<div class="copyright">
<a href="http://www.klever.net/">© Klever Group</a>
</div>
</body>
</html>
diff --git a/content/icons/16x16/toolbar-button.png b/content/icons/16x16/toolbar-button.png
new file mode 100644
index 0000000..8d95411
--- a/dev/null
+++ b/content/icons/16x16/toolbar-button.png
Binary files differ
diff --git a/locale/en-US/fireflix.dtd b/locale/en-US/fireflix.dtd
index 46409ed..09112dc 100644
--- a/locale/en-US/fireflix.dtd
+++ b/locale/en-US/fireflix.dtd
@@ -56,29 +56,30 @@
<!ENTITY panel.setphotos.upload.tip "When the picure was uploaded">
<!ENTITY panel.tagslist.tag.label "Tag">
<!ENTITY panel.uploadlist.file.label "File name">
<!ENTITY panel.uploadlist.title.label "Title">
<!ENTITY panel.uploadlist.status.label "Status">
<!ENTITY panel.upload_props.filename.label "File:">
<!ENTITY panel.upload_props.title.label "Title:">
<!ENTITY panel.upload_props.tags.label "Tags:">
<!ENTITY panel.uploads.upload.label "Upload">
<!ENTITY panel.uploads.clear.label "Clear">
<!ENTITY panel.uploads.remove.label "Remove">
<!ENTITY panel.uploads.add.label "Add">
<!ENTITY panel.uploads.generate_html "Generate HTML">
<!ENTITY generated.title "Fireflix: Generated content">
<!ENTITY generated.copy "copy">
<!ENTITY generated.nolf "remove linebreaks">
<!ENTITY browser.sidebar.label "Fireflix">
<!ENTITY browser.sidebar.title "Fireflix">
+<!ENTITY browser.sidebar.tooltip "Fireflix">
<!ENTITY photosetprops.title "Photoset properties">
<!ENTITY photosetprops.set_title.label "Photoset title:">
<!ENTITY photosetprops.set_desc.label "Photoset description:">