diff options
author | louis <louis.braun@gmx.de> | 2013-10-25 20:50:08 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-10-25 20:50:08 +0200 |
commit | 1aa2f6ace2419406b305f9fe238d9d341f761c73 (patch) | |
tree | b58da850e207efd038ac0b88cbdf9fa444667dfd /HISTORY | |
parent | 086588958f25fcf065a947bd908e65c4a4c345bd (diff) | |
download | skin-nopacity-1aa2f6ace2419406b305f9fe238d9d341f761c73.tar.gz skin-nopacity-1aa2f6ace2419406b305f9fe238d9d341f761c73.tar.bz2 |
Version 0.9.0
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -300,3 +300,28 @@ Version 0.1.4 displayChannel - Configurable Menu Item Scroll Mode: "Carriage Return" or "Forward and Back again" +- channel logo cache is built with channelID as key (not with channelNumber + anymore) +- Removed RSS Feed support completely, maybe this will get a standalone + plugin in the future +- Implemented theme dependend configuration. Each theme has now it's own + configuration. Default configurations for each theme can be set in the + appropriate conf/theme-themename.conf file. This file has to be placed + in <PLGCONFDIR>/themeconfigs. With that each theme can be shipped with + its individual settings and the plugin settings can be changed + individually for each theme without affecting other themes. +- All skin background and button elements can now be individual PNGs. For + that the config value displayType has to be set to the value 2 in the + theme specific configuration. +- Added new Theme "freestyle" with individual graphics for the different + skin elements. +- Rewriting and cleanup of displayChannel: + - separated drawing code in dedicated class + - removed "simple" status icon bar, now only graphical icons are supported + - changed screen resolution icon to same height but 3 times larger width + as other status icons. + - status icons scale to size of footer height + - fixed bug that progress bar sometimes was not displayed when switching + - adapted the status icons for the different themes + the channel + |