summaryrefslogtreecommitdiffstats
path: root/src/client/connectwindow/connectwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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