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