<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pvs2.git/src/server/connectionframe, branch v26</title>
<subtitle>Pool Video Switch Version 2</subtitle>
<id>https://git.openslx.org/pvs2.git/atom/src/server/connectionframe?h=v26</id>
<link rel='self' href='https://git.openslx.org/pvs2.git/atom/src/server/connectionframe?h=v26'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/'/>
<updated>2018-08-02T16:44:39+00:00</updated>
<entry>
<title>[server] Show drop position when moving frame around</title>
<updated>2018-08-02T16:44:39+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2018-08-02T16:44:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=972162123678dbf4fb7fcebf1b561b52488d1cb6'/>
<id>urn:sha1:972162123678dbf4fb7fcebf1b561b52488d1cb6</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>[server] Resize thumbs server side on mismatch</title>
<updated>2018-07-20T13:41:45+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2018-07-20T13:41:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=e354df7172efbe25e94f1c6ae5516912dad1d114'/>
<id>urn:sha1:e354df7172efbe25e94f1c6ae5516912dad1d114</id>
<content type='text'>
The server requests the appropriate size thumbnail from the client so no
bandwidth will be wasted. However, due to privacy concerns, the client
might actually send a thumb that's smaller than requested, resulting in
a tiny thumbnail on the server with huge gray borders. The server will
now scale up the image in those cases.
We'd actually also scale the image down now if it were too large, but
this doesn't happen under normal circumstances.
</content>
</entry>
<entry>
<title>[server] Offer deleting temp. clients on session name change</title>
<updated>2018-07-19T15:20:30+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2018-07-19T15:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=87eaae3e4e2f6d542956df870609b798b9fa9d26'/>
<id>urn:sha1:87eaae3e4e2f6d542956df870609b798b9fa9d26</id>
<content type='text'>
If the user changes the session name, we now ask whether to
disconnect and delete all clients that just connected via
session name and don't belong to the currently loaded room
layout.
</content>
</entry>
<entry>
<title>port to qt5</title>
<updated>2017-11-15T09:05:29+00:00</updated>
<author>
<name>Jonathan Bauer</name>
</author>
<published>2017-11-15T09:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=a98536b9fbda7d7fb2ff78906c1a2d6331f33df2'/>
<id>urn:sha1:a98536b9fbda7d7fb2ff78906c1a2d6331f33df2</id>
<content type='text'>
* got rid of the Win32/X11 differentiation
* due to QT5, additional packages are needed to compile
** libqt5x11extras5-dev
** libqt5svg5-dev
</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>[server] Rewrite positioning logic of connection frames</title>
<updated>2016-11-02T18:24:07+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-11-02T18:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=9d73e385153656ef998cc8f6378bb01ff36b2090'/>
<id>urn:sha1:9d73e385153656ef998cc8f6378bb01ff36b2090</id>
<content type='text'>
This fixes sevceral bugs:
* Frames moved into virtually expanded area (for keeping aspect ratio)
  could be out of bounds after a window resize before
* Finding a free slot to place a frame was slightly sped up
* Finding a free slot is not used when loading a room layout, as
  it was (still is) pretty sluggish for the user
* Snap to grid worked incorrectly, did not pick closest grid position
</content>
</entry>
<entry>
<title>[server] Show IP address in room layout right after loading it</title>
<updated>2016-10-28T17:46:28+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-10-28T17:46:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=0923de46e6dfa4dc8485ead55a1ce1f3d0c27577'/>
<id>urn:sha1:0923de46e6dfa4dc8485ead55a1ce1f3d0c27577</id>
<content type='text'>
</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>refactoring.</title>
<updated>2016-09-30T10:02:38+00:00</updated>
<author>
<name>Christian Klinger</name>
</author>
<published>2016-09-30T10:02:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=877607b07f30cbb8d7d8d06b1b91383095fdc144'/>
<id>urn:sha1:877607b07f30cbb8d7d8d06b1b91383095fdc144</id>
<content type='text'>
</content>
</entry>
</feed>
