summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Changed the blinking red dot in toolbar while beeing vnc server to blinking eye.Björn Hagemeister2014-05-222-8/+8
|/
* Fix segfault. Drop nullpointer polls since SslSocket is now const. [id == ↵Manuel Schneider2014-05-221-2/+2
| | | | _VNCCLIENT] Logical reduction. Cleanup header.
* Force connectionWindow to be always on topManuel Schneider2014-05-071-1/+5
|
* Show taskbar tooManuel Schneider2014-05-072-4/+4
| | | | | * Let vnc stream complete screen * Let thumbnail display complete screen
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-05-072-16/+61
|\
| * Merge + commentsManuel Schneider2014-05-072-5/+33
| |\
| * | Comment source file and minor changes.Manuel Schneider2014-05-072-15/+57
| | | | | | | | | | | | | | | * Change unneccesary slot signature * Reduce hide timer to 500ms
* | | Setting right pixmap after stopping vnc server on client.Björn Hagemeister2014-05-072-3/+4
| |/ |/|
* | Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-05-071-6/+9
|\|
| * Hide bar if the menu is leftManuel Schneider2014-05-071-6/+9
| |
* | New feature: Blinking red dot in toolbar, while vnc server is started on client.Björn Hagemeister2014-05-072-5/+30
|/
* Reduced the class toolbar regarding the KISS paradigm.Manuel Schneider2014-05-073-164/+74Star
|
* Changes the ConnectionWidows gui to a relative layout. Added a stacked widget toManuel Schneider2014-05-063-26/+41
| | | | | change between checkmark and the rest. Changed the non expressive names of ui elements.
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-05-064-44/+61
|\ | | | | | | | | Conflicts: src/client/connectwindow/connectwindow.h
| * Merge branch 'master' of git.openslx.org:pvs2Manuel Schneider2014-05-061-1/+49
| |\ | | | | | | | | | | | | | | | Conflicts: gui/client/toolbar.ui src/client/connectwindow/connectwindow.cpp