aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBar.py
AgeCommit message (Collapse)Author
2008-03-09fix crash when eof in background: windows cannot be opened from other than ↵Felix Domke
the currently execing window, and the eof assumed that.
2008-02-20movieplayer_select.patch by Moritz VennFelix Domke
2008-02-19movie player configuration options, by Anders HolstFelix Domke
2008-02-14add support for cyclic garbage collection to eTimer and eSocketNotifierAndreas Monzner
class, add simpler method to set a timer callback.. or remove.. instead of timer.timeout.get().append(func).. or .remove(func)... now it is possible to do timer.callback.append(func)... timer.callback.remove(func) (the old method still works..but is now deprecated)
2008-02-08add some more profiles probes for more accurate progressFelix Domke
2007-11-23add socket mmi plugin,Andreas Monzner
fix some mmi bugs
2007-11-07when in expert mode, add 'restart from begin' as choice on leave movie ↵Felix Domke
player dialog
2007-09-30replace some more Clock() by ObsoleteSource redirect (and fix skin_default), ↵Felix Domke
by Moritz Venn
2007-09-24seperate summary screen for movie playeerFelix Domke
2007-07-22cleanup some importsAndreas Monzner
2007-07-09remove unneeded and not working Extensions Menu from MoviePlayer .. thisAndreas Monzner
fixes no more working blue key for seek forward
2007-06-15fix yesterday "infobar was not shown when a service was selected inAndreas Monzner
servicelist" fix
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
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-12-09display zap errors in popupsFelix Domke
2006-11-13add sleep timer extension to infobar...Stefan Pluecken
2006-11-02reenable tuxtxt for recorded moviesAndreas Monzner
2006-10-30move subtitles selection to mainmenu, some subtitle fixesAndreas Monzner
2006-10-10show radio (rds) text when available... feel free to make it nicerAndreas 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-08additional changes for the last commitStefan Pluecken
2006-07-30allow standby only in InfoBar, MoviePlayer, Menus, Setup and RadiomodeFelix Domke
2006-07-28make resume optionalFelix Domke
2006-07-24ask to resume on playbackFelix Domke
2006-07-12fix non working timeshift stop when press the TV ButtonAndreas 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-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"
2006-06-25add enigma1 like radio mode (on/off switchable in usage setup)Andreas Monzner
2006-06-05add subtitle support, though still disabled in dvb serviceFelix Domke
2006-05-23CI mmi is now working every time (for support alphacrypt parental control or ↵Andreas Monzner
other messages from CI)
2006-04-08add support for picture in picture into the infobar (by pressing the blue ↵Stefan Pluecken
button)
2006-03-29make teletext plugin useable in ts playbacksAndreas Monzner
2006-03-27make power key handling global (so that standby/deep standby should work ↵Stefan Pluecken
everywhere now)
2006-03-11run teletext plugin when pressing teletextFelix Domke
2006-03-07use InfoBarTimeshiftState in infobar to display timeshift stateFelix Domke
2006-03-03fix LCD in MoviePlayerFelix Domke
2006-03-02minimally improved LCD supportFelix 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-21add cuesheet, position gaugeFelix Domke
2006-01-26follow api changesFelix Domke
2006-01-20enable timeshifting in infobarFelix Domke
2006-01-15remove VolumeControl from infobarAndreas Monzner
2006-01-15split out movielist actions out of pvr actionsFelix Domke
2006-01-05add radio playerAndreas Monzner
TODO: change layout in skin.xml (ChannelSelectionRadio ... add nice pixmap ? ! ?) TODO: add infobar infos (now/next starttime, title, duration to player) TODO: add nice background pic ? ! ?
2005-12-21move the movie selector to the currently playing movieStefan Pluecken
2005-12-21show movieSelection on up/down keys in movie playerStefan Pluecken
TODO move the selection to the currently playing movie
2005-12-11make infobar actions helpableFelix Domke