[mythtv-commits] mythtv commits

mythtv@ijr.dnsalias.org mythtv@ijr.dnsalias.org
Fri, 20 Dec 2002 04:55:02 -0500


----------------------------------------------------------------------------
Changes committed by mdz on Fri Dec 20 04:50:42 2002

Modified Files:
   in MC/libs/libmyth:
        mythwidgets.h mythwidgets.cpp settings.cpp settings.h 
   in MC/libs/libmythtv:
        recordingprofile.cpp recordingprofile.h 
   in MC/programs/mythfrontend:
        main.cpp 
Log Message:
Laying groundwork for the final set of configuration dialogs for capture card
and channel source setup

Pressing OK/Enter in a configuration dialog will now accept and save the
settings therein, and pressing Escape/cancel will exit the dialog without
saving

Generalize and simplify the recording profile editor into ListBoxSetting as a
basis for various selection lists

Redo recordingprofileeditor to use it

Clean up some settings declarations


----------------------------------------------------------------------------
Changes committed by mdz on Fri Dec 20 04:52:35 2002

Modified Files:
   in MC/programs/mythfrontend:
        globalsettings.h videosource.h 
Log Message:
More settings decl cleanup

----------------------------------------------------------------------------
Changes committed by mdz on Fri Dec 20 04:52:56 2002

Modified Files:
   in MC/programs/mythfrontend:
        videosource.cpp 
Log Message:
Report errors from ioctls, if any

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