summaryrefslogtreecommitdiffstats
path: root/src/server/connectionframe
Commit message (Collapse)AuthorAgeFilesLines
* Dont emit _currentProjectionSource in signal vncClientStateChange . (not used)Manuel Schneider2014-05-271-1/+1
|
* Remove unnecessary slotsManuel Schneider2014-05-262-30/+5Star
|
* Make vnc credentials completely private to client. Make VNCConnect work ↵Manuel Schneider2014-05-201-1/+1
| | | | client-internally only. Drop Client::computerID() (equivalent to Client::ip() XD )
* Give ui more contrastManuel Schneider2014-05-051-7/+7
|
* Resize thumbnail correctlyManuel Schneider2014-05-052-0/+3
|
* Reniced the ui. Made styles more readable.Manuel Schneider2014-04-302-15/+44
|
* Adding comments for each method in the .cpp files and class definition in ↵Björn Hagemeister2014-04-282-0/+91
| | | | the .h files.
* recognize a dragmove only if the distance is larger than 40 pxManuel Schneider2014-04-252-10/+15
|
* More meaningful nameManuel Schneider2014-04-252-13/+17
|
* Fix comments, add (very few) documentation commentsSimon Rettberg2014-04-181-1/+1
|
* [SERVER] Go back from ClientId to int, so queued signal/slot connections worksr2013-02-052-5/+4Star
|
* ...sr2013-02-052-3/+3
|
* [SERVER/CLIENT] Wait for connection to close properly before deleting socket ↵sr2013-02-052-4/+3Star
| | | | object
* [SERVER] Implement all four VNC projection modessr2013-02-052-1/+10
|
* Initial commitsr2013-02-042-0/+355