[mythtv-commits] Ticket #11641: position using percentage in theme are ignored

MythTV noreply at mythtv.org
Wed Jul 3 08:58:15 UTC 2013


#11641: position using percentage in theme are ignored
-------------------------------------------------+-------------------------
     Reporter:  jyavenard                        |      Owner:  stuartm
         Type:  Bug Report - General             |     Status:  new
     Priority:  major                            |  Milestone:  unknown
    Component:  MythTV - User Interface Library  |    Version:  Unspecified
     Severity:  medium                           |   Keywords:
Ticket locked:  0                                |
-------------------------------------------------+-------------------------
 Using Qt rendering, and "Normal" playback profile

 Say you have a window with the following definition

     <window name="notification">
         <area>50%,50%,780,180</area>

 on a 1280x720 screen, during playback of 768x432 content; the window will
 be displayed in (0,600ish)

 If I use absolute coordinate the window is rendered in the specified
 location.

 Similarly, if the theme is defined with a baseres resolution of say
 1920x1080, and the screen used is 1280x720; the coordinates aren't
 recalculated according to the actual screen referential.

 Using OpenGL based painter and it works fine.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11641>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list