summaryrefslogtreecommitdiffstats
path: root/src/client/connectwindow
Commit message (Expand)AuthorAgeFilesLines
* Clean up and modernize codeSimon Rettberg2022-10-302-25/+26
* Modernize cmake file and project structure a bitSimon Rettberg2022-10-303-1/+222
* [client] ConnectWindow: Cancel -> CloseSimon Rettberg2018-08-032-3/+3
* Remove ugly comment separator lines above functionsSimon Rettberg2018-08-021-13/+13
* [client] ConnectWindow: Restore green checkmark, fix messagesSimon Rettberg2018-08-012-19/+3Star
* Update code style, fix compiler warningsSimon Rettberg2018-07-242-5/+5
* port to qt5Jonathan Bauer2017-11-151-1/+1
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-151-2/+5
* [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 u...Simon Rettberg2015-02-022-2/+6
* Try to bring connect window to top more agressively; require c++0x instead of...Simon Rettberg2015-02-022-1/+11
* 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
* 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
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-05-062-32/+37
|\
| * Merge branch 'master' of git.openslx.org:pvs2Manuel Schneider2014-05-061-1/+49
| |\
| * | Changes the approach of Qt Gui initialization to the member pointer approach....Manuel Schneider2014-05-062-31/+36
* | | 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
|/
* Fix comments, add (very few) documentation commentsSimon Rettberg2014-04-181-2/+6
* [SERVER] Add "stop projection" buttonsr2013-02-062-0/+6
* Initial commitsr2013-02-042-0/+379