| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [server] When creating certificate, create directory tree first | Simon Rettberg | 2016-10-10 | 1 | -4/+10 |
| | | |||||
| * | [server] Fix parsing of command line arguments, init class members of ServerApp | Simon Rettberg | 2016-10-10 | 2 | -6/+8 |
| | | |||||
| * | [server] Don't ignore entire config if a single room doesn't have a mgrIP ↵ | Simon Rettberg | 2016-10-10 | 1 | -2/+1![]() |
| | | | | | assigned | ||||
| * | [server] Remove loadPosition() as it's pointless with per-room layouts | Simon Rettberg | 2016-10-10 | 2 | -45/+2![]() |
| | | |||||
| * | refactoring. | Christian Klinger | 2016-09-30 | 13 | -261/+223![]() |
| | | |||||
| * | astyle. | Christian Klinger | 2016-09-29 | 21 | -878/+784![]() |
| | | |||||
| * | reduced noise in the output (old debug messages...) | Christian Klinger | 2016-09-27 | 1 | -1/+0![]() |
| | | |||||
| * | Implemented 'majority vote' to determine the toolbar options. | Christian Klinger | 2016-09-27 | 6 | -33/+111 |
| | | | | | clients in exam-mode are also displayed differently. | ||||
| * | 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 | 2 | -3/+5 |
| |\ | |||||
| | * | Fix infinite loop when receiving incomplete headers | Simon Rettberg | 2016-09-09 | 2 | -3/+5 |
| | | | |||||
| * | | Added support for a label field inside each room section + UTF8 | Christian Klinger | 2016-09-12 | 2 | -6/+17 |
| |/ | |||||
| * | small UI improvement. | Christian Klinger | 2016-06-01 | 2 | -4/+0![]() |
| | | |||||
| * | Added examMode to server (this also changes the style of the toolbar) | Christian Klinger | 2016-05-30 | 4 | -1/+31 |
| | | |||||
| * | 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 | 2 | -6/+0![]() |
| | | |||||
| * | 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 | 1 | -1/+9 |
| |/ | |||||
| * | 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 |
| | | |||||
| * | lock/unlocking of context-sensitive buttons. | Christian Klinger | 2016-04-27 | 2 | -2/+38 |
| | | |||||
| * | delete button in the toolbar. | Christian Klinger | 2016-04-27 | 2 | -0/+32 |
| | | |||||
| * | removed trashbin. | Christian Klinger | 2016-04-27 | 1 | -43/+1![]() |
| | | |||||
| * | add aspect ratio preservation. | Christian Klinger | 2016-04-27 | 2 | -13/+58 |
| | | |||||
| * | respect configured clientSize. | Christian Klinger | 2016-04-27 | 1 | -2/+8 |
| | | |||||
| * | read gridSize&clientSize from config. | Christian Klinger | 2016-04-27 | 3 | -29/+37 |
| | | |||||
| * | refactor to use Room struct | Christian Klinger | 2016-04-27 | 5 | -43/+58 |
| | | | | | to save additional properties like gridSize and clientSize. | ||||
| * | basic resizing works. | Christian Klinger | 2016-04-27 | 3 | -14/+24 |
| | | |||||
| * | determine grid size based on the loaded room config. | Christian Klinger | 2016-04-22 | 2 | -29/+58 |
| | | |||||
| * | feature complete | Christian Klinger | 2016-04-22 | 4 | -9/+70 |
| | | |||||
| * | first layout of a virtual keyboard, but no logic yet | Christian Klinger | 2016-04-21 | 4 | -0/+48 |
| | | |||||
| * | [*] Use thumbnail on vnc viewer window until connection is up | Simon Rettberg | 2016-02-08 | 4 | -7/+15 |
| | | |||||
| * | [CLIENT] Remove stupid hardcoded client limit of 50 | Simon Rettberg | 2016-02-08 | 1 | -5/+0![]() |
| | | |||||
| * | properly close the toolbar (?) | Jonathan Bauer | 2016-01-29 | 1 | -1/+1 |
| | | |||||
| * | [server] reset timeouts to normal intervals | Jonathan Bauer | 2015-05-11 | 1 | -2/+2 |
| | | |||||
| * | Reset debug timeouts, fix autoconnect, remove magic numbers | Manuel Schneider | 2014-11-28 | 1 | -1/+2 |
| | | |||||
| * | Added missing translation. | Björn Hagemeister | 2014-09-17 | 1 | -1/+1 |
| | | |||||
| * | Added some translation for manager. | Björn Hagemeister | 2014-09-17 | 2 | -20/+9![]() |
| | | |||||

