aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/ChannelSelection.py
AgeCommit message (Collapse)Author
2010-11-16use eEnv::resolve() / eEnv.resolve()Andreas Oberritter
2010-11-02ChannelSelection.py: more parental control fixesghost
refs bug #607
2010-11-01fix crash with enabled parentalcontrol in some conditions (i.e. when try to ↵ghost
add a channel to bouquet/favourites) refs bug #607
2010-10-06refs bug #584Stefan Pluecken
don't show "add service to bouquet" when inside bouquet view in multi bouquet mode and just one bouquet is set don't show "add service to favourites" when inside favourite view (multi bouquet mode is disabled)
2010-10-06fixes bug #584Stefan Pluecken
- Fixes BSOD in radio mode when trying to add a service to the favourites - Don't close ChannelSelection when adding a service to the facourites.
2010-04-10ChannelSelection.py: fix typoghost
2010-01-27ChannelSelection.py: another small fix for bug #420ghost
2010-01-27ChannelSelection.py: small fix for bug #420ghost
2010-01-27speedup closing the servicelist in some casesghost
this fixes bug #421
2010-01-02only show pip option in contextmenu when the hardware can handle pipghost
2010-01-01fixes bug #369thedoc
close ChannelSelection after PiP is activated
2010-01-01fixes bug #354thedoc
change MenuList to ChoiceList in ChannelContext and assign Blue button to PiP activation
2010-01-01fixes bug #269thedoc
add "activate picture in picture" to ChannelSelection context menu to activate PiP for the currently selected service
2009-10-17cleanup screen title handlingghost
no more need to directly access self.instance.setTitle or getTitle
2009-06-25ChannelSelection.py: add dvb service type 22 as tv service, add dvb service ↵ghost
type 10 as radio service
2009-02-27add possibility to change services in single service epg with bouquet +/- keyghost
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-01-27fixes for python 2.6 by Moritz Vennghost
2008-07-11fix some importsAndreas Monzner
2008-07-01restart previous running services in onClose eventAndreas Monzner
remove some debug output
2008-06-27revert rest of local changes (so the complete commit is reverted now)Andreas Monzner
2008-06-27rewrite ServiceEventTracker and PerServiceBase service event handle codeAndreas Monzner
2008-05-26add "remove complete satellite" option to channel selection context menüAndreas Monzner
when a services entry is selected (i.e. Astra (19.2) - services)..
2008-04-22deliver service events only to last created class which is based onAndreas Monzner
InfoBarBase
2008-04-17remove deprecated and unused codeAndreas Monzner
2008-04-16remove InfoBarEvent initialization, which is gone nowFelix Domke
2008-04-14remove deprecated code (deprecation date was 2008-01 and 2008-02)Andreas Monzner
2008-03-28no service type filtering in bouquets by default (but its possible to setAndreas Monzner
filters in bouquets.tv/radio with (type == XYZ)
2008-03-28fix for HD channels in userbouquetsFelix Domke
2008-02-19show bskyb HD services in channelselectionAndreas Monzner
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)
2008-02-11text edit patch #5 by Anders HolstFelix Domke
2007-12-16patch by Pieter Grimmerink: fix naming of western satellites ↵Felix Domke
(signed/unsigned problem)
2007-11-28improve text editing. Patch by Anders HolstFelix Domke
2007-11-22re-level some config options, introduce levels for channel selection menuFelix Domke
2007-11-22fix typo (apend -> append)Felix Domke
2007-11-09small radiomode fixAndreas Monzner
2007-09-30replace some more Clock() by ObsoleteSource redirect (and fix skin_default), ↵Felix Domke
by Moritz Venn
2007-09-16show "Current Transponder" entry in ChannelSelection -> SatellitesAndreas Monzner
CVS: ----------------------------------------------------------------------
2007-07-22show progress and current time in servicelist event information instead ofAndreas Monzner
show duplicate event title
2007-07-22show event information of current selected event in channelselectionAndreas Monzner
2007-07-22cleanup some importsAndreas Monzner
2007-06-14fix showing of infobar on servicechange via servicelistAndreas Monzner
2007-05-18improve ChannelSelection texts a bit, by Ge0rgFelix Domke
2007-04-21fix non working ignore of markers when multiple bouquets is disabledAndreas Monzner
2007-03-26another useless fixAndreas Monzner
2007-03-26disable timer for conditional pixmap.. its just a dummyAndreas Monzner
2007-03-26live is hardAndreas Monzner
2007-03-26fix typoAndreas Monzner
2007-03-26re-add (unused) blinking point in radio infobar to make e2 happy...Andreas Monzner