Update enigma2 :4.4.1r10

DR-10

Super VIP
Messages
3,732
4.4.1r10
- fixed missing audio after service change
- fixed broken SPDIF passthrough
- added possibility to stop and close alsa audio devices
- optimized enigma2 internal showiframe function (dr.bests videodb is using this)
- adjusted default skin (following the changes described in Skins & UI)
- fixed crash in SetupGuide
- reworked frontprocessor flasher for dreambox one

Skins & UI
- added "global skin variables" that can be used to define "global" position and size values. Example:
<globals>
<value name="infobar_pos" value="0,540" />
</globals>
- eSlider (progress): add and handle foregroundColor/backgroundColor attributes
- ChoiceList/ParentalControlList componentSizes: add pixmapX and pixmapY
- eListbox (lists)
- ConfigContent: seperation is now a hard limit, allow multi-line config list entries and values instead (only if line height is >= fontSize*2)
- MultiContent: add SCALE_STRETCH and SCALE_FILL for pixmaps
- add selectionZoom (method setSelectionZoom)
- Zooms the currently selected item by a factor (for skin use: selectionZoom="1.1", for 110% of original size)
- add mode="vertical|horizontal|grid" for defining the render type
- add margin="<horizontalMargin>,<verticalMargin" to add a global margin to the list (adjust to match your selectionZoom)

Others
- refactored, cleanuped, generalized and fixed EGL/GLES handling (GL Widgets are now usable in a stable manner)
- speeded up blitting when using constant alpha on ge2d (dreambox one)
- don't try operating a non-existing display
- enabled generation of method signature comments for eLCD / eDboxLCD in enigma.py
 
Top