summaryrefslogtreecommitdiffstats
path: root/src/client/net
Commit message (Expand)AuthorAgeFilesLines
* [*] Better error handling and messagingHEADmasterSimon Rettberg2023-03-131-0/+5
* Add more debug output to discovery partSimon Rettberg2023-03-071-2/+8
* Add a few hacks to make it compile on Qt 5.12 againSimon Rettberg2022-10-311-1/+2
* Clean up and modernize codeSimon Rettberg2022-10-304-50/+40Star
* Remove ugly comment separator lines above functionsSimon Rettberg2018-08-021-5/+5
* [*] Convert old C-Style castsSimon Rettberg2018-07-262-8/+12
* Update code style, fix compiler warningsSimon Rettberg2018-07-243-17/+17
* [client] Remove debug spamSimon Rettberg2018-07-201-1/+0Star
* [client] Fix uninitialized variable accessSimon Rettberg2018-07-171-1/+1
* Fix connection problems qith Qt5 (again)Simon Rettberg2017-12-012-17/+11Star
* Fix SSL on Qt5Simon Rettberg2017-11-161-2/+7
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-153-8/+9
* Fix compile warningsSimon Rettberg2016-10-281-0/+1
* [client] Allow ESC key to cancel projection in hybrid modeSimon Rettberg2016-10-282-2/+26
* [client] Move ServerConnection instance to ClientAppSimon Rettberg2016-10-263-3/+3
* Implement "Attention" feature (virtual hand-raising)Simon Rettberg2016-10-192-9/+23
* bugfix.Christian Klinger2016-09-301-2/+1Star
* astyle.Christian Klinger2016-09-294-172/+117Star
* .Christian Klinger2016-09-271-1/+0Star
|\
| * clients in exam-mode no longer send a screenshot. Also some refactoring.Christian Klinger2016-09-261-0/+5
* | Implemented 'majority vote' to determine the toolbar options.Christian Klinger2016-09-271-1/+16
* | clients in exam-mode no longer send a screenshot. Also some refactoring.Christian Klinger2016-09-261-0/+5
|/
* Fix infinite loop when receiving incomplete headersSimon Rettberg2016-09-092-3/+5
* [*] Use thumbnail on vnc viewer window until connection is upSimon Rettberg2016-02-082-2/+2
* [client] Remove jpeg quality debug messageSimon Rettberg2016-02-081-1/+0Star
* [client] reset timeouts to normal intervalsJonathan Bauer2015-05-111-2/+2
* Try to bring connect window to top more agressively; require c++0x instead of...Simon Rettberg2015-02-021-1/+1
* Reset debug timeouts, fix autoconnect, remove magic numbersManuel Schneider2014-11-284-14/+20
* The sessionID is ignored by manager if client is connecting via auto-connect.Björn Hagemeister2014-09-041-3/+3
* Client is able to auto - connect to the same room belonging manager.Björn Hagemeister2014-08-252-11/+29
* Fixed unintended bug from yesterday.Björn Hagemeister2014-07-301-1/+1
* Correct indenting by tabsManuel Schneider2014-07-211-27/+27
* Try to reconnect if the pvsmgr gets disconnectedManuel Schneider2014-05-281-1/+1
* Outsource serverDiscovery.Manuel Schneider2014-05-282-0/+232
* Several changes:Björn Hagemeister2014-05-261-0/+4
* Fix segfault. Drop nullpointer polls since SslSocket is now const. [id == ...Manuel Schneider2014-05-221-2/+2
* Show taskbar tooManuel Schneider2014-05-071-2/+2
* New Feature: Showing client toolbar while vnc server is running.Björn Hagemeister2014-05-061-1/+1
* Increased the timeout for debugging purposes; Instruct vncserver to trasmit justManuel Schneider2014-04-291-3/+15
* Fix comments, add (very few) documentation commentsSimon Rettberg2014-04-181-3/+28
* Fix user name detection in pvsclient.Björn Hagemeister2014-04-141-1/+4
* [SERVER] Add "stop projection" buttonsr2013-02-062-2/+15
* [SERVER/CLIENT] Wait for connection to close properly before deleting socket ...sr2013-02-052-18/+44
* Initial commitsr2013-02-042-0/+410