[mythtv-commits] mythtv commits

mythtv@ijr.dnsalias.org mythtv@ijr.dnsalias.org
Wed, 30 Oct 2002 01:35:02 -0500


----------------------------------------------------------------------------
Changes committed by ijr on Wed Oct 30 01:30:34 2002

Added Files:
   in MC/libs/libmyth:
        mythcontext.cpp mythcontext.h 
Modified Files:
   in MC/libs/libNuppelVideo:
        NuppelVideoPlayer.cpp NuppelVideoPlayer.h osd.cpp 
   in MC/libs/libmyth:
        dialogbox.cpp dialogbox.h guidegrid.cpp guidegrid.h 
        infodialog.cpp infodialog.h infostructs.cpp infostructs.h 
        libmyth.pro themedmenu.cpp themedmenu.h 
   in MC/libs/libmythtv:
        tv.cpp tv.h 
   in MC/programs/menutest:
        main.cpp 
   in MC/programs/mythdialog:
        main.cpp 
   in MC/programs/mythepg:
        main.cpp 
   in MC/programs/mythfilldatabase:
        filldata.cpp 
   in MC/programs/mythfrontend:
        deletebox.cpp deletebox.h main.cpp playbackbox.cpp 
        playbackbox.h programlistitem.cpp programlistitem.h theme.txt 
        viewscheduled.cpp viewscheduled.h 
   in MC/programs/mythlcd:
        main.cpp 
   in MC/programs/mythtv:
        main.cpp 
   in MC/setup:
        main.cpp 
Log Message:
Fix a problem which was causing the player to lose sync after ff/rew, and
occasionally during playback as well.
Add a few error messages if it couldn't find the specified osd theme.
Start making libmyth more library-ish, with the creation of a MythContext that
should be used to access settings and common functions.  No more 
'globalsettings' and 'theprefix' variables required by any users of the lib.



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