<feed xmlns='http://www.w3.org/2005/Atom'>
<title>spice.git, branch 0.6</title>
<subtitle>Spice</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/'/>
<entry>
<title>client: Don't handle hotkeys while sticky alt is active</title>
<updated>2011-03-11T14:32:06+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2011-03-11T13:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=a9d54d4c6ca0ed38df318f5f0921b9be7afd88a5'/>
<id>a9d54d4c6ca0ed38df318f5f0921b9be7afd88a5</id>
<content type='text'>
In some cases rhev-m changes the hotkey for releasing the mouse grab
to ctrl + alt. This makes it impossible to send ctrl + alt + other-key
to the guest, even when using sticky alt.

What happens is:
-press alt until sticky alt activates
-release alt (but recorded state stays pressed due to sticky alt)
-press ctrl
-hotkey code sees ctrl+alt pressed, releases mouse grab
-mouse grab release code does an unpress all -&gt; end of sticky state.

This patch makes it possible to atleast send ctrl + alt + del (or other key)
using sticky alt. Note: even with this patch it is still a bad idea to
use ctrl + alt as hotkey combi.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In some cases rhev-m changes the hotkey for releasing the mouse grab
to ctrl + alt. This makes it impossible to send ctrl + alt + other-key
to the guest, even when using sticky alt.

What happens is:
-press alt until sticky alt activates
-release alt (but recorded state stays pressed due to sticky alt)
-press ctrl
-hotkey code sees ctrl+alt pressed, releases mouse grab
-mouse grab release code does an unpress all -&gt; end of sticky state.

This patch makes it possible to atleast send ctrl + alt + del (or other key)
using sticky alt. Note: even with this patch it is still a bad idea to
use ctrl + alt as hotkey combi.
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 0.6.4</title>
<updated>2011-02-13T15:48:31+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2011-02-13T15:46:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=5c3f38fb74c6d377feee07d8e51b3770ffca8ea6'/>
<id>5c3f38fb74c6d377feee07d8e51b3770ffca8ea6</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-13T15:46:44+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=5d9f041319e47bf4435561d78bb25997747dcf45'/>
<id>5d9f041319e47bf4435561d78bb25997747dcf45</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-10T19:55:07+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=ce870ca4ac1e45dc8f7bce0415c3d7b4a1ae28a7'/>
<id>ce870ca4ac1e45dc8f7bce0415c3d7b4a1ae28a7</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-02-10T19:55:07+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=bb1a6898f9dae1955553cdb66c22c05085f81a65'/>
<id>bb1a6898f9dae1955553cdb66c22c05085f81a65</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 inputs: stop blinking keyboard when out of focus</title>
<updated>2011-02-10T19:55:07+00:00</updated>
<author>
<name>Marc-André Lureau</name>
<email>marcandre.lureau@redhat.com</email>
</author>
<published>2010-11-01T22:45:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=82bce84206118bb5f69438916eee8824d5ad5b14'/>
<id>82bce84206118bb5f69438916eee8824d5ad5b14</id>
<content type='text'>
We could introduce another boolean to prevent changes, or just reuse
_active_modifiers_event = true to prevent further update.

Additionaly this patch restore the keyboard state when focusing out,
which is fine when dealing with full remote desktop, but should be
reconsidered if/when SPICE supports remote windows managed by client
window manager for instance, imho.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We could introduce another boolean to prevent changes, or just reuse
_active_modifiers_event = true to prevent further update.

Additionaly this patch restore the keyboard state when focusing out,
which is fine when dealing with full remote desktop, but should be
reconsidered if/when SPICE supports remote windows managed by client
window manager for instance, imho.
</pre>
</div>
</content>
</entry>
<entry>
<title>client/server: add missing USE_TUNNEL</title>
<updated>2011-02-10T19:55:07+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2011-01-25T14:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=bc3b9f7e58a8c8c5215eae26fad7b86aed4226e5'/>
<id>bc3b9f7e58a8c8c5215eae26fad7b86aed4226e5</id>
<content type='text'>
disable some code that only makes sense when USE_TUNNEL is defined
in client and server channel security level setting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
disable some code that only makes sense when USE_TUNNEL is defined
in client and server channel security level setting.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update license header for server/red_parse_qxl.c</title>
<updated>2011-02-10T19:55:07+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2011-01-21T14:35:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=112436e5752c452719360b2332efcc89cd856ce4'/>
<id>112436e5752c452719360b2332efcc89cd856ce4</id>
<content type='text'>
This one mistakenly had a GPL header rather then an LGPL header.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This one mistakenly had a GPL header rather then an LGPL header.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop unnecessary X11 and alsa requires from spice-server.pc</title>
<updated>2011-02-10T19:55:07+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2011-01-21T14:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=8fab238aa5f6a8eb15392103fd4216cdfc1fe9b9'/>
<id>8fab238aa5f6a8eb15392103fd4216cdfc1fe9b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>server: remove dep on CEGUI</title>
<updated>2011-02-10T19:55:06+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2011-01-19T14:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=d69e4f7ef285212f572758ad96a3ba9b9bcdec35'/>
<id>d69e4f7ef285212f572758ad96a3ba9b9bcdec35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
