Ticket #284 (closed defect/bug: fixed)

Opened 19 months ago

Last modified 19 months ago

Improve menu performance on N8x0

Reported by: Gerritv Owned by: Cp15
Priority: major Milestone:
Component: gui/internal Version: svn
Keywords: Cc:

Description

This patch addresses performance when displaying icons etc. using gui/internal. E.g the menus take a nooticeable time to draw and update. This is becuase the code tries to use svg re-scale which is only suported for svgt, and the images are all svg. The 3rd attempt is to use pre-scaled .png files. The patch moves pre-scaled .png to be first choice resulting in a crisp UI feel.

The same approach may apply to other GUI as well as to other devices. In fact since this change would not impact high speed devices, I recommend that this be in place for all platforms.

Attachments

diff-1 Download (1.2 KB) - added by Gerritv 19 months ago.

Change History

Changed 19 months ago by Gerritv

Changed 19 months ago by Singesang

  • status changed from new to closed
  • resolution set to fixed

Applied in r2006. Thanks Gerritv.

Note: See TracTickets for help on using tickets.