[mythtv-commits] Ticket #3704: Mythmusic doesn't automatically go to fullscreen visual initially.

MythTV mythtv at cvs.mythtv.org
Sun Jul 8 20:07:56 UTC 2007


#3704: Mythmusic doesn't automatically go to fullscreen visual initially.
-------------------------+--------------------------------------------------
 Reporter:  anonymous    |       Owner:  ijr    
     Type:  enhancement  |      Status:  new    
 Priority:  minor        |   Milestone:  unknown
Component:  mythmusic    |     Version:  unknown
 Severity:  medium       |     Mlocked:  0      
-------------------------+--------------------------------------------------
 When mythmusic is started, and one starts a song playing, mythmusic will
 not go to full screen visual automatically if set to do so.  This occurs
 only if "SELECT" is the only key pressed.  If one presses "SELECT" to
 choose the song to play, they presses another key say "SHUFFLE", then
 mythmusic will go to full screen visual automatically

 This is because the "SELECT" action in keyPressEvent calls
 CycleVisualizer().  CycleVisualizer in turn calls visual_mode_timer-
 stop().  If one presses another key, any key other than "SELECT",
 keyPressEvent calls resetTimer which retarts the timer.

 This patch changes the call to visual_mode_timer-stop() in
 CycleVisualizer() to resetTimer instead.

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


More information about the mythtv-commits mailing list