aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBar.py
AgeCommit message (Collapse)Author
2010-01-01show a short symbol when a unhandled key is pressedghost
this fixes bug #293
2009-11-05Merge branch 'master' into bug_236_recordpathghost
2009-10-31bug 154Stefan Pluecken
remove sleep timer from infobar blue button menu sleep timer still accessible through powerdown menu via main menu or by holding the power button for 3 seconds
2009-10-29By Anders Holst:Felix Domke
At regular intervalls there are questions in the forum (in at least three or four different threads on only this subject) on how to configure the recording paths so you don't have to set them to the same thing over and over again in e.g EPG timers. People apparently forget to set it, and miss their recordings because the harddisk is full or not built in. They want an easy way to change the default from /hdd/movies/ to a NAS or a USB device. I have rebased the patch in this thread from March 23, added two minor bugfixes, and hopefully made it less controversial by making sure that it only affects the expert setup level. I don't think there should be anything controversial about this patch now, and no known bugs. It only provides functionality that several people are screaming to get. Synopsis: The patch changes the "Timeshift path..." setup dialogue into a "Recording paths..." dialogue where you can easily configure both the timeshift and the other recording paths.
2009-09-22allow disabling and resizing of picture in picture window in movie playerStefan Pluecken
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-12small speedups/cleanups by moritz vennghost
2009-02-12also add InfoBarPluginsFelix Domke
2009-02-12fix typoFelix Domke
2009-02-12allow extensions on blue button for movie player (usable on dm8000 rc)Felix Domke
2008-10-26workaround for config entry dependenciesFelix Domke
2008-10-25remove duplicate code, add 'quit and delete movie'-option (experts only), ↵Felix Domke
move imports inside functions
2008-10-13allow DVD burning in background. to view progress of jobs, press extensions ↵Andreas Frisch
key (blue) in TV mode
2008-09-27fix "stop and show movielist"Andreas Monzner
2008-07-11fix some importsAndreas Monzner
2008-07-01restart previous running services in onClose eventAndreas Monzner
remove some debug output
2008-06-25take care of hotplug events just when the infobar is execing (no other menuAndreas Monzner
is visible)
2008-04-22deliver service events only to last created class which is based onAndreas Monzner
InfoBarBase
2008-04-14remove deprecated code (deprecation date was 2008-01 and 2008-02)Andreas Monzner
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