summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow
Commit message (Collapse)AuthorAgeFilesLines
* [server] Resize thumbs server side on mismatchSimon Rettberg2018-07-201-3/+0Star
| | | | | | | | | | The server requests the appropriate size thumbnail from the client so no bandwidth will be wasted. However, due to privacy concerns, the client might actually send a thumb that's smaller than requested, resulting in a tiny thumbnail on the server with huge gray borders. The server will now scale up the image in those cases. We'd actually also scale the image down now if it were too large, but this doesn't happen under normal circumstances.
* [server] Fix: Checking for Ok on a Yes/No question ...Simon Rettberg2018-07-201-1/+1
|
* [server] Offer deleting temp. clients on session name changeSimon Rettberg2018-07-192-49/+35Star
| | | | | | | If the user changes the session name, we now ask whether to disconnect and delete all clients that just connected via session name and don't belong to the currently loaded room layout.
* [server] Don't do unnecessary lock resets on mode changeSimon Rettberg2018-07-182-21/+14Star
|
* [server] Minor cleanups (naming, checks)Simon Rettberg2018-07-132-28/+26Star
|
* [server] Unconditionally disable vnc server if no clients leftSimon Rettberg2018-07-121-2/+2
|
* [server] Add button to lock/unlock single clientSimon Rettberg2018-07-122-4/+34
|
* [server] Handle client disconnectsSteffen Ritter2018-06-122-12/+6Star
|
* Fix SSL on Qt5Simon Rettberg2017-11-161-2/+3
|
* port to qt5Jonathan Bauer2017-11-152-2/+2
| | | | | | | * 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 connectsSimon Rettberg2017-03-201-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 connectedSimon Rettberg2017-03-062-16/+28
|
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-151-7/+7
| | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types
* [server] Rewrite positioning logic of connection framesSimon Rettberg2016-11-022-76/+94
| | | | | | | | | | 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 windowSimon Rettberg2016-11-022-149/+48Star
| | | | | | 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 insideSimon Rettberg2016-10-241-1/+0Star
|
* Merge branch 'master' of openslx.org:pvs2Simon Rettberg2016-10-202-20/+0Star
|\
| * [server] Remove pointless code relying on defunct tutor ip listSimon Rettberg2016-10-182-20/+0Star
| |
* | Implement "Attention" feature (virtual hand-raising)Simon Rettberg2016-10-191-3/+7
|/
* [server] Don't ignore entire config if a single room doesn't have a mgrIP ↵Simon Rettberg2016-10-101-2/+1Star
| | | | assigned
* [server] Remove loadPosition() as it's pointless with per-room layoutsSimon Rettberg2016-10-102-45/+2Star
|
* refactoring.Christian Klinger2016-09-301-45/+27Star
|
* astyle.Christian Klinger2016-09-292-435/+399Star
|
* reduced noise in the output (old debug messages...)Christian Klinger2016-09-271-1/+0Star
|
* Implemented 'majority vote' to determine the toolbar options.Christian Klinger2016-09-272-20/+67
| | | | clients in exam-mode are also displayed differently.
* added the --config=FILE parameter and got rid of the SETTINGS macro.Christian Klinger2016-09-262-27/+27
|
* removed USER_SETTINGS etc.Christian Klinger2016-09-121-26/+6Star
| | | | | | (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 + UTF8Christian Klinger2016-09-121-4/+10
|
* small UI improvement.Christian Klinger2016-06-011-3/+0Star
|
* Added examMode to server (this also changes the style of the toolbar)Christian Klinger2016-05-301-0/+22
|
* may fix the unwanted window growth.Christian Klinger2016-05-232-12/+25
|
* move back connectionframes that went out of the window due to resizing.Christian Klinger2016-05-231-0/+10
|
* Render SVG image on loading with screen resolution.Christian Klinger2016-05-231-4/+15
|
* Improved positioning into the grid. (Pixel-precise calculations).Christian Klinger2016-05-232-68/+52Star
|
* cleaned up some dead code.Christian Klinger2016-05-201-5/+0Star
|
* added feature tutorIP.Christian Klinger2016-05-201-9/+14
|
* added --manager-only (and removed the ipList-feature)Christian Klinger2016-05-192-24/+15Star
|
* This fixes #2813.Christian Klinger2016-05-192-68/+53Star
|
* Closes bug #2807. (And also cleans the code (a bit))Christian Klinger2016-05-191-10/+11
|
* fixed "off-by-one" bug.Christian Klinger2016-05-021-6/+12
|
* better behaviour when placing a client symbol on top of another.Christian Klinger2016-05-022-68/+112
|
* added background-image loading.Christian Klinger2016-04-292-11/+29
|
* Tinted some Icons to differentiate between selected and non-selected students.Christian Klinger2016-04-291-0/+11
|
* Rearranged buttons a little.Christian Klinger2016-04-291-1/+2
|
* lock/unlocking of context-sensitive buttons.Christian Klinger2016-04-272-2/+38
|
* delete button in the toolbar.Christian Klinger2016-04-272-0/+32
|
* removed trashbin.Christian Klinger2016-04-271-43/+1Star
|
* add aspect ratio preservation.Christian Klinger2016-04-272-13/+58
|
* respect configured clientSize.Christian Klinger2016-04-271-2/+8
|
* read gridSize&clientSize from config.Christian Klinger2016-04-271-28/+32
|