Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [*] Convert old C-Style casts | Simon Rettberg | 2018-07-26 | 1 | -10/+10 |
| | | | | | Primitive types now use type(x) instead of (type)x, pointers should use appropriate long versions | ||||
* | Update code style, fix compiler warnings | Simon Rettberg | 2018-07-24 | 2 | -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 instances | Simon Rettberg | 2016-11-15 | 2 | -17/+17 |
| | | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types | ||||
* | Implement "Attention" feature (virtual hand-raising) | Simon Rettberg | 2016-10-19 | 1 | -0/+1 |
| | |||||
* | astyle. | Christian Klinger | 2016-09-29 | 2 | -55/+28 |
| | |||||
* | Implemented 'majority vote' to determine the toolbar options. | Christian Klinger | 2016-09-27 | 1 | -0/+1 |
| | | | | clients in exam-mode are also displayed differently. | ||||
* | Fix infinite loop when receiving incomplete headers | Simon Rettberg | 2016-09-09 | 2 | -16/+20 |
| | |||||
* | [shared/server] define preferred styles and enable it if supported | Jonathan Bauer | 2016-05-18 | 1 | -1/+2 |
| | |||||
* | Several changes: | Manuel Schneider | 2014-05-21 | 2 | -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 Schneider | 2014-05-20 | 2 | -6/+0 |
| | | | | (implicit cast does it as well) | ||||
* | Changes the approach of Qt Gui initialization to the member pointer ↵ | Manuel Schneider | 2014-05-06 | 1 | -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 fails | sr | 2013-02-05 | 1 | -0/+3 |
| | |||||
* | [SERVER] Implement all four VNC projection modes | sr | 2013-02-05 | 2 | -11/+18 |
| | |||||
* | Initial commit | sr | 2013-02-04 | 7 | -0/+489 |