summaryrefslogtreecommitdiffstats
path: root/gui
Commit message (Collapse)AuthorAgeFilesLines
* Modernize cmake file and project structure a bitSimon Rettberg2022-10-306-1100/+0Star
|
* [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
|
* [server] Fix reload room button sizeSimon Rettberg2018-08-031-0/+3
|
* [server] Update help window translationsSimon Rettberg2018-08-031-35/+35
|
* [server] Get rid of broken help window ui, generate programaticallySimon Rettberg2018-08-032-642/+60Star
|
* [server] Make "reload room" window look less idioticSimon Rettberg2018-08-031-66/+50Star
|
* [client] ConnectWindow: Cancel -> CloseSimon Rettberg2018-08-031-3/+24
|
* [server] Add button to lock/unlock single clientSimon Rettberg2018-07-121-2/+14
|
* Fix translations on Qt5Simon Rettberg2017-12-052-13/+31
|
* [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
|
* small UI improvement.Christian Klinger2016-06-011-10/+17
|
* Added examMode to server (this also changes the style of the toolbar)Christian Klinger2016-05-301-10/+23
|
* may fix the unwanted window growth.Christian Klinger2016-05-231-0/+3
|
* 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
|
* adapted help-window to reflect the new order in the toolbar.Christian Klinger2016-05-191-74/+143
|
* 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
|
* added background-image loading.Christian Klinger2016-04-291-2/+23
|
* Rearranged buttons a little.Christian Klinger2016-04-291-14/+5Star
|
* delete button in the toolbar.Christian Klinger2016-04-271-0/+18
|
* removed trashbin.Christian Klinger2016-04-271-22/+0Star
|
* add missing separators between the buttons on the left side of the main windowChristian Klinger2016-04-221-0/+3
|
* feature completeChristian Klinger2016-04-221-11/+77
|
* first layout of a virtual keyboard, but no logic yetChristian Klinger2016-04-212-58/+146
|
* Added reload room icon to help menu.Björn Hagemeister2014-09-221-1/+1
|
* Removed irritating cam - icon in toolbar of client. Plus added some ↵Björn Hagemeister2014-09-171-6/+1Star
| | | | translations in client.
* Several small changes.Björn Hagemeister2014-09-051-2/+2
|
* Changed Icon for reload room configuration and added some translations.Björn Hagemeister2014-09-051-2/+2
|
* Adjust helpwindow to reload button plus adding some more translations.Björn Hagemeister2014-09-041-441/+508
|
* New Feature: Button for reloading room configuration of choosable room.Björn Hagemeister2014-08-251-5/+30
|
* Started including button for reloading room configuration by choosing your ↵Björn Hagemeister2014-08-052-0/+74
| | | | | | own room first. Is not working right now.
* Read the configfile and place the frames according to the coordinatesManuel Schneider2014-07-231-2/+2
| | | | given in /etc/xdg/openslx/pvs2mgr.ini.
* Clean up students broadcastManuel Schneider2014-07-231-17/+2Star
|
* NEW feature: Possible to delete offline client by drag and drop to trash, ↵Björn Hagemeister2014-06-191-4/+25
| | | | which is positioned in the right bottom corner of manager.
* Changed the blinking red dot in toolbar while beeing vnc server to blinking eye.Björn Hagemeister2014-05-221-0/+6
|
* Merge branch 'master' of git.openslx.org:pvs2Manuel Schneider2014-05-201-9/+93
|\
| * Simple changes in Layout of Help Window.Björn Hagemeister2014-05-201-9/+93
| |
* | Reduce codeManuel Schneider2014-05-201-2/+2
|/ | | | | * Reduce code of prepareForProjection (broadcast part) * Make toolbar icons 48x48 px (were too large for standard windowsize)
* Changed Layout of helpWindow. Set Icon + Text into QFormLayout.Björn Hagemeister2014-05-191-67/+217
|
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-05-191-11/+5Star
|\
| * Merge branch 'master' of git.openslx.org:pvs2Manuel Schneider2014-05-191-6/+27
| |\
| * | Make toolbar static on left sideManuel Schneider2014-05-161-11/+5Star
| | | | | | | | | | | | | | | | | | | | | * Redudce unnecessary codebase by dropping curious nested timerId & timerTimeout * Use the resizeEvent properly * Make size of buttons static * Drop unnecesary ui properties
* | | Help windowBjörn Hagemeister2014-05-193-44/+230
| | |
* | | Commiting forgotten icon, plus first changes on help - Button ↵Björn Hagemeister2014-05-193-0/+57
| |/ |/| | | | | implementation, which is not correctly working right now.