summaryrefslogtreecommitdiffstats
path: root/src/client/connectwindow/connectwindow.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and modernize codeSimon Rettberg2022-10-301-10/+11
| | | | | | | - 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-0/+1
|
* [client] ConnectWindow: Cancel -> CloseSimon Rettberg2018-08-031-1/+1
|
* [client] ConnectWindow: Restore green checkmark, fix messagesSimon Rettberg2018-08-011-2/+0Star
| | | | | | | | | 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-1/+1
| | | | | | - 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
* [client] Move ServerConnection instance to ClientAppSimon Rettberg2016-10-261-2/+2
|
* astyle.Christian Klinger2016-09-291-11/+12
|
* connect/disconnect events are working (again).Christian Klinger2016-05-131-1/+5
|
* rename hide->cancelChristian Klinger2016-05-121-1/+1
|
* polished the connect window.Christian Klinger2016-05-121-0/+2
|
* first new version of the connect window; needs some polish though.Christian Klinger2016-05-101-1/+7
|
* added "Disconnect"-Button (closes #2764).Christian Klinger2016-05-091-0/+1
|
* Restore window state when opening connect window. Reconnect to session when ↵Simon Rettberg2015-02-021-1/+2
| | | | using --auto
* Try to bring connect window to top more agressively; require c++0x instead ↵Simon Rettberg2015-02-021-0/+1
| | | | of c++11 so it compiles on gcc 4.6
* Reset debug timeouts, fix autoconnect, remove magic numbersManuel Schneider2014-11-281-1/+1
|
* Remove redundant flagsManuel Schneider2014-11-281-1/+1
|
* Change confusing membernameManuel Schneider2014-11-281-1/+1
|
* Client is able to auto - connect to the same room belonging manager.Björn Hagemeister2014-08-251-1/+1
|
* Try to reconnect if the pvsmgr gets disconnectedManuel Schneider2014-05-281-1/+1
|
* Outsource serverDiscovery.Manuel Schneider2014-05-281-34/+19Star
|
* Several changes:Björn Hagemeister2014-05-261-1/+2
| | | | | | 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.
* Changes the ConnectionWidows gui to a relative layout. Added a stacked widget toManuel Schneider2014-05-061-2/+2
| | | | | 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-061-4/+7
|\ | | | | | | | | Conflicts: src/client/connectwindow/connectwindow.h
| * Changes the approach of Qt Gui initialization to the member pointer ↵Manuel Schneider2014-05-061-4/+7
| | | | | | | | 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
|/
* [SERVER] Add "stop projection" buttonsr2013-02-061-0/+1
| | | | | [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/+95