aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBarGenerics.py
AgeCommit message (Collapse)Author
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
2006-05-07fix no more working service change after open audio track selectionAndreas Monzner
2006-05-05use constants instead of strings, don't restart main serviceFelix Domke
2006-05-05use if instead of use a assertionAndreas Monzner
2006-05-04move/resize PiP window (requires new drivers) (and is not yet working properly)Stefan Pluecken
2006-05-03no more crash when pressing the info button and no service is runningAndreas Monzner
update openEventView window when the eit changes
2006-05-02use ChoiceBox for audio selection (audio tracks are now sorted by description)Stefan Pluecken
2006-05-02replace subservice selection screen with ChoiceBox screenStefan Pluecken
2006-05-01activate extensionsStefan Pluecken
2006-04-27make bouquet +/- useable in multiepg to change directly from one to another ↵Andreas Monzner
bouquet epg
2006-04-19call closed without parameters is also validAndreas Monzner
2006-04-19fix recursive close crashesAndreas Monzner
2006-04-19show similar broadcastings deferred in eventviewAndreas Monzner
when similar broascastings are avail now it is possible to open a epglist with all similar broadcastings (via red button)
2006-04-18revert changes from some hours ago (aka disable PiP again)Stefan Pluecken
2006-04-18activate blue button in info bar for extensionsStefan Pluecken
2006-04-18fix bluescreenAndreas Monzner
2006-04-13fix return of getSeekFelix Domke
2006-04-13fix pip disableFelix Domke
2006-04-11don't display blue knob till pip works properly (PIP doesn't work properly ↵Stefan Pluecken
for now! don't activate it! it will eat your box and cat)
2006-04-10catch pressing EXIT in extensions listStefan Pluecken
2006-04-10fix instant records (timers, deleted through the timer menu are still in the ↵Stefan Pluecken
instant recording list... timers, that are in the instant recording list will be deleted now in that case)
2006-04-10don't pay attention to instant record timers, that are not runningStefan Pluecken
2006-04-08use new setTargetFelix Domke
2006-04-08PiP-gui support really displays a small video now (still buggy)Stefan Pluecken
2006-04-08add support for picture in picture into the infobar (by pressing the blue ↵Stefan Pluecken
button)
2006-04-07finished the rotor config plugin (untested and lacking some features)Stefan Pluecken
2006-04-05fix: AttributeError: 'InfoBar' object has no attribute 'selectedEntry' when ↵Andreas Monzner
start a recording with manual entered duration
2006-04-04avoid future redundant code by moving functionality for tuner status display ↵Stefan Pluecken
to a seperate component (which is a BIT slower because infobar values are gathered twice)
2006-04-02add support for multiple instant recordingsStefan Pluecken
2006-03-27make power key handling global (so that standby/deep standby should work ↵Stefan Pluecken
everywhere now)
2006-03-23- switchtimer added to RecordingTimerStefan Pluecken
- media player to play mp3, ogg (not yet fully working) and ts files (needs gstreamer) - language selection saves a language string instead of a changing index number
2006-03-16Infobar: don't show state when not execingFelix Domke
2006-03-11run teletext plugin when pressing teletextFelix Domke