summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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-211-2/+7
* 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-1911-37/+106
|/
* [client] Fix: Translations are working againSimon Rettberg2016-10-111-6/+6
* [client] Add missing Q_OBJECT macroSimon Rettberg2016-10-111-0/+1
* [client] Resize toolbar when lock/switch buttons are hiddenSimon Rettberg2016-10-111-0/+2
* [client] Disable lock button for just two seconds; ignore clicks on invisible...Simon Rettberg2016-10-111-4/+8
* [server] When creating certificate, create directory tree firstSimon Rettberg2016-10-101-4/+10
* [client] Skip rooms with no mgrIP when selecting "myRooms"Simon Rettberg2016-10-101-14/+19
* [client] Remove "Room" prefix in connect window dropdownSimon Rettberg2016-10-101-1/+1
* [client] Get rid of SYSTEM_SETTINGS macro, move to ClientAppSimon Rettberg2016-10-104-31/+42
* [server] Fix parsing of command line arguments, init class members of ServerAppSimon Rettberg2016-10-102-6/+8
* [server] Don't ignore entire config if a single room doesn't have a mgrIP ass...Simon Rettberg2016-10-101-2/+1Star
* [server] Remove loadPosition() as it's pointless with per-room layoutsSimon Rettberg2016-10-102-45/+2Star
* bugfix.Christian Klinger2016-09-301-2/+1Star
* refactoring.Christian Klinger2016-09-3017-264/+226Star
* astyle.Christian Klinger2016-09-2947-1521/+1326Star
* added an information dialog that displays ip and hostname.Christian Klinger2016-09-294-0/+80
* [client] removed some old code regarding settings.Christian Klinger2016-09-274-32/+15Star
* reduced noise in the output (old debug messages...)Christian Klinger2016-09-274-7/+0Star
* improved option parsing.Christian Klinger2016-09-273-5/+21
* .Christian Klinger2016-09-272-2/+0Star
|\
| * clients in exam-mode no longer send a screenshot. Also some refactoring.Christian Klinger2016-09-265-68/+117
* | Implemented 'majority vote' to determine the toolbar options.Christian Klinger2016-09-279-35/+130
* | clients in exam-mode no longer send a screenshot. Also some refactoring.Christian Klinger2016-09-265-68/+117
|/
* added the --config=FILE parameter and got rid of the SETTINGS macro.Christian Klinger2016-09-266-43/+81
* removed USER_SETTINGS etc.Christian Klinger2016-09-124-53/+16Star
* Merge branch 'master' of git.openslx.org:pvs2Christian Klinger2016-09-127-25/+33
|\
| * Fix infinite loop when receiving incomplete headersSimon Rettberg2016-09-096-22/+30
| * Rename lock/unlock scripts to kb-lock and kb-unlock so you know it's for the ...Simon Rettberg2016-09-081-3/+3
* | Added support for a label field inside each room section + UTF8Christian Klinger2016-09-122-6/+17
|/
* this is supposed to fix bug #2950 but doesn't.Christian Klinger2016-08-222-1/+10
* added a check so that lockDesktop.sh is not called too often.Christian Klinger2016-08-222-3/+9
* wrong configuration name for showLockDesktopButton.Christian Klinger2016-07-131-1/+1
* small UI improvement.Christian Klinger2016-06-012-4/+0Star
* added qStdOut() (use like qDebug())Christian Klinger2016-05-302-3/+12