summaryrefslogtreecommitdiffstats
path: root/src/client/util/platform
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and modernize codeSimon Rettberg2022-10-301-6/+2Star
| | | | | | | - 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
* [SERVER] Fix locking when locked unicast is current modeSimon Rettberg2018-07-311-2/+3
| | | | Streaming source wasn't locked properly before
* Update code style, fix compiler warningsSimon Rettberg2018-07-241-6/+6
| | | | | | - 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-152-41/+0Star
| | | | | | | * got rid of the Win32/X11 differentiation * due to QT5, additional packages are needed to compile ** libqt5x11extras5-dev ** libqt5svg5-dev
* [client] Periodically bring vnc and lock window to topSimon Rettberg2017-02-102-0/+15
|
* Fix compile warningsSimon Rettberg2016-10-281-1/+1
|
* [client] Fix memleakSimon Rettberg2016-10-271-1/+3
|
* astyle.Christian Klinger2016-09-293-58/+57Star
|
* Rename lock/unlock scripts to kb-lock and kb-unlock so you know it's for the ↵Simon Rettberg2016-09-081-3/+3
| | | | keyboard
* .Christian Klinger2016-05-182-0/+13
|
* Initial commitsr2013-02-043-0/+141