| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-11-07 | use 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-05 | epgache: move epg cache file name to main enigma2 settings file ↵ | ghost | |
| (config.misc.epgache_filename) | |||
| 2010-10-06 | fixes bug #362 | thedoc | |
| allow assigning standby function to long power button press | |||
| 2010-10-06 | fixes bug #362 | thedoc | |
| allow configuring short power button action to shutdown, standby, menu | |||
| 2010-05-07 | mytest.py: load bouquets before parental control init and remove strange ↵ | ghost | |
| hack in parental control this fixes bug #532 | |||
| 2009-11-10 | mytest.py: - use SCOPE_CURRENT_SKIN for radio.mvi allowing overriding the ↵ | Acid Burn | |
| radio picture through the skin. | |||
| 2009-09-25 | add a standby counter and a enigma2 startcounter | ghost | |
| config.misc.standbyCount (not saved to /etc/enigma2/settings) config.misc.startCounter (saved to /etc/enigma2/settings on clean e2 shutdown) | |||
| 2009-08-19 | change deepstandby wakeup time a little bit | ghost | |
| 2009-06-12 | Show system message on bootup (if present) | Felix Domke | |
| 2009-03-26 | don't allow standby when there is no active screen | Felix Domke | |
| 2009-03-05 | mytest.py: set RTC Time on e2 shutdown when not dvb transponder time update ↵ | ghost | |
| is used add debug output | |||
| 2009-03-04 | add possibility to disable the dvb transponder time sync | ghost | |
| not via gui yet... but config.misc.useTransponderTime=True/False in /etc/enigma2/settings should work | |||
| 2009-02-24 | small optimizations and cleanups by Moritz Venn | ghost | |
| 2009-02-13 | Merge branch 'master' of git://git.opendreambox.org/git/acidburn/enigma2-master | Felix Domke | |
| 2009-02-13 | don't handle powerlong unless dialog can handle it | Felix Domke | |
| 2009-02-13 | remove imagewizard | acid-burn | |
| 2009-01-27 | fixes for python 2.6 by Moritz Venn | ghost | |
| 2008-12-03 | use cElementTree instead of minidom for xml parsing (thx to Moritz Venn) | ghost | |
| 2008-12-02 | add missing change for "add new after record timer event behavior "auto".. ↵ | ghost | |
| and use it as default" | |||
| 2008-11-10 | Don't install twisted signal handlers, to fix restarting syscalls on SIGCHLD. | Felix Domke | |
| fixes #48. (hopefully) | |||
| 2008-10-27 | add support for cyclic garbage collection to eConsoleAppContainer | Andreas Monzner | |
| 2008-08-29 | remove workarounds to detect buggy fp driver / atmel firmware | Andreas Monzner | |
| 2008-08-26 | add 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-15 | display "audio" instead of "timeshift" in the infobar next to the yellow ↵ | Stefan Pluecken | |
| knob for new rc boxes | |||
| 2008-07-11 | fix some imports | Andreas Monzner | |
| 2008-06-21 | move VolumeControl to own file | Andreas Monzner | |
| 2008-05-16 | move registering of DefaultWizard from StartWizard.py into DefaultWizard.py | Stefan Pluecken | |
| 2008-05-15 | add dump_malloc_stats | Felix Domke | |
| 2008-04-23 | prepare for skin updating and scaling | Felix Domke | |
| 2008-02-27 | allow shutdown only when ALLOW_SUSPEND is set | Felix Domke | |
| 2008-02-14 | add support for cyclic garbage collection to eTimer and eSocketNotifier | Andreas 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-11 | add a 'priority' for wizard screens to define the run order | Felix Domke | |
| 2008-02-07 | add 'profile': log individual starting times, and use them on next run to ↵ | Felix Domke | |
| estimate progress. write progress to lcd. | |||
| 2008-01-02 | patch by Moritz Venn: allow plugins to provide a Wakeup-Time | Felix Domke | |
| 2007-11-23 | add socket mmi plugin, | Andreas Monzner | |
| fix some mmi bugs | |||
| 2007-11-13 | dont show shutdown menu on long frontend power button press | Andreas Monzner | |
| 2007-11-08 | fix menu title | Andreas Monzner | |
| 2007-11-08 | show shutdown menu on long power button press | Andreas Monzner | |
| the old behavior (immediate shutdown) is choosable in usage config | |||
| 2007-09-23 | add 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-07 | override platform.supportsThreads early enough | Andreas Monzner | |
| 2007-07-22 | cleanup some imports | Andreas Monzner | |
| 2007-07-14 | make keymap configurable with config.usage.keymap | Felix Domke | |
| 2007-06-19 | whitespace fixup | Felix Domke | |
| 2007-04-24 | better (and more correct) fix | Felix Domke | |
| 2007-04-23 | consider screens which haven't finished their initialization as shown. this ↵ | Felix Domke | |
| fixes cutlist editor and movieplayer not visible. | |||
| 2007-04-13 | add possibility to assign CI Slots to services, provider names or caids.... | Andreas Monzner | |
| (not configurable via gui yet) | |||
| 2007-03-22 | dont show the infobar when close the last open screen | Andreas Monzner | |
| 2007-02-17 | zaptimers now do wakeup the box from standby and deepstandby | Andreas Monzner | |
| 2007-01-15 | use timedifference from eDVBLocalTimeHandler for time() calls in python | Andreas Monzner | |
| 2007-01-13 | fix non working use of configured system language for epg language | Andreas Monzner | |
