[mythtv-commits] Ticket #5361: Mythmusic show previous cover

MythTV mythtv at cvs.mythtv.org
Sat May 17 17:28:04 UTC 2008


#5361: Mythmusic show previous cover
-------------------------------------------------------+--------------------
 Reporter:  Benoit LORAND <benoit.lorand at blorand.org>  |        Owner:  paulh 
     Type:  defect                                     |       Status:  closed
 Priority:  minor                                      |    Milestone:  0.22  
Component:  mythmusic                                  |      Version:  head  
 Severity:  low                                        |   Resolution:  fixed 
  Mlocked:  0                                          |  
-------------------------------------------------------+--------------------
Changes (by paulh):

  * status:  assigned => closed
  * resolution:  => fixed


Comment:

 (In [17344]) Fix the visualisers not working in fullscreen mode in
 MythMusic since the
 switch to Qt4.

 In Qt4 calling setUpdatesEnabled(false) disables updates for both the
 widget
 and all its children which appears to differ from the Qt3 version which
 just
 disabled updates for the calling widget.

 Also fixes things so the visualiser widget doesn't use a QPainter outside
 of a paint event which was causing lots of warning messages.

 Fixes #5361.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5361#comment:2>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list