summaryrefslogtreecommitdiffstats
path: root/src/client/vnc/vncthread.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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