summaryrefslogtreecommitdiffstats
path: root/src/client/vnc/vncwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Now using qWidget instead of qDialog to avoid the need to handdle every dialogManuel Schneider2014-04-251-23/+5Star
| | | | event (reject, done, accept, finished). No more close override necessary.
* Doxygen comments, removed incomplete unused event handling for VNC RW ↵Simon Rettberg2014-04-231-189/+144Star
| | | | access, introduced terminateVnc method in VncWindow
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-04-231-27/+31
|\
| * Made vnc thread stoppable from outside. Thread kills itself. If the vncManuel Schneider2014-04-231-27/+31
| | | | | | | | | | connection cannot be established a timeout kills the thread after a short period of time.
* | Fix status icon updating not workingBjörn Hagemeister2014-04-231-0/+7
|/
* [CLIENT] Request full screen update from VNC server after the frame buffer ↵sr2013-02-061-5/+12
| | | | has been set up
* [SERVER] Get "stop projection" rightsr2013-02-061-2/+2
| | | | [CLIENT] Redraw whole screen on projection start
* [SERVER] Add "stop projection" buttonsr2013-02-061-1/+14
| | | | | [SERVER] Don't show error message when VNC server stops as expected [SERVER/CLIENT] Implement connection timeout of 15 seconds
* Initial commitsr2013-02-041-0/+277