aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBarGenerics.py
AgeCommit message (Collapse)Author
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
2006-07-12fix non working timeshift stop when press the TV ButtonAndreas Monzner
2006-07-12fix translationsAndreas Monzner
2006-07-11make some texts translatable and translate it to german languagAndreas Monzner
2006-07-11convert to new skin systemFelix Domke
2006-07-11finally use new styled skins for infobar, menuFelix Domke
2006-07-04fix possible blue screenAndreas Monzner
2006-07-04really fix satfinderAndreas Monzner
sync channellist with pip
2006-06-26add support for show used tuner for running service in the infobarAndreas Monzner
add support for show all tuners in use in the infobar add support for show the currently date in the infobar now all skins have to define some new widgets in skin.. look in skin.xml and search for "not used in this skin yet"