1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
<html>
<body>
<p align="center"><font size="5"><b>FileZilla 3 Icon set specification</b></font></p>
<p><b><u>Introduction:</u></b></p>
<p>This document describes the requirements for icon sets in FileZilla 3.</p>
<p>
Please remember that if you want to create an icon set for FileZilla,
that you should be available to update the icon set in the feature when it's
required. Else it could happen that the icon set will be removed.
</p>
<p><b><u>Requirements:</u></b></p>
<p>
Since FileZilla is Free Software, the same has to apply to all artwork used
in FileZilla. This means that all artwork has to be published under the GPL
or a GPL compatible license.
</p>
<p>
To improve accessability of the software, the icons should be available in
different sizes. Each icon has to be available at least in the following
sizes:
</p>
<ul>
<li>16x16</li>
<li>32x32</li>
<li>48x38</li>
</ul>
<p>
It is important, that the icons are good-looking in all those sizes.<br>
As fileformat for the icons, the png format has to be used. For each
provided size there has to be a subdirectory with the size as name
("16x16" for example) containing all icons in the corresponding size.
</p>
<p>
If possible, despite the files for the different sizes, each icon should be
available in a vector based format (e.g. SVG), so that differently sized icons can
quickly be generated.
</p>
<p>
Regarding the used color-depth there is no limitation. But you should restrict transparency to a simple 1-bit mask. Windows cannot handle toobar icons with full alpha transparency. But you can create multiple versions of your icon set to fill the needs for both Windows on the one hand and quality operatin systems on the other hand.
</p>
<p>
Each icon set should follow a theme, the icons should match nicely. Also,
the function of the icon has to be easily recognizeable.
</p>
<p><b><u>Required icons:</u></b></p>
<p>
The following icons together with the required file name are required in all
icon sets for FileZilla:
</p>
<p><b>General toolbar:</b></p>
<ul>
<li>sitemanager.png - Sitemanager</li>
<li>localtreeview.png, remotetreeview.png, logview.png, queueview.png
- Togglebuttons for the local folder tree, for the remote folder tree,
the message log, and the transfer queue.</li>
<li>refresh.png - a refresh button</li>
<li>
processqueue.png - a button that starts/stops transfer queue processing
</li>
<li>
cancel.png, disconnect.png, reconnect.png - cancel, disconnect and
reconnect buttons
</li>
<li>help.png - a help button</li>
</ul>
<p><b>Browsing toolbar:</b></p>
<ul>
<li>
synchronize.png - Synchronize folder views (if you change the local dir,
remote dir will be changes as well)
</li>
<li>
compare.png - Compare local and remote directories (file entries in the
file lists will receive a coloured background if they exist either only on
the local or remote side, or when the file attributes differ.)
</li>
<li>showhidden.png - show hidden files</li>
<li>filter.png - filter filenames</li>
</ul>
<p><b>Transfer settings toolbar:</b></p>
<ul>
<li>
ascii.png, binary.png, auto.png - Transfermode buttons for Ascii, binary
and Auto mode.
</li>
<li>speedlimits.png - Button to enable speed limits</li>
</ul>
<p><b>"Quicktransfer" toolbar:</b></p>
<p>
(This toolbar will be positioned vertically between the local and remote
filelists with the local file list on the left side)
</p>
<ul>
<li>upload.png - Upload selected local files</li>
<li>uploadadd.png - Add selected local files to queue</li>
<li>download.png - Download selected remote files</li>
<li>downloadadd.png - Add selected remote files to queue</li>
</ul>
<p><b>Other generic icons:</b></p>
<ul>
<li>bookmars.png - Bookmarks/Favourites</li>
<li>folderup.png - "Go up one folder"</li>
<li>folderback.png - "Go back to previous folder"</li>
<li>file.png - icon for generic files</li>
<li>folder.png - icon for open folder/directory</li>
<li>folderclosed.png - icon for a closed folder/directory</li>
<li>server.png - server icon for the site entries in the Site Manager, can be 16x16 only</li>
</ul>
</body>
</html>
|