summaryrefslogtreecommitdiffstats
path: root/src/client/vnc/vncwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up and modernize codeSimon Rettberg2022-10-301-26/+19Star
* [client] Stop projection on any key pressSteffen Ritter2018-10-041-1/+1
* Update code style, fix compiler warningsSimon Rettberg2018-07-241-10/+10
* [client] Rewrite thread sync for VNC yet againSimon Rettberg2018-07-201-25/+100
* [client] Don't activateWindow VNC viewer on open in multiscreen modeSimon Rettberg2018-07-201-4/+6
* [client] Rewrite thread sync between VNC worker and VNC windowSimon Rettberg2018-07-171-12/+16
* [client] Show vnc window on rightmost screenSimon Rettberg2018-07-161-7/+22
* [client] Fix deletion of QThread while still runningSimon Rettberg2017-12-041-1/+11
* [client] Periodically bring vnc and lock window to topSimon Rettberg2017-02-101-1/+13
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-151-2/+2
* [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 cl...Simon Rettberg2016-02-081-1/+5
* [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
* Doxygen comments, removed incomplete unused event handling for VNC RW access,...Simon Rettberg2014-04-231-189/+144Star
* 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
* | Fix status icon updating not workingBjörn Hagemeister2014-04-231-0/+7
|/
* [CLIENT] Request full screen update from VNC server after the frame buffer ha...sr2013-02-061-5/+12
* [SERVER] Get "stop projection" rightsr2013-02-061-2/+2
* [SERVER] Add "stop projection" buttonsr2013-02-061-1/+14
* Initial commitsr2013-02-041-0/+277