[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Jun 4 05:40:03 UTC 2005


----------------------------------------------------------------------------
Changes committed by ijr on Sat Jun  4 05:39:30 2005

Added Files:
   in mythtv/libs/libmythui:
        TODO mythuistateimage.cpp mythuistateimage.h 
Modified Files:
   in mythtv/libs/libmythui:
        dialogbox.cpp libmythui.pro mythimage.cpp mythimage.h 
        mythlistbutton.cpp mythlistbutton.h mythpainter_ogl.cpp 
        mythpainter_ogl.h mythuianimatedimage.cpp 
        mythuianimatedimage.h mythuiimage.cpp mythuiimage.h 
        mythuitext.cpp mythuitext.h mythuitype.cpp mythuitype.h 
        themedmenu.cpp themedmenu.h 
   in mythtv/programs/mythuitest:
        test1.cpp 
Log Message:
More internal cleanup.
- refcount MythImage for easier sharing between classes.
- Move the Draw function into a separate DrawSelf, so the base Draw can handle
things like visibility + children, without each derived class doing anything.
- Started splitting out the ListButton class to be more mythui-like (sub-components for things on screen, not having it draw everything itself).  Not terribly far along on that, yet.
- New StateImage class, that'll store + select from a bunch of images.

----------------------------------------------------------------------------


More information about the mythtv-commits mailing list