[mythtv-commits] Ticket #6508: mythfrontend not placed properly when video playback starts

MythTV mythtv at cvs.mythtv.org
Tue Apr 28 23:36:29 UTC 2009


#6508: mythfrontend not placed properly when video playback starts
------------------------------+---------------------------------------------
 Reporter:  danielk           |       Owner:  paulh
     Type:  defect            |      Status:  new  
 Priority:  minor             |   Milestone:  0.22 
Component:  MythTV - General  |     Version:  head 
 Severity:  medium            |     Mlocked:  0    
------------------------------+---------------------------------------------
 The X & Y location for video output window is not respected "Use GUI size
 for TV playback" is enabled. Also when returning from playback the menu
 screen remains at the 0,0 location that the video playback sets, so the
 left and top of the screen are cut off on screen with over-scan.

 I believe this is related to #6487. The window size and location setting
 code needs to be reworked after the MythUI port of the video output
 window. Changes need to be made in both tv_play.cpp and
 mythmainwindow.cpp. The setFixedSize() calls in mythmainwindow need to be
 replaced with something that is aware of the current mode of the window
 (like when it's size is allowed to float), and the setGeometry() calls in
 tv_play.cpp probably need to be only called when the video window is in
 full screen mode.

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


More information about the mythtv-commits mailing list