summaryrefslogtreecommitdiffstats
path: root/src/server/net/client.h
Commit message (Expand)AuthorAgeFilesLines
* [server] Resize thumbs server side on mismatchSimon Rettberg2018-07-201-2/+2
* Fix SSL on Qt5Simon Rettberg2017-11-161-4/+3Star
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-151-10/+10
* Implement "Attention" feature (virtual hand-raising)Simon Rettberg2016-10-191-1/+5
* astyle.Christian Klinger2016-09-291-5/+4Star
* Implemented 'majority vote' to determine the toolbar options.Christian Klinger2016-09-271-0/+5
* [*] Use thumbnail on vnc viewer window until connection is upSimon Rettberg2016-02-081-1/+2
* Drop the watchers concept, since the desiredProjectionSource essentially impl...Manuel Schneider2014-07-221-11/+3Star
* Bugfix: One click source change now fully supportedManuel Schneider2014-07-221-2/+12
* Correct indenting by tabsManuel Schneider2014-07-211-4/+4
* Rename modes. Move code in slots to avoid unnecessary branching. Give the cli...Manuel Schneider2014-07-211-3/+4
* Moved method isManagerMachine() from MainWindow to Client.Björn Hagemeister2014-06-171-0/+2
* Removed _watchers List.Björn Hagemeister2014-06-031-0/+3
* 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 s...Manuel Schneider2014-05-271-9/+0Star
* 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
* [Client] Make setTutor inline and drop the communication stuff since the clie...Manuel Schneider2014-05-211-11/+30
* Several changes:Manuel Schneider2014-05-211-10/+11
* Make vnc credentials completely private to client. Make VNCConnect work clien...Manuel Schneider2014-05-201-7/+3Star
* Remvoe unneccesary membervariable _toClient and method buildErrorMessage (imp...Manuel Schneider2014-05-201-1/+1
* Remove any knowledge of Networkmesage in MainwindowManuel Schneider2014-05-201-45/+34Star
* Reduce codebaseManuel Schneider2014-05-201-4/+2Star
* Configured not locking the screen, if manager and client working on same mach...Björn Hagemeister2014-05-121-0/+1
* Increased the timeout for debugging purposes; Instruct vncserver to trasmit justManuel Schneider2014-04-291-8/+18
* Thrown out redundant slots.Manuel Schneider2014-04-251-4/+1Star
* [SERVER] Add "stop projection" buttonsr2013-02-061-1/+1
* [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
* [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