summaryrefslogtreecommitdiffstats
path: root/src/client/toolbar
Commit message (Collapse)AuthorAgeFilesLines
* Update code style, fix compiler warningsSimon Rettberg2018-07-241-5/+5
| | | | | | - Use nullptr instead of NULL for better warnings in case of mistakes - Get rid of VLAs which are not in C++11 actually - Fix implicit signed <-> unsigned mismatches by adding checks and casts
* [client] Fix uninitialized variable accessSimon Rettberg2018-07-171-1/+1
|
* [client] top/bottom position detectionJonathan Bauer2018-06-182-10/+30
| | | | 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-162-20/+18Star
| | | | | 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-232-23/+45
| | | | Implements #3164
* [client] Disable "quit on last window closed" as it triggers in exam modeSimon Rettberg2016-10-281-1/+5
| | | | Apparently, invisible windows are treated as closed...
* [client] Allow ESC key to cancel projection in hybrid modeSimon Rettberg2016-10-282-9/+23
|
* [client] Move ServerConnection instance to ClientAppSimon Rettberg2016-10-262-34/+22Star
|
* Fix GUI translation: Don't create persistent objects on stack :/Simon Rettberg2016-10-261-26/+2Star
|
* [client] Fix "toogle vm/manager" button (copy&paste error..)Simon Rettberg2016-10-241-1/+1
|
* [client] Add icon to attention button, hide button when disconnectedSimon Rettberg2016-10-211-2/+7
|
* Implement "Attention" feature (virtual hand-raising)Simon Rettberg2016-10-192-11/+38
|
* [client] Resize toolbar when lock/switch buttons are hiddenSimon Rettberg2016-10-111-0/+2
|
* [client] Disable lock button for just two seconds; ignore clicks on ↵Simon Rettberg2016-10-111-4/+8
| | | | invisible "switch to manager" button
* [client] Skip rooms with no mgrIP when selecting "myRooms"Simon Rettberg2016-10-101-14/+19
|
* [client] Get rid of SYSTEM_SETTINGS macro, move to ClientAppSimon Rettberg2016-10-101-22/+21Star
|
* astyle.Christian Klinger2016-09-292-102/+109
|
* added an information dialog that displays ip and hostname.Christian Klinger2016-09-292-0/+11
|
* reduced noise in the output (old debug messages...)Christian Klinger2016-09-271-4/+0Star
|
* this is supposed to fix bug #2950 but doesn't.Christian Klinger2016-08-222-1/+10
|
* added a check so that lockDesktop.sh is not called too often.Christian Klinger2016-08-222-3/+9
|
* wrong configuration name for showLockDesktopButton.Christian Klinger2016-07-131-1/+1
|
* cleaned up some dead code.Christian Klinger2016-05-201-4/+1Star
|
* Implemented lock-button feature.Christian Klinger2016-05-202-0/+16
|
* added toolbar button to switch to manager.Christian Klinger2016-05-182-0/+51
| | | | The actual window switching logic is delegated to a pair of shell scripts.
* configurable quit button.Christian Klinger2016-05-132-22/+36
|
* connect/disconnect events are working (again).Christian Klinger2016-05-131-6/+8
|
* first new version of the connect window; needs some polish though.Christian Klinger2016-05-102-27/+43
|
* Priorities for rooms.Christian Klinger2016-05-091-13/+17
|
* added "Disconnect"-Button (closes #2764).Christian Klinger2016-05-092-2/+12
|
* [*] Use thumbnail on vnc viewer window until connection is upSimon Rettberg2016-02-081-2/+2
|
* properly close the toolbar (?)Jonathan Bauer2016-01-292-3/+7
|
* [client] Check if we know the manager's IP when invoked with --auto before ↵Simon Rettberg2015-02-021-1/+2
| | | | connecting
* Restore window state when opening connect window. Reconnect to session when ↵Simon Rettberg2015-02-022-6/+17
| | | | using --auto
* Try to bring connect window to top more agressively; require c++0x instead ↵Simon Rettberg2015-02-021-3/+4
| | | | of c++11 so it compiles on gcc 4.6
* Removed irritating cam - icon in toolbar of client. Plus added some ↵Björn Hagemeister2014-09-171-8/+8
| | | | translations in client.
* The sessionID is ignored by manager if client is connecting via auto-connect.Björn Hagemeister2014-09-041-14/+5Star
|
* Remove heavy unreadable debug messages. Reintent.Manuel Schneider2014-09-031-1/+0Star
|
* Changed .ini file in client and manager from pvs2client.ini and pvs2mgr.ini ↵Björn Hagemeister2014-08-261-3/+5
| | | | to pvs2.ini, for having just one file.
* Client is able to auto - connect to the same room belonging manager.Björn Hagemeister2014-08-252-2/+84
|
* Add an about dialog to the client.Manuel Schneider2014-07-222-0/+27
|
* Show window after setting it up, preventing flickering on start.Manuel Schneider2014-07-221-1/+1
|
* Let the client quit if to much params. Let the client be able to connect to ↵Manuel Schneider2014-07-222-7/+23
| | | | the empty session id.
* Remove annoying -Wreoder warningManuel Schneider2014-07-091-1/+1
|
* Outsource serverDiscovery.Manuel Schneider2014-05-281-3/+1Star
|
* Several changes:Björn Hagemeister2014-05-262-2/+6
| | | | | | 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.
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-05-221-2/+2
|\ | | | | | | | | | | | | | | (Eye icon for VNC streaming) Conflicts: pvsclient.qrc src/client/toolbar/toolbar.cpp
| * Stop suggesting the user to be recorded:Manuel Schneider2014-05-222-29/+2Star
| | | | | | | | | | | | * Delete red dot camera icons * Disable camera blinking in clients toolbar (sorry bjoern) * Adjust ressource files
* | Changed the blinking red dot in toolbar while beeing vnc server to blinking eye.Björn Hagemeister2014-05-222-8/+8
|/