<feed xmlns='http://www.w3.org/2005/Atom'>
<title>spice.git/client/gui, 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>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 trailing blank lines</title>
<updated>2012-01-13T16:11:59+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
<email>berrange@redhat.com</email>
</author>
<published>2012-01-10T15:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=02d56750bda532e9a0b4e4d9efcde82ae44fdc38'/>
<id>02d56750bda532e9a0b4e4d9efcde82ae44fdc38</id>
<content type='text'>
Remove any blank lines at the end of all source files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove any blank lines at the end of all source files
</pre>
</div>
</content>
</entry>
<entry>
<title>add #include &lt;config.h&gt; to all source files</title>
<updated>2011-05-03T12:44:10+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@redhat.com</email>
</author>
<published>2011-04-21T10:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=78c1465ed309d2e8937dc00a19635f40c8a4b05a'/>
<id>78c1465ed309d2e8937dc00a19635f40c8a4b05a</id>
<content type='text'>
When using config.h, it must be the very first include in all source
files since it contains #define that may change the compilation process
(eg libc structure layout changes when it's used to enable large file
support on 32 bit x86 archs). This commit adds it at the beginning
of all .c and .cpp files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using config.h, it must be the very first include in all source
files since it contains #define that may change the compilation process
(eg libc structure layout changes when it's used to enable large file
support on 32 bit x86 archs). This commit adds it at the beginning
of all .c and .cpp files
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing "LGPLv2.1 or later" header to source files</title>
<updated>2011-05-02T09:24:44+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@redhat.com</email>
</author>
<published>2011-04-21T10:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=da584a5e2da499820940beaf3dfc46a1e7918338'/>
<id>da584a5e2da499820940beaf3dfc46a1e7918338</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>client/cegui: cegui 0.6.0 gcc 4.6.0 related fix</title>
<updated>2011-01-25T15:29:31+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2011-01-25T10:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=9076e2e9574531443e945e49f9acb6ccaf5458f5'/>
<id>9076e2e9574531443e945e49f9acb6ccaf5458f5</id>
<content type='text'>
cegui doesn't include stddef required for ptrdiff_t type, we
include it for it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cegui doesn't include stddef required for ptrdiff_t type, we
include it for it.
</pre>
</div>
</content>
</entry>
<entry>
<title>spicec: Make cegui log to &lt;app_data_dir&gt;/cegui.log</title>
<updated>2010-11-05T19:46:28+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2010-11-05T19:46:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=bfaa4579103d924bec737b52b947b512d89460d6'/>
<id>bfaa4579103d924bec737b52b947b512d89460d6</id>
<content type='text'>
This stops the client from dropping CEGUI.log files into the cwd all
the time, and stops it from crashing when the cwd is not writable
(rhbz#650253).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This stops the client from dropping CEGUI.log files into the cwd all
the time, and stops it from crashing when the cwd is not writable
(rhbz#650253).
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the gui use Application::hide_gui rather then hide_me</title>
<updated>2010-10-18T12:43:06+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2010-10-18T12:43:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=df6df8e58720b7cc4ef41b73a09abd1577556407'/>
<id>df6df8e58720b7cc4ef41b73a09abd1577556407</id>
<content type='text'>
Now that Application::hide_me actually does what the name suggests
(hide the entire client, ie all client windows), the gui using it to
not show the gui layer leads to the entire client disappearing when
one presses close in the GUI or dismisses a GUI dialog. This patch makes
the GUI code call hide_gui instead of hide_me, fixing this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that Application::hide_me actually does what the name suggests
(hide the entire client, ie all client windows), the gui using it to
not show the gui layer leads to the entire client disappearing when
one presses close in the GUI or dismisses a GUI dialog. This patch makes
the GUI code call hide_gui instead of hide_me, fixing this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make distcheck work</title>
<updated>2010-07-08T18:20:35+00:00</updated>
<author>
<name>Alexander Larsson</name>
<email>alexl@redhat.com</email>
</author>
<published>2010-07-08T17:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=ceff16cad6a9191d634b83b2914096e7564924e7'/>
<id>ceff16cad6a9191d634b83b2914096e7564924e7</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 misspellings</title>
<updated>2010-07-08T16:26:37+00:00</updated>
<author>
<name>Alexander Larsson</name>
<email>alexl@redhat.com</email>
</author>
<published>2010-07-08T16:26:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=1a6e77d6d4da9c73dc706574ea3e3fbaa8142f29'/>
<id>1a6e77d6d4da9c73dc706574ea3e3fbaa8142f29</id>
<content type='text'>
letancy -&gt; latency
compund -&gt; compound
SpicedSubMessage -&gt; SpiceSubMessage
modifaiers -&gt; modifiers
massage -&gt; message
outgoiong -&gt; outgoing
AlphaBlnd -&gt; AlphaBlend
remoth -&gt; remote
modifires -&gt; modifiers
secore -&gt; secure
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
letancy -&gt; latency
compund -&gt; compound
SpicedSubMessage -&gt; SpiceSubMessage
modifaiers -&gt; modifiers
massage -&gt; message
outgoiong -&gt; outgoing
AlphaBlnd -&gt; AlphaBlend
remoth -&gt; remote
modifires -&gt; modifiers
secore -&gt; secure
</pre>
</div>
</content>
</entry>
<entry>
<title>Make CEGUI optional</title>
<updated>2010-07-01T11:48:58+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2010-07-01T11:48:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=0e16cadc7077d448a5b91be205226620e2bc5191'/>
<id>0e16cadc7077d448a5b91be205226620e2bc5191</id>
<content type='text'>
This makes the CEGUI dependency optional and off by default. Restoring
previous behaviour of exiting on disconnect if disabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the CEGUI dependency optional and off by default. Restoring
previous behaviour of exiting on disconnect if disabled.
</pre>
</div>
</content>
</entry>
</feed>
