Toolbar button icons

Moderator: Project members

Message
Author
User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#31 Post by botg » 2007-08-19 19:28

I've commited your theme through subversion after running your icons through pngcrush and optipng, about 15KB size reduction.

User avatar
blukis
450 Internal Error
Posts: 37
Joined: 2006-09-12 21:26
First name: Brian
Last name: Lukis

#32 Post by blukis » 2007-08-20 01:54

I created individual .SVGs for all icons here:
http://plurib.us/1shot/2007/filezilla-t ... -19.tar.gz

Thanks for adding the set. I'm honored.

Also, I see the spirit of the Creative Commons note in iconspecs.htm, but I think it would be worth rewriting (or removing?), considering the CC GPL. I'm not sure why they titled it that way either, but in its defense, it's convenient to slap onto a web page of image content (rather than a downloadable package), and it has all the machine-readable meta data that makes CC useful in general.

User avatar
blukis
450 Internal Error
Posts: 37
Joined: 2006-09-12 21:26
First name: Brian
Last name: Lukis

Re: Toolbar button icons

#33 Post by blukis » 2008-03-16 01:32

Been out for a while...

Just (finally) noticed support for adjustable toolbar icon sizes, and full alpha in toolbar icons. Thanks for those, btw. Super cool.

The latter changes the ball-game, especially for the 48x48's. The jaggedness of some of the icons were a result of the 1-bit transparency restriction, so I'd like to re-export the big icons again so they're uniform. (Also, some of them seemed to be regenerated w/o the svg blur effect.) Also, I think I want to adjust the colors of some of the icons. (There are a few things that are bothering me in them.) I haven't started these changes yet, but what's the best way to send them? Is a subversion patch file the most convenient thing to get, or is the tar.gz of everything (as I did previously) better?

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Toolbar button icons

#34 Post by botg » 2008-03-16 10:11

For the actual .png files a simple archive, patch files don't make much sense for binary files.

About the .svg files you can put them into an archive too I think.

One final thing: Get the files from the artwork directory in the SVN repository. I've made some subtle changes in a few files, mostly aligning stuff to better match the grid.

User avatar
blukis
450 Internal Error
Posts: 37
Joined: 2006-09-12 21:26
First name: Brian
Last name: Lukis

Re: Toolbar button icons

#35 Post by blukis » 2008-03-17 02:58

Ok. Managed to get a lot done tonight...

Here, you'll find a tar.gz of the changed files.
http://plurib.us/1shot/2008/filezilla-icons/

Change summary:
- Processqueue arrow is now green.
- Refresh is now blue.
- Upload & Download now match their _add counterparts (green). *
- All the 48x48 and 32x32 icons currently in the program (and some more) are re-exported directly from the svg (w/ no hand editing), so they're way more maintainable. Full alpha-transparency, so they're much smoother looking. **

* Color rationale: I used to use red for "some irreversible action will be taken now"; but there was too much red for my eyes. Now, green arrows mostly represent "file transfer", and purple arrows mostly represent "connection traffic". And red is more sparse, which is I think a little more standard.

** If Fz ever did direct SVG rendering, I think the 48x48s would certainly be safe to always render directly. In my set, I plan on making my 32x32s directly renderable too, but they're right on the edge of being too blurry. (My SVGs are basically optimized for 48x48, e.g. stroke width is 1-pixel in 48x48.) 16x16's I think will always need hand editing, no matter the icon set. (Interestingly, I was just looking at the MS Vista icon guidelines, and they have 16x16, 32x32, and anything above is generated [scaled] from a 256x256. That seems to match the threshold that I found of needing hand editing or not.)
Last edited by blukis on 2008-03-18 03:19, edited 1 time in total.

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Toolbar button icons

#36 Post by botg » 2008-03-17 16:07

Brian, I've updated the icon specs a bit. A lock icon has been added with a 16x16 requirement: http://filezilla.svn.sourceforge.net/vi ... nspecs.htm

See the development diary for a screenshot how it will be used.

User avatar
blukis
450 Internal Error
Posts: 37
Joined: 2006-09-12 21:26
First name: Brian
Last name: Lukis

Re: Toolbar button icons

#37 Post by blukis » 2008-03-17 16:42

Sure. I'll try to get to it soon. I like the iconspec changes.

I've been wondering, what is the purpose of the 32x32 "file" icon (I mean, that it's the sole required 32x32 icon in iconspecs)? I don't see Fz using it anywhere.

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Toolbar button icons

#38 Post by botg » 2008-03-17 18:18

File exists dialog under platforms where there's no system icon (or impossible to get one using wxWidgets) for generic files.

User avatar
blukis
450 Internal Error
Posts: 37
Joined: 2006-09-12 21:26
First name: Brian
Last name: Lukis

Re: Toolbar button icons

#39 Post by blukis » 2008-03-18 03:24


User avatar
blukis
450 Internal Error
Posts: 37
Joined: 2006-09-12 21:26
First name: Brian
Last name: Lukis

Re: Toolbar button icons

#40 Post by blukis » 2008-03-19 13:09

Haven't seen the theme updates come into source yet. I can be patient, but I'd like to see it in the next released version. Just want to make sure it wasn't forgotten.

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Toolbar button icons

#41 Post by botg » 2008-03-19 16:33

Don't worry, I won't forget.

I just can't work on too many things at the same time ;)

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Toolbar button icons

#42 Post by botg » 2008-03-21 13:11

It's in the repository now.

User avatar
blukis
450 Internal Error
Posts: 37
Joined: 2006-09-12 21:26
First name: Brian
Last name: Lukis

Re: Toolbar button icons

#43 Post by blukis » 2008-03-21 19:23

Awesome. Thanks!

User avatar
blukis
450 Internal Error
Posts: 37
Joined: 2006-09-12 21:26
First name: Brian
Last name: Lukis

Re: Toolbar button icons

#44 Post by blukis » 2008-03-31 23:06

Just grabbed 3.0.9-rc1, and I noticed the blukis lock icon doesn't seem to be included. Looks like it's in the repository, though.
Thanks...

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Toolbar button icons

#45 Post by botg » 2008-04-01 07:27

Thanks for spotting, will be fixed in the next version.

Post Reply