summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* edited logo.Christian Klinger2016-05-021-87/+249
|
* 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-294-15/+56
|
* Tinted some Icons to differentiate between selected and non-selected students.Christian Klinger2016-04-295-71/+52Star
|
* Rearranged buttons a little.Christian Klinger2016-04-292-15/+7Star
|
* lock/unlocking of context-sensitive buttons.Christian Klinger2016-04-272-2/+38
|
* delete button in the toolbar.Christian Klinger2016-04-273-0/+50
|
* removed trashbin.Christian Klinger2016-04-272-65/+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-273-29/+37
|
* refactor to use Room structChristian Klinger2016-04-275-43/+58
| | | | to save additional properties like gridSize and clientSize.
* basic resizing works.Christian Klinger2016-04-273-14/+24
|
* determine grid size based on the loaded room config.Christian Klinger2016-04-222-29/+58
|
* add missing separators between the buttons on the left side of the main windowChristian Klinger2016-04-221-0/+3
|
* feature completeChristian Klinger2016-04-225-20/+147
|
* first layout of a virtual keyboard, but no logic yetChristian Klinger2016-04-218-60/+201
|
* [*] Use thumbnail on vnc viewer window until connection is upSimon Rettberg2016-02-089-16/+53
|
* [client] Remove jpeg quality debug messageSimon Rettberg2016-02-081-1/+0Star
|
* [CLIENT] Remove stupid hardcoded client limit of 50Simon Rettberg2016-02-081-5/+0Star
|
* [client] Increase vnc client connect timeout to account for large pools of ↵Simon Rettberg2016-02-083-4/+10
| | | | clients
* [client] Retry VNC connection up to 5 timesSimon Rettberg2016-02-013-32/+47
|
* properly close the toolbar (?)Jonathan Bauer2016-01-294-6/+10
|