summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed bug, that frame moved on (0,0) is asked to be deleted.Björn Hagemeister2014-07-291-24/+27
* Read the configfile and place the frames according to the coordinatesManuel Schneider2014-07-231-38/+70
* Clean up students broadcastManuel Schneider2014-07-231-2/+0Star
* Again fix oneclick-source-change-lock-bug. Note to myself: Never ever violate...Manuel Schneider2014-07-221-25/+15Star
* Fix TutorToStudent can't toggle bug.Manuel Schneider2014-07-221-14/+8Star
* Fix broadcast bug.Manuel Schneider2014-07-221-16/+8Star
* Fix login-lock-bug. Update todolistManuel Schneider2014-07-221-3/+6
* Fix oneclick-source-change-lock-bugManuel Schneider2014-07-221-35/+17Star
* Drop the watchers concept, since the desiredProjectionSource essentially impl...Manuel Schneider2014-07-221-24/+22Star
* Bugfix: One click source change now fully supportedManuel Schneider2014-07-221-75/+55Star
* Remove dead button action.Manuel Schneider2014-07-221-39/+0Star
* Merge branch 'master' of git.openslx.org:pvs2Manuel Schneider2014-07-211-2/+55
|\
| * Tried to implement the fixed room settings, but is not working correctly righ...Björn Hagemeister2014-07-211-2/+55
* | Correct indenting by tabsManuel Schneider2014-07-211-173/+173
* | Finally implemented one click projectionsource changeManuel Schneider2014-07-211-18/+29
* | Rename modes. Move code in slots to avoid unnecessary branching. Give the cli...Manuel Schneider2014-07-211-74/+153
|/
* NEW feature: Possible to delete offline client by drag and drop to trash, whi...Björn Hagemeister2014-06-191-3/+44
* Delete connected clients and connectionFrames after sessionName has changed.Björn Hagemeister2014-06-171-1/+10
* Moved method isManagerMachine() from MainWindow to Client.Björn Hagemeister2014-06-171-20/+2Star
* Removed _tutorFrame and _selectedFrame out of MainWindow to prevent possible ...Björn Hagemeister2014-06-171-43/+84
* Fixed SegFauls by setting _streamingSource to integer and just using the clie...Björn Hagemeister2014-06-051-30/+44
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-06-031-9/+10
|\
| * Merge branch 'master' of git.openslx.org:pvs2Manuel Schneider2014-06-031-0/+13
| |\
| * | Lock the buttons until the new vnc server sent a reply about its state. If th...Manuel Schneider2014-06-031-9/+10
* | | Removed _watchers List.Björn Hagemeister2014-06-031-11/+52
| |/ |/|
* | Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-06-031-24/+2Star
|\|
| * Remove MainWindow::isValidClient. Connect slots not queued.Manuel Schneider2014-06-031-24/+2Star
* | Put searching for client with specific id into method, getClientFromId(int id).Björn Hagemeister2014-06-031-0/+13
|/
* Merge branch 'master' of git.openslx.org:pvs2Manuel Schneider2014-06-031-13/+21
|\
| * Removed some unnecessary qDebug comments.Björn Hagemeister2014-06-021-3/+1Star
| * Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-06-021-9/+32
| |\
| * | Put Check if manager is running on machine into method.Björn Hagemeister2014-06-021-10/+20
* | | Remove client list from listenServer. Check maxClients in MainwindowManuel Schneider2014-06-031-0/+6
| |/ |/|
* | Uncheck lock if any action is performed.Manuel Schneider2014-05-281-9/+29
* | Give Exclusive student to tutor correct funtion. Kill all projections on lock.Manuel Schneider2014-05-281-1/+4
|/
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-05-271-79/+44Star
|\
| * Manual mergeManuel Schneider2014-05-271-12/+23
| |\
| * | Adjust stopProjectionManuel Schneider2014-05-271-14/+6Star
| * | Unite BC and MC. Reducing complexityManuel Schneider2014-05-271-49/+30Star
| * | Make it possible to exclude a client from multicast.Manuel Schneider2014-05-271-10/+12
| * | Lock is already handled in onVncServerStateChange.Manuel Schneider2014-05-271-8/+0Star
| * | Mainwindow takes full control over management. No need for abritrary polls.Manuel Schneider2014-05-271-9/+0Star
* | | Enable, to set locked client to tutor and unlock selected one afterwards.Björn Hagemeister2014-05-271-4/+14
| |/ |/|
* | Put the clients adaption to current class room situation into method.Björn Hagemeister2014-05-271-10/+21
* | By pushing reset button, also unlock all currently locked screens.Björn Hagemeister2014-05-271-11/+4Star
|/
* Drop _isBroadcastSource. The client must not know anything about the management.Manuel Schneider2014-05-271-2/+0Star
* Dont emit _currentProjectionSource in signal vncClientStateChange . (not used)Manuel Schneider2014-05-271-2/+2
* Use enums for modes since not all combinations of _broadcast and _lockOthers ...Manuel Schneider2014-05-271-17/+19
* Drop _desiredProjectionSource. Dont send a stopVncClient if it has not been s...Manuel Schneider2014-05-271-64/+58Star
* Replace states by two flags indicating the stateManuel Schneider2014-05-261-14/+9Star