aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
AgeCommit message (Collapse)Author
2011-04-01fix commit fb764c8e53e17bc3e1e806e946956f3e70792020 (fixes PiP)Andreas Oberritter
2010-12-14mytest.py: set epgcache filename after plugin initghost
2010-11-07use a notifier to immediate apply changed epg data file/path (it is then use ↵ghost
on e2 shutdown to store the epg at the new position)
2010-11-05epgache: move epg cache file name to main enigma2 settings file ↵ghost
(config.misc.epgache_filename)
2010-10-06fixes bug #362thedoc
allow assigning standby function to long power button press
2010-10-06fixes bug #362thedoc
allow configuring short power button action to shutdown, standby, menu
2010-05-07mytest.py: load bouquets before parental control init and remove strange ↵ghost
hack in parental control this fixes bug #532
2009-11-10mytest.py: - use SCOPE_CURRENT_SKIN for radio.mvi allowing overriding the ↵Acid Burn
radio picture through the skin.
2009-09-25add a standby counter and a enigma2 startcounterghost
config.misc.standbyCount (not saved to /etc/enigma2/settings) config.misc.startCounter (saved to /etc/enigma2/settings on clean e2 shutdown)
2009-08-19change deepstandby wakeup time a little bitghost
2009-06-12Show system message on bootup (if present)Felix Domke
2009-03-26don't allow standby when there is no active screenFelix Domke
2009-03-05mytest.py: set RTC Time on e2 shutdown when not dvb transponder time update ↵ghost
is used add debug output
2009-03-04add possibility to disable the dvb transponder time syncghost
not via gui yet... but config.misc.useTransponderTime=True/False in /etc/enigma2/settings should work
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-13Merge branch 'master' of git://git.opendreambox.org/git/acidburn/enigma2-masterFelix Domke
2009-02-13don't handle powerlong unless dialog can handle itFelix Domke
2009-02-13remove imagewizardacid-burn
2009-01-27fixes for python 2.6 by Moritz Vennghost
2008-12-03use cElementTree instead of minidom for xml parsing (thx to Moritz Venn)ghost
2008-12-02add missing change for "add new after record timer event behavior "auto".. ↵ghost
and use it as default"
2008-11-10Don't install twisted signal handlers, to fix restarting syscalls on SIGCHLD.Felix Domke
fixes #48. (hopefully)
2008-10-27add support for cyclic garbage collection to eConsoleAppContainerAndreas Monzner
2008-08-29remove workarounds to detect buggy fp driver / atmel firmwareAndreas Monzner
2008-08-26add support for dm8000 rtc,Andreas Monzner
add support for dm8000 deepstandby wakeup, go back to deepstandby after deepstandby timer wakeup even when not explicitely selected (this needs new drivers and / or new atmel firmware) add some sanity checks to dont break anything even with old drivers/atmel firmware
2008-07-15display "audio" instead of "timeshift" in the infobar next to the yellow ↵Stefan Pluecken
knob for new rc boxes
2008-07-11fix some importsAndreas Monzner
2008-06-21move VolumeControl to own fileAndreas Monzner
2008-05-16move registering of DefaultWizard from StartWizard.py into DefaultWizard.pyStefan Pluecken
2008-05-15add dump_malloc_statsFelix Domke
2008-04-23prepare for skin updating and scalingFelix Domke
2008-02-27allow shutdown only when ALLOW_SUSPEND is setFelix 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-11add a 'priority' for wizard screens to define the run orderFelix Domke
2008-02-07add 'profile': log individual starting times, and use them on next run to ↵Felix Domke
estimate progress. write progress to lcd.
2008-01-02patch by Moritz Venn: allow plugins to provide a Wakeup-TimeFelix Domke
2007-11-23add socket mmi plugin,Andreas Monzner
fix some mmi bugs
2007-11-13dont show shutdown menu on long frontend power button pressAndreas Monzner
2007-11-08fix menu titleAndreas Monzner
2007-11-08show shutdown menu on long power button pressAndreas Monzner
the old behavior (immediate shutdown) is choosable in usage config
2007-09-23add concept of 'related screen', which can be used to get shared sources ↵Felix Domke
(like clock, current service, ...) from global,session-global,parent screen. replace 'fake' with 'session.VideoPicture' for pig usage.
2007-09-07override platform.supportsThreads early enoughAndreas Monzner
2007-07-22cleanup some importsAndreas Monzner
2007-07-14make keymap configurable with config.usage.keymapFelix Domke
2007-06-19whitespace fixupFelix Domke
2007-04-24better (and more correct) fixFelix Domke
2007-04-23consider screens which haven't finished their initialization as shown. this ↵Felix Domke
fixes cutlist editor and movieplayer not visible.
2007-04-13add possibility to assign CI Slots to services, provider names or caids....Andreas Monzner
(not configurable via gui yet)
2007-03-22dont show the infobar when close the last open screenAndreas Monzner
2007-02-17zaptimers now do wakeup the box from standby and deepstandbyAndreas Monzner