<feed xmlns='http://www.w3.org/2005/Atom'>
<title>spice.git/client, branch 0.10</title>
<subtitle>Spice</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/'/>
<entry>
<title>client/windows: fix SetClipboardViewer error handling rhbz#786554</title>
<updated>2012-03-01T11:33:48+00:00</updated>
<author>
<name>Arnon Gilboa</name>
<email>agilboa@redhat.com</email>
</author>
<published>2012-03-01T11:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=9eb73318cef817ecdba8bbf5f43f2cca84f48c4e'/>
<id>9eb73318cef817ecdba8bbf5f43f2cca84f48c4e</id>
<content type='text'>
MSDN says the following about SetClipboardViewer(): "If an error occurs or there
are no other windows in the clipboard viewer chain, the return value is NULL".
Seems like the buggy case was "no other windows in the clipboard viewer chain",
which explains the 3rd party clipboard manager workaround detailed in the bug
description.

It also seems like SetClipboardViewer() does not clear the error state on
succcess. Calling SetLastError(0) before SetClipboardViewer() seems to solves
this issue.

Since we could not reproduce the bug on our env, the customer has verified on
several of their systems that a private build resolved the issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MSDN says the following about SetClipboardViewer(): "If an error occurs or there
are no other windows in the clipboard viewer chain, the return value is NULL".
Seems like the buggy case was "no other windows in the clipboard viewer chain",
which explains the 3rd party clipboard manager workaround detailed in the bug
description.

It also seems like SetClipboardViewer() does not clear the error state on
succcess. Calling SetLastError(0) before SetClipboardViewer() seems to solves
this issue.

Since we could not reproduce the bug on our env, the customer has verified on
several of their systems that a private build resolved the issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>client X11: support volume keys when evdev is in use</title>
<updated>2012-03-01T07:26:43+00:00</updated>
<author>
<name>Yonit Halperin</name>
<email>yhalperi@redhat.com</email>
</author>
<published>2012-02-29T15:02:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=d82ac68c5ac4dcfb831fe3bd9eefcd65e05f6ce0'/>
<id>d82ac68c5ac4dcfb831fe3bd9eefcd65e05f6ce0</id>
<content type='text'>
Add support for sending volume keys scancodes to the guest
RHBZ #552539

Signed-off-by: Yonit Halperin &lt;yhalperi@redhat.com&gt;
(cherry picked from commit d2cd7b2b020da1dc7efe778ddfc4525e31784dbb)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for sending volume keys scancodes to the guest
RHBZ #552539

Signed-off-by: Yonit Halperin &lt;yhalperi@redhat.com&gt;
(cherry picked from commit d2cd7b2b020da1dc7efe778ddfc4525e31784dbb)
</pre>
</div>
</content>
</entry>
<entry>
<title>client: keyboard - add mapping for volume keys</title>
<updated>2012-03-01T07:26:41+00:00</updated>
<author>
<name>Yonit Halperin</name>
<email>yhalperi@redhat.com</email>
</author>
<published>2012-02-29T14:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=4b468cd45c05c44b6d5c5c6ea2c50e6f955c01ea'/>
<id>4b468cd45c05c44b6d5c5c6ea2c50e6f955c01ea</id>
<content type='text'>
Add support for sending volume keys scancodes to the guest
RHBZ #552539

A good reference for mapping keymaps to scancodes can be found in
spice-gtk/gtk/keymaps.csv

Signed-off-by: Yonit Halperin &lt;yhalperi@redhat.com&gt;
(cherry picked from commit 68cdc5488da1a008fa4e8a4447b85aa8ac9c2735)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for sending volume keys scancodes to the guest
RHBZ #552539

A good reference for mapping keymaps to scancodes can be found in
spice-gtk/gtk/keymaps.csv

Signed-off-by: Yonit Halperin &lt;yhalperi@redhat.com&gt;
(cherry picked from commit 68cdc5488da1a008fa4e8a4447b85aa8ac9c2735)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation when smartcard support is disabled</title>
<updated>2012-03-01T07:26:40+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@redhat.com</email>
</author>
<published>2012-02-29T10:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=e342ef835732a3696c1eb41204896d125115576a'/>
<id>e342ef835732a3696c1eb41204896d125115576a</id>
<content type='text'>
The addition of smartcard control to the controller doesn't handle
the case when smartcard support is disabled at compile time. When
this is the case, this causes compile errors.
(cherry picked from commit a50619e7334ff3620034a8b2ea75ceeffd4a805a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The addition of smartcard control to the controller doesn't handle
the case when smartcard support is disabled at compile time. When
this is the case, this causes compile errors.
(cherry picked from commit a50619e7334ff3620034a8b2ea75ceeffd4a805a)
</pre>
</div>
</content>
</entry>
<entry>
<title>controller_test: add README</title>
<updated>2012-02-28T12:41:39+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2012-02-26T16:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=547d5081262921087d3c1e0a9c8b2ed19d3a9135'/>
<id>547d5081262921087d3c1e0a9c8b2ed19d3a9135</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>client controller_test: reorder parameters since pid isn't needed for linux client test</title>
<updated>2012-02-28T12:41:35+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2012-02-26T16:41:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=0c6c93df1c8fba7a4105442af848fbf808663a89'/>
<id>0c6c93df1c8fba7a4105442af848fbf808663a89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>client: handle CONTROLLER_ENABLE_SMARTCARD (rhbz 641828)</title>
<updated>2012-02-28T12:41:33+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2012-02-26T11:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=7f1ed9283fd69b237938db9fd8de73f1ce9b84ce'/>
<id>7f1ed9283fd69b237938db9fd8de73f1ce9b84ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>controller_test: add ENABLE_SMARTCARD</title>
<updated>2012-02-28T12:41:30+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2012-02-26T11:32:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=8b0dcb5e0cf5a5acfbbb0ee4bb815a0bf710d41b'/>
<id>8b0dcb5e0cf5a5acfbbb0ee4bb815a0bf710d41b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix various comparison between signed and unsigned integer expressions warnings</title>
<updated>2012-01-23T14:58:13+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2012-01-23T14:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=a0190fce2302b8051f744c5cf38c1b334d77d11e'/>
<id>a0190fce2302b8051f744c5cf38c1b334d77d11e</id>
<content type='text'>
These turn into errors because of our -Werror use, breaking the build.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These turn into errors because of our -Werror use, breaking the build.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove epoll headers from client code</title>
<updated>2012-01-23T10:28:59+00:00</updated>
<author>
<name>Dan McGee</name>
<email>dpmcgee@gmail.com</email>
</author>
<published>2012-01-19T20:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=90d612686901254ec0d600ea991e65dbdc849ce5'/>
<id>90d612686901254ec0d600ea991e65dbdc849ce5</id>
<content type='text'>
There is no more usage of epoll on the client side, so no need to
include these header files.

Signed-off-by: Dan McGee &lt;dpmcgee@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no more usage of epoll on the client side, so no need to
include these header files.

Signed-off-by: Dan McGee &lt;dpmcgee@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
