summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Collapse)AuthorAgeFilesLines
* [client] Fix: read mgr state before init leads to hybrid toggle not appearingSimon Rettberg2018-01-221-5/+3Star
| | | | | | | | | | We determined whether the config defines the current client as manager for some room only after we read that variable to determine whether we should show the "toggle" button in the toolbar that would switch to desktop 2 (containing the manager). The result was that the button only appeared after connecting. Fixes #3290
* [client] Fix deletion of QThread while still runningSimon Rettberg2017-12-043-3/+12
|
* Fix connection problems qith Qt5 (again)Simon Rettberg2017-12-012-17/+11Star
|
* [client] Use polling when checking whether to hide the barSimon Rettberg2017-11-162-20/+18Star
| | | | | The QWidget::leaveEvent() event seems unreliable unter Qt5 when trying to detect if the mouse is still over the bar.
* Fix SSL on Qt5Simon Rettberg2017-11-161-2/+7
|
* port to qt5Jonathan Bauer2017-11-155-44/+3Star
| | | | | | | * got rid of the Win32/X11 differentiation * due to QT5, additional packages are needed to compile ** libqt5x11extras5-dev ** libqt5svg5-dev
* [client] Delay showBar by 750msSimon Rettberg2017-06-232-23/+45
| | | | Implements #3164
* [client] Periodically bring vnc and lock window to topSimon Rettberg2017-02-104-1/+29
|
* [client] Nicer output of ip addresses under system informationSteffen Ritter2016-11-151-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 instancesSimon Rettberg2016-11-158-19/+23
| | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types
* Fix compile warningsSimon Rettberg2016-10-282-1/+2
|
* [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
| | | | Apparently, invisible windows are treated as closed...
* [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-263-33/+44
|
* [client] Create config dir before trying to create vnc password file insideSimon Rettberg2016-10-242-14/+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
|
* Implement "Attention" feature (virtual hand-raising)Simon Rettberg2016-10-195-21/+63
|
* [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 ↵Simon Rettberg2016-10-111-4/+8
| | | | invisible "switch to manager" button
* [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
|
* bugfix.Christian Klinger2016-09-301-2/+1Star
|
* refactoring.Christian Klinger2016-09-304-3/+3
|
* astyle.Christian Klinger2016-09-2924-588/+514Star
|
* 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-273-6/+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-272-2/+18
| | | | | | | | 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
|/
* Fix infinite loop when receiving incomplete headersSimon Rettberg2016-09-092-3/+5
|
* Rename lock/unlock scripts to kb-lock and kb-unlock so you know it's for the ↵Simon Rettberg2016-09-081-3/+3
| | | | keyboard
* 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
|
* 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.
* Shortened "Ready to connect..." text.Christian Klinger2016-05-231-2/+2
|
* cleaned up some dead code.Christian Klinger2016-05-201-4/+1Star
|
* Implemented lock-button feature.Christian Klinger2016-05-202-0/+16
|
* added toolbar button to switch to manager.Christian Klinger2016-05-182-0/+51
| | | | The actual window switching logic is delegated to a pair of shell scripts.