[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Mar 27 03:20:07 EST 2004


----------------------------------------------------------------------------
Changes committed by cpinkham on Sat Mar 27 08:17:39 2004

Modified Files:
   in mythtv/libs/libmyth:
        mythcontext.h settings.cpp 
   in mythtv/libs/libmythtv:
        NuppelVideoPlayer.cpp NuppelVideoPlayer.h commercial_skip.cpp 
        scheduledrecording.cpp tv_play.cpp tv_play.h videooutbase.cpp 
        videooutbase.h 
   in mythtv/programs/mythbackend:
        main.cpp 
   in mythtv/programs/mythcommflag:
        main.cpp 
   in mythtv/programs/mythfrontend:
        main.cpp 
Log Message:


Make SelectSetting::addSelection() check for duplicates as selections
    are added.  If entry exists already then don't add a duplicate.

Modify Recording Group combobox on Adv. Rec. Options screen get list
    from record table not just recorded table as it did previously.

Fix a few tabs that crept into tv_play.cpp somewhere along the line.

Convert "O" popup menu during playback to use the new/existing OSD
    Tree Menu.  Made "O" key popup OSD menu as well now so people won't
    get confused as to where the items on the old popup went.
        
Add Letterbox/Aspect menu items to OSD popup menu.

Moved call to BuildOSDTreeMenu() in tv_play.cpp so menu gets created
    when it is shown since some items are shown/not-shown depending on
    current settings.

Add code to Browse mode to attempt to fix/allow browsing when using PIP.

Add "commflag" as -v command-line verbose option for mythbackend,
    mythfrontend, and mythcommflag.  Start adding "VERBOSE(VB_COMMFLAG"
    calls where relevant.


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


More information about the mythtv-commits mailing list