summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Client is able to auto - connect to the same room belonging manager.Björn Hagemeister2014-08-257-20/+130
|
* Fixed unintended bug from yesterday.Björn Hagemeister2014-07-301-1/+1
|
* Add an about dialog to the client.Manuel Schneider2014-07-222-0/+27
|
* Show window after setting it up, preventing flickering on start.Manuel Schneider2014-07-221-1/+1
|
* Let the client quit if to much params. Let the client be able to connect to ↵Manuel Schneider2014-07-223-14/+30
| | | | the empty session id.
* Correct indenting by tabsManuel Schneider2014-07-211-27/+27
|
* Remove annoying -Wreoder warningManuel Schneider2014-07-091-1/+1
|
* Try to reconnect if the pvsmgr gets disconnectedManuel Schneider2014-05-283-4/+12
|
* Outsource serverDiscovery.Manuel Schneider2014-05-285-198/+324
|
* Add several documentation stubs. Remove autogenreated TODOManuel Schneider2014-05-271-22/+48
|
* Several changes:Björn Hagemeister2014-05-266-41/+71
| | | | | | Fixed segmentaion fault, which occured after streaming to all clients. Added sessionName as command line argument to client, so that it connects immediatly after running to given sessionName. If pvsclient shows connected status also display IP-Adress of the running pvsmanager.
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-05-223-13/+4Star
|\ | | | | | | | | | | | | | | (Eye icon for VNC streaming) Conflicts: pvsclient.qrc src/client/toolbar/toolbar.cpp
| * Stop suggesting the user to be recorded:Manuel Schneider2014-05-222-29/+2Star
| | | | | | | | | | | | * Delete red dot camera icons * Disable camera blinking in clients toolbar (sorry bjoern) * Adjust ressource files
| * Make VNCServer::isrunning inlineManuel Schneider2014-05-222-11/+2Star
| |