| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | port to qt5 | Jonathan Bauer | 2017-11-15 | 1 | -1/+1 |
| | | | | | | | | * got rid of the Win32/X11 differentiation * due to QT5, additional packages are needed to compile ** libqt5x11extras5-dev ** libqt5svg5-dev | ||||
| * | [server] Only block screen saver from running when first client connects | Simon Rettberg | 2017-03-20 | 1 | -1/+5 |
| | | | | | | | | The screen saver lock is recursive, so if we call it for every client that connects, but only unlock once when the last client disconnects, the screen saver will be blocked forever. Fixes #3083 | ||||
| * | [server] Prevent screen standby while clients are connected | Simon Rettberg | 2017-03-06 | 1 | -13/+22 |
| | | |||||
| * | Increase compiler warnings, fix a lot of those instances | Simon Rettberg | 2016-11-15 | 1 | -7/+7 |
| | | | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types | ||||
| * | [server] Rewrite positioning logic of connection frames | Simon Rettberg | 2016-11-02 | 1 | -73/+89 |
| | | | | | | | | | | | 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 | 1 | -147/+47![]() |
| | | | | | | | 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. | ||||
| * | [client] Create config dir before trying to create vnc password file inside | Simon Rettberg | 2016-10-24 | 1 | -1/+0![]() |
| | | |||||
| * | Merge branch 'master' of openslx.org:pvs2 | Simon Rettberg | 2016-10-20 | 1 | -19/+0![]() |
| |\ | |||||
| | * | [server] Remove pointless code relying on defunct tutor ip list | Simon Rettberg | 2016-10-18 | 1 | -19/+0![]() |
| | | | |||||
| * | | Implement "Attention" feature (virtual hand-raising) | Simon Rettberg | 2016-10-19 | 1 | -3/+7 |
| |/ | |||||
| * | [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 | 1 | -44/+2![]() |
| | | |||||
| * | refactoring. | Christian Klinger | 2016-09-30 | 1 | -45/+27![]() |
| | | |||||
| * | astyle. | Christian Klinger | 2016-09-29 | 1 | -412/+374![]() |
| | | |||||
| * | 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 | 1 | -20/+64 |
| | | | | | 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 | 1 | -26/+26 |
| | | |||||
| * | removed USER_SETTINGS etc. | Christian Klinger | 2016-09-12 | 1 | -26/+6![]() |
| | | | | | | | (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 support for a label field inside each room section + UTF8 | Christian Klinger | 2016-09-12 | 1 | -4/+10 |
| | | |||||
| * | small UI improvement. | Christian Klinger | 2016-06-01 | 1 | -3/+0![]() |
| | | |||||
| * | Added examMode to server (this also changes the style of the toolbar) | Christian Klinger | 2016-05-30 | 1 | -0/+22 |
| | | |||||
| * | may fix the unwanted window growth. | Christian Klinger | 2016-05-23 | 1 | -12/+24 |
| | | |||||
| * | 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 | 1 | -68/+51![]() |
| | | |||||
| * | cleaned up some dead code. | Christian Klinger | 2016-05-20 | 1 | -5/+0![]() |
| | | |||||
| * | added feature tutorIP. | Christian Klinger | 2016-05-20 | 1 | -9/+14 |
| | | |||||
| * | added --manager-only (and removed the ipList-feature) | Christian Klinger | 2016-05-19 | 1 | -20/+14![]() |
| | | |||||
| * | This fixes #2813. | Christian Klinger | 2016-05-19 | 1 | -68/+51![]() |
| | | |||||
| * | Closes bug #2807. (And also cleans the code (a bit)) | Christian Klinger | 2016-05-19 | 1 | -10/+11 |
| | | |||||
| * | 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 | 1 | -67/+111 |
| | | |||||
| * | added background-image loading. | Christian Klinger | 2016-04-29 | 1 | -11/+28 |
| | | |||||
| * | Tinted some Icons to differentiate between selected and non-selected students. | Christian Klinger | 2016-04-29 | 1 | -0/+11 |
| | | |||||
| * | Rearranged buttons a little. | Christian Klinger | 2016-04-29 | 1 | -1/+2 |
| | | |||||
| * | lock/unlocking of context-sensitive buttons. | Christian Klinger | 2016-04-27 | 1 | -2/+32 |
| | | |||||
| * | delete button in the toolbar. | Christian Klinger | 2016-04-27 | 1 | -0/+30 |
| | | |||||
| * | removed trashbin. | Christian Klinger | 2016-04-27 | 1 | -43/+1![]() |
| | | |||||
| * | add aspect ratio preservation. | Christian Klinger | 2016-04-27 | 1 | -13/+54 |
| | | |||||
| * | respect configured clientSize. | Christian Klinger | 2016-04-27 | 1 | -2/+8 |
| | | |||||
| * | read gridSize&clientSize from config. | Christian Klinger | 2016-04-27 | 1 | -28/+32 |
| | | |||||
| * | refactor to use Room struct | Christian Klinger | 2016-04-27 | 1 | -35/+43 |
| | | | | | to save additional properties like gridSize and clientSize. | ||||
| * | basic resizing works. | Christian Klinger | 2016-04-27 | 1 | -13/+18 |
| | | |||||
| * | determine grid size based on the loaded room config. | Christian Klinger | 2016-04-22 | 1 | -26/+54 |
| | | |||||
| * | [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 |
| | | |||||
| * | Added missing translation. | Björn Hagemeister | 2014-09-17 | 1 | -1/+1 |
| | | |||||
| * | Added some translation for manager. | Björn Hagemeister | 2014-09-17 | 1 | -10/+9![]() |
| | | |||||
| * | Forgotten icon of button reload room. Set MainWindow frameless. | Björn Hagemeister | 2014-09-05 | 1 | -1/+1 |
| | | |||||
| * | Several small changes. | Björn Hagemeister | 2014-09-05 | 1 | -0/+1 |
| | | |||||

