<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skin-nopacity, branch master</title>
<subtitle>VDR nOpacity Skin
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/skin-nopacity/'/>
<entry>
<title>Version 1.1.12</title>
<updated>2022-06-24T12:10:45+00:00</updated>
<author>
<name>kamel5</name>
<email>vdr.kamel5 (at) gmx (dot) net</email>
</author>
<published>2022-05-30T11:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/skin-nopacity/commit/?id=6bde9befbfc740f97929418378e5d2256a2876a9'/>
<id>6bde9befbfc740f97929418378e5d2256a2876a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better horizontal alignment of playback icons</title>
<updated>2022-06-19T13:52:25+00:00</updated>
<author>
<name>kamel5</name>
<email>vdr.kamel5 (at) gmx (dot) net</email>
</author>
<published>2022-06-19T10:54:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/skin-nopacity/commit/?id=85e2df613a2a2b67863081ca964dcdbb1e0f8ab7'/>
<id>85e2df613a2a2b67863081ca964dcdbb1e0f8ab7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid crash when selecting invisibile menu items</title>
<updated>2022-06-19T13:52:25+00:00</updated>
<author>
<name>Soeren Moch</name>
<email>smoch@web.de</email>
</author>
<published>2022-06-18T07:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/skin-nopacity/commit/?id=89dc1ae97f018a261d789d1120c4fa11fdb813a1'/>
<id>89dc1ae97f018a261d789d1120c4fa11fdb813a1</id>
<content type='text'>
Items can be selected with number key presses in main and setup menus.
When the selected item is not visible (scrolled out of the visible
range) there is no need to update the item before closing the menu.
Check for this condition to avoid crashing.

Signed-off-by: Soeren Moch &lt;smoch@web.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Items can be selected with number key presses in main and setup menus.
When the selected item is not visible (scrolled out of the visible
range) there is no need to update the item before closing the menu.
Check for this condition to avoid crashing.

Signed-off-by: Soeren Moch &lt;smoch@web.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a segfault</title>
<updated>2022-06-19T13:52:25+00:00</updated>
<author>
<name>kamel5</name>
<email>vdr.kamel5 (at) gmx (dot) net</email>
</author>
<published>2022-06-13T17:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/skin-nopacity/commit/?id=2d61b79eba975cc001dd829d08d4b30ec31f8cbe'/>
<id>2d61b79eba975cc001dd829d08d4b30ec31f8cbe</id>
<content type='text'>
In the function "cNopacityDetailView::InitiateViewType" there was a
segfault when the "call-&gt;type = tNone".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the function "cNopacityDetailView::InitiateViewType" there was a
segfault when the "call-&gt;type = tNone".
</pre>
</div>
</content>
</entry>
<entry>
<title>Display number of recordings</title>
<updated>2022-06-19T13:52:21+00:00</updated>
<author>
<name>kamel5</name>
<email>vdr.kamel5 (at) gmx (dot) net</email>
</author>
<published>2022-06-08T11:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/skin-nopacity/commit/?id=ccbfb336abc57d85282cc784e364b3036e234390'/>
<id>ccbfb336abc57d85282cc784e364b3036e234390</id>
<content type='text'>
Added display of the number of recordings in the recordings menu. A
setup option to switch it on/off has also been added.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added display of the number of recordings in the recordings menu. A
setup option to switch it on/off has also been added.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove some unnessesary variable</title>
<updated>2022-06-09T11:51:21+00:00</updated>
<author>
<name>kamel5</name>
<email>vdr.kamel5 (at) gmx (dot) net</email>
</author>
<published>2022-06-06T08:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/skin-nopacity/commit/?id=ae00b6eba342735e52d888ba2b3b7a8a83e088c1'/>
<id>ae00b6eba342735e52d888ba2b3b7a8a83e088c1</id>
<content type='text'>
channelX is always 0
channelWidth is always channelOsdWidth
replayWidth is always replayOsdWidth
replayHeight is always replayOsdHeight
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
channelX is always 0
channelWidth is always channelOsdWidth
replayWidth is always replayOsdWidth
replayHeight is always replayOsdHeight
</pre>
</div>
</content>
</entry>
<entry>
<title>No use of channelBorderVertical and channelBorderBottom in DisplayChannel</title>
<updated>2022-06-09T11:51:21+00:00</updated>
<author>
<name>kamel5</name>
<email>vdr.kamel5 (at) gmx (dot) net</email>
</author>
<published>2022-06-05T10:14:14+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/skin-nopacity/commit/?id=ba6738dc00d068e5c54aae1cc3c9a8ea93681a91'/>
<id>ba6738dc00d068e5c54aae1cc3c9a8ea93681a91</id>
<content type='text'>
This values can better used in GeometryManager.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This values can better used in GeometryManager.
</pre>
</div>
</content>
</entry>
<entry>
<title>Better horizontal align of StatusIcons</title>
<updated>2022-06-09T11:51:21+00:00</updated>
<author>
<name>kamel5</name>
<email>vdr.kamel5 (at) gmx (dot) net</email>
</author>
<published>2022-06-06T08:02:23+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/skin-nopacity/commit/?id=367119fbd656039e30d4bccfffd000bfb31759b3'/>
<id>367119fbd656039e30d4bccfffd000bfb31759b3</id>
<content type='text'>
The right side of the status icons overlapped with the lower right
corner. The distance to the right edge has been increased.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The right side of the status icons overlapped with the lower right
corner. The distance to the right edge has been increased.
</pre>
</div>
</content>
</entry>
<entry>
<title>Better vertical align of SignalMeter</title>
<updated>2022-06-09T11:51:21+00:00</updated>
<author>
<name>kamel5</name>
<email>vdr.kamel5 (at) gmx (dot) net</email>
</author>
<published>2022-06-05T17:04:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/skin-nopacity/commit/?id=fa070762889086cdc9128daa1d79575163665527'/>
<id>fa070762889086cdc9128daa1d79575163665527</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update po-files</title>
<updated>2022-06-09T11:51:21+00:00</updated>
<author>
<name>kamel5</name>
<email>vdr.kamel5 (at) gmx (dot) net</email>
</author>
<published>2022-06-01T17:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/skin-nopacity/commit/?id=7c1871ce4778b7e889e8546c506084aa2fa66487'/>
<id>7c1871ce4778b7e889e8546c506084aa2fa66487</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
