summaryrefslogtreecommitdiffstats
path: root/src/shared/networkmessage.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and modernize codeSimon Rettberg2022-10-301-7/+9
| | | | | | | - 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
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-151-3/+3
| | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types
* Implement "Attention" feature (virtual hand-raising)Simon Rettberg2016-10-191-0/+1
|
* Implemented 'majority vote' to determine the toolbar options.Christian Klinger2016-09-271-0/+1
| | | | clients in exam-mode are also displayed differently.
* Fix infinite loop when receiving incomplete headersSimon Rettberg2016-09-091-2/+6
|
* Several changes:Manuel Schneider2014-05-211-1/+1
| | | | | | | | * [Client] Remove unneccessary members _ip, * [Client] Remove unneccessary class forward of QSslSocket * [Client] Make member initializer list of non-const members part of ctor * [Client] Make _socket pointer const member * [Client] Drop socket-delete indirektion
* Remvoe unneccesary membervariable _toClient and method buildErrorMessage ↵Manuel Schneider2014-05-201-1/+0Star
| | | | (implicit cast does it as well)
* [SERVER] Implement all four VNC projection modessr2013-02-051-8/+15
|
* Initial commitsr2013-02-041-0/+69