Opened 11 years ago

Closed 10 years ago

#2183 closed enhancement (fixed)

New OMEdit builtin icons

Reported by: sjoelund.se Owned by: adeas31
Priority: high Milestone: 1.9.3
Component: OMEdit Version: trunk
Keywords: Cc:

Description

Currently most icons are png's... Which makes everything a pain if you want to change sizes (I do, because 20x20 pixels is a "weird" size; 16x16 and 24x24 look much better).
It would be nice if users could change the icon sizes in the library browser in the settings.

All icons should be in svg format. The toolbar icons should not be provided by our sources except as fallback on Mac and Windows as a theme. Use http://harmattan-dev.nokia.com/docs/library/html/qt4/qicon.html#fromTheme. Note that these icons can also be used to fetch country flags for the locale settings.

Change History (2)

comment:1 Changed 11 years ago by sjoelund.se

  • Milestone changed from 1.9.0 to 2.0.0

comment:2 Changed 10 years ago by adeas31

  • Resolution set to fixed
  • Status changed from new to closed

r23058. Almost all icons are now SVGs. The default toolbar & libraries icon size is 24 and can be changeable via settings.

I am not implementing a theme support as it is just a Linux thing and we anyway have to provide fallback images from Windows and MAC. If you want it then feel free to write code for it.

Note: See TracTickets for help on using tickets.