summaryrefslogtreecommitdiffstats
path: root/src/client/net/serverconnection.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and modernize codeSimon Rettberg2022-10-301-9/+7Star
| | | | | | | - static "new-style" signal->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 <QtWidgets> and <QtCore>, but specific includes instead
* Update code style, fix compiler warningsSimon Rettberg2018-07-241-1/+1
| | | | | | - 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 <-> unsigned mismatches by adding checks and casts
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-151-1/+1
| | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types
* [client] Allow ESC key to cancel projection in hybrid modeSimon Rettberg2016-10-281-0/+11
|
* [client] Move ServerConnection instance to ClientAppSimon Rettberg2016-10-261-1/+1
|
* Implement "Attention" feature (virtual hand-raising)Simon Rettberg2016-10-191-1/+2
|
* astyle.Christian Klinger2016-09-291-1/+1
|
* [*] Use thumbnail on vnc viewer window until connection is upSimon Rettberg2016-02-081-1/+1
|
* Reset debug timeouts, fix autoconnect, remove magic numbersManuel Schneider2014-11-281-1/+2
|
* Several changes:Björn Hagemeister2014-05-261-0/+4
| | | | | | Fixed segmentaion fault, which occured after streaming to all clients. Added sessionName as command line argument to client, so that it connects immediatly after running to given sessionName. If pvsclient shows connected status also display IP-Adress of the running pvsmanager.
* [SERVER] Add "stop projection" buttonsr2013-02-061-1/+2
| | | | | [SERVER] Don't show error message when VNC server stops as expected [SERVER/CLIENT] Implement connection timeout of 15 seconds
* [SERVER/CLIENT] Wait for connection to close properly before deleting socket ↵sr2013-02-051-1/+2
| | | | object
* Initial commitsr2013-02-041-0/+62