| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Increase compiler warnings, fix a lot of those instances | Simon Rettberg | 2016-11-15 | 19 | -71/+77 | |
| | | | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types | |||||
| * | [server] Rewrite positioning logic of connection frames | Simon Rettberg | 2016-11-02 | 4 | -104/+137 | |
| | | | | | | | | | | | This fixes sevceral bugs: * Frames moved into virtually expanded area (for keeping aspect ratio) could be out of bounds after a window resize before * Finding a free slot to place a frame was slightly sped up * Finding a free slot is not used when loading a room layout, as it was (still is) pretty sluggish for the user * Snap to grid worked incorrectly, did not pick closest grid position | |||||
| * | [server] Run "manager only" logic before creating main window | Simon Rettberg | 2016-11-02 | 4 | -155/+146![]() | |
| | | | | | | | This prevents the window popping up for a split second when --manager-only is given and the machine it's running on is not configured as a manager. | |||||
| * | [server] Show IP address in room layout right after loading it | Simon Rettberg | 2016-10-28 | 3 | -10/+21 | |
| | | ||||||
| * | Fix compile warnings | Simon Rettberg | 2016-10-28 | 3 | -2/+3 | |
| | | ||||||
| * | [client] Fix use-after-free by adding missing signal-slot-connection | Simon Rettberg | 2016-10-28 | 1 | -0/+1 | |
| | | ||||||
| * | [client] Disable "quit on last window closed" as it triggers in exam mode | Simon Rettberg | 2016-10-28 | 2 | -1/+6 | |
| | | | | | Apparently, invisible windows are treated as closed... | |||||
| * | [server] Initialize _wantsAttention to false in client.cpp | Simon Rettberg | 2016-10-28 | 1 | -0/+1 | |
| | | ||||||
| * | [client] Allow ESC key to cancel projection in hybrid mode | Simon Rettberg | 2016-10-28 | 8 | -16/+74 | |
| | | ||||||
| * | [client] Fix memleak | Simon Rettberg | 2016-10-27 | 1 | -1/+3 | |
| | | ||||||
| * | [client] Move ServerConnection instance to ClientApp | Simon Rettberg | 2016-10-26 | 9 | -55/+81 | |
| | | ||||||
| * | Fix GUI translation: Don't create persistent objects on stack :/ | Simon Rettberg | 2016-10-26 | 4 | -37/+53 | |
| | | ||||||
| * | [client] Create config dir before trying to create vnc password file inside | Simon Rettberg | 2016-10-24 | 3 | -15/+27 | |
| | | ||||||
| * | [client] Fix "toogle vm/manager" button (copy&paste error..) | Simon Rettberg | 2016-10-24 | 1 | -1/+1 | |
| | | ||||||
| * | [client] Add icon to attention button, hide button when disconnected | Simon Rettberg | 2016-10-21 | 1 | -2/+7 | |
| | | ||||||
| * | Merge branch 'master' of openslx.org:pvs2 | Simon Rettberg | 2016-10-20 | 2 | -20/+0![]() | |
| |\ | ||||||
| | * | [server] Remove pointless code relying on defunct tutor ip list | Simon Rettberg | 2016-10-18 | 2 | -20/+0![]() | |
| | | | ||||||
| * | | Implement "Attention" feature (virtual hand-raising) | Simon Rettberg | 2016-10-19 | 11 | -37/+106 | |
| |/ | ||||||
| * | [client] Fix: Translations are working again | Simon Rettberg | 2016-10-11 | 1 | -6/+6 | |
| | | ||||||
| * | [client] Add missing Q_OBJECT macro | Simon Rettberg | 2016-10-11 | 1 | -0/+1 | |
| | | ||||||
| * | [client] Resize toolbar when lock/switch buttons are hidden | Simon Rettberg | 2016-10-11 | 1 | -0/+2 | |
| | | ||||||
| * | [client] Disable lock button for just two seconds; ignore clicks on ↵ | Simon Rettberg | 2016-10-11 | 1 | -4/+8 | |
| | | | | | invisible "switch to manager" button | |||||
| * | [server] When creating certificate, create directory tree first | Simon Rettberg | 2016-10-10 | 1 | -4/+10 | |
| | | ||||||
| * | [client] Skip rooms with no mgrIP when selecting "myRooms" | Simon Rettberg | 2016-10-10 | 1 | -14/+19 | |
| | | ||||||
| * | [client] Remove "Room" prefix in connect window dropdown | Simon Rettberg | 2016-10-10 | 1 | -1/+1 | |
| | | ||||||
| * | [client] Get rid of SYSTEM_SETTINGS macro, move to ClientApp | Simon Rettberg | 2016-10-10 | 4 | -31/+42 | |
| | | ||||||
| * | [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![]() | |
| | | ||||||
| * | bugfix. | Christian Klinger | 2016-09-30 | 1 | -2/+1![]() | |
| | | ||||||
| * | refactoring. | Christian Klinger | 2016-09-30 | 17 | -264/+226![]() | |
| | | ||||||
| * | 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![]() | |
| | | ||||||

