aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/ChannelSelection.py
AgeCommit message (Collapse)Author
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
2007-03-24add a radiomode background picture (mvi file.. changable inAndreas Monzner
/etc/enigma2/config ... config.misc.radiopic = /bla/blubber.mvi add support for radio text plus, add rass (radio screen show) support (yes used by SWR3, cont.ra and DASDING) thanks to seddi for some piece of code for better single iframe support its recommend to update in dreambox-dvb-modules.bb CVSDATE for dm7025 to 20070323
2007-01-20small speedupAndreas Monzner
2007-01-18do not add (type == X) to new created alternatives..Andreas Monzner
2007-01-13show menucontext entries dependend of current selected entryAndreas Monzner
2007-01-07disable dvb type filtering by default for bouquets but its possible to add aAndreas Monzner
filtering in bouquet.tv or bouquets.radio code cleanup
2006-12-27fix possibility for bluescreenAndreas Monzner
2006-12-22add "show transponder" info to service context menu in channellistAndreas Monzner
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-12-01remove old zapping alternatives pluginAndreas Monzner
new zapping/recording alternatives can be set in channelist context menu