summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [server] Offer deleting temp. clients on session name changeSimon Rettberg2018-07-194-54/+40Star
* [server] SessionNameWindow: Set focus to text box on openSimon Rettberg2018-07-191-0/+1
* [server] Don't do unnecessary lock resets on mode changeSimon Rettberg2018-07-182-21/+14Star
* [client] Rewrite thread sync between VNC worker and VNC windowSimon Rettberg2018-07-174-66/+62Star
* [client] Fix uninitialized variable accessSimon Rettberg2018-07-172-2/+2
* [server] Small translation fixesSteffen Ritter2018-07-171-3/+3
* [client] Show vnc window on rightmost screenSimon Rettberg2018-07-162-7/+23
* [client] Fix translation on Qt5Simon Rettberg2018-07-1312-240/+278
* [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 missing iconSimon Rettberg2018-07-121-0/+980
* [server] Fix (=implement) tracking of client's projection sourceSimon Rettberg2018-07-121-1/+2
* [server] Add button to lock/unlock single clientSimon Rettberg2018-07-125-7/+53
* [client] top/bottom position detectionJonathan Bauer2018-06-182-10/+30
* [server] Handle client disconnectsSteffen Ritter2018-06-122-12/+6Star
* [client] Fix: read mgr state before init leads to hybrid toggle not appearingSimon Rettberg2018-01-221-5/+3Star
* Fix translations on Qt5Simon Rettberg2017-12-0516-933/+588Star
* [client] Fix deletion of QThread while still runningSimon Rettberg2017-12-043-3/+12
* [server] Init qrand before creating main window, so session id is randomSimon Rettberg2017-12-011-2/+1Star
* Fix connection problems qith Qt5 (again)Simon Rettberg2017-12-013-18/+12Star
* [client] Use polling when checking whether to hide the barSimon Rettberg2017-11-162-20/+18Star
* Fix SSL on Qt5Simon Rettberg2017-11-167-22/+52
* fix qresource precompilation with cmakeJonathan Bauer2017-11-161-5/+8
* cmake 2.8.12 compatSimon Rettberg2017-11-151-12/+10Star
* port to qt5Jonathan Bauer2017-11-1513-91/+61Star
* [client] Delay showBar by 750msSimon Rettberg2017-06-232-23/+45
* [server] Only block screen saver from running when first client connectsSimon Rettberg2017-03-201-1/+5
* [server] Prevent screen standby while clients are connectedSimon Rettberg2017-03-065-17/+138
* Update translationsSimon Rettberg2017-03-0610-577/+1054
* [server] Bail out if certificates cannot be createdSimon Rettberg2017-03-064-4/+30
* [client] Periodically bring vnc and lock window to topSimon Rettberg2017-02-104-1/+29
* [sample_configuration] kb-lock: Disable mouse tooSimon Rettberg2017-02-102-6/+6
* [client] Nicer output of ip addresses under system informationSteffen Ritter2016-11-151-7/+39
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-1520-72/+79
* [server] Rewrite positioning logic of connection framesSimon Rettberg2016-11-024-104/+137
* [server] Run "manager only" logic before creating main windowSimon Rettberg2016-11-024-155/+146Star
* [server] Show IP address in room layout right after loading itSimon Rettberg2016-10-283-10/+21
* Fix compile warningsSimon Rettberg2016-10-283-2/+3
* [client] Fix use-after-free by adding missing signal-slot-connectionSimon Rettberg2016-10-281-0/+1
* [client] Disable "quit on last window closed" as it triggers in exam modeSimon Rettberg2016-10-282-1/+6
* [server] Initialize _wantsAttention to false in client.cppSimon Rettberg2016-10-281-0/+1
* [client] Allow ESC key to cancel projection in hybrid modeSimon Rettberg2016-10-288-16/+74
* [client] Fix memleakSimon Rettberg2016-10-271-1/+3
* [client] Move ServerConnection instance to ClientAppSimon Rettberg2016-10-269-55/+81
* Fix GUI translation: Don't create persistent objects on stack :/Simon Rettberg2016-10-264-37/+53
* [client] Create config dir before trying to create vnc password file insideSimon Rettberg2016-10-243-15/+27
* [client] Fix "toogle vm/manager" button (copy&paste error..)Simon Rettberg2016-10-241-1/+1
* [client] Add icon to attention button, hide button when disconnectedSimon Rettberg2016-10-216-8/+153
* Merge branch 'master' of openslx.org:pvs2Simon Rettberg2016-10-204-23/+18Star
|\
| * [server] Remove pointless code relying on defunct tutor ip listSimon Rettberg2016-10-182-20/+0Star