summaryrefslogtreecommitdiffstats
path: root/src/client/toolbar
Commit message (Collapse)AuthorAgeFilesLines
...
* Changes the ConnectionWidows gui to a relative layout. Added a stacked widget toManuel Schneider2014-05-061-0/+15
| | | | | 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-12/+24
|\ | | | | | | | | Conflicts: src/client/connectwindow/connectwindow.h
| * Changes the approach of Qt Gui initialization to the member pointer ↵Manuel Schneider2014-05-062-12/+24
| | | | | | | | 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-062-1/+15
|/
* Increased the timeout for debugging purposes; Instruct vncserver to trasmit justManuel Schneider2014-04-291-1/+1
| | | | the primary desktop; Thumbnails just display the primary dektop
* Fix comments, add (very few) documentation commentsSimon Rettberg2014-04-181-2/+2
|
* [SERVER/CLIENT] Wait for connection to close properly before deleting socket ↵sr2013-02-052-6/+6
| | | | object
* Initial commitsr2013-02-042-0/+278