[mythtv-commits] mythtv commits

mythtv@ijr.dnsalias.org mythtv@ijr.dnsalias.org
Sun, 22 Dec 2002 13:05:03 -0500


----------------------------------------------------------------------------
Changes committed by mdz on Sun Dec 22 13:01:02 2002

Modified Files:
   in MC/libs/libmyth:
        mythcontext.h mythcontext.cpp 
Log Message:
Hold a database connection in MythContext, and use it to load settings
from the database on-demand.  Should allow settings to take effect
immediately

----------------------------------------------------------------------------
Changes committed by mdz on Sun Dec 22 13:02:39 2002

Modified Files:
   in MC/libs/libmyth:
        mythcontext.cpp 
Log Message:
Oops, remove some stuff I didn't mean to check in

----------------------------------------------------------------------------
Changes committed by mdz on Sun Dec 22 13:04:24 2002

Modified Files:
   in MC/libs/libmyth:
        settings.h 
Log Message:
Make boolean settings compatible with how GetNumSetting is used for true/false
values.  You'll likely need to open and save each setting screen with
checkboxes in order for this to fully take effect.

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