summaryrefslogtreecommitdiffstats
path: root/src/client/vnc
Commit message (Expand)AuthorAgeFilesLines
* Add a few hacks to make it compile on Qt 5.12 againSimon Rettberg2022-10-311-0/+3
* Clean up and modernize codeSimon Rettberg2022-10-306-77/+74Star
* [client] Stop projection on any key pressSteffen Ritter2018-10-041-1/+1
* Remove ugly comment separator lines above functionsSimon Rettberg2018-08-021-12/+12
* [*] Convert old C-Style castsSimon Rettberg2018-07-261-4/+4
* Update code style, fix compiler warningsSimon Rettberg2018-07-243-30/+35
* [client] Rewrite thread sync for VNC yet againSimon Rettberg2018-07-204-138/+116Star
* [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-174-66/+62Star
* [client] Show vnc window on rightmost screenSimon Rettberg2018-07-162-7/+23
* [client] Fix deletion of QThread while still runningSimon Rettberg2017-12-043-3/+12
* port to qt5Jonathan Bauer2017-11-151-1/+1
* [client] Periodically bring vnc and lock window to topSimon Rettberg2017-02-102-1/+14
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-153-7/+7
* [client] Allow ESC key to cancel projection in hybrid modeSimon Rettberg2016-10-282-1/+18
* [client] Create config dir before trying to create vnc password file insideSimon Rettberg2016-10-242-14/+27
* astyle.Christian Klinger2016-09-296-80/+44Star
* [*] Use thumbnail on vnc viewer window until connection is upSimon Rettberg2016-02-082-5/+34
* [client] Increase vnc client connect timeout to account for large pools of cl...Simon Rettberg2016-02-083-4/+10
* [client] Retry VNC connection up to 5 timesSimon Rettberg2016-02-013-32/+47
* properly close the toolbar (?)Jonathan Bauer2016-01-291-2/+2
* Add several documentation stubs. Remove autogenreated TODOManuel Schneider2014-05-271-22/+48
* Make VNCServer::isrunning inlineManuel Schneider2014-05-222-11/+2Star
* Show taskbar tooManuel Schneider2014-05-071-2/+2
* New Feature: Showing client toolbar while vnc server is running.Björn Hagemeister2014-05-062-0/+8
* Increased the timeout for debugging purposes; Instruct vncserver to trasmit justManuel Schneider2014-04-291-0/+17
* Now using qWidget instead of qDialog to avoid the need to handdle every dialogManuel Schneider2014-04-253-32/+14Star
* Doxygen comments, removed incomplete unused event handling for VNC RW access,...Simon Rettberg2014-04-234-291/+227Star
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-04-234-70/+72
|\
| * Made vnc thread stoppable from outside. Thread kills itself. If the vncManuel Schneider2014-04-234-70/+72
* | Fix status icon updating not workingBjörn Hagemeister2014-04-232-0/+8
|/
* Merge branch 'master' of dnbd3:pvs2Simon Rettberg2014-04-181-1/+2
|\
| * Prevent x11vnc from disabling 11 keyrepeatManuel Schneider2014-04-171-1/+2
* | Fix comments, add (very few) documentation commentsSimon Rettberg2014-04-182-4/+6
|/
* [CLIENT] Request full screen update from VNC server after the frame buffer ha...sr2013-02-062-5/+14
* [SERVER] Get "stop projection" rightsr2013-02-061-2/+2
* [SERVER] Add "stop projection" buttonsr2013-02-062-1/+16
* Initial commitsr2013-02-046-0/+1048