summaryrefslogtreecommitdiffstats
path: root/src/client/connectwindow/connectwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and modernize codeSimon Rettberg2022-10-301-15/+15
| | | | | | | - static "new-style" signal->slot connections - Fix a lot of things Clang-Tidy complained about - Move includes to .cpp files and use forward decls in .h - Don't use <QtWidgets> and <QtCore>, but specific includes instead
* Modernize cmake file and project structure a bitSimon Rettberg2022-10-301-1/+5
|
* [client] ConnectWindow: Cancel -> CloseSimon Rettberg2018-08-031-2/+2
|
* Remove ugly comment separator lines above functionsSimon Rettberg2018-08-021-13/+13
|
* [client] ConnectWindow: Restore green checkmark, fix messagesSimon Rettberg2018-08-011-17/+3Star
| | | | | | | | | The green checkmark signalling a successful connection was broken in commit:e19dcdfe so we restore that. When connecting to a manager directly (room dropdown), a message displaying the last entered session id was shown instead. This closes #3393
* Update code style, fix compiler warningsSimon Rettberg2018-07-241-4/+4
| | | | | | - 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
* 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-261-14/+17
|
* [client] Remove "Room" prefix in connect window dropdownSimon Rettberg2016-10-101-1/+1
|
* astyle.Christian Klinger2016-09-291-70/+70
|
* 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-131-30/+33
|
* rename hide->cancelChristian Klinger2016-05-121-2/+2
|
* polished the connect window.Christian Klinger2016-05-121-4/+33
|
* first new version of the connect window; needs some polish though.Christian Klinger2016-05-101-1/+30
|
* added "Disconnect"-Button (closes #2764).Christian Klinger2016-05-091-0/+8
|
* [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-021-1/+4
| | | | using --auto
* Try to bring connect window to top more agressively; require c++0x instead ↵Simon Rettberg2015-02-021-1/+10
| | | | of c++11 so it compiles on gcc 4.6
* Reset debug timeouts, fix autoconnect, remove magic numbersManuel Schneider2014-11-281-6/+4Star
|
* Remove redundant flagsManuel Schneider2014-11-281-7/+4Star
|
* Change confusing membernameManuel Schneider2014-11-281-7/+7
|
* Client is able to auto - connect to the same room belonging manager.Björn Hagemeister2014-08-251-4/+5
|
* Try to reconnect if the pvsmgr gets disconnectedManuel Schneider2014-05-281-2/+10
|
* Outsource serverDiscovery.Manuel Schneider2014-05-281-161/+72Star
|
* Several changes:Björn Hagemeister2014-05-261-9/+23
| | | | | | 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-061-24/+24
| | | | | change between checkmark and the rest. Changed the non expressive names of ui elements.
* Merge branch 'master' of git.openslx.org:pvs2Manuel Schneider2014-05-061-1/+49
|\ | | | | | | | | | | Conflicts: gui/client/toolbar.ui src/client/connectwindow/connectwindow.cpp
| * Adding flashy Symbol for working connection of client to server.Björn Hagemeister2014-05-051-3/+51
| | | | | | | | And commenting class ConnectionWindow from client.
* | Changes the approach of Qt Gui initialization to the member pointer ↵Manuel Schneider2014-05-061-27/+29
|/ | | | 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.
* Fix comments, add (very few) documentation commentsSimon Rettberg2014-04-181-2/+6
|
* [SERVER] Add "stop projection" buttonsr2013-02-061-0/+5
| | | | | [SERVER] Don't show error message when VNC server stops as expected [SERVER/CLIENT] Implement connection timeout of 15 seconds
* Initial commitsr2013-02-041-0/+284