vdr-plugin-skindesigner/HISTORY

40 lines
2.0 KiB
Plaintext
Raw Normal View History

2014-09-27 09:25:14 +02:00
VDR Plugin 'skindesigner' Revision History
---------------------------------------
2014-09-27: Version 0.0.1
- Initial revision.
Version 0.0.2
- added some more tokens with more detailed audio information in displaychannel -> statusinfo
- added hasVPS for current scheduling in displaychannel -> epginfo
- added common channel logo path for all skins
- changed skin handling so that every skin is directly shown in VDR OSD Menu
- added Theme support, each skin can now have various themes
- fixed a crash if no skindesigner skins are found and plugin setup menu is called from another skin
- added {durationhours} and {durationminutes} tokens in several view elements
- added discusage icons to menu header view element so that it discusage can be displayed in every menu view
- added numeric day, month and year tokens in different view elements
- support for global variables type "double"
- added setup options to configure rerun display behaviour
- changed display of menu lists, do flush first after complete rendering
- added support for custom tokens in dislaychannel
2014-10-11 16:55:30 +02:00
- added vps token in menudetailepg
- implemented cSDDisplayMenu::GetTextAreaFont()
- introduced new viewelement audioinfo in displaychannel
- added setup option to choose Menu Item display method between "at one go" and "after one another"
- fixed bug that new skin was not properly loaded sometimes when skin was changed in OSD Setup menu
- fixed bug that new font was displayed first after VDR restart when font was changed in OSD Setup menu
2014-10-20 17:35:52 +02:00
- display always newest recording of folders in recordings list, thanks@ Lars Hanisch for providing the patch
- added extented recording information
2014-10-23 06:08:12 +02:00
- added token {nummenuitem} as number of item for every list, value starts with 1
- fixed bug that x and y of subviews was not respected
- if a subview is completely not set in a skin, the default menu is used
- fixed a bug if displaydetailedtext is called without correct menucat (mailbox plugin)
2014-10-25 16:58:05 +02:00
- implemented function drawslope, see Wiki for documentation
- using default menu list in case an invalid MenuCategory is set
2014-10-25 16:58:05 +02:00