| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | astyle. | Christian Klinger | 2016-09-29 | 47 | -1521/+1326![]() |
| | | |||||
| * | added an information dialog that displays ip and hostname. | Christian Klinger | 2016-09-29 | 4 | -0/+80 |
| | | |||||
| * | [client] removed some old code regarding settings. | Christian Klinger | 2016-09-27 | 4 | -32/+15![]() |
| | | |||||
| * | reduced noise in the output (old debug messages...) | Christian Klinger | 2016-09-27 | 4 | -7/+0![]() |
| | | |||||
| * | improved option parsing. | Christian Klinger | 2016-09-27 | 3 | -5/+21 |
| | | |||||
| * | . | Christian Klinger | 2016-09-27 | 2 | -2/+0![]() |
| |\ | |||||
| | * | clients in exam-mode no longer send a screenshot. Also some refactoring. | Christian Klinger | 2016-09-26 | 5 | -68/+117 |
| | | | |||||
| * | | Implemented 'majority vote' to determine the toolbar options. | Christian Klinger | 2016-09-27 | 9 | -35/+130 |
| | | | | | | | | | clients in exam-mode are also displayed differently. | ||||
| * | | clients in exam-mode no longer send a screenshot. Also some refactoring. | Christian Klinger | 2016-09-26 | 5 | -68/+117 |
| |/ | |||||
| * | added the --config=FILE parameter and got rid of the SETTINGS macro. | Christian Klinger | 2016-09-26 | 6 | -43/+81 |
| | | |||||
| * | removed USER_SETTINGS etc. | Christian Klinger | 2016-09-12 | 4 | -53/+16![]() |
| | | | | | | | (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) | ||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Christian Klinger | 2016-09-12 | 7 | -25/+33 |
| |\ | |||||
| | * | Fix infinite loop when receiving incomplete headers | Simon Rettberg | 2016-09-09 | 6 | -22/+30 |
| | | | |||||
| | * | Rename lock/unlock scripts to kb-lock and kb-unlock so you know it's for the ↵ | Simon Rettberg | 2016-09-08 | 1 | -3/+3 |
| | | | | | | | | | keyboard | ||||
| * | | Added support for a label field inside each room section + UTF8 | Christian Klinger | 2016-09-12 | 2 | -6/+17 |
| |/ | |||||
| * | this is supposed to fix bug #2950 but doesn't. | Christian Klinger | 2016-08-22 | 2 | -1/+10 |
| | | |||||
| * | added a check so that lockDesktop.sh is not called too often. | Christian Klinger | 2016-08-22 | 2 | -3/+9 |
| | | |||||
| * | wrong configuration name for showLockDesktopButton. | Christian Klinger | 2016-07-13 | 1 | -1/+1 |
| | | |||||
| * | small UI improvement. | Christian Klinger | 2016-06-01 | 2 | -4/+0![]() |
| | | |||||
| * | added qStdOut() (use like qDebug()) | Christian Klinger | 2016-05-30 | 2 | -3/+12 |
| | | |||||
| * | Added "--exam-mode" option. | Christian Klinger | 2016-05-30 | 1 | -15/+32 |
| | | | | | | This might break things because the old way to specify a session is not valid anymore. Please use "--session=1234" to specify session. | ||||
| * | Added examMode to server (this also changes the style of the toolbar) | Christian Klinger | 2016-05-30 | 4 | -1/+31 |
| | | |||||
| * | Shortened "Ready to connect..." text. | Christian Klinger | 2016-05-23 | 1 | -2/+2 |
| | | |||||
| * | may fix the unwanted window growth. | Christian Klinger | 2016-05-23 | 2 | -12/+25 |
| | | |||||
| * | move back connectionframes that went out of the window due to resizing. | Christian Klinger | 2016-05-23 | 1 | -0/+10 |
| | | |||||
| * | Render SVG image on loading with screen resolution. | Christian Klinger | 2016-05-23 | 1 | -4/+15 |
| | | |||||
| * | Improved positioning into the grid. (Pixel-precise calculations). | Christian Klinger | 2016-05-23 | 2 | -68/+52![]() |
| | | |||||
| * | cleaned up some dead code. | Christian Klinger | 2016-05-20 | 3 | -10/+1![]() |
| | | |||||
| * | Implemented lock-button feature. | Christian Klinger | 2016-05-20 | 2 | -0/+16 |
| | | |||||
| * | added feature tutorIP. | Christian Klinger | 2016-05-20 | 4 | -18/+26 |
| | | |||||
| * | added --manager-only (and removed the ipList-feature) | Christian Klinger | 2016-05-19 | 5 | -32/+33 |
| | | |||||
| * | This fixes #2813. | Christian Klinger | 2016-05-19 | 2 | -68/+53![]() |
| | | |||||
| * | Merge branch 'bugfix/segfault-clientsize' | Christian Klinger | 2016-05-19 | 5 | -16/+36 |
| |\ | |||||
| | * | Closes bug #2807. (And also cleans the code (a bit)) | Christian Klinger | 2016-05-19 | 5 | -16/+36 |
| | | | |||||
| * | | [shared/server] define preferred styles and enable it if supported | Jonathan Bauer | 2016-05-18 | 2 | -2/+11 |
| |/ | |||||
| * | added toolbar button to switch to manager. | Christian Klinger | 2016-05-18 | 2 | -0/+51 |
| | | | | | The actual window switching logic is delegated to a pair of shell scripts. | ||||
| * | . | Christian Klinger | 2016-05-18 | 3 | -9/+18 |
| | | |||||
| * | configurable quit button. | Christian Klinger | 2016-05-13 | 2 | -22/+36 |
| | | |||||
| * | connect/disconnect events are working (again). | Christian Klinger | 2016-05-13 | 3 | -37/+46 |
| | | |||||
| * | rename hide->cancel | Christian Klinger | 2016-05-12 | 2 | -3/+3 |
| | | |||||
| * | polished the connect window. | Christian Klinger | 2016-05-12 | 2 | -4/+35 |
| | | |||||
| * | first new version of the connect window; needs some polish though. | Christian Klinger | 2016-05-10 | 6 | -29/+105 |
| | | |||||
| * | Priorities for rooms. | Christian Klinger | 2016-05-09 | 1 | -13/+17 |
| | | |||||
| * | added "Disconnect"-Button (closes #2764). | Christian Klinger | 2016-05-09 | 4 | -2/+21 |
| | | |||||
| * | upgraded from SSLv3 to TLS1.0 | Christian Klinger | 2016-05-09 | 1 | -1/+1 |
| | | | | | This fixes #2781 where a server running on debian didn't accept any connections anymore. | ||||
| * | fixed "off-by-one" bug. | Christian Klinger | 2016-05-02 | 1 | -6/+12 |
| | | |||||
| * | better behaviour when placing a client symbol on top of another. | Christian Klinger | 2016-05-02 | 2 | -68/+112 |
| | | |||||
| * | added background-image loading. | Christian Klinger | 2016-04-29 | 3 | -13/+33 |
| | | |||||
| * | Tinted some Icons to differentiate between selected and non-selected students. | Christian Klinger | 2016-04-29 | 2 | -2/+13 |
| | | |||||
| * | Rearranged buttons a little. | Christian Klinger | 2016-04-29 | 1 | -1/+2 |
| | | |||||

