| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Started including button for reloading room configuration by choosing your ↵ | Björn Hagemeister | 2014-08-05 | 9 | -0/+150 | |
| | |/ | | | | | | | | | | | 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 | 2 | -2/+3 | |
| | | | ||||||
| | * | Added user warning before second or more change of sessionName. | Björn Hagemeister | 2014-07-29 | 2 | -7/+20 | |
| | | | ||||||
| | * | Fixed, deleting clients after SessionNameUpdate. | Björn Hagemeister | 2014-07-29 | 3 | -7/+20 | |
| | | | | | | | | | | | 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 | 5 | -28/+31 | |
| | | | ||||||
| * | | 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 | 4 | -45/+85 | |
| | | | | | given in /etc/xdg/openslx/pvs2mgr.ini. | |||||
| * | Clean up students broadcast | Manuel Schneider | 2014-07-23 | 3 | -21/+12![]() | |
| | | ||||||
| * | 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 | 2 | -17/+10![]() | |
| | | ||||||
| * | unify ConnectionFrame icons. | Manuel Schneider | 2014-07-22 | 3 | -64/+32![]() | |
| | | ||||||
| * | Delete curious white rectangle, group graphics, enlarge icons. | Manuel Schneider | 2014-07-22 | 1 | -494/+537 | |
| | | ||||||
| * | Redesign lockbutton as desisred | Manuel Schneider | 2014-07-22 | 1 | -267/+1557 | |
| | | ||||||
| * | Add an about dialog to the client. | Manuel Schneider | 2014-07-22 | 3 | -2/+31 | |
| | | ||||||
| * | Fix login-lock-bug. Update todolist | Manuel Schneider | 2014-07-22 | 2 | -27/+42 | |
| | | ||||||
| * | Fix oneclick-source-change-lock-bug | Manuel Schneider | 2014-07-22 | 3 | -35/+27![]() | |
| | | ||||||
| * | 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 | 3 | -78/+68![]() | |
| | | | | | | | | 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. | |||||
| * | New bug detected | Manuel Schneider | 2014-07-22 | 1 | -1/+4 | |
| | | ||||||
| * | Show window after setting it up, preventing flickering on start. | Manuel Schneider | 2014-07-22 | 1 | -1/+1 | |
| | | ||||||
| * | Remove dead button action. | Manuel Schneider | 2014-07-22 | 2 | -40/+0![]() | |
| | | ||||||
| * | Let the client quit if to much params. Let the client be able to connect to ↵ | Manuel Schneider | 2014-07-22 | 3 | -14/+30 | |
| | | | | | the empty session id. | |||||
| * | Mark task in todolist | Manuel Schneider | 2014-07-22 | 1 | -1/+1 | |
| | | ||||||
| * | Add todolist | Manuel Schneider | 2014-07-22 | 1 | -0/+53 | |
| | | ||||||
| * | 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 | 11 | -246/+246 | |
| | | | ||||||
| * | | 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 | |||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Manuel Schneider | 2014-07-09 | 12 | -139/+1467 | |
| |\ | ||||||
| | * | NEW feature: Possible to delete offline client by drag and drop to trash, ↵ | Björn Hagemeister | 2014-06-19 | 6 | -7/+1260 | |
| | | | | | | | | | 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 | 5 | -30/+51 | |
| | | | | | | | | | 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. | |||||
| * | | Remove non-existant files from CMakeLists | Manuel Schneider | 2014-07-09 | 1 | -2/+2 | |
| | | | ||||||
| * | | Remove annoying -Wreoder warning | Manuel Schneider | 2014-07-09 | 1 | -1/+1 | |
| |/ | ||||||
| * | 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. | |||||
| * | | Merge branch 'master' of git.openslx.org:pvs2 | Björn Hagemeister | 2014-06-03 | 2 | -25/+2![]() | |
| |\| | ||||||
| | * | Remove MainWindow::isValidClient. Connect slots not queued. | Manuel Schneider | 2014-06-03 | 2 | -25/+2![]() | |
| | | | ||||||
| * | | Put searching for client with specific id into method, getClientFromId(int id). | Björn Hagemeister | 2014-06-03 | 2 | -0/+15 | |
| |/ | ||||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Manuel Schneider | 2014-06-03 | 4 | -16/+22 | |
| |\ | ||||||
| | * | Removed some unnecessary qDebug comments. | Björn Hagemeister | 2014-06-02 | 4 | -6/+1![]() | |
| | | | ||||||
| | * | Merge branch 'master' of git.openslx.org:pvs2 | Björn Hagemeister | 2014-06-02 | 10 | -255/+448 | |
| | |\ | | | | | | | | | | | | | Conflicts: src/server/mainwindow/mainwindow.h | |||||
| | * | | Put Check if manager is running on machine into method. | Björn Hagemeister | 2014-06-02 | 2 | -10/+21 | |
| | | | | | | | | | | | | | If student2tutor_exclusive is running, the manager running machine is not locked now. | |||||

