summaryrefslogtreecommitdiffstats
path: root/src/client/toolbar/toolbar.h
Commit message (Collapse)AuthorAgeFilesLines
* [client] New addon system for buttons and menuSimon Rettberg2018-09-061-10/+1Star
| | | | | | 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] Fix code styleSimon Rettberg2018-09-041-1/+2
|
* [client] Make toolbar movable by mouseSimon Rettberg2018-09-041-1/+4
|
* [client] Switch back to first desktop when hiding manager toggle buttonSimon Rettberg2018-08-311-1/+6
| | | | | | | | | When the "toggle to manager" button was visible and is about to be hidden, we assume that we were running in hybrid mode (manager on second desktop) and the manager was closed. To prevent the user from staring at an empty dektop where the manager once redided, switch to desktop 1 so they'll be reunited with their beloved VM session.
* [client] top/bottom position detectionJonathan Bauer2018-06-181-0/+3
| | | | if a top system bar/panel is detected (i.e. reserves a region of the screen geometry), place the toolbar at the bottom of the screen
* [client] Use polling when checking whether to hide the barSimon Rettberg2017-11-161-1/+1
| | | | | The QWidget::leaveEvent() event seems unreliable unter Qt5 when trying to detect if the mouse is still over the bar.
* 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] Delay showBar by 750msSimon Rettberg2017-06-231-0/+3
| | | | Implements #3164
* [client] Allow ESC key to cancel projection in hybrid modeSimon Rettberg2016-10-281-0/+1
|
* [client] Move ServerConnection instance to ClientAppSimon Rettberg2016-10-261-4/+1Star
|
* Implement "Attention" feature (virtual hand-raising)Simon Rettberg2016-10-191-1/+2
|
* astyle.Christian Klinger2016-09-291-8/+9
|
* added an information dialog that displays ip and hostname.Christian Klinger2016-09-291-0/+2
|
* this is supposed to fix bug #2950 but doesn't.Christian Klinger2016-08-221-0/+1
|
* added a check so that lockDesktop.sh is not called too often.Christian Klinger2016-08-221-0/+2
|
* Implemented lock-button feature.Christian Klinger2016-05-201-0/+1
|
* added toolbar button to switch to manager.Christian Klinger2016-05-181-0/+4
| | | | The actual window switching logic is delegated to a pair of shell scripts.
* configurable quit button.Christian Klinger2016-05-131-0/+1
|
* first new version of the connect window; needs some polish though.Christian Klinger2016-05-101-0/+3
|
* added "Disconnect"-Button (closes #2764).Christian Klinger2016-05-091-0/+1
|
* properly close the toolbar (?)Jonathan Bauer2016-01-291-1/+1
|
* Restore window state when opening connect window. Reconnect to session when ↵Simon Rettberg2015-02-021-0/+1
| | | | using --auto
* Client is able to auto - connect to the same room belonging manager.Björn Hagemeister2014-08-251-0/+2
|
* Add an about dialog to the client.Manuel Schneider2014-07-221-0/+2
|
* Let the client quit if to much params. Let the client be able to connect to ↵Manuel Schneider2014-07-221-1/+2
| | | | the empty session id.
* Remove annoying -Wreoder warningManuel Schneider2014-07-091-1/+1
|
* Several changes:Björn Hagemeister2014-05-261-1/+1
| | | | | | 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.
* Changed the blinking red dot in toolbar while beeing vnc server to blinking eye.Björn Hagemeister2014-05-221-1/+1
|
* Merge + commentsManuel Schneider2014-05-071-0/+3
|\
| * New feature: Blinking red dot in toolbar, while vnc server is started on client.Björn Hagemeister2014-05-071-0/+3
| |
* | Comment source file and minor changes.Manuel Schneider2014-05-071-1/+1
|/ | | | | * Change unneccesary slot signature * Reduce hide timer to 500ms
* Reduced the class toolbar regarding the KISS paradigm.Manuel Schneider2014-05-071-34/+9Star
|
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-05-061-4/+9
|\ | | | | | | | | Conflicts: src/client/connectwindow/connectwindow.h
| * Changes the approach of Qt Gui initialization to the member pointer ↵Manuel Schneider2014-05-061-4/+9
| | | | | | | | 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/+1
|/
* [SERVER/CLIENT] Wait for connection to close properly before deleting socket ↵sr2013-02-051-1/+1
| | | | object
* Initial commitsr2013-02-041-0/+78