summaryrefslogtreecommitdiffstats
path: root/src/client/connectwindow
Commit message (Collapse)AuthorAgeFilesLines
* Update code style, fix compiler warningsSimon Rettberg2018-07-242-5/+5
| | | | | | - Use nullptr instead of NULL for better warnings in case of mistakes - Get rid of VLAs which are not in C++11 actually - Fix implicit signed <-> unsigned mismatches by adding checks and casts
* port to qt5Jonathan Bauer2017-11-151-1/+1
| | | | | | | * got rid of the Win32/X11 differentiation * due to QT5, additional packages are needed to compile ** libqt5x11extras5-dev ** libqt5svg5-dev
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-151-2/+5
| | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types
* [client] Move ServerConnection instance to ClientAppSimon Rettberg2016-10-262-16/+19
|
* [client] Remove "Room" prefix in connect window dropdownSimon Rettberg2016-10-101-1/+1
|
* astyle.Christian Klinger2016-09-292-81/+82
|
* reduced noise in the output (old debug messages...)Christian Klinger2016-09-271-1/+0Star
|
* Shortened "Ready to connect..." text.Christian Klinger2016-05-231-2/+2
|
* .Christian Klinger2016-05-181-9/+5Star
|
* connect/disconnect events are working (again).Christian Klinger2016-05-132-31/+38
|
* 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-102-2/+37
|
* added "Disconnect"-Button (closes #2764).Christian Klinger2016-05-092-0/+9
|
* [client] reconnect using the current session name and current manager ipJonathan Bauer2015-05-111-2/+4
|
* Restore window state when opening connect window. Reconnect to session when ↵Simon Rettberg2015-02-022-2/+6
| | | | using --auto
* Try to bring connect window to top more agressively; require c++0x instead ↵Simon Rettberg2015-02-022-1/+11
| | | | of c++11 so it compiles on gcc 4.6
* Reset debug timeouts, fix autoconnect, remove magic numbersManuel Schneider2014-11-282-7/+5Star
|
* Remove redundant flagsManuel Schneider2014-11-282-8/+5Star
|
* Change confusing membernameManuel Schneider2014-11-282-8/+8
|
* Client is able to auto - connect to the same room belonging manager.Björn Hagemeister2014-08-252-5/+6
|
* Try to reconnect if the pvsmgr gets disconnectedManuel Schneider2014-05-282-3/+11
|
* Outsource serverDiscovery.Manuel Schneider2014-05-282-195/+91Star
|
* Several changes:Björn Hagemeister2014-05-262-10/+25
| | | | | | 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.
* Force connectionWindow to be always on topManuel Schneider2014-05-071-1/+5
|
* Setting right pixmap after stopping vnc server on client.Björn Hagemeister2014-05-071-2/+3
|
* Reduced the class toolbar regarding the KISS paradigm.Manuel Schneider2014-05-071-0/+2
|
* Changes the ConnectionWidows gui to a relative layout. Added a stacked widget toManuel Schneider2014-05-062-26/+26
| | | | | 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-062-32/+37
|\ | | | | | | | | 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-062-31/+36
| | | | | | | | | | | | 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-061-0/+7
| |/ |/|
* | Adding flashy Symbol for working connection of client to server.Björn Hagemeister2014-05-051-3/+51
|/ | | | And commenting class ConnectionWindow from client.
* Fix comments, add (very few) documentation commentsSimon Rettberg2014-04-181-2/+6
|
* [SERVER] Add "stop projection" buttonsr2013-02-062-0/+6
| | | | | [SERVER] Don't show error message when VNC server stops as expected [SERVER/CLIENT] Implement connection timeout of 15 seconds
* Initial commitsr2013-02-042-0/+379