summaryrefslogtreecommitdiffstats
path: root/gui
Commit message (Collapse)AuthorAgeFilesLines
* [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.
* | Changing some icons plus adding Button "help" without implementing its function.Björn Hagemeister2014-05-161-6/+27
|/ | | | The button broadcast is just set to invisible, not deleted!
* Several changes:Manuel Schneider2014-05-161-0/+10
| | | | | | | | | | * Change the messagebox text * Add button stub for exclusiveStudentToTutor * Split prepareProjection in broacast, unicast and exclusiveunicast (stub) * Make multiple used, hardcoded strings static const member of mainwindow * Replace multiple loops asking for selection and tutor by membervariable * references to the connectionframe of the latter * Complete missing error messages
* Changes the ConnectionWidows gui to a relative layout. Added a stacked widget toManuel Schneider2014-05-062-122/+171
| | | | | 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.
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-04-231-1/+1
|\
| * Proper translated concect stringManuel Schneider2014-04-231-1/+1
| |
* | Delete accidental temp-file commitBjörn Hagemeister2014-04-231-553/+0Star
|/