[mythtv-commits] Ticket #1432: Window redraw problem -- current svn

MythTV mythtv at cvs.mythtv.org
Wed Apr 19 12:01:05 UTC 2006


#1432: Window redraw problem -- current svn
------------------------------+---------------------------------------------
 Reporter:  gkruse at gmail.com  |        Owner:  ijr 
     Type:  defect            |       Status:  new 
 Priority:  minor             |    Milestone:      
Component:  mythtv            |      Version:  head
 Severity:  medium            |   Resolution:      
------------------------------+---------------------------------------------
Comment (by awk at awkward.org):

 Changing the inheritance for MythMainWindow to inherit from the base
 QWidget instead of QGLWidget and also removing the call to
 setAutoBufferSwap (a protected QGLWidget method) fixes the problem for the
 standard QtPainter but also breaks (severely) the OpenGLPainter.

 My suspicion is that mixing/matching GLWidgets and 'standard' widgets in a
 Mac OS X window is not feasible - there are some real tricky OpenGL and
 window buffering problems if you try this.

 If the plan is to transition to OpenGL fully then this may be a non-
 problem once the other problem with submenus Nigel mentions is resolved.

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


More information about the mythtv-commits mailing list