summaryrefslogtreecommitdiffstats
path: root/src/client/net/serverconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* [*] Better error handling and messagingHEADmasterSimon Rettberg2023-03-131-0/+5
* 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-301-25/+20Star
* [*] Convert old C-Style castsSimon Rettberg2018-07-261-3/+3
* Update code style, fix compiler warningsSimon Rettberg2018-07-241-14/+14
* [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-011-15/+9Star
* Fix SSL on Qt5Simon Rettberg2017-11-161-2/+7
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-151-4/+5
* Fix compile warningsSimon Rettberg2016-10-281-0/+1
* [client] Allow ESC key to cancel projection in hybrid modeSimon Rettberg2016-10-281-2/+15
* [client] Move ServerConnection instance to ClientAppSimon Rettberg2016-10-261-1/+1
* Implement "Attention" feature (virtual hand-raising)Simon Rettberg2016-10-191-8/+21
* bugfix.Christian Klinger2016-09-301-2/+1Star
* astyle.Christian Klinger2016-09-291-109/+62Star
* .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-091-2/+4
* [*] Use thumbnail on vnc viewer window until connection is upSimon Rettberg2016-02-081-1/+1
* [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-281-3/+4
* Fixed unintended bug from yesterday.Björn Hagemeister2014-07-301-1/+1
* Correct indenting by tabsManuel Schneider2014-07-211-27/+27
* 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-061-1/+13
* [SERVER/CLIENT] Wait for connection to close properly before deleting socket ...sr2013-02-051-17/+42
* Initial commitsr2013-02-041-0/+348