aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBarGenerics.py
AgeCommit message (Collapse)Author
2007-06-26use 'l'-flag for seekBackManual, and remove timerFelix Domke
2007-06-19allow using other actionmap for InfobarSeekActions, only return MARKS in ↵Felix Domke
getNearestCutmark
2007-06-19fix seekable status when service is already running, only show infobar if ↵Felix Domke
InfoBarShowHide support is available
2007-06-19whitespace fixupFelix Domke
2007-06-15fix yesterday "infobar was not shown when a service was selected inAndreas Monzner
servicelist" fix
2007-06-14fix showing of infobar on servicechange via servicelistAndreas Monzner
2007-06-08add possibility to start instant recordings and set the recording endtimeAndreas Monzner
add possibility to change the recording endtime of running recordings add some translations
2007-05-25properly initialize selected subtitle, even if they are not availableFelix Domke
2007-05-24eliminate first timeshift state, going directly into paused ts mode when ↵Felix Domke
pressing pause
2007-05-07no helpable actionmap for RdsActionsAndreas Monzner
2007-04-30show infobar when seeking with numbers in movie playerFelix Domke
2007-04-17rewind into timeshift (almost) works nowFelix Domke
2007-04-17correctly return to timeshift when pause is pressed in live mode (rewind ↵Felix Domke
does not yet behave correctly). introduce SEEK_STATE_EOF to display end of recording with proper possibility to rewind.
2007-04-03better fix for previous commitAndreas Monzner
store last entered begin time in multi epg
2007-04-03fixAndreas Monzner
2007-04-03do not crash on recorded movie playback (since show infobar on eit change)Andreas Monzner
2007-04-03small fixAndreas Monzner
2007-04-03Implement "show infobar on event change"Andreas Monzner
enable/disable is possible in Usage Setup... default is on
2007-04-03fix no more working infobar show when a service is selected in theAndreas Monzner
channellist ... code cleanup
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-03-22dont show the infobar when close the last open screenAndreas Monzner
2007-01-18switch of infobarseek actions by default, lower prio for show/hide actionsAndreas Monzner
2007-01-12get rid of unneede global keywordsAndreas Monzner
fix non working shutdown after timerevent when the box is in standby
2007-01-10fix prev stupid changeAndreas Monzner
2007-01-10hide NimA and NimB icon when no more tuner is in useAndreas Monzner
2007-01-10fix typoAndreas Monzner
2007-01-10fix no more working displaying of used tuner for foreground serviceAndreas Monzner
2007-01-08much simpler fix..Andreas Monzner
2007-01-08better fixAndreas Monzner
2007-01-08fix following frequently bluescreenAndreas Monzner
File "/enigma2-1.0-r0/enigma2/lib/python/Screens/InfoBarGenerics.py", line 1917, in __tuneFailed Notifications.AddPopup(text = error, type = MessageBox.TYPE_ERROR, timeout = 5, id = "ZapError") File "/enigma2-1.0-r0/enigma2/lib/python/Tools/Notifications.py", line 45, in AddPopup AddNotificationWithID(id, MessageBox, text = text, type = type, timeout = timeout, close_on_any_key = True) .... .... .... TypeError: in method 'eLabel_setText', argument 2 of type 'std::string const &'
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
2007-01-07do break linesAndreas Monzner
2006-12-31nicer codeAndreas Monzner
2006-12-31do not show timeshift state when timeshift is not runningAndreas Monzner
2006-12-31always show timeshift state when infobar is visible (not only when state isAndreas Monzner
not play)
2006-12-30send evStart before tuneFailed Events..Andreas Monzner
fix evNoResources fix some bluescreens caused by notification handling
2006-12-22fixAndreas Monzner
2006-12-21add another missing importStefan Pluecken
2006-12-21fix play/pause button on new rcu when fast forward/backward seek mode isStefan Pluecken
active
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-12-09display zap errors in popupsFelix Domke
2006-12-07mark current notificationsFelix Domke
2006-12-01remove old zapping alternatives pluginAndreas Monzner
new zapping/recording alternatives can be set in channelist context menu
2006-11-30more changes for service groups (replacement for zapping alternativesAndreas Monzner
plugin).. now its basicaly working.. TODO: change zapping alternatives editor for new style
2006-11-30some changes for service groupsAndreas Monzner
2006-11-27some nicer codeAndreas Monzner
2006-11-27fix abort in quickzap bouquet addFelix Domke
2006-11-23add message after subservice has been added to bouquetFelix Domke
2006-11-22fix pre selection in subservice selector,Andreas Monzner
fix adding subservice to favouritelist (when multiple bouquets is not enabled)
2006-11-22add possibility to add subservice in bouquetsAndreas Monzner