| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up and modernize code | Simon Rettberg | 2022-10-30 | 1 | -13/+11![]() |
| | | | | | | | | - 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 Rettberg | 2018-08-02 | 1 | -10/+0![]() |
| | | | | | | | | Pointless code!? Makes theme look ugly with Qt5 at least with no apparent advantage whatsoever. This reverts commit 7cf83493fdaca88fd3dbc736d5ca9d86dd7f9e83. | ||||
| * | [*] Convert old C-Style casts | Simon Rettberg | 2018-07-26 | 1 | -1/+1 |
| | | | | | | Primitive types now use type(x) instead of (type)x, pointers should use appropriate long versions | ||||
| * | [server] Init qrand before creating main window, so session id is random | Simon Rettberg | 2017-12-01 | 1 | -2/+1![]() |
| | | |||||
| * | refactoring. | Christian Klinger | 2016-09-30 | 1 | -27/+6![]() |
| | | |||||
| * | astyle. | Christian Klinger | 2016-09-29 | 1 | -2/+3 |
| | | |||||
| * | added the --config=FILE parameter and got rid of the SETTINGS macro. | Christian Klinger | 2016-09-26 | 1 | -12/+31 |
| | | |||||
| * | removed USER_SETTINGS etc. | Christian Klinger | 2016-09-12 | 1 | -20/+3![]() |
| | | | | | | | (this also changes filename of the crt ans rsa files, but this shouldn't be a problem. (formerly the name of those files depended on the name and location of the ini-files) | ||||
| * | added --manager-only (and removed the ipList-feature) | Christian Klinger | 2016-05-19 | 1 | -8/+14 |
| | | |||||
| * | [shared/server] define preferred styles and enable it if supported | Jonathan Bauer | 2016-05-18 | 1 | -1/+9 |
| | | |||||
| * | Remove heavy unreadable debug messages. Reintent. | Manuel Schneider | 2014-09-03 | 1 | -41/+41 |
| | | |||||
| * | Change system settings path. Change name of config file | Manuel Schneider | 2014-09-03 | 1 | -4/+8 |
| | | |||||
| * | New feature: Change or set tutor manually during session + URL of IP - List | Björn Hagemeister | 2014-04-22 | 1 | -1/+10 |
| | | | | | of possible tutors, can be set in command line by starting server. | ||||
| * | Initial commit | sr | 2013-02-04 | 1 | -0/+41 |

