2014-09-27 09:25:14 +02:00
|
|
|
VDR Plugin 'skindesigner' Revision History
|
|
|
|
---------------------------------------
|
|
|
|
|
|
|
|
2014-09-27: Version 0.0.1
|
|
|
|
|
|
|
|
- Initial revision.
|
|
|
|
|
2014-10-03 07:17:16 +02:00
|
|
|
Version 0.0.2
|
|
|
|
|
2014-11-07 17:31:27 +01:00
|
|
|
- added some more tokens with more detailed audio information in
|
|
|
|
displaychannel -> statusinfo
|
2014-10-03 07:30:20 +02:00
|
|
|
- added hasVPS for current scheduling in displaychannel -> epginfo
|
2014-10-03 15:54:23 +02:00
|
|
|
- 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
|
2014-11-07 17:31:27 +01:00
|
|
|
- fixed a crash if no skindesigner skins are found and plugin setup menu is
|
|
|
|
called from another skin
|
2014-10-05 17:03:38 +02:00
|
|
|
- added {durationhours} and {durationminutes} tokens in several view elements
|
2014-11-07 17:31:27 +01:00
|
|
|
- added discusage icons to menu header view element so that it discusage can be
|
|
|
|
displayed in every menu view
|
2014-10-07 17:36:33 +02:00
|
|
|
- added numeric day, month and year tokens in different view elements
|
2014-10-10 15:32:38 +02:00
|
|
|
- support for global variables type "double"
|
2014-10-11 12:13:15 +02:00
|
|
|
- added setup options to configure rerun display behaviour
|
|
|
|
- changed display of menu lists, do flush first after complete rendering
|
2014-10-11 16:31:39 +02:00
|
|
|
- added support for custom tokens in dislaychannel
|
2014-10-11 16:55:30 +02:00
|
|
|
- added vps token in menudetailepg
|
2014-10-15 18:04:12 +02:00
|
|
|
- implemented cSDDisplayMenu::GetTextAreaFont()
|
2014-10-17 17:44:02 +02:00
|
|
|
- introduced new viewelement audioinfo in displaychannel
|
2014-11-07 17:31:27 +01:00
|
|
|
- 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
|
|
|
|
- display always newest recording of folders in recordings list,
|
|
|
|
thanks@ Lars Hanisch for providing the patch
|
2014-10-20 17:35:52 +02:00
|
|
|
- added extented recording information
|
2014-11-07 17:31:27 +01:00
|
|
|
- added token {nummenuitem} as number of item for every list, value starts
|
|
|
|
with 1
|
2014-10-25 11:38:39 +02:00
|
|
|
- fixed bug that x and y of subviews was not respected
|
2014-10-25 15:08:57 +02:00
|
|
|
- if a subview is completely not set in a skin, the default menu is used
|
2014-11-07 17:31:27 +01:00
|
|
|
- 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
|
2014-10-25 17:29:41 +02:00
|
|
|
- using default menu list in case an invalid MenuCategory is set
|
2014-10-25 20:10:00 +02:00
|
|
|
- added device info in displaychannel, example in metrixHD
|
2014-10-26 08:26:44 +01:00
|
|
|
- improved menu icon display, additionally using menu cat
|
2014-10-26 08:30:21 +01:00
|
|
|
- changed devices list, device numbers start with 0
|
2014-10-26 08:47:24 +01:00
|
|
|
- fixed bug that hasposter is only true if poster really exists
|
2014-11-07 17:31:27 +01:00
|
|
|
- no absolute pathes allowed for image type "image", path has to start with
|
|
|
|
{ressourcedir}
|
2014-10-26 11:09:09 +01:00
|
|
|
|
2014-10-26 11:15:48 +01:00
|
|
|
Version 0.0.3
|
2014-10-26 08:26:44 +01:00
|
|
|
|
2014-11-07 17:31:27 +01:00
|
|
|
- added tokens for current video and audio bitrate in displaychannel.
|
|
|
|
Thx @rofafor for the original code
|
2014-10-28 16:39:42 +01:00
|
|
|
in the femon plugin and _Martin_ for extracting the code in skinflatplus
|
|
|
|
- changed skin metrixHD to display bitrate infos
|
2014-11-07 17:31:27 +01:00
|
|
|
- added "active" Token for cutting marks so that a mark can be displayed in a
|
|
|
|
dedicated way if current position in replay exactly hits the mark
|
|
|
|
- added {channelname}, {channelid}, {channellogoexists} for all schedules list
|
|
|
|
and current views
|
2014-11-01 13:03:52 +01:00
|
|
|
- added printf function for <drawtext>, see Wiki for documentation
|
2014-11-07 17:31:27 +01:00
|
|
|
- removed code for displaying bitrates in displaychannel again because of
|
|
|
|
incompatibility with dvbapi Plugin
|
2014-11-01 16:02:56 +01:00
|
|
|
- optimized performance when creating a menu list
|
2014-11-07 17:31:27 +01:00
|
|
|
- fixed Bug that displaychannel was not shown after closing displaymenu with
|
|
|
|
"backspace" (with active menuorg plugin)
|
2014-11-02 11:41:41 +01:00
|
|
|
- fixed Bug with menuselection Patch
|
2014-11-15 15:21:36 +01:00
|
|
|
- added tokens {month}, {monthname} and {year} in displaymenutimers listitem and
|
|
|
|
currentitem
|
|
|
|
- added dedicated tokens for posters and banners in <srapercontent> in
|
|
|
|
displaychannel and displayreplay
|
2014-11-15 09:47:22 +01:00
|
|
|
- added Plugin Interface
|
2014-11-15 09:50:39 +01:00
|
|
|
- fixed crash when clearing a message in displaychannel and displayreplay
|
2014-11-15 09:54:51 +01:00
|
|
|
- fixed positioning of scaled video window if borders are configured
|
2014-10-25 15:08:57 +02:00
|
|
|
|
2014-11-15 10:08:49 +01:00
|
|
|
Version 0.0.4
|
|
|
|
|
2014-11-15 11:15:48 +01:00
|
|
|
- added SVG Support - thanks to Manuel Reimer!
|
|
|
|
|
|
|
|
Version 0.0.5
|
2014-11-15 15:21:36 +01:00
|
|
|
|
|
|
|
- added {channelnumber} and {channelname} Tokens in displaymenudetailepg
|
|
|
|
detailheader
|
2014-11-15 15:49:48 +01:00
|
|
|
- fixed {hasicon} Token in displaymenu header
|
2014-11-15 16:24:07 +01:00
|
|
|
- added {newmails} Token in displaychannel statusinfo, mailbox plugin
|
|
|
|
has to be installed
|
2014-11-18 18:33:27 +01:00
|
|
|
- clearing displaymessage if it is called without text
|
2014-11-21 19:19:59 +01:00
|
|
|
- changed handling of channel logos, width and height are now mandatory
|
2014-11-22 09:32:30 +01:00
|
|
|
|
|
|
|
Version 0.0.6
|
|
|
|
|
2014-11-22 11:48:54 +01:00
|
|
|
- fixed Bug that channel info was not shown when displaying reruns with
|
|
|
|
epgsearch
|
2014-11-22 12:19:13 +01:00
|
|
|
- using VDRs OSD Language instead of system language
|
2014-11-23 16:46:56 +01:00
|
|
|
- added compatibility to librsvg >= 2.36.1
|
2014-11-29 11:23:54 +01:00
|
|
|
- added onpause and onpausemodeonly in displayreplay
|
2014-11-29 11:55:53 +01:00
|
|
|
- added {channellogoexists} Token everywhere where {channelid} is available
|
2014-11-29 11:56:49 +01:00
|
|
|
|
|
|
|
Version 0.0.7
|
|
|
|
|
2014-11-29 16:00:42 +01:00
|
|
|
- fixed bug that global double vars are not working
|
|
|
|
|
2014-11-29 18:16:34 +01:00
|
|
|
Version 0.0.8
|
2014-12-06 11:17:15 +01:00
|
|
|
|
|
|
|
- displaying default menu list if menu category is set to another category
|
|
|
|
but SetItem() is called
|