summaryrefslogtreecommitdiffstats
path: root/src/server/net/client.h
Commit message (Collapse)AuthorAgeFilesLines
* Add icon for locked screen. Add monochrome and stylized connectionframe icons.Manuel Schneider2014-05-271-0/+2
|
* Drop _isBroadcastSource. The client must not know anything about the management.Manuel Schneider2014-05-271-3/+0Star
|
* Dont emit _currentProjectionSource in signal vncClientStateChange . (not used)Manuel Schneider2014-05-271-1/+1
|
* Drop unused _state. Introduce member _locked to avoid unnecessary messages.Manuel Schneider2014-05-271-13/+2Star
|
* Drop _activeVncClient. _currentProjectionSource holds this information.Manuel Schneider2014-05-271-6/+4Star
|
* Drop _desiredProjectionSource. Dont send a stopVncClient if it has not been ↵Manuel Schneider2014-05-271-9/+0Star
| | | | started before.
* Refactor ambigious projectionsSoure to BroadcastSourceManuel Schneider2014-05-221-3/+3
|
* Fix segfault. Drop nullpointer polls since SslSocket is now const. [id == ↵Manuel Schneider2014-05-221-26/+25Star
| | | | _VNCCLIENT] Logical reduction. Cleanup header.
* [Client] Make setTutor inline and drop the communication stuff since the ↵Manuel Schneider2014-05-211-11/+30
| | | | client does not handle it. Add a state stub t.b.c.
* Several changes:Manuel Schneider2014-05-211-10/+11
| | | | | | | | * [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
* Make vnc credentials completely private to client. Make VNCConnect work ↵Manuel Schneider2014-05-201-7/+3Star
| | | | client-internally only. Drop Client::computerID() (equivalent to Client::ip() XD )
* Remvoe unneccesary membervariable _toClient and method buildErrorMessage ↵Manuel Schneider2014-05-201-1/+1
| | | | (implicit cast does it as well)
* Remove any knowledge of Networkmesage in MainwindowManuel Schneider2014-05-201-45/+34Star
|
* Reduce codebaseManuel Schneider2014-05-201-4/+2Star
| | | | | | * Drop Prepare MainWindow::prepareForProjection * Drop redundant code in prepareForProjection (now unicast) * Adjust comments
* Configured not locking the screen, if manager and client working on same ↵Björn Hagemeister2014-05-121-0/+1
| | | | | | machine. Plus changing symbol for tutor2all button.
* Increased the timeout for debugging purposes; Instruct vncserver to trasmit justManuel Schneider2014-04-291-8/+18
| | | | the primary desktop; Thumbnails just display the primary dektop
* Thrown out redundant slots.Manuel Schneider2014-04-251-4/+1Star
|
* [SERVER] Add "stop projection" buttonsr2013-02-061-1/+1
| | | | | [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-11/+9Star
|
* ...sr2013-02-051-1/+1
|
* [SERVER/CLIENT] Wait for connection to close properly before deleting socket ↵sr2013-02-051-1/+2
| | | | object
* [SERVER] Properly tell client the VNC server'S client idsr2013-02-051-1/+0Star
|
* [SERVER] Implement all four VNC projection modessr2013-02-051-0/+3
|
* Initial commitsr2013-02-041-0/+104