aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBarGenerics.py
AgeCommit message (Collapse)Author
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
2006-03-10show ChannelSelection on first run (after the start wizard)Stefan Pluecken
2006-03-07add InfoBarTimeshiftState, fix timeshift after zap, fix seekactionsFelix Domke
2006-03-03fix lcd font sizesFelix Domke
2006-03-02entering recording duration for instant records is now possibleStefan Pluecken
2006-03-02fix all the bugs (but one or two) in instant recording ChoiceBoxStefan Pluecken
2006-03-02minimally improved LCD supportFelix Domke
2006-03-02instant record now brings up a dialog to chose whether to record ↵Stefan Pluecken
indefinitely, the current event or do nothing
2006-02-28removing marks from cut editor is now possible. minor hack to seek back one GOPFelix Domke
2006-02-27skip 30,90,270 seconds with 1/3, 4/6, 7/9Felix Domke
2006-02-27make getCurrentPosition useable from other classesFelix Domke
2006-02-27remove EOF hack, add possibility to just insert or remove markFelix Domke
2006-02-25store a .eit file for each recoring this holds raw eit event informationsAndreas Monzner
including audio track informations, event description, event title...... for information about the file format look in EN300468 (www.etsi.org) make info button useable when playbacking a movie
2006-02-25fix mark support, remove some debugFelix Domke
2006-02-24use new show/hideFelix Domke
2006-02-24split out seekFwd to fix help entry functionalityFelix Domke
2006-02-23finally fix help regarding left/right for channel zappingFelix Domke
2006-02-21minimum backward seek is 16XFelix Domke
2006-02-20increase keypress time for skip window a bit, add hack for EOF when seekingFelix Domke
2006-02-20update blue buttonStefan Pluecken
2006-02-20advertise timeshifting in the infobarStefan Pluecken
2006-02-17bugfix:Andreas Monzner
e2 no more responds to any keypress on the rc when the the multi epg (opened on a channel without epg) was closed after zap to a channel
2006-02-17add zapping history.. useable with < > buttonsAndreas Monzner
2006-02-16support for position marksFelix Domke
2006-02-13display remaining time for next eventFelix Domke
2006-02-08dont use onShown .. use onLayoutFinish for hide dish iconAndreas Monzner
2006-02-08dont hide recording widget onShown.. use onLayoutFinishAndreas Monzner
2006-02-03ask before stopping timeshiftFelix Domke
2006-02-03add ability to enable/disable "change to next/prev bouquet when quickzap is ↵Andreas Monzner
used on last/prev service in bouquet" in usage settings
2006-02-03change to next/prev bouquet when quickzap is used on last/prev service in ↵Andreas Monzner
bouquet
2006-02-02fix show/hide infobar, never use event time for instant recordsFelix Domke
2006-01-27follow api changes, fix seek-to-start at sofFelix Domke
2006-01-27seek to start when bouncing at SOFFelix Domke
2006-01-26fix EOF bug, display pvrstate only when seekingFelix Domke
2006-01-26follow api changesFelix Domke
2006-01-25many info handling changes (nownext/multi/single epg)Andreas Monzner
2006-01-21fix radio playerAndreas Monzner
code cleanup in channelselector (more scalable)
2006-01-21reset state to PLAY when a new service startsFelix Domke
2006-01-20timeshifting: lots of interface fixupsFelix Domke
2006-01-18store and restore pathes in channellistAndreas Monzner
2006-01-18reenable the blinking dish on positioner movement (can be enabled in the ↵Stefan Pluecken
usage setup menu) dish designed by juergen - thanx for that
2006-01-18add missing importStefan Pluecken
2006-01-18use progressbar in InfoBar to display the progress of the "now" eventStefan Pluecken