summaryrefslogtreecommitdiffstats
path: root/src/client/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* astyle.Christian Klinger2016-09-291-15/+15
|
* [client] removed some old code regarding settings.Christian Klinger2016-09-271-0/+4
|
* improved option parsing.Christian Klinger2016-09-271-0/+5
|
* clients in exam-mode no longer send a screenshot. Also some refactoring.Christian Klinger2016-09-261-68/+5Star
|
* added qStdOut() (use like qDebug())Christian Klinger2016-05-301-3/+5
|
* 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.
* Restore window state when opening connect window. Reconnect to session when ↵Simon Rettberg2015-02-021-20/+22
| | | | using --auto
* Adjust the system settings path in clientManuel Schneider2014-09-031-3/+6
|
* Client is able to auto - connect to the same room belonging manager.Björn Hagemeister2014-08-251-2/+11
|
* Let the client quit if to much params. Let the client be able to connect to ↵Manuel Schneider2014-07-221-7/+7
| | | | the empty session id.
* Several changes:Björn Hagemeister2014-05-261-29/+36
| | | | | | 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.
* Initial commitsr2013-02-041-0/+41