| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | upgraded from SSLv3 to TLS1.0 | Christian Klinger | 2016-05-09 | 1 | -1/+1 |
| | | | | | This fixes #2781 where a server running on debian didn't accept any connections anymore. | ||||
| * | fixed "off-by-one" bug. | Christian Klinger | 2016-05-02 | 1 | -6/+12 |
| | | |||||
| * | better behaviour when placing a client symbol on top of another. | Christian Klinger | 2016-05-02 | 2 | -68/+112 |
| | | |||||
| * | added background-image loading. | Christian Klinger | 2016-04-29 | 3 | -13/+33 |
| | | |||||
| * | Tinted some Icons to differentiate between selected and non-selected students. | Christian Klinger | 2016-04-29 | 2 | -2/+13 |
| | | |||||
| * | Rearranged buttons a little. | Christian Klinger | 2016-04-29 | 1 | -1/+2 |
| | | |||||
| * | lock/unlocking of context-sensitive buttons. | Christian Klinger | 2016-04-27 | 2 | -2/+38 |
| | | |||||
| * | delete button in the toolbar. | Christian Klinger | 2016-04-27 | 2 | -0/+32 |
| | | |||||
| * | removed trashbin. | Christian Klinger | 2016-04-27 | 1 | -43/+1![]() |
| | | |||||
| * | add aspect ratio preservation. | Christian Klinger | 2016-04-27 | 2 | -13/+58 |
| | | |||||
| * | respect configured clientSize. | Christian Klinger | 2016-04-27 | 1 | -2/+8 |
| | | |||||
| * | read gridSize&clientSize from config. | Christian Klinger | 2016-04-27 | 3 | -29/+37 |
| | | |||||
| * | refactor to use Room struct | Christian Klinger | 2016-04-27 | 5 | -43/+58 |
| | | | | | to save additional properties like gridSize and clientSize. | ||||
| * | basic resizing works. | Christian Klinger | 2016-04-27 | 3 | -14/+24 |
| | | |||||
| * | determine grid size based on the loaded room config. | Christian Klinger | 2016-04-22 | 2 | -29/+58 |
| | | |||||
| * | feature complete | Christian Klinger | 2016-04-22 | 4 | -9/+70 |
| | | |||||
| * | first layout of a virtual keyboard, but no logic yet | Christian Klinger | 2016-04-21 | 4 | -0/+48 |
| | | |||||
| * | [*] Use thumbnail on vnc viewer window until connection is up | Simon Rettberg | 2016-02-08 | 4 | -7/+15 |
| | | |||||
| * | [CLIENT] Remove stupid hardcoded client limit of 50 | Simon Rettberg | 2016-02-08 | 1 | -5/+0![]() |
| | | |||||
| * | properly close the toolbar (?) | Jonathan Bauer | 2016-01-29 | 1 | -1/+1 |
| | | |||||
| * | [server] reset timeouts to normal intervals | Jonathan Bauer | 2015-05-11 | 1 | -2/+2 |
| | | |||||
| * | Reset debug timeouts, fix autoconnect, remove magic numbers | Manuel Schneider | 2014-11-28 | 1 | -1/+2 |
| | | |||||
| * | Added missing translation. | Björn Hagemeister | 2014-09-17 | 1 | -1/+1 |
| | | |||||
| * | Added some translation for manager. | Björn Hagemeister | 2014-09-17 | 2 | -20/+9![]() |
| | | |||||
| * | Forgotten icon of button reload room. Set MainWindow frameless. | Björn Hagemeister | 2014-09-05 | 1 | -1/+1 |
| | | |||||
| * | Several small changes. | Björn Hagemeister | 2014-09-05 | 3 | -3/+4 |
| | | |||||
| * | Changed Icon for reload room configuration and added some translations. | Björn Hagemeister | 2014-09-05 | 1 | -3/+3 |
| | | |||||
| * | Fixed segfault occuring after not choosing a room for reload room configuration. | Björn Hagemeister | 2014-09-05 | 1 | -0/+5 |
| | | |||||
| * | The sessionID is ignored by manager if client is connecting via auto-connect. | Björn Hagemeister | 2014-09-04 | 5 | -10/+45 |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Manuel Schneider | 2014-09-04 | 2 | -8/+1![]() |
| |\ | |||||
| | * | Adjust helpwindow to reload button plus adding some more translations. | Björn Hagemeister | 2014-09-04 | 2 | -8/+1![]() |
| | | | |||||
| * | | Let client and server use the config file in the "pvs2" folder. | Manuel Schneider | 2014-09-04 | 1 | -2/+2 |
| |/ | |||||
| * | Remove heavy unreadable debug messages. Reintent. | Manuel Schneider | 2014-09-03 | 2 | -43/+42![]() |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Manuel Schneider | 2014-09-03 | 6 | -38/+192 |
| |\ | |||||
| | * | Changed .ini file in client and manager from pvs2client.ini and pvs2mgr.ini ↵ | Björn Hagemeister | 2014-08-26 | 1 | -2/+2 |
| | | | | | | | | | to pvs2.ini, for having just one file. | ||||
| | * | New Feature: Button for reloading room configuration of choosable room. | Björn Hagemeister | 2014-08-25 | 4 | -30/+82 |
| | | | |||||
| | * | Started including button for reloading room configuration by choosing your ↵ | Björn Hagemeister | 2014-08-05 | 4 | -0/+73 |
| | | | | | | | | | | | | | own room first. Is not working right now. | ||||
| | * | Minimal changes: some qDebugs(), changed index of for - loop. | Björn Hagemeister | 2014-07-30 | 2 | -6/+12 |
| | | | |||||
| | * | Fixed unintended bug from yesterday. | Björn Hagemeister | 2014-07-30 | 1 | -1/+2 |
| | | | |||||
| | * | Added user warning before second or more change of sessionName. | Björn Hagemeister | 2014-07-29 | 1 | -6/+18 |
| | | | |||||
| | * | Fixed, deleting clients after SessionNameUpdate. | Björn Hagemeister | 2014-07-29 | 2 | -5/+12 |
| | | | | | | | | | | | Using Counter, change for the first time --> do nothing change for the second time --> delete clients. Maybe too complicated for user? | ||||
| | * | Fixed bug, that frame moved on (0,0) is asked to be deleted. | Björn Hagemeister | 2014-07-29 | 4 | -27/+30 |
| | | | |||||
| * | | Change system settings path. Change name of config file | Manuel Schneider | 2014-09-03 | 2 | -6/+10 |
| |/ | |||||
| * | Read the configfile and place the frames according to the coordinates | Manuel Schneider | 2014-07-23 | 2 | -41/+74 |
| | | | | | given in /etc/xdg/openslx/pvs2mgr.ini. | ||||
| * | Clean up students broadcast | Manuel Schneider | 2014-07-23 | 1 | -2/+0![]() |
| | | |||||
| * | Again fix oneclick-source-change-lock-bug. Note to myself: Never ever ↵ | Manuel Schneider | 2014-07-22 | 1 | -25/+15![]() |
| | | | | | violate DRY again. NEVER! | ||||
| * | Fix TutorToStudent can't toggle bug. | Manuel Schneider | 2014-07-22 | 1 | -14/+8![]() |
| | | |||||
| * | Fix broadcast bug. | Manuel Schneider | 2014-07-22 | 1 | -16/+8![]() |
| | | |||||
| * | Fix login-lock-bug. Update todolist | Manuel Schneider | 2014-07-22 | 1 | -3/+6 |
| | | |||||
| * | Fix oneclick-source-change-lock-bug | Manuel Schneider | 2014-07-22 | 2 | -35/+18![]() |
| | | |||||

