summaryrefslogtreecommitdiffstats
path: root/src/client/vnc/vncwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [client] Allow ESC key to cancel projection in hybrid modeSimon Rettberg2016-10-281-1/+17
|
* astyle.Christian Klinger2016-09-291-33/+16Star
|
* [*] Use thumbnail on vnc viewer window until connection is upSimon Rettberg2016-02-081-4/+32
|
* [client] Increase vnc client connect timeout to account for large pools of ↵Simon Rettberg2016-02-081-1/+5
| | | | clients
* [client] Retry VNC connection up to 5 timesSimon Rettberg2016-02-011-1/+1
|
* 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