summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Collapse)AuthorAgeFilesLines
...
* [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.
* .Christian Klinger2016-05-183-9/+18
|
* 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-122-4/+35
|
* first new version of the connect window; needs some polish though.Christian Klinger2016-05-106-29/+105
|
* Priorities for rooms.Christian Klinger2016-05-091-13/+17
|
* added "Disconnect"-Button (closes #2764).Christian Klinger2016-05-094-2/+21
|
* [*] Use thumbnail on vnc viewer window until connection is upSimon Rettberg2016-02-085-9/+38
|
* [client] Remove jpeg quality debug messageSimon Rettberg2016-02-081-1/+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-293-5/+9
|
* [client] reconnect using the current session name and current manager ipJonathan Bauer2015-05-111-2/+4
|
* [client] reset timeouts to normal intervalsJonathan Bauer2015-05-111-2/+2
|
* [client] Check if we know the manager's IP when invoked with --auto before ↵Simon Rettberg2015-02-021-1/+2
| | | | connecting
* Restore window state when opening connect window. Reconnect to session when ↵Simon Rettberg2015-02-025-28/+45
| | | | using --auto
* Try to bring connect window to top more agressively; require c++0x instead ↵Simon Rettberg2015-02-024-5/+16
| | | | of c++11 so it compiles on gcc 4.6
* Reset debug timeouts, fix autoconnect, remove magic numbersManuel Schneider2014-11-286-21/+25
|
* Remove redundant flagsManuel Schneider2014-11-282-8/+5Star
|
* Change confusing membernameManuel Schneider2014-11-282-8/+8
|
* Removed irritating cam - icon in toolbar of client. Plus added some ↵Björn Hagemeister2014-09-171-8/+8
| | | | translations in client.
* The sessionID is ignored by manager if client is connecting via auto-connect.Björn Hagemeister2014-09-042-17/+8Star
|
* Let client and server use the config file in the "pvs2" folder.Manuel Schneider2014-09-041-2/+2
|
* Remove heavy unreadable debug messages. Reintent.Manuel Schneider2014-09-031-1/+0Star
|
* Adjust the system settings path in clientManuel Schneider2014-09-031-3/+6
|
* Changed .ini file in client and manager from pvs2client.ini and pvs2mgr.ini ↵Björn Hagemeister2014-08-262-5/+7
| | | | to pvs2.ini, for having just one file.