Update enigma2: 4.3.2r2

DR-10

Super VIP
Messages
3,748
4.3.2r2
- updated translations
- InputDeviceManager
- rework/cleanup UI
- rework paring process - drop PIN pair in favor of simply using OK on a selected device
- fixed reversed MAC addresses
- fixed false negatives in firmware-presence-check on boxes having a crowded boot process
- added Source/Converter for Input Device Battery/RSSI Text and Progress, with "session.InputDevice" as global source Example for Progress:
"""
<widget source="session.InputDevice" render="Progress" position="145,55" size="70,6" pixmap="skin_default/progress.png" backgroundColor="grey" transparent="1" zPosition="1">
<convert type="InputDeviceInfo">rssi</convert>
</widget>
<widget source="session.InputDevice" render="Progress" position="145,88" size="70,6" pixmap="skin_default/progress.png" backgroundColor="grey" transparent="1" zPosition="1">
<convert type="InputDeviceInfo">batteryLevel</convert>
</widget>
"""
- SleepTimer: rework by Sven H.
- Streaming: Add AIT to streaming services (for HbbTV over Partnerbox)
- Browser: fixed flicker while rendering
- NetworkManager: added timeserver configuration
- Plugin-Icon support for skinners (by dr.best)
- fixed GUI lag on streaming-service zapping
- fixed issue with blending in FullHD skins (change framerate from 60FPS to 50FPS)
- FHD skin updates
- CeC: added amazon vendor id
- TempFanControl: added update by gutemine (FHD skin, easier extensibility)
- eDBusInterface/dreamboxctl: added getDuration() (required for latest plaincast)
- and more fixes here and there....
- group identical debug messages by appending "(%d times)" instead of repeating them
- prevent "unhandled POLLERR/HUP/NVAL for fd" log spam

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