<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vdr-plugin-text2skin/SKINS, branch master</title>
<subtitle>VDR Text2Skin Plug-in
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-text2skin/'/>
<entry>
<title>- fixed disappearing Scrolltext when Message was displayed</title>
<updated>2004-06-16T18:50:57+00:00</updated>
<author>
<name>lordjaxom</name>
<email>lordjaxom</email>
</author>
<published>2004-06-16T18:50:57+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-text2skin/commit/?id=1d3cd38e88ae97dd6906f9818d52b9ef07bf057d'/>
<id>1d3cd38e88ae97dd6906f9818d52b9ef07bf057d</id>
<content type='text'>
- fixed display-items "MenuScrollUp" and "MenuScrollDown" which didn't display
  any other items than "Symbol"
- fixed the above for all replay- and channel-symbols
  (for all display-items that can be symbols there must be path, altpath or
  both to tell the plugin if that item is to be drawn if the symbol is on,
  off or in both cases)
- fixed various memory leaks and missing destructions (valgrind rox)
- fixed the image loaders to respect the alpha value and palette properly
  (this hopefully also fixes the phenomenon that images "get lost" after some
  time)
- added display-item "Scrollbar"
- SKINS and SKINS.de are now generated during the make
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fixed display-items "MenuScrollUp" and "MenuScrollDown" which didn't display
  any other items than "Symbol"
- fixed the above for all replay- and channel-symbols
  (for all display-items that can be symbols there must be path, altpath or
  both to tell the plugin if that item is to be drawn if the symbol is on,
  off or in both cases)
- fixed various memory leaks and missing destructions (valgrind rox)
- fixed the image loaders to respect the alpha value and palette properly
  (this hopefully also fixes the phenomenon that images "get lost" after some
  time)
- added display-item "Scrollbar"
- SKINS and SKINS.de are now generated during the make
</pre>
</div>
</content>
</entry>
<entry>
<title>- added parameter alpha for images</title>
<updated>2004-06-13T18:40:59+00:00</updated>
<author>
<name>lordjaxom</name>
<email>lordjaxom</email>
</author>
<published>2004-06-13T18:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-text2skin/commit/?id=3d738f9c8a5d48bb22b3330c036b6887b0f9d6c1'/>
<id>3d738f9c8a5d48bb22b3330c036b6887b0f9d6c1</id>
<content type='text'>
- added ReplayMode as Logo to display a replaylogo (normal, vcd, mp3, dvd, ...)
- added some german and finnish (thx to Rolf Ahrenberg) translations
- fixed VPSTime which was displayed although is was equal to the StartTime
- fixed MenuItems which displayed non-Text items periodically
- fixed calculation of the editable width in the main menu
- fixed animation delay (specified in 1/100th, used 1/1000th)
- flushing cache when entering a new display (now the cache basically holds
  all items necessary in one display)
- removed "flush image cache" from setup menu
- added "max. cache size" to setup menu
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added ReplayMode as Logo to display a replaylogo (normal, vcd, mp3, dvd, ...)
- added some german and finnish (thx to Rolf Ahrenberg) translations
- fixed VPSTime which was displayed although is was equal to the StartTime
- fixed MenuItems which displayed non-Text items periodically
- fixed calculation of the editable width in the main menu
- fixed animation delay (specified in 1/100th, used 1/1000th)
- flushing cache when entering a new display (now the cache basically holds
  all items necessary in one display)
- removed "flush image cache" from setup menu
- added "max. cache size" to setup menu
</pre>
</div>
</content>
</entry>
<entry>
<title>- fixed Timebar which sometimes displayed something beyond 100%</title>
<updated>2004-06-07T19:09:34+00:00</updated>
<author>
<name>lordjaxom</name>
<email>lordjaxom</email>
</author>
<published>2004-06-07T19:09:34+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-text2skin/commit/?id=e0de96fc7168daeaf414fb6196e08969468427d2'/>
<id>e0de96fc7168daeaf414fb6196e08969468427d2</id>
<content type='text'>
- fixed scrolling in EPG detail display
- added "MenuEventEndTime", "MenuEventVPSTime" and "MenuEventDate"
- added "DateTimeF" and "MenuEventDateTimeF" for free formattable dates
- added parameter format that holds the format string for the above items
- implemented setup menu to flush image cache
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fixed scrolling in EPG detail display
- added "MenuEventEndTime", "MenuEventVPSTime" and "MenuEventDate"
- added "DateTimeF" and "MenuEventDateTimeF" for free formattable dates
- added parameter format that holds the format string for the above items
- implemented setup menu to flush image cache
</pre>
</div>
</content>
</entry>
<entry>
<title>- added scrollable texts and "SymbolScrollUp" and "SymbolScrollDown"</title>
<updated>2004-06-05T18:06:22+00:00</updated>
<author>
<name>lordjaxom</name>
<email>lordjaxom</email>
</author>
<published>2004-06-05T18:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-text2skin/commit/?id=6094765d94e4caaf0813039dff826b731f277753'/>
<id>6094765d94e4caaf0813039dff826b731f277753</id>
<content type='text'>
- added "MenuText", "MenuEventTitle", "MenuEventShortText",
  "MenuEventDescription", "MenuEventTime", "MenuRecording",
  "SymbolEventRunning", "SymbolEventTimer" and "SymbolEventVPS"
- implemented image caching
- added english and german README
- removed some workarounds, and added a patch to vdr to the tree (will be
  included in 1.3.10)
- fixed two bugs when displaying replay symbols
- implemented tabbed texts in menu
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added "MenuText", "MenuEventTitle", "MenuEventShortText",
  "MenuEventDescription", "MenuEventTime", "MenuRecording",
  "SymbolEventRunning", "SymbolEventTimer" and "SymbolEventVPS"
- implemented image caching
- added english and german README
- removed some workarounds, and added a patch to vdr to the tree (will be
  included in 1.3.10)
- fixed two bugs when displaying replay symbols
- implemented tabbed texts in menu
</pre>
</div>
</content>
</entry>
<entry>
<title>- "Background" may be initialized with a color now</title>
<updated>2004-05-31T19:56:56+00:00</updated>
<author>
<name>lordjaxom</name>
<email>lordjaxom</email>
</author>
<published>2004-05-31T19:56:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-text2skin/commit/?id=b968a310699595ff139278440ae278aebf112c1f'/>
<id>b968a310699595ff139278440ae278aebf112c1f</id>
<content type='text'>
- fixed channel name/number display
- added parameter type (to store logo's filetype)
- "Timebar", "Progressbar" and "Volumebar": Background is only drawn if bg is
  specified
- fixed timebar (was running backwards)
- renamed "Progressbar" to "Replaybar" for more consistency
- renamed "Logo" to "ChannelLogo"
- introduced items "Language" (for audio language texts or symbols) and "Image"
  (foreground images)
- adopted SKINS document (SKINS.de is not up-to-date yet)
- introduced item "MenuTitle"
- introduced items "MenuRed", "MenuGreen", "MenuYellow" and "MenuBlue"
- activated message items for display in menu
- introcuded parameter "arc" and item "Slope"
- fixed possible segfault in Item=Message
- implemented items "SymbolReplaying" and "SymbolRadio"
- added "text" parameter for all text like Items (explanation follows)
- added "SymbolPlay", "SymbolPause", "SymbolFastFwd", "SymbolFastRew",
  "SymbolSlowFwd", "SymbolSlowRew" items.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fixed channel name/number display
- added parameter type (to store logo's filetype)
- "Timebar", "Progressbar" and "Volumebar": Background is only drawn if bg is
  specified
- fixed timebar (was running backwards)
- renamed "Progressbar" to "Replaybar" for more consistency
- renamed "Logo" to "ChannelLogo"
- introduced items "Language" (for audio language texts or symbols) and "Image"
  (foreground images)
- adopted SKINS document (SKINS.de is not up-to-date yet)
- introduced item "MenuTitle"
- introduced items "MenuRed", "MenuGreen", "MenuYellow" and "MenuBlue"
- activated message items for display in menu
- introcuded parameter "arc" and item "Slope"
- fixed possible segfault in Item=Message
- implemented items "SymbolReplaying" and "SymbolRadio"
- added "text" parameter for all text like Items (explanation follows)
- added "SymbolPlay", "SymbolPause", "SymbolFastFwd", "SymbolFastRew",
  "SymbolSlowFwd", "SymbolSlowRew" items.
</pre>
</div>
</content>
</entry>
<entry>
<title>- added "ChannelSmall" section (apparently VDR doesn't use it)</title>
<updated>2004-05-23T19:29:12+00:00</updated>
<author>
<name>lordjaxom</name>
<email>lordjaxom</email>
</author>
<published>2004-05-23T19:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-text2skin/commit/?id=377ef2b18a6499a1ef0e540a74c4e54317efee85'/>
<id>377ef2b18a6499a1ef0e540a74c4e54317efee85</id>
<content type='text'>
- added replay and message items
- added a german translation of the SKINS document (incomplete)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added replay and message items
- added a german translation of the SKINS document (incomplete)
</pre>
</div>
</content>
</entry>
<entry>
<title>- Initial revision.</title>
<updated>2004-05-23T00:35:46+00:00</updated>
<author>
<name>lordjaxom</name>
<email>lordjaxom</email>
</author>
<published>2004-05-23T00:35:46+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-text2skin/commit/?id=d309055320433e5fd899de53dc688d679609e6db'/>
<id>d309055320433e5fd899de53dc688d679609e6db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
