| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added --manager-only (and removed the ipList-feature) | Christian Klinger | 2016-05-19 | 5 | -32/+33 |
| | | |||||
| * | This fixes #2813. | Christian Klinger | 2016-05-19 | 2 | -68/+53![]() |
| | | |||||
| * | Merge branch 'bugfix/segfault-clientsize' | Christian Klinger | 2016-05-19 | 5 | -16/+36 |
| |\ | |||||
| | * | Closes bug #2807. (And also cleans the code (a bit)) | Christian Klinger | 2016-05-19 | 5 | -16/+36 |
| | | | |||||
| * | | [shared/server] define preferred styles and enable it if supported | Jonathan Bauer | 2016-05-18 | 2 | -2/+11 |
| |/ | |||||
| * | added toolbar button to switch to manager. | Christian Klinger | 2016-05-18 | 2 | -0/+51 |
| | | | | | The actual window switching logic is delegated to a pair of shell scripts. | ||||
| * | . | Christian Klinger | 2016-05-18 | 3 | -9/+18 |
| | | |||||
| * | configurable quit button. | Christian Klinger | 2016-05-13 | 2 | -22/+36 |
| | | |||||
| * | connect/disconnect events are working (again). | Christian Klinger | 2016-05-13 | 3 | -37/+46 |
| | | |||||
| * | rename hide->cancel | Christian Klinger | 2016-05-12 | 2 | -3/+3 |
| | | |||||
| * | polished the connect window. | Christian Klinger | 2016-05-12 | 2 | -4/+35 |
| | | |||||
| * | first new version of the connect window; needs some polish though. | Christian Klinger | 2016-05-10 | 6 | -29/+105 |
| | | |||||
| * | Priorities for rooms. | Christian Klinger | 2016-05-09 | 1 | -13/+17 |
| | | |||||
| * | added "Disconnect"-Button (closes #2764). | Christian Klinger | 2016-05-09 | 4 | -2/+21 |
| | | |||||
| * | upgraded from SSLv3 to TLS1.0 | Christian Klinger | 2016-05-09 | 1 | -1/+1 |
| | | | | | This fixes #2781 where a server running on debian didn't accept any connections anymore. | ||||
| * | fixed "off-by-one" bug. | Christian Klinger | 2016-05-02 | 1 | -6/+12 |
| | | |||||
| * | better behaviour when placing a client symbol on top of another. | Christian Klinger | 2016-05-02 | 2 | -68/+112 |
| | | |||||
| * | added background-image loading. | Christian Klinger | 2016-04-29 | 3 | -13/+33 |
| | | |||||
| * | Tinted some Icons to differentiate between selected and non-selected students. | Christian Klinger | 2016-04-29 | 2 | -2/+13 |
| | | |||||
| * | Rearranged buttons a little. | Christian Klinger | 2016-04-29 | 1 | -1/+2 |
| | | |||||
| * | lock/unlocking of context-sensitive buttons. | Christian Klinger | 2016-04-27 | 2 | -2/+38 |
| | | |||||
| * | delete button in the toolbar. | Christian Klinger | 2016-04-27 | 2 | -0/+32 |
| | | |||||
| * | removed trashbin. | Christian Klinger | 2016-04-27 | 1 | -43/+1![]() |
| | | |||||
| * | add aspect ratio preservation. | Christian Klinger | 2016-04-27 | 2 | -13/+58 |
| | | |||||
| * | respect configured clientSize. | Christian Klinger | 2016-04-27 | 1 | -2/+8 |
| | | |||||
| * | read gridSize&clientSize from config. | Christian Klinger | 2016-04-27 | 3 | -29/+37 |
| | | |||||
| * | refactor to use Room struct | Christian Klinger | 2016-04-27 | 5 | -43/+58 |
| | | | | | to save additional properties like gridSize and clientSize. | ||||
| * | basic resizing works. | Christian Klinger | 2016-04-27 | 3 | -14/+24 |
| | | |||||
| * | determine grid size based on the loaded room config. | Christian Klinger | 2016-04-22 | 2 | -29/+58 |
| | | |||||
| * | feature complete | Christian Klinger | 2016-04-22 | 4 | -9/+70 |
| | | |||||
| * | first layout of a virtual keyboard, but no logic yet | Christian Klinger | 2016-04-21 | 4 | -0/+48 |
| | | |||||
| * | [*] Use thumbnail on vnc viewer window until connection is up | Simon Rettberg | 2016-02-08 | 9 | -16/+53 |
| | | |||||
| * | [client] Remove jpeg quality debug message | Simon Rettberg | 2016-02-08 | 1 | -1/+0![]() |
| | | |||||
| * | [CLIENT] Remove stupid hardcoded client limit of 50 | Simon Rettberg | 2016-02-08 | 1 | -5/+0![]() |
| | | |||||
| * | [client] Increase vnc client connect timeout to account for large pools of ↵ | Simon Rettberg | 2016-02-08 | 3 | -4/+10 |
| | | | | | clients | ||||
| * | [client] Retry VNC connection up to 5 times | Simon Rettberg | 2016-02-01 | 3 | -32/+47 |
| | | |||||
| * | properly close the toolbar (?) | Jonathan Bauer | 2016-01-29 | 4 | -6/+10 |
| | | |||||
| * | [client] reconnect using the current session name and current manager ip | Jonathan Bauer | 2015-05-11 | 1 | -2/+4 |
| | | |||||
| * | [client] reset timeouts to normal intervals | Jonathan Bauer | 2015-05-11 | 1 | -2/+2 |
| | | |||||
| * | [server] reset timeouts to normal intervals | Jonathan Bauer | 2015-05-11 | 1 | -2/+2 |
| | | |||||
| * | [client] Check if we know the manager's IP when invoked with --auto before ↵ | Simon Rettberg | 2015-02-02 | 1 | -1/+2 |
| | | | | | connecting | ||||
| * | Restore window state when opening connect window. Reconnect to session when ↵ | Simon Rettberg | 2015-02-02 | 5 | -28/+45 |
| | | | | | using --auto | ||||
| * | Try to bring connect window to top more agressively; require c++0x instead ↵ | Simon Rettberg | 2015-02-02 | 4 | -5/+16 |
| | | | | | of c++11 so it compiles on gcc 4.6 | ||||
| * | Reset debug timeouts, fix autoconnect, remove magic numbers | Manuel Schneider | 2014-11-28 | 7 | -22/+27 |
| | | |||||
| * | Remove redundant flags | Manuel Schneider | 2014-11-28 | 2 | -8/+5![]() |
| | | |||||
| * | Change confusing membername | Manuel Schneider | 2014-11-28 | 2 | -8/+8 |
| | | |||||
| * | Added missing translation. | Björn Hagemeister | 2014-09-17 | 1 | -1/+1 |
| | | |||||
| * | Added some translation for manager. | Björn Hagemeister | 2014-09-17 | 2 | -20/+9![]() |
| | | |||||
| * | Removed irritating cam - icon in toolbar of client. Plus added some ↵ | Björn Hagemeister | 2014-09-17 | 1 | -8/+8 |
| | | | | | translations in client. | ||||
| * | Forgotten icon of button reload room. Set MainWindow frameless. | Björn Hagemeister | 2014-09-05 | 1 | -1/+1 |
| | | |||||

