[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Jun 6 13:50:02 UTC 2005


----------------------------------------------------------------------------
Changes committed by danielk on Mon Jun  6 13:46:29 2005

Modified Files:
   in mythtv/libs/libmythtv:
        NuppelVideoPlayer.cpp NuppelVideoPlayer.h tv_rec.cpp 
   in mythtv/programs/mythfrontend:
        globalsettings.cpp 
Log Message:

This makes the ProgramInfo* parameter to the NVP constructor const,
since we don't modify it. This allows us to get rid of the const
removal cast in TVRec::GetScreenGrab().

This also adds a new setting "AudioNag" which if enabled, the default,
nags you about not being able to initialize the audio output in NVP.
We already have this nagging dialog, but it now gives you two new
options, "don't inform me again in this session" and "never inform me
again". In case you chose the latter and later regret it I've put this
setting into the General playback settings pane in globalsettings.cpp.

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


More information about the mythtv-commits mailing list