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