summaryrefslogtreecommitdiffstats
path: root/src/server/net/client.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactor ambigious projectionsSoure to BroadcastSourceManuel Schneider2014-05-221-1/+1
|
* Fix segfault. Drop nullpointer polls since SslSocket is now const. [id == ↵Manuel Schneider2014-05-221-24/+15Star
| | | | _VNCCLIENT] Logical reduction. Cleanup header.
* [Client] Make setTutor inline and drop the communication stuff since the ↵Manuel Schneider2014-05-211-10/+0Star
| | | | client does not handle it. Add a state stub t.b.c.
* Several changes:Manuel Schneider2014-05-211-34/+22Star
| | | | | | | | * [Client] Remove unneccessary members _ip, * [Client] Remove unneccessary class forward of QSslSocket * [Client] Make member initializer list of non-const members part of ctor * [Client] Make _socket pointer const member * [Client] Drop socket-delete indirektion
* Fix ip bugManuel Schneider2014-05-201-1/+1
|
* Make vnc credentials completely private to client. Make VNCConnect work ↵Manuel Schneider2014-05-201-10/+7Star
| | | | client-internally only. Drop Client::computerID() (equivalent to Client::ip() XD )
* Remvoe unneccesary membervariable _toClient and method buildErrorMessage ↵Manuel Schneider2014-05-201-45/+46
| | | | (implicit cast does it as well)
* Remove any knowledge of Networkmesage in MainwindowManuel Schneider2014-05-201-1/+24
|
* Configured not locking the screen, if manager and client working on same ↵Björn Hagemeister2014-05-121-1/+12
| | | | | | machine. Plus changing symbol for tutor2all button.
* Increased the timeout for debugging purposes; Instruct vncserver to trasmit justManuel Schneider2014-04-291-1/+1
| | | | the primary desktop; Thumbnails just display the primary dektop
* Thrown out redundant slots.Manuel Schneider2014-04-251-23/+9Star
|
* Now handling the _desiredProjectionSource correctlyManuel Schneider2014-04-251-2/+8
|
* [SERVER] Fixed tracking of which clients is watching (trying to watch) whichManuel Schneider2014-04-231-3/+13
| | | | other client
* [SERVER] Add "stop projection" buttonsr2013-02-061-3/+13
| | | | | [SERVER] Don't show error message when VNC server stops as expected [SERVER/CLIENT] Implement connection timeout of 15 seconds
* [SERVER] Go back from ClientId to int, so queued signal/slot connections worksr2013-02-051-3/+3
|
* ...sr2013-02-051-2/+4
|
* ...sr2013-02-051-1/+1
|
* [SERVER/CLIENT] Wait for connection to close properly before deleting socket ↵sr2013-02-051-8/+23
| | | | object
* [SHARED] Add missing error message if network message parsing failssr2013-02-051-1/+1
|
* [SERVER] fix vnc startup commandsr2013-02-051-1/+1
|
* [SERVER] Implement all four VNC projection modessr2013-02-051-4/+22
|
* Initial commitsr2013-02-041-0/+288