On Wed, Feb 21, 2007 at 09:34:00AM +0100, Georg Baum wrote: > Andre Poenitz wrote: > > > Ok. So how should we distinguish the two sets? > > > > svn cp images/* images/16/* > > svn mv images/* images/22/* > > > > (For suitable values of '*')? > > Again I would follow kde: > > 16x16 and 22x22 as directory names. And I would take the opportunity to move > from xpm to png,
Second step? > so no direct copying. And we could also copy those icons > that came originally from kde icons in the right sizes again, that would > save us some work. Sensible, but nothing I want to do personally. In a third step I'd use the Qt resource system. Faster loading, simpler handling. Andre'