summaryrefslogtreecommitdiffstats
path: root/src/client/toolbar/toolbar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Changed the blinking red dot in toolbar while beeing vnc server to blinking eye.Björn Hagemeister2014-05-221-7/+7
|
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-05-071-15/+60
|\
| * Merge + commentsManuel Schneider2014-05-071-5/+30
| |\
| * | Comment source file and minor changes.Manuel Schneider2014-05-071-14/+56
| | | | | | | | | | | | | | | * Change unneccesary slot signature * Reduce hide timer to 500ms
* | | Setting right pixmap after stopping vnc server on client.Björn Hagemeister2014-05-071-1/+1
| |/ |/|
* | Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-05-071-6/+9
|\|
| * Hide bar if the menu is leftManuel Schneider2014-05-071-6/+9
| |
* | New feature: Blinking red dot in toolbar, while vnc server is started on client.Björn Hagemeister2014-05-071-5/+27
|/
* Reduced the class toolbar regarding the KISS paradigm.Manuel Schneider2014-05-071-130/+63Star
|
* 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-061-8/+15
|\ | | | | | | | | Conflicts: src/client/connectwindow/connectwindow.h
| * Changes the approach of Qt Gui initialization to the member pointer ↵Manuel Schneider2014-05-061-8/+15
| | | | | | | | 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-1/+14
|/
* 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-051-5/+5
| | | | object
* Initial commitsr2013-02-041-0/+200