<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pvs2.git/src/client/clientapp, branch v29r2</title>
<subtitle>Pool Video Switch Version 2</subtitle>
<id>https://git.openslx.org/pvs2.git/atom/src/client/clientapp?h=v29r2</id>
<link rel='self' href='https://git.openslx.org/pvs2.git/atom/src/client/clientapp?h=v29r2'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/'/>
<updated>2018-09-03T09:24:55+00:00</updated>
<entry>
<title>[*] Add log message if loading translations fails</title>
<updated>2018-09-03T09:24:55+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2018-09-03T09:24:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=1b854f59cecbea99fc379f9ff72e494848a13928'/>
<id>urn:sha1:1b854f59cecbea99fc379f9ff72e494848a13928</id>
<content type='text'>
</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] Fix translation on Qt5</title>
<updated>2018-07-13T13:35:51+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2018-07-13T13:35:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=4c9e3452270e54c92b4ab4bc2e7040a1286f3e95'/>
<id>urn:sha1:4c9e3452270e54c92b4ab4bc2e7040a1286f3e95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[client] Fix: read mgr state before init leads to hybrid toggle not appearing</title>
<updated>2018-01-22T14:14:38+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2018-01-22T14:14:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=49357c198333fa66e4c53a13e5a56d61feaf9f79'/>
<id>urn:sha1:49357c198333fa66e4c53a13e5a56d61feaf9f79</id>
<content type='text'>
We determined whether the config defines the current client as manager
for some room only after we read that variable to determine whether we
should show the "toggle" button in the toolbar that would switch to
desktop 2 (containing the manager).
The result was that the button only appeared after connecting.

Fixes #3290
</content>
</entry>
<entry>
<title>Increase compiler warnings, fix a lot of those instances</title>
<updated>2016-11-15T11:13:40+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-11-15T11:13:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=eaebc23452813a8709d2bbb4d17fddb1b4f29d91'/>
<id>urn:sha1:eaebc23452813a8709d2bbb4d17fddb1b4f29d91</id>
<content type='text'>
- Add explicit casts
- Comment out unused params
- Remove ignored const return types
</content>
</entry>
<entry>
<title>[client] Fix use-after-free by adding missing signal-slot-connection</title>
<updated>2016-10-28T17:30:55+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-10-28T17:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=3b08d0e43f371af22d1a594eae6ae51f24c0d9ce'/>
<id>urn:sha1:3b08d0e43f371af22d1a594eae6ae51f24c0d9ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[client] Disable "quit on last window closed" as it triggers in exam mode</title>
<updated>2016-10-28T16:07:15+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-10-28T16:07:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=b37b57855eb0a117cd87a7e8aafbee3ff0c8de0a'/>
<id>urn:sha1:b37b57855eb0a117cd87a7e8aafbee3ff0c8de0a</id>
<content type='text'>
Apparently, invisible windows are treated as closed...
</content>
</entry>
<entry>
<title>[client] Allow ESC key to cancel projection in hybrid mode</title>
<updated>2016-10-28T14:14:07+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-10-28T14:14:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=6decac6613fef21869784df0d83a0b7c7d1c2008'/>
<id>urn:sha1:6decac6613fef21869784df0d83a0b7c7d1c2008</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[client] Move ServerConnection instance to ClientApp</title>
<updated>2016-10-26T16:31:21+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-10-26T16:31:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=e19dcdfed2da5405c714bc0af56927fa8e4c2442'/>
<id>urn:sha1:e19dcdfed2da5405c714bc0af56927fa8e4c2442</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix GUI translation: Don't create persistent objects on stack :/</title>
<updated>2016-10-26T13:10:30+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-10-26T13:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=a780afe9f9ab9ac6938ee6d9919e2a70e9735cbb'/>
<id>urn:sha1:a780afe9f9ab9ac6938ee6d9919e2a70e9735cbb</id>
<content type='text'>
</content>
</entry>
</feed>
