summaryrefslogtreecommitdiffstats
path: root/src/client/vnc/vncthread.h
Commit message (Collapse)AuthorAgeFilesLines
* [client] Rewrite thread sync for VNC yet againSimon Rettberg2018-07-201-9/+2Star
| | | | | | | | | | | Move processing of image (scaling) to GUI thread. Get rid of second (scaled) image buffer. Instead, whenever we redraw parts of the VNC viewer, the according image parts will be copied and scaled from the buffer the vncclient thread is using. The buffer is wrapped in a QImage and handed over using a QSharedPointer, so reinitializing the buffer on the fly should yield no problems.
* [client] Rewrite thread sync between VNC worker and VNC windowSimon Rettberg2018-07-171-9/+6Star
|
* 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
* astyle.Christian Klinger2016-09-291-1/+1
|
* [client] Increase vnc client connect timeout to account for large pools of ↵Simon Rettberg2016-02-081-1/+1
| | | | clients
* [client] Retry VNC connection up to 5 timesSimon Rettberg2016-02-011-1/+1
|
* Doxygen comments, removed incomplete unused event handling for VNC RW ↵Simon Rettberg2014-04-231-46/+1Star
| | | | access, introduced terminateVnc method in VncWindow
* Made vnc thread stoppable from outside. Thread kills itself. If the vncManuel Schneider2014-04-231-0/+1
| | | | | connection cannot be established a timeout kills the thread after a short period of time.
* Fix comments, add (very few) documentation commentsSimon Rettberg2014-04-181-2/+0Star
|
* Initial commitsr2013-02-041-0/+141