aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBarGenerics.py
AgeCommit message (Collapse)Author
2006-11-13looking for the sleep timer? just forgot to add it to the infobar :)Stefan Pluecken
2006-11-06no bluescreen when language code not exist in ISO639.pyAndreas Monzner
2006-11-01better hide subtitles window on evStopAndreas Monzner
2006-11-01store subtitle data in service cache and reenable subtitles on next zap toAndreas Monzner
the same service
2006-10-30move subtitles selection to mainmenu, some subtitle fixesAndreas Monzner
2006-10-28enable/disable pip with blue button in extensions menuAndreas Monzner
2006-10-25fix 'start'/'stop'/'select other' subtitlesAndreas Monzner
2006-10-25dvb subtitles are working nowAndreas Monzner
2006-10-20re-enable error messageFelix Domke
2006-10-13add "infobar timeout", "show infobar on channel change", "show infobar onAndreas Monzner
skip forward/backward" options to Customize config
2006-10-12change keys for activating/controlling PiP to color keys instead of number keysStefan Pluecken
2006-10-10show radio (rds) text when available... feel free to make it nicerAndreas Monzner
2006-10-10remove debugAndreas Monzner
2006-10-07subservice quickzap fixesAndreas Monzner
2006-10-02config rewrite. some extensions still need to be updated.Felix Domke
2006-08-08plugins can appear in the extensions menu nowStefan Pluecken
use PluginDescriptor.WHERE_EXTENSIONSMENU and the same parameters as for standard plugins (see the file manager plugin for an example)
2006-08-07make infobar extensions more flexible (and easier to reuse and extend)Stefan Pluecken
2006-08-07fix audio selector when service doesn't support audio track selectionFelix Domke
2006-08-05adding subservices quickzap (still buggy.. don't use timeshifting or PiP ↵Stefan Pluecken
while in subservices quickzap mode as it will eat your cat)
2006-07-28make resume optionalFelix Domke
2006-07-24ask to resume on playbackFelix Domke
2006-07-20simplify codeAndreas Monzner
2006-07-20add support for markers in bouquetsAndreas Monzner
< > are usable to jump from marker to marker
2006-07-12remove DEBUGAndreas Monzner
2006-07-12fix non working timeshift stop when press the TV ButtonAndreas Monzner
2006-07-12fix translationsAndreas Monzner
2006-07-11make some texts translatable and translate it to german languagAndreas Monzner
2006-07-11convert to new skin systemFelix Domke
2006-07-11finally use new styled skins for infobar, menuFelix Domke
2006-07-04fix possible blue screenAndreas Monzner
2006-07-04really fix satfinderAndreas Monzner
sync channellist with pip
2006-06-26add support for show used tuner for running service in the infobarAndreas Monzner
add support for show all tuners in use in the infobar add support for show the currently date in the infobar now all skins have to define some new widgets in skin.. look in skin.xml and search for "not used in this skin yet"
2006-06-25add enigma1 like radio mode (on/off switchable in usage setup)Andreas Monzner
2006-06-12fix no more working service change after opening/closing audio selection ↵Andreas Monzner
with Exit/Lame
2006-06-10- add separation lines to the ChoiceList componentStefan Pluecken
- selection of left/right/stereo added to the audio channel menu
2006-06-08prevent for bsodsAndreas Monzner
2006-06-08add openServiceList actionFelix Domke
2006-06-05fix selection of subtitleFelix Domke
2006-06-05fix actual selection of subtitle streamFelix Domke
2006-06-05add subtitle support, though still disabled in dvb serviceFelix Domke
2006-06-02add InfoBarSubtitleSupportFelix Domke
2006-05-26fix notificationsFelix Domke
2006-05-25ugly workaround a bluescreen happening when a record timer fires that zaps awayStefan Pluecken
following error would happen without try/except: InfoBarGenerics.py", line 1415, in checkNotificationsIfExecing AttributeError: 'MoviePlayer' object has no attribute 'execing' someone with knowledge what should be done here: could you fix it, tmbinc? ;)
2006-05-22add extension to swap picture in picture with big pictureStefan Pluecken
2006-05-16add ability to selecte the audio channel (mono left, stereo, mono right) ↵Andreas Monzner
from python store the current selected audio channel then per service in servicelist TODO: extend the audio track selection screen to make audio channel selection usable :)
2006-05-14add list not empty checkAndreas Monzner
2006-05-12do activate subservice zapping when select the first subservice, but do not ↵Andreas Monzner
deactivate it when zap over the portal
2006-05-12delete all service references before playService .. otherwise the 2nd tuner ↵Andreas Monzner
is used to zap
2006-05-12implement subservice quickzap on < > keysAndreas Monzner
it is activated after select asubservice in the subservice selector
2006-05-10add kwargs support for notificationsFelix Domke