aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBarGenerics.py
AgeCommit message (Collapse)Author
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
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