summaryrefslogtreecommitdiffstats
path: root/src/client/vnc/vncthread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up and modernize codeSimon Rettberg2022-10-301-19/+21
* [*] Convert old C-Style castsSimon Rettberg2018-07-261-4/+4
* Update code style, fix compiler warningsSimon Rettberg2018-07-241-9/+14
* [client] Rewrite thread sync for VNC yet againSimon Rettberg2018-07-201-102/+9Star
* [client] Rewrite thread sync between VNC worker and VNC windowSimon Rettberg2018-07-171-45/+37Star
* [client] Fix deletion of QThread while still runningSimon Rettberg2017-12-041-2/+0Star
* astyle.Christian Klinger2016-09-291-21/+11Star
* [client] Increase vnc client connect timeout to account for large pools of cl...Simon Rettberg2016-02-081-2/+4
* [client] Retry VNC connection up to 5 timesSimon Rettberg2016-02-011-30/+45
* Now using qWidget instead of qDialog to avoid the need to handdle every dialogManuel Schneider2014-04-251-7/+7
* Doxygen comments, removed incomplete unused event handling for VNC RW access,...Simon Rettberg2014-04-231-35/+79
* Made vnc thread stoppable from outside. Thread kills itself. If the vncManuel Schneider2014-04-231-42/+38Star
* [CLIENT] Request full screen update from VNC server after the frame buffer ha...sr2013-02-061-0/+2
* Initial commitsr2013-02-041-0/+314