<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pvs2.git/src/client/vnc/vncthread.cpp, branch v29r1</title>
<subtitle>Pool Video Switch Version 2</subtitle>
<id>https://git.openslx.org/pvs2.git/atom/src/client/vnc/vncthread.cpp?h=v29r1</id>
<link rel='self' href='https://git.openslx.org/pvs2.git/atom/src/client/vnc/vncthread.cpp?h=v29r1'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/'/>
<updated>2018-07-26T14:11:31+00:00</updated>
<entry>
<title>[*] Convert old C-Style casts</title>
<updated>2018-07-26T14:11:31+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2018-07-26T14:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=0d1984357f9bc8aac671e8907208a8581a1f42db'/>
<id>urn:sha1:0d1984357f9bc8aac671e8907208a8581a1f42db</id>
<content type='text'>
Primitive types now use type(x) instead of (type)x,
pointers should use appropriate long versions
</content>
</entry>
<entry>
<title>Update code style, fix compiler warnings</title>
<updated>2018-07-24T11:08:25+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2018-07-24T11:08:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=9ba63d1460db41c219b638212b42476164fcfdff'/>
<id>urn:sha1:9ba63d1460db41c219b638212b42476164fcfdff</id>
<content type='text'>
- Use nullptr instead of NULL for better warnings in case of mistakes
- Get rid of VLAs which are not in C++11 actually
- Fix implicit signed &lt;-&gt; unsigned mismatches by adding checks and casts
</content>
</entry>
<entry>
<title>[client] Rewrite thread sync for VNC yet again</title>
<updated>2018-07-20T16:21:41+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2018-07-20T16:21:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=7b57706df76a675592c026264d3a2028ed4b47b5'/>
<id>urn:sha1:7b57706df76a675592c026264d3a2028ed4b47b5</id>
<content type='text'>
Move processing of image (scaling) to GUI thread.
Get rid of second (scaled) image buffer. Instead,
whenever we redraw parts of the VNC viewer, the
according image parts will be copied and scaled
from the buffer the vncclient thread is using.
The buffer is wrapped in a QImage and handed over
using a QSharedPointer, so reinitializing the
buffer on the fly should yield no problems.
</content>
</entry>
<entry>
<title>[client] Rewrite thread sync between VNC worker and VNC window</title>
<updated>2018-07-17T15:33:19+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2018-07-17T15:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=74d42e667d4094844929c49c0670c752ebc57cc3'/>
<id>urn:sha1:74d42e667d4094844929c49c0670c752ebc57cc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[client] Fix deletion of QThread while still running</title>
<updated>2017-12-04T16:28:01+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2017-12-04T16:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=44212ee03b5fb74809decb89cb98e3fc2a86e928'/>
<id>urn:sha1:44212ee03b5fb74809decb89cb98e3fc2a86e928</id>
<content type='text'>
</content>
</entry>
<entry>
<title>astyle.</title>
<updated>2016-09-29T13:40:18+00:00</updated>
<author>
<name>Christian Klinger</name>
</author>
<published>2016-09-29T13:40:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=3d82bfc698165bb20f3c38d42f2b77ab855c1edf'/>
<id>urn:sha1:3d82bfc698165bb20f3c38d42f2b77ab855c1edf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[client] Increase vnc client connect timeout to account for large pools of clients</title>
<updated>2016-02-08T14:07:07+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-02-08T14:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=0c2b1dd8a5290f8b7b03a7fce77e9a57d709c7a7'/>
<id>urn:sha1:0c2b1dd8a5290f8b7b03a7fce77e9a57d709c7a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[client] Retry VNC connection up to 5 times</title>
<updated>2016-02-01T09:42:40+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-02-01T09:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=d662e959d07fd690c7cf0d7ed1d81f689f96b017'/>
<id>urn:sha1:d662e959d07fd690c7cf0d7ed1d81f689f96b017</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Now using qWidget instead of qDialog to avoid the need to handdle every dialog</title>
<updated>2014-04-25T11:07:50+00:00</updated>
<author>
<name>Manuel Schneider</name>
</author>
<published>2014-04-25T11:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=2b2681187163fd487a6033e10b0f8e002d698318'/>
<id>urn:sha1:2b2681187163fd487a6033e10b0f8e002d698318</id>
<content type='text'>
event (reject, done, accept, finished). No more close override necessary.
</content>
</entry>
<entry>
<title>Doxygen comments, removed incomplete unused event handling for VNC RW access, introduced terminateVnc method in VncWindow</title>
<updated>2014-04-23T18:30:48+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2014-04-23T18:30:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=4a30aa26b608238eea90e7ecb97adc3b34d68f86'/>
<id>urn:sha1:4a30aa26b608238eea90e7ecb97adc3b34d68f86</id>
<content type='text'>
</content>
</entry>
</feed>
