| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | port to qt5 | Jonathan Bauer | 2017-11-15 | 5 | -44/+3![]() |
| | | | | | | | | * got rid of the Win32/X11 differentiation * due to QT5, additional packages are needed to compile ** libqt5x11extras5-dev ** libqt5svg5-dev | ||||
| * | [client] Delay showBar by 750ms | Simon Rettberg | 2017-06-23 | 2 | -23/+45 |
| | | | | | Implements #3164 | ||||
| * | [client] Periodically bring vnc and lock window to top | Simon Rettberg | 2017-02-10 | 4 | -1/+29 |
| | | |||||
| * | [client] Nicer output of ip addresses under system information | Steffen Ritter | 2016-11-15 | 1 | -7/+39 |
| | | | | | | | * show interface name, ipv4, ipv6, mac * filter loopback interface * filter interfaces which are connected to a bridge | ||||
| * | Increase compiler warnings, fix a lot of those instances | Simon Rettberg | 2016-11-15 | 8 | -19/+23 |
| | | | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types | ||||
| * | Fix compile warnings | Simon Rettberg | 2016-10-28 | 2 | -1/+2 |
| | | |||||
| * | [client] Fix use-after-free by adding missing signal-slot-connection | Simon Rettberg | 2016-10-28 | 1 | -0/+1 |
| | | |||||
| * | [client] Disable "quit on last window closed" as it triggers in exam mode | Simon Rettberg | 2016-10-28 | 2 | -1/+6 |
| | | | | | Apparently, invisible windows are treated as closed... | ||||
| * | [client] Allow ESC key to cancel projection in hybrid mode | Simon Rettberg | 2016-10-28 | 8 | -16/+74 |
| | | |||||
| * | [client] Fix memleak | Simon Rettberg | 2016-10-27 | 1 | -1/+3 |
| | | |||||
| * | [client] Move ServerConnection instance to ClientApp | Simon Rettberg | 2016-10-26 | 9 | -55/+81 |
| | | |||||
| * | Fix GUI translation: Don't create persistent objects on stack :/ | Simon Rettberg | 2016-10-26 | 3 | -33/+44 |
| | | |||||
| * | [client] Create config dir before trying to create vnc password file inside | Simon Rettberg | 2016-10-24 | 2 | -14/+27 |
| | | |||||
| * | [client] Fix "toogle vm/manager" button (copy&paste error..) | Simon Rettberg | 2016-10-24 | 1 | -1/+1 |
| | | |||||
| * | [client] Add icon to attention button, hide button when disconnected | Simon Rettberg | 2016-10-21 | 1 | -2/+7 |
| | | |||||
| * | Implement "Attention" feature (virtual hand-raising) | Simon Rettberg | 2016-10-19 | 5 | -21/+63 |
| | | |||||
| * | [client] Fix: Translations are working again | Simon Rettberg | 2016-10-11 | 1 | -6/+6 |
| | | |||||
| * | [client] Add missing Q_OBJECT macro | Simon Rettberg | 2016-10-11 | 1 | -0/+1 |
| | | |||||
| * | [client] Resize toolbar when lock/switch buttons are hidden | Simon Rettberg | 2016-10-11 | 1 | -0/+2 |
| | | |||||
| * | [client] Disable lock button for just two seconds; ignore clicks on ↵ | Simon Rettberg | 2016-10-11 | 1 | -4/+8 |
| | | | | | invisible "switch to manager" button | ||||
| * | [client] Skip rooms with no mgrIP when selecting "myRooms" | Simon Rettberg | 2016-10-10 | 1 | -14/+19 |
| | | |||||
| * | [client] Remove "Room" prefix in connect window dropdown | Simon Rettberg | 2016-10-10 | 1 | -1/+1 |
| | | |||||
| * | [client] Get rid of SYSTEM_SETTINGS macro, move to ClientApp | Simon Rettberg | 2016-10-10 | 4 | -31/+42 |
| | | |||||
| * | bugfix. | Christian Klinger | 2016-09-30 | 1 | -2/+1![]() |
| | | |||||
| * | refactoring. | Christian Klinger | 2016-09-30 | 4 | -3/+3 |
| | | |||||
| * | astyle. | Christian Klinger | 2016-09-29 | 24 | -588/+514![]() |
| | | |||||
| * | added an information dialog that displays ip and hostname. | Christian Klinger | 2016-09-29 | 4 | -0/+80 |
| | | |||||
| * | [client] removed some old code regarding settings. | Christian Klinger | 2016-09-27 | 4 | -32/+15![]() |
| | | |||||
| * | reduced noise in the output (old debug messages...) | Christian Klinger | 2016-09-27 | 3 | -6/+0![]() |
| | | |||||
| * | improved option parsing. | Christian Klinger | 2016-09-27 | 3 | -5/+21 |
| | | |||||
| * | . | Christian Klinger | 2016-09-27 | 2 | -2/+0![]() |
| |\ | |||||
| | * | clients in exam-mode no longer send a screenshot. Also some refactoring. | Christian Klinger | 2016-09-26 | 5 | -68/+117 |
| | | | |||||
| * | | Implemented 'majority vote' to determine the toolbar options. | Christian Klinger | 2016-09-27 | 2 | -2/+18 |
| | | | | | | | | | clients in exam-mode are also displayed differently. | ||||
| * | | clients in exam-mode no longer send a screenshot. Also some refactoring. | Christian Klinger | 2016-09-26 | 5 | -68/+117 |
| |/ | |||||
| * | Fix infinite loop when receiving incomplete headers | Simon Rettberg | 2016-09-09 | 2 | -3/+5 |
| | | |||||
| * | Rename lock/unlock scripts to kb-lock and kb-unlock so you know it's for the ↵ | Simon Rettberg | 2016-09-08 | 1 | -3/+3 |
| | | | | | keyboard | ||||
| * | this is supposed to fix bug #2950 but doesn't. | Christian Klinger | 2016-08-22 | 2 | -1/+10 |
| | | |||||
| * | added a check so that lockDesktop.sh is not called too often. | Christian Klinger | 2016-08-22 | 2 | -3/+9 |
| | | |||||
| * | wrong configuration name for showLockDesktopButton. | Christian Klinger | 2016-07-13 | 1 | -1/+1 |
| | | |||||
| * | added qStdOut() (use like qDebug()) | Christian Klinger | 2016-05-30 | 2 | -3/+12 |
| | | |||||
| * | Added "--exam-mode" option. | Christian Klinger | 2016-05-30 | 1 | -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. | ||||
| * | Shortened "Ready to connect..." text. | Christian Klinger | 2016-05-23 | 1 | -2/+2 |
| | | |||||
| * | cleaned up some dead code. | Christian Klinger | 2016-05-20 | 1 | -4/+1![]() |
| | | |||||
| * | Implemented lock-button feature. | Christian Klinger | 2016-05-20 | 2 | -0/+16 |
| | | |||||
| * | 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 |
| | | |||||

