summaryrefslogtreecommitdiffstats
path: root/src/shared
Commit message (Collapse)AuthorAgeFilesLines
* Add a few hacks to make it compile on Qt 5.12 againSimon Rettberg2022-10-311-0/+5
|
* Clean up and modernize codeSimon Rettberg2022-10-303-9/+14
| | | | | | | - 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
* Revert "[shared/server] define preferred styles and enable it if supported"Simon Rettberg2018-08-021-2/+1Star
| | | | | | | Pointless code!? Makes theme look ugly with Qt5 at least with no apparent advantage whatsoever. This reverts commit 7cf83493fdaca88fd3dbc736d5ca9d86dd7f9e83.
* [*] Convert old C-Style castsSimon Rettberg2018-07-261-10/+10
| | | | | Primitive types now use type(x) instead of (type)x, pointers should use appropriate long versions
* Update code style, fix compiler warningsSimon Rettberg2018-07-242-20/+20
| | | | | | - 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-152-17/+17
| | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types
* Implement "Attention" feature (virtual hand-raising)Simon Rettberg2016-10-191-0/+1
|
* astyle.Christian Klinger2016-09-292-55/+28Star
|
* 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-092-16/+20
|
* [shared/server] define preferred styles and enable it if supportedJonathan Bauer2016-05-181-1/+2
|
* Several changes:Manuel Schneider2014-05-212-2/+2
| | | | | | | | * [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-202-6/+0Star
| | | | (implicit cast does it as well)
* Changes the approach of Qt Gui initialization to the member pointer ↵Manuel Schneider2014-05-061-0/+2
| | | | approach. This means multiple inheritance is avoided and the form is now a member pointer of the class. Immlicitely renamed some ui elements for clearification. Again changed unnecessary use of QDialog to QWidget.
* [SHARED] Add missing error message if network message parsing failssr2013-02-051-0/+3
|
* [SERVER] Implement all four VNC projection modessr2013-02-052-11/+18
|
* Initial commitsr2013-02-047-0/+489