[mythtv-commits] Ticket #2853: Live TV EPG does not respect GUI position when not using GUI position for playback

MythTV mythtv at cvs.mythtv.org
Sat Dec 30 17:09:43 UTC 2006


#2853: Live TV EPG does not respect GUI position when not using GUI position for
playback
-------------------------------------------+--------------------------------
 Reporter:  mythtv atsign babysimon co uk  |       Owner:  ijr    
     Type:  defect                         |      Status:  new    
 Priority:  minor                          |   Milestone:  unknown
Component:  mythtv                         |     Version:  head   
 Severity:  medium                         |  
-------------------------------------------+--------------------------------
 Using svn r12342.

 I have the GUI set to run at a resolution of 1024x576 (for square pixels
 on 16:9 SDTV), but watch TV at 720x576 (since it's the DVB resolution).
 The TV overscans horribly, so I have the GUI set to appear at (100, 10)
 and shrunk to fit the available space. I don't have "use GUI position for
 playback" checked as the TV overscans differently depending on resolution.

 This all works fine except when I go into the EPG from Live TV, the screen
 resolution changes to 1024x576 as expected, the GUI window resizes to the
 correct size, but positions itself at (0,0).

 I've tried to look at the code to see what's going on. TV::doEditSchedule
 appears to have some code which should do the right thing (under the
 comment // Resize window to the MythTV GUI size) but it doesn't work (I
 added debug code, the numbers are right). I notice this is called before
 the screen resizes though, so I wonder if it fails since the screen is too
 small for the window at this point.

 I've also replicated this on a standard 1280x1024 monitor, so I don't
 think it's to do with the weird screen sizes I'm using.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2853>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list