| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added missing translation. | Björn Hagemeister | 2014-09-17 | 1 | -1/+1 |
| | | |||||
| * | Added some translation for manager. | Björn Hagemeister | 2014-09-17 | 1 | -10/+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 | 1 | -0/+1 |
| | | |||||
| * | 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 | 1 | -7/+11 |
| | | |||||
| * | Remove heavy unreadable debug messages. Reintent. | Manuel Schneider | 2014-09-03 | 1 | -2/+1![]() |
| | | |||||
| * | New Feature: Button for reloading room configuration of choosable room. | Björn Hagemeister | 2014-08-25 | 1 | -6/+76 |
| | | |||||
| * | Started including button for reloading room configuration by choosing your ↵ | Björn Hagemeister | 2014-08-05 | 1 | -0/+11 |
| | | | | | | | own room first. Is not working right now. | ||||
| * | Minimal changes: some qDebugs(), changed index of for - loop. | Björn Hagemeister | 2014-07-30 | 1 | -5/+11 |
| | | |||||
| * | 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 | 1 | -5/+11 |
| | | | | | | 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 | 1 | -24/+27 |
| | | |||||
| * | Read the configfile and place the frames according to the coordinates | Manuel Schneider | 2014-07-23 | 1 | -38/+70 |
| | | | | | 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 | 1 | -35/+17![]() |
| | | |||||
| * | Drop the watchers concept, since the desiredProjectionSource essentially ↵ | Manuel Schneider | 2014-07-22 | 1 | -24/+22![]() |
| | | | | | implies it | ||||
| * | Bugfix: One click source change now fully supported | Manuel Schneider | 2014-07-22 | 1 | -75/+55![]() |
| | | | | | | | | 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 | 1 | -39/+0![]() |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Manuel Schneider | 2014-07-21 | 1 | -2/+55 |
| |\ | |||||
| | * | Tried to implement the fixed room settings, but is not working correctly ↵ | Björn Hagemeister | 2014-07-21 | 1 | -2/+55 |
| | | | | | | | | | | | | | | | | | 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 | 1 | -173/+173 |
| | | | |||||
| * | | 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 | 1 | -74/+153 |
| |/ | | | | 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 | 1 | -3/+44 |
| | | | | | 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 | 1 | -1/+10 |
| | | | | | 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 | 1 | -20/+2![]() |
| | | | | | 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 | 1 | -43/+84 |
| | | | | | | | | 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 | 1 | -30/+44 |
| | | | | | clients id, instead of real pointers. | ||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Björn Hagemeister | 2014-06-03 | 1 | -9/+10 |
| |\ | |||||
| | * | Merge branch 'master' of git.openslx.org:pvs2 | Manuel Schneider | 2014-06-03 | 1 | -0/+13 |
| | |\ | |||||
| | * | | Lock the buttons until the new vnc server sent a reply about its state. If ↵ | Manuel Schneider | 2014-06-03 | 1 | -9/+10 |
| | | | | | | | | | | | | | this fails, unlock the buttons after a timeout of 2 seconds | ||||
| * | | | Removed _watchers List. | Björn Hagemeister | 2014-06-03 | 1 | -11/+52 |
| | |/ |/| | | | | | | | Set flag in client.h _isWatcher with getter and setter, and controlling the watchers over this value. | ||||
| * | | Merge branch 'master' of git.openslx.org:pvs2 | Björn Hagemeister | 2014-06-03 | 1 | -24/+2![]() |
| |\| | |||||
| | * | Remove MainWindow::isValidClient. Connect slots not queued. | Manuel Schneider | 2014-06-03 | 1 | -24/+2![]() |
| | | | |||||
| * | | Put searching for client with specific id into method, getClientFromId(int id). | Björn Hagemeister | 2014-06-03 | 1 | -0/+13 |
| |/ | |||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Manuel Schneider | 2014-06-03 | 1 | -13/+21 |
| |\ | |||||
| | * | Removed some unnecessary qDebug comments. | Björn Hagemeister | 2014-06-02 | 1 | -3/+1![]() |
| | | | |||||
| | * | Merge branch 'master' of git.openslx.org:pvs2 | Björn Hagemeister | 2014-06-02 | 1 | -9/+32 |
| | |\ | | | | | | | | | | | | | Conflicts: src/server/mainwindow/mainwindow.h | ||||
| | * | | Put Check if manager is running on machine into method. | Björn Hagemeister | 2014-06-02 | 1 | -10/+20 |
| | | | | | | | | | | | | | If student2tutor_exclusive is running, the manager running machine is not locked now. | ||||
| * | | | Remove client list from listenServer. Check maxClients in Mainwindow | Manuel Schneider | 2014-06-03 | 1 | -0/+6 |
| | |/ |/| | |||||
| * | | Uncheck lock if any action is performed. | Manuel Schneider | 2014-05-28 | 1 | -9/+29 |
| | | | |||||
| * | | Give Exclusive student to tutor correct funtion. Kill all projections on lock. | Manuel Schneider | 2014-05-28 | 1 | -1/+4 |
| |/ | |||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Björn Hagemeister | 2014-05-27 | 1 | -79/+44![]() |
| |\ | |||||

