| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 2 | -11/+29 |
| | | |||||
| * | Tinted some Icons to differentiate between selected and non-selected students. | Christian Klinger | 2016-04-29 | 1 | -0/+11 |
| | | |||||
| * | 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 | 1 | -28/+32 |
| | | |||||
| * | refactor to use Room struct | Christian Klinger | 2016-04-27 | 1 | -35/+43 |
| | | | | | to save additional properties like gridSize and clientSize. | ||||
| * | basic resizing works. | Christian Klinger | 2016-04-27 | 2 | -14/+19 |
| | | |||||
| * | determine grid size based on the loaded room config. | Christian Klinger | 2016-04-22 | 2 | -29/+58 |
| | | |||||
| * | [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 |
| | | |||||
| * | 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 | 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 | 2 | -8/+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 | 2 | -8/+80 |
| | | |||||
| * | Started including button for reloading room configuration by choosing your ↵ | Björn Hagemeister | 2014-08-05 | 2 | -0/+15 |
| | | | | | | | 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 | 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 | 2 | -25/+28 |
| | | |||||
| * | 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 | 1 | -35/+17![]() |
| | | |||||
| * | Drop the watchers concept, since the desiredProjectionSource essentially ↵ | Manuel Schneider | 2014-07-22 | 2 | -25/+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 | 2 | -40/+0![]() |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Manuel Schneider | 2014-07-21 | 2 | -2/+56 |
| |\ | |||||
| | * | Tried to implement the fixed room settings, but is not working correctly ↵ | Björn Hagemeister | 2014-07-21 | 2 | -2/+56 |
| | | | | | | | | | | | | | | | | | 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 | 2 | -174/+174 |
| | | | |||||
| * | | 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 | 2 | -76/+157 |
| |/ | | | | 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 | 2 | -3/+46 |
| | | | | | 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 | 2 | -21/+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 | 2 | -44/+86 |
| | | | | | | | | 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. | ||||

