[mythtv-commits] mythtv/master commit: 3d3c05552 by Mark Kendall (mark-kendall)

MythTV noreply at mythtv.org
Sat Mar 12 04:35:13 UTC 2011


      Author:  Mark Kendall <mkendall at mythtv.org>
 Change Date:  2011-03-11T20:34:58-08:00
   Push Date:  2011/03/11 20:35:10 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  3d3c05552fb5c15d2c4eebda23c4570c55d34f66
   Changeset:  https://github.com/MythTV/mythtv/commit/3d3c05552

Log:

libmythui: Fix rendering of gradient based rectangles.

The recent UI refactor didn't provide sufficient distinction between
gradient type rects and hence was returning false positives. This in
turn caused the wrong image to be displayed on screen. Most obviously an
issue with the MythCenter themes.

The rectangle 'hashing' and associated cacheing now looks a little more
complicated (and hence expensive) than originally intended, so this
would probably benefit from some profiling and optimisation.

Modified:

   mythtv/libs/libmythui/mythpainter.cpp



More information about the mythtv-commits mailing list