summaryrefslogtreecommitdiffstats
path: root/src/client/vnc/vncserver.cpp
Commit message (Collapse)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-301-17/+18
| | | | | | | - static "new-style" signal->slot connections - Fix a lot of things Clang-Tidy complained about - Move includes to .cpp files and use forward decls in .h - Don't use <QtWidgets> and <QtCore>, but specific includes instead
* Remove ugly comment separator lines above functionsSimon Rettberg2018-08-021-12/+12
|
* Update code style, fix compiler warningsSimon Rettberg2018-07-241-11/+11
| | | | | | - Use nullptr instead of NULL for better warnings in case of mistakes - Get rid of VLAs which are not in C++11 actually - Fix implicit signed <-> unsigned mismatches by adding checks and casts
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-151-4/+4
| | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types
* [client] Create config dir before trying to create vnc password file insideSimon Rettberg2016-10-241-14/+25
|
* astyle.Christian Klinger2016-09-291-23/+14Star
|
* 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-221-10/+1Star
|
* Show taskbar tooManuel Schneider2014-05-071-2/+2
| | | | | * Let vnc stream complete screen * Let thumbnail display complete screen
* New Feature: Showing client toolbar while vnc server is running.Björn Hagemeister2014-05-061-0/+7
|
* Increased the timeout for debugging purposes; Instruct vncserver to trasmit justManuel Schneider2014-04-291-0/+17
| | | | the primary desktop; Thumbnails just display the primary dektop
* 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-181-2/+6
|/
* Initial commitsr2013-02-041-0/+191