<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pvs2.git/src/shared, branch master</title>
<subtitle>Pool Video Switch Version 2</subtitle>
<id>https://git.openslx.org/pvs2.git/atom/src/shared?h=master</id>
<link rel='self' href='https://git.openslx.org/pvs2.git/atom/src/shared?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/'/>
<updated>2022-10-31T14:53:01+00:00</updated>
<entry>
<title>Add a few hacks to make it compile on Qt 5.12 again</title>
<updated>2022-10-31T14:53:01+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2022-10-31T14:53:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=eb2bafc3d2b36f7bbb7012bee3a21bacb8cf50e2'/>
<id>urn:sha1:eb2bafc3d2b36f7bbb7012bee3a21bacb8cf50e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up and modernize code</title>
<updated>2022-10-30T19:34:23+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2022-10-30T19:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=9f479b8f76238a03bce5d13aee14efd34e659c6e'/>
<id>urn:sha1:9f479b8f76238a03bce5d13aee14efd34e659c6e</id>
<content type='text'>
- static "new-style" signal-&gt;slot connections
- Fix a lot of things Clang-Tidy complained about
- Move includes to .cpp files and use forward decls in .h
- Don't use &lt;QtWidgets&gt; and &lt;QtCore&gt;, but specific includes instead
</content>
</entry>
<entry>
<title>Revert "[shared/server] define preferred styles and enable it if supported"</title>
<updated>2018-08-02T15:12:06+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2018-08-02T15:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=28f2fcf4e38d30c4bdb3fcf141a7f42e9a16019f'/>
<id>urn:sha1:28f2fcf4e38d30c4bdb3fcf141a7f42e9a16019f</id>
<content type='text'>
Pointless code!? Makes theme look ugly with Qt5 at least with no
apparent advantage whatsoever.

This reverts commit 7cf83493fdaca88fd3dbc736d5ca9d86dd7f9e83.
</content>
</entry>
<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>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>Implement "Attention" feature (virtual hand-raising)</title>
<updated>2016-10-19T21:56:34+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-10-19T21:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=6534027c5ce5579c4293aa346cadf0850aa02157'/>
<id>urn:sha1:6534027c5ce5579c4293aa346cadf0850aa02157</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>Implemented 'majority vote' to determine the toolbar options.</title>
<updated>2016-09-27T13:38:39+00:00</updated>
<author>
<name>Christian Klinger</name>
</author>
<published>2016-09-27T13:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=1f6493e319016f8c375b62f2109ee57f5cea828d'/>
<id>urn:sha1:1f6493e319016f8c375b62f2109ee57f5cea828d</id>
<content type='text'>
clients in exam-mode are also displayed differently.
</content>
</entry>
<entry>
<title>Fix infinite loop when receiving incomplete headers</title>
<updated>2016-09-09T14:31:04+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-09-09T14:31:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=a39269e11e7c2d1843a4a4bf67749ae0224e4830'/>
<id>urn:sha1:a39269e11e7c2d1843a4a4bf67749ae0224e4830</id>
<content type='text'>
</content>
</entry>
</feed>
