summaryrefslogtreecommitdiffstats
path: root/src/client/vnc/vncthread.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [client] Rewrite thread sync between VNC worker and VNC windowSimon Rettberg2018-07-171-45/+37Star
|
* [client] Fix deletion of QThread while still runningSimon Rettberg2017-12-041-2/+0Star
|
* astyle.Christian Klinger2016-09-291-21/+11Star
|
* [client] Increase vnc client connect timeout to account for large pools of ↵Simon Rettberg2016-02-081-2/+4
| | | | clients
* [client] Retry VNC connection up to 5 timesSimon Rettberg2016-02-011-30/+45
|
* Now using qWidget instead of qDialog to avoid the need to handdle every dialogManuel Schneider2014-04-251-7/+7
| | | | event (reject, done, accept, finished). No more close override necessary.
* Doxygen comments, removed incomplete unused event handling for VNC RW ↵Simon Rettberg2014-04-231-35/+79
| | | | access, introduced terminateVnc method in VncWindow
* Made vnc thread stoppable from outside. Thread kills itself. If the vncManuel Schneider2014-04-231-42/+38Star
| | | | | connection cannot be established a timeout kills the thread after a short period of time.
* [CLIENT] Request full screen update from VNC server after the frame buffer ↵sr2013-02-061-0/+2
| | | | has been set up
* Initial commitsr2013-02-041-0/+314