[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Mar 29 22:40:03 UTC 2005


----------------------------------------------------------------------------
Changes committed by cpinkham on Tue Mar 29 22:35:33 2005

Modified Files:
   in mythtv/libs/libmyth:
        mythcontext.h mythwidgets.cpp mythwidgets.h settings.cpp 
        settings.h 
Log Message:


* Add Step ability using PAGEUP/PAGEDOWN to ComboBoxSetting setting data type.

* Add 'interval' to HostTimeBox setting data type to allow creating settings
  that use different intervals such as every 5 minutes instead of every minute
  which is the default.  For example, if set to 5, the values in the list are
  limited to those where the minutes portion is divisible by 5.  The Step
  value is always 30 minutes, so if the interval is 5, the step goes 6 items
  at a time.

**** Note: This REQUIRES a "make distclean" since this modifies libmyth ****


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


More information about the mythtv-commits mailing list