<feed xmlns='http://www.w3.org/2005/Atom'>
<title>spice.git/client, branch 0.8.0</title>
<subtitle>Spice</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/'/>
<entry>
<title>x11: Use _exit rather then exit on X errors (rhbz#680763)</title>
<updated>2011-03-01T17:40:36+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2011-03-01T16:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=1a20edffedf58f602b6d517cdc919115dc64c36a'/>
<id>1a20edffedf58f602b6d517cdc919115dc64c36a</id>
<content type='text'>
This avoids us trying to restore the original resolution when we're fullscreen
and an X error happens. As restoring fullscreen is a bad idea then as this
involves making more X calls, which can get us stuck (in side an XLockDisplay
call for example).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids us trying to restore the original resolution when we're fullscreen
and an X error happens. As restoring fullscreen is a bad idea then as this
involves making more X calls, which can get us stuck (in side an XLockDisplay
call for example).
</pre>
</div>
</content>
</entry>
<entry>
<title>client: exit nicely for --controller with no SPICE_XPI_SOCKET (rhbz#644292)</title>
<updated>2011-03-01T17:40:36+00:00</updated>
<author>
<name>Uri Lublin</name>
<email>uril@redhat.com</email>
</author>
<published>2011-03-01T15:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=eda812f0d7fe0a08b3bdce6e95740f97ecaae2d8'/>
<id>eda812f0d7fe0a08b3bdce6e95740f97ecaae2d8</id>
<content type='text'>
When starting spicec with --controller, SPICE_XPI_SOCKET environment
variable must be defined so spicec and the controller can be connected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When starting spicec with --controller, SPICE_XPI_SOCKET environment
variable must be defined so spicec and the controller can be connected.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix keyb modifiers not syncing from client to client os (rhbz#679467)</title>
<updated>2011-03-01T17:40:36+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2011-03-01T14:11:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=a0996e0f70c19b3784cc433021ca7885bc404800'/>
<id>a0996e0f70c19b3784cc433021ca7885bc404800</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop static_title.bmp from windows/Makefile.am</title>
<updated>2011-02-11T14:37:54+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2011-02-11T14:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=f173a38de794a21f322aa3f324673e33cda74563'/>
<id>f173a38de794a21f322aa3f324673e33cda74563</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>client/smartcard: libcacard dropped ReaderAddResponse</title>
<updated>2011-02-10T08:34:58+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2011-02-03T15:51:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=f94d08cf3f3e788f5139fdb1ea5fa1de90b16b06'/>
<id>f94d08cf3f3e788f5139fdb1ea5fa1de90b16b06</id>
<content type='text'>
uses VSC_Error with code==VSC_SUCCESS instead. This means that the VSC_Error
message is overloaded. Instead of the other option of adding a message id,
since the connection is TCP so no messages may be dropped or reordered, by
having each message followed by a response there is no ambiguity. Still
this commit adds a queue for messages that we only have one of which outstanding
at a time, i.e. send, wait for response, send the next, etc. This further
simplifies the logic, while not adding much overhead since only when spicec
starts up it has a situation where it needs to send two events (ReaderAdd
and ATR for Card Insert).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uses VSC_Error with code==VSC_SUCCESS instead. This means that the VSC_Error
message is overloaded. Instead of the other option of adding a message id,
since the connection is TCP so no messages may be dropped or reordered, by
having each message followed by a response there is no ambiguity. Still
this commit adds a queue for messages that we only have one of which outstanding
at a time, i.e. send, wait for response, send the next, etc. This further
simplifies the logic, while not adding much overhead since only when spicec
starts up it has a situation where it needs to send two events (ReaderAdd
and ATR for Card Insert).
</pre>
</div>
</content>
</entry>
<entry>
<title>client/smartcard: ignore VSC_Init</title>
<updated>2011-02-10T08:34:47+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2011-02-03T18:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=17ba06da2c767cf7e0f378ebe2833ad263f774c3'/>
<id>17ba06da2c767cf7e0f378ebe2833ad263f774c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>client/smartcard: s/reader_id_t/uint32_t/ (libcacard changed)</title>
<updated>2011-02-10T08:34:26+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2011-02-03T15:45:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=d7cf75f68c92c7dcc1157fdb59f617eaf221fd1d'/>
<id>d7cf75f68c92c7dcc1157fdb59f617eaf221fd1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>spicec: Remove spice-client watermark (rhbz#662450)</title>
<updated>2011-02-02T08:15:04+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2010-12-13T14:56:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=504306681c15fc7891f7f222067f43b366e742b6'/>
<id>504306681c15fc7891f7f222067f43b366e742b6</id>
<content type='text'>
This patch stops us from drawing the spice client watermark at the top of
the virtual machine view. We have had requests through several channels to
remove this as it has little added value, and is seen as annoying by some.
Given that we now also have a bugzilla for this I think it is time we really
remove it.
(cherry picked from commit 392ed65dda1a28c85f04ebb09924c6ce83dbdf2b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch stops us from drawing the spice client watermark at the top of
the virtual machine view. We have had requests through several channels to
remove this as it has little added value, and is seen as annoying by some.
Given that we now also have a bugzilla for this I think it is time we really
remove it.
(cherry picked from commit 392ed65dda1a28c85f04ebb09924c6ce83dbdf2b)
</pre>
</div>
</content>
</entry>
<entry>
<title>spice-client migration: fix minor for old migration support.</title>
<updated>2011-01-27T16:31:56+00:00</updated>
<author>
<name>Uri Lublin</name>
<email>uril@redhat.com</email>
</author>
<published>2011-01-09T08:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=fd4ee559a3c0f8b58a5a1e307304de3f62e981f1'/>
<id>fd4ee559a3c0f8b58a5a1e307304de3f62e981f1</id>
<content type='text'>
For not too old spice-migration, minor is 1.
For older (ancient) spice-migration, minor is 0.

Affects only VM migration while a spice client is connected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For not too old spice-migration, minor is 1.
For older (ancient) spice-migration, minor is 0.

Affects only VM migration while a spice client is connected.
</pre>
</div>
</content>
</entry>
<entry>
<title>client/windows: don't allocate console unless required</title>
<updated>2011-01-27T15:24:01+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2011-01-27T10:13:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=7b4e4f278a2f836a5afd2eb8d12288324be12151'/>
<id>7b4e4f278a2f836a5afd2eb8d12288324be12151</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
