aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/ParentalControlSetup.py
AgeCommit message (Collapse)Author
2010-03-01fixes bug #381Stefan Pluecken
some small fixes for the parental control functions
2010-03-01Add some parental control improvements (made by Tode)ghost
2009-10-13Enigma2{data/skin_default.xml, Screens/ParentalControlSetup.py} - remove ↵acid-burn
ParentalControlSetup and ParentalControlChangePin skin entrys from skin_default, instead use "Setup" Skin but still allow individual skinning over the original Screen names - add SetupSummary
2009-02-24small optimizations and cleanups by Moritz Vennghost
2008-02-14add support for cyclic garbage collection to eTimer and eSocketNotifierAndreas Monzner
class, add simpler method to set a timer callback.. or remove.. instead of timer.timeout.get().append(func).. or .remove(func)... now it is possible to do timer.callback.append(func)... timer.callback.remove(func) (the old method still works..but is now deprecated)
2007-10-28parental control:Stefan Pluecken
automatically wrap to validation pin entry in pin changing dialog when 4 figures were entered leave dialog when 4 figures were entered in the validation pin entry
2007-07-31add missing importAndreas Monzner
2007-07-22cleanup some importsAndreas Monzner
2007-02-07parental locking fixesAndreas Monzner
2007-01-08small fixAndreas Monzner
2007-01-07do not let the user leave the parental control setup when setup protectionAndreas Monzner
is enabled but no pin is set and the same for service protection..
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-10-16fix gettextAndreas Monzner
2006-10-13remove currently unimplemented feature from parental control menu ↵Stefan Pluecken
(remembering pin... coming soon) fix bluescreen when removing a service from parental control protection in the channel selection screen context menu
2006-10-11improve parental control retry countStefan Pluecken
2006-10-11small fixAndreas Monzner
2006-10-11directly show list of beginning charactersAndreas Monzner
2006-10-11sort list properly in ParentalControlSetupStefan Pluecken
2006-10-10ignore short name brakets in parental control edit listAndreas Monzner
2006-10-10use service compare strings instead of eServiceReferences in parental controlStefan Pluecken
2006-10-10fill parental control list speedupAndreas Monzner
2006-10-10add parental control (still somehow buggy and some minor features missing... ↵Stefan Pluecken
don't trust it yet to protect your children)