summaryrefslogtreecommitdiffstats
path: root/src/server/util/platform/screensaver.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [server] Periodically deactivate xscreensaver when clients are connectedv26Simon Rettberg2019-11-181-4/+15
|
* Update code style, fix compiler warningsSimon Rettberg2018-07-241-3/+3
| | | | | | - 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
* port to qt5Jonathan Bauer2017-11-151-0/+74
* got rid of the Win32/X11 differentiation * due to QT5, additional packages are needed to compile ** libqt5x11extras5-dev ** libqt5svg5-dev