summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Implemented 'majority vote' to determine the toolbar options.Christian Klinger2016-09-279-35/+130
| | | | | | | | clients in exam-mode are also displayed differently.
* | 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
| | | | | | (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:pvs2Christian Klinger2016-09-129-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-083-3/+3
| | | | | | | | keyboard
* | Added support for a label field inside each room section + UTF8Christian Klinger2016-09-122-6/+17
|/
* fix problem with ghost click.Christian Klinger2016-08-261-0/+3
|
* 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
|
* extended commentaries for sample configuration fileJonathan Bauer2016-07-131-0/+2
|
* added missing 'showLockDesktopButton' option in sample configuration fileJonathan Bauer2016-07-131-0/+1
|
* wrong configuration name for showLockDesktopButton.Christian Klinger2016-07-131-1/+1
|
* small UI improvement.Christian Klinger2016-06-013-14/+17
|
* added qStdOut() (use like qDebug())Christian Klinger2016-05-302-3/+12
|
* Added "--exam-mode" option.Christian Klinger2016-05-301-15/+32
| | | | | This might break things because the old way to specify a session is not valid anymore. Please use "--session=1234" to specify session.
* Added examMode to server (this also changes the style of the toolbar)Christian Klinger2016-05-305-11/+54
|
* Neues Dozentenlogo.Christian Klinger2016-05-231-19/+1917
|
* Shortened "Ready to connect..." text.Christian Klinger2016-05-232-27/+37
|
* may fix the unwanted window growth.Christian Klinger2016-05-233-12/+28
|
* 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-232-4/+16
|
* Improved positioning into the grid. (Pixel-precise calculations).Christian Klinger2016-05-232-68/+52Star
|
* moved the camera icon closer to the PVS logo.Christian Klinger2016-05-201-22/+22
|
* cleaned up some dead code.Christian Klinger2016-05-203-10/+1Star
|
* Implemented lock-button feature.Christian Klinger2016-05-207-1/+41
|
* documented tutorIP feature.Christian Klinger2016-05-201-0/+3
|
* added feature tutorIP.Christian Klinger2016-05-204-18/+26
|
* added --manager-only (and removed the ipList-feature)Christian Klinger2016-05-195-32/+33
|
* Added German translation for server.Christian Klinger2016-05-191-76/+162
|
* adapted help-window to reflect the new order in the toolbar.Christian Klinger2016-05-191-74/+143
|
* Updated client de translation.Christian Klinger2016-05-191-39/+81
|
* This fixes #2813.Christian Klinger2016-05-192-68/+53Star
|
* Merge branch 'bugfix/segfault-clientsize'Christian Klinger2016-05-195-16/+36
|\
| * Closes bug #2807. (And also cleans the code (a bit))Christian Klinger2016-05-195-16/+36
| |
* | [shared/server] define preferred styles and enable it if supportedJonathan Bauer2016-05-182-2/+11
|/
* added example switch scripts.Christian Klinger2016-05-183-0/+20
|
* added toolbar button to switch to manager.Christian Klinger2016-05-183-12/+77
| | | | The actual window switching logic is delegated to a pair of shell scripts.
* provided sample configuration.Christian Klinger2016-05-184-1/+212
|
* .Christian Klinger2016-05-183-9/+18
|
* added sample scripts and README.Christian Klinger2016-05-183-0/+43
|
* configurable quit button.Christian Klinger2016-05-132-22/+36
|
* connect/disconnect events are working (again).Christian Klinger2016-05-133-37/+46
|
* rename hide->cancelChristian Klinger2016-05-122-3/+3
|
* polished the connect window.Christian Klinger2016-05-123-91/+83Star
|
* first new version of the connect window; needs some polish though.Christian Klinger2016-05-107-82/+201
|
* Priorities for rooms.Christian Klinger2016-05-091-13/+17
|
* added "Disconnect"-Button (closes #2764).Christian Klinger2016-05-095-46/+66
|
* upgraded from SSLv3 to TLS1.0Christian Klinger2016-05-091-1/+1
| | | | This fixes #2781 where a server running on debian didn't accept any connections anymore.