summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| * | Changes the approach of Qt Gui initialization to the member pointer ↵Manuel Schneider2014-05-064-43/+60
| | | | | | | | | | | | approach. This means multiple inheritance is avoided and the form is now a member pointer of the class. Immlicitely renamed some ui elements for clearification. Again changed unnecessary use of QDialog to QWidget.
* | | New Feature: Showing client toolbar while vnc server is running.Björn Hagemeister2014-05-066-2/+31
| |/ |/|
* | Adding flashy Symbol for working connection of client to server.Björn Hagemeister2014-05-051-3/+51
|/ | | | And commenting class ConnectionWindow from client.
* Increased the timeout for debugging purposes; Instruct vncserver to trasmit justManuel Schneider2014-04-293-4/+33
| | | | the primary desktop; Thumbnails just display the primary dektop
* Now using qWidget instead of qDialog to avoid the need to handdle every dialogManuel Schneider2014-04-253-32/+14Star
| | | | event (reject, done, accept, finished). No more close override necessary.
* Doxygen comments, removed incomplete unused event handling for VNC RW ↵Simon Rettberg2014-04-234-291/+227Star
| | | | access, introduced terminateVnc method in VncWindow
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-04-234-70/+72
|\
| * Made vnc thread stoppable from outside. Thread kills itself. If the vncManuel Schneider2014-04-234-70/+72
| | | | | | | | | | connection cannot be established a timeout kills the thread after a short period of time.
* | Fix status icon updating not workingBjörn Hagemeister2014-04-232-0/+8
|/
* Merge branch 'master' of dnbd3:pvs2Simon Rettberg2014-04-181-1/+2
|\
| * Prevent x11vnc from disabling 11 keyrepeatManuel Schneider2014-04-171-1/+2
| |