diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-22 11:11:45 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-22 11:11:45 +0100 |
commit | 8ca1718156504b11d11ee76a0fa977b25b1de964 (patch) | |
tree | 22ae06f178ece534722d2a8844b8daccdae3b342 /HISTORY | |
parent | e688b548decdebe35e70f4a420070da47a9e8a64 (diff) | |
download | skin-flatplus-8ca1718156504b11d11ee76a0fa977b25b1de964.tar.gz skin-flatplus-8ca1718156504b11d11ee76a0fa977b25b1de964.tar.bz2 |
parse tilde of epgsearch
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ VDR Plugin 'skinflatplus' Revision History --------------------------------------- -2013-12-XX: Version 0.1.1 +2013-12-XX: Version 0.2.0 - [fix] load user decor settings - [fix] menu scrollbar size and margin @@ -13,7 +13,7 @@ VDR Plugin 'skinflatplus' Revision History - [update] add Patch from MegaV0lt, support for simple aspect & format, new icons - [update] only log not loaded images - [add] theme colors clrMenuTextFixedFont, clrMenuTimerItemDisabledFont, clrMenuTimerItemRecordingFont, - clrMenuItemProgramShortTextFont, clrMenuItemReplayExtraTextFont + clrMenuItemExtraTextFont - [add] add support for menu SetItemChannel - [add] add support for menu SetItemTimer - [add] add support for menu SetItemEvent (program menu) @@ -22,6 +22,7 @@ VDR Plugin 'skinflatplus' Revision History - [add] imagecache for faster image loading - [add] option MenuItemRecordingClearPercent set to 1 to clear the '%' in recording names (you have an cut icon to detect cutted recordings) - [add] option MenuItemRecordingShowFolderDate to show the date in the folder item from the newest/oldest recording in that folder (0 = disable, 1 = newest recording date, 2 = oldest recording date) +- [add] option MenuItemParseTilde for parse the tilde (of epgsearch) and draw the text after the tilde in clrMenuItemExtraTextFont color - [add] define DEBUGIMAGELOADTIME for debug output of imageloader time (search in cache, load from disk, scale) 2013-11-24: Version 0.1.0 - MegaV0lt Version |