<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pvs2.git/src/server/mainwindow, branch remote-debugging</title>
<subtitle>Pool Video Switch Version 2</subtitle>
<id>https://git.openslx.org/pvs2.git/atom/src/server/mainwindow?h=remote-debugging</id>
<link rel='self' href='https://git.openslx.org/pvs2.git/atom/src/server/mainwindow?h=remote-debugging'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/'/>
<updated>2016-11-15T11:13:40+00:00</updated>
<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] Run "manager only" logic before creating main window</title>
<updated>2016-11-02T12:57:36+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-11-02T12:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=1511f2ad55d5941e94af4accfb618b3245c158cd'/>
<id>urn:sha1:1511f2ad55d5941e94af4accfb618b3245c158cd</id>
<content type='text'>
This prevents the window popping up for a split second when
--manager-only is given and the machine it's running on is not
configured as a manager.
</content>
</entry>
<entry>
<title>[client] Create config dir before trying to create vnc password file inside</title>
<updated>2016-10-24T16:27:57+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-10-24T16:27:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=0fd908798e2dd06b41e2b7c9d1d4c2777dade0c0'/>
<id>urn:sha1:0fd908798e2dd06b41e2b7c9d1d4c2777dade0c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of openslx.org:pvs2</title>
<updated>2016-10-19T22:09:03+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-10-19T22:09:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=995a47062229e36873aa1e4e860565045d1fbb7e'/>
<id>urn:sha1:995a47062229e36873aa1e4e860565045d1fbb7e</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>[server] Remove pointless code relying on defunct tutor ip list</title>
<updated>2016-10-18T13:38:57+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-10-18T13:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=03d263f56869bf1456bb356339f207e8f63fa43f'/>
<id>urn:sha1:03d263f56869bf1456bb356339f207e8f63fa43f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[server] Don't ignore entire config if a single room doesn't have a mgrIP assigned</title>
<updated>2016-10-10T15:46:39+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-10-10T15:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=5f93f5a97a0f3150e1be70fb154b7e5dba2f0c6d'/>
<id>urn:sha1:5f93f5a97a0f3150e1be70fb154b7e5dba2f0c6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[server] Remove loadPosition() as it's pointless with per-room layouts</title>
<updated>2016-10-10T15:02:22+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-10-10T15:02:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/pvs2.git/commit/?id=420f2894746d21938083f6785d58c869ad2c3901'/>
<id>urn:sha1:420f2894746d21938083f6785d58c869ad2c3901</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>
