enigma2 20131118 (master) -> 20140214 (master)

wojtek0706

Registered
Messages
277
enigma2 20131118 (master) -> 20140214 (master)
----------------------------------------------
- devicemanager changes
- added "eject" option to devicemanager to allow for safe removal of harddiscs/storage devices
- removed duplicate choices in storage device hotplug popup
- fixed occasional failure when trying manually mount a storage device
- fixed crashes like: "/usr/lib/enigma2/python/mytest.py", line 133, in <module> config.misc.prev_wakeup_time = ConfigInteger(default=0)
ValueError: invalid literal for int() with base 10: '1382275925.84'"
- added handling for invalid system time when bootup to standby
- added translations for months and days (thanks to merlin team)
- add changes needed since default ConfigPIN is 0000
- small mediaplayer position query fix
- fixed memory leak on ts streaming from network sources
- dont lookup other transponder SDT during service scan by default, add a (expert) config option to reenable it (imho its needed for dish network scan only... but breaks service descriptions on some other satellites)
- fixed possible crash on enigma2 shutdown/restart
- teletext subtitles changes by Arvo Järve (thanks for that!)
- add fallback handling to detect subtitle language for providers which not correctly implement the national option subset in the page header
(fixes subtiles on some baltic countries)
- added cyrillic charsets
(e.g. fixes teletext subtitles on russian services)
- new skin option: progress_pointer

for using a horizontal pixmap-progressbar with a different ending (e.g. -------------------------O)
I am using ePositionGauge for that scenario and taking care of the size of the special picture-ending

usage:
<widget backgroundColor="background" progress_pointer="Vali.HD.warp/pgpointer.png:13,0" position="90,674" render="PositionGauge" size="880,13" source="session.Event_Now" transparent="1" zPosition="9" >
<convert type="EventPosition">Gauge</convert>
</widget>

--> the attrib of the bitmap is the size of the special ending, that means for the example that the ending of the pixmap with the special graphic has a width of 13 pixel.

http://git.opendreambox.org/?p=enigma2.git;a=log
 
Top