summaryrefslogtreecommitdiffstats
path: root/gui/client
Commit message (Collapse)AuthorAgeFilesLines
* [client] Fix style if checked button; add separator for buttonsSimon Rettberg2018-09-061-33/+3Star
|
* [client] New addon system for buttons and menuSimon Rettberg2018-09-061-211/+185Star
| | | | | | Instead of integrating workspace switching and screen locking directly into PVS2, introduce an addon system to insert new functionality into the toolbar, as buttons or menu entries.
* [client] Make toolbar movable by mouseSimon Rettberg2018-09-041-5/+13
|
* [client] ConnectWindow: Cancel -> CloseSimon Rettberg2018-08-031-3/+24
|
* [client] Add icon to attention button, hide button when disconnectedSimon Rettberg2016-10-211-6/+70
|
* Implement "Attention" feature (virtual hand-raising)Simon Rettberg2016-10-191-1/+11
|
* moved the camera icon closer to the PVS logo.Christian Klinger2016-05-201-22/+22
|
* Implemented lock-button feature.Christian Klinger2016-05-201-1/+11
|
* added toolbar button to switch to manager.Christian Klinger2016-05-181-12/+26
| | | | The actual window switching logic is delegated to a pair of shell scripts.
* polished the connect window.Christian Klinger2016-05-121-87/+48Star
|
* first new version of the connect window; needs some polish though.Christian Klinger2016-05-101-53/+96
|
* added "Disconnect"-Button (closes #2764).Christian Klinger2016-05-091-44/+45
|
* Removed irritating cam - icon in toolbar of client. Plus added some ↵Björn Hagemeister2014-09-171-6/+1Star
| | | | translations in client.
* Changed the blinking red dot in toolbar while beeing vnc server to blinking eye.Björn Hagemeister2014-05-221-0/+6
|
* Changes the ConnectionWidows gui to a relative layout. Added a stacked widget toManuel Schneider2014-05-061-121/+170
| | | | | change between checkmark and the rest. Changed the non expressive names of ui elements.
* Merge branch 'master' of git.openslx.org:pvs2Manuel Schneider2014-05-062-4/+31
|\ | | | | | | | | | | Conflicts: gui/client/toolbar.ui src/client/connectwindow/connectwindow.cpp
| * Adding flashy Symbol for working connection of client to server.Björn Hagemeister2014-05-052-7/+42
| | | | | | | | And commenting class ConnectionWindow from client.
* | Changes the approach of Qt Gui initialization to the member pointer ↵Manuel Schneider2014-05-062-15/+23
|/ | | | 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.
* Proper translated concect stringManuel Schneider2014-04-231-1/+1
|
* Add GUI changessr2013-02-071-24/+7Star
|
* Initial commitsr2013-02-042-0/+305