1

(5 replies, posted in Requests)

ok, i guess a button /w a file search dialog will do. Yay more buttons tongue

2

(5 replies, posted in Requests)

Well it's not hard to have a button for gpg --output foo.pdf --decrypt foo.pdf.asc ... but could you put it in ram like truecrypt does?

3

(1 replies, posted in Requests)

I'm idly curious how you guys got it to show the icons in the tools menu without explicit image=asdf.png in the XUL

4

(1 replies, posted in Requests)

...for the text editor. Near the back/front/home/refresh buttons. I've custom-patched my firegpg for it, but it'd be convenient in the main version. The code is

<toolbarpalette id="BrowserToolbarPalette">

        <toolbarbutton id="EditorToolbarBtn" image="chrome://firegpg/skin/editeur.png" class="toolbarbutton-1 chromeclass-toolbar-additional"  label="&firegpgToolbar.labelEditeur;" oncommand="firegpg.onMenuItemCommand(event,'EDITEUR')" tooltiptext="&firegpgToolbar.labelEditeur;"/>

</toolbarpalette>

Put it in content/firefoxOverlay.xul right before the </overlay>

kthx