summaryrefslogtreecommitdiffstats
path: root/src/shared
Commit message (Collapse)AuthorAgeFilesLines
* 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