Ticket #284 (closed defect/bug: fixed)

Opened 3 years ago

Last modified 3 years 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 3 years ago.

Change History

Changed 3 years ago by Gerritv

comment:1 Changed 3 years 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.