| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [*] 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![]() |
| | | |||||
| * | Drop the watchers concept, since the desiredProjectionSource essentially ↵ | Manuel Schneider | 2014-07-22 | 3 | -36/+25![]() |
| | | | | | implies it | ||||
| * | Bugfix: One click source change now fully supported | Manuel Schneider | 2014-07-22 | 2 | -77/+67![]() |
| | | | | | | | | Since the async nature of this protocol introduces race conditions when changing the source of the projection, the possiblity that two servers exist at a moment is still there. Even though we thought we do not support multiple sources. This is the reason why _desiredProjectionSource is needed after all. | ||||
| * | Remove dead button action. | Manuel Schneider | 2014-07-22 | 2 | -40/+0![]() |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Manuel Schneider | 2014-07-21 | 3 | -2/+61 |
| |\ | |||||
| | * | Tried to implement the fixed room settings, but is not working correctly ↵ | Björn Hagemeister | 2014-07-21 | 3 | -2/+61 |
| | | | | | | | | | | | | | | | | | right now. Problem is, the frames do not appear at setted position because of placeFrameInFreeCell() - call. Also, after updateSessionName(), all frames and clients are currently deleted if SessionName want to be setted manually. | ||||
| * | | Correct indenting by tabs | Manuel Schneider | 2014-07-21 | 10 | -219/+219 |
| | | | |||||
| * | | Finally implemented one click projectionsource change | Manuel Schneider | 2014-07-21 | 1 | -18/+29 |
| | | | | | | | | | Prevent the new projectionsource from beeing killed by stop clients wrt the connections | ||||
| * | | Rename modes. Move code in slots to avoid unnecessary branching. Give the ↵ | Manuel Schneider | 2014-07-21 | 4 | -83/+167 |
| |/ | | | | client more information about past progjectionSource | ||||
| * | NEW feature: Possible to delete offline client by drag and drop to trash, ↵ | Björn Hagemeister | 2014-06-19 | 3 | -3/+47 |
| | | | | | which is positioned in the right bottom corner of manager. | ||||
| * | Delete connected clients and connectionFrames after sessionName has changed. | Björn Hagemeister | 2014-06-17 | 2 | -2/+15 |
| | | | | | Surround camera and eye icon with borderline for better contrast on frames. | ||||
| * | Moved method isManagerMachine() from MainWindow to Client. | Björn Hagemeister | 2014-06-17 | 4 | -22/+20![]() |
| | | | | | isManagerMachine() is now called just once directly in lockScreen(). | ||||
| * | Removed _tutorFrame and _selectedFrame out of MainWindow to prevent possible ↵ | Björn Hagemeister | 2014-06-17 | 4 | -52/+94 |
| | | | | | | | | SegFaults because of too many Pointers to ConnectionFrames. Wrote to getters getTutorFrame() and getSelectedFrame(), which are just iterating over ConnectionFrames and looking for flags _isTutor and _isSelected. | ||||
| * | Fixed SegFauls by setting _streamingSource to integer and just using the ↵ | Björn Hagemeister | 2014-06-05 | 2 | -31/+45 |
| | | | | | clients id, instead of real pointers. | ||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Björn Hagemeister | 2014-06-03 | 2 | -10/+11 |
| |\ | |||||
| | * | Merge branch 'master' of git.openslx.org:pvs2 | Manuel Schneider | 2014-06-03 | 2 | -0/+15 |
| | |\ | |||||
| | * | | Lock the buttons until the new vnc server sent a reply about its state. If ↵ | Manuel Schneider | 2014-06-03 | 2 | -10/+11 |
| | | | | | | | | | | | | | this fails, unlock the buttons after a timeout of 2 seconds | ||||
| * | | | Removed _watchers List. | Björn Hagemeister | 2014-06-03 | 2 | -11/+55 |
| | |/ |/| | | | | | | | Set flag in client.h _isWatcher with getter and setter, and controlling the watchers over this value. | ||||

