Re: Better icon names/ easier icon themes (fdo#30425)

2013-04-11 Thread Michael Meeks
Hi Rodolfo, On Wed, 2013-04-10 at 18:28 -0300, Rodolfo wrote: I'm ok with that. If we can count how many duplicate images (for UNO commands) does exist, we could know it is pointless or not. Previously we just ran: find -name '*.png' | xargs md5sum | sort | uniq -c | sort -n

Re: Better icon names/ easier icon themes (fdo#30425)

2013-04-10 Thread Stefan Knorr
Hi Rodolfo, Michael, I think this might be what you wanted to find on the wiki: https://wiki.documentfoundation.org/Development/Icon_Themes Incidentally, this was also started by ace_dent – and is definitely not finished. It would be fabulous to have someone working on this. Astron.

Re: Better icon names/ easier icon themes (fdo#30425)

2013-04-10 Thread Rodolfo
Hi, Michael, Stefan. 2013/4/9 Michael Meeks michael.me...@suse.com: Well, we could include a text file with a mapping from uno command - image name in the code if you want; it might even not slow us down too horribly at startup if we're lucky ;-) [ perhaps we might save something from

Better icon names/ easier icon themes (fdo#30425)

2013-04-09 Thread Rodolfo
I'm thinking (again) on work on this request. Looking at the code, I got that icons for UNO commands are derived by prepending lc_ or sc_ to the command name (with lower case). So, if someone think it's good enough to reuse an icon (like a Next arrow), it will duplicate images files, am I right?

Re: Better icon names/ easier icon themes (fdo#30425)

2013-04-09 Thread Michael Meeks
Hi Rodolfo, On Tue, 2013-04-09 at 10:40 -0300, Rodolfo wrote: I'm thinking (again) on work on this request. That is an old easy-hack :-) Looking at the code, I got that icons for UNO commands are derived by prepending lc_ or sc_ to the command name (with lower case).