summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-272-10/+22
* | 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-272-3/+3
* Use enums for modes since not all combinations of _broadcast and _lockOthers ...Manuel Schneider2014-05-272-19/+25
* Drop _desiredProjectionSource. Dont send a stopVncClient if it has not been s...Manuel Schneider2014-05-272-64/+59Star
* Replace states by two flags indicating the stateManuel Schneider2014-05-262-22/+11Star
* Refactor unicast to multicastManuel Schneider2014-05-262-5/+6
* Make tutor check implicit in lock screenManuel Schneider2014-05-261-1/+1
* Several changes:Björn Hagemeister2014-05-261-3/+16
* First approach for an exclusive unicast. T.b.c.Manuel Schneider2014-05-222-33/+62
* Refactor ambigious projectionsSoure to BroadcastSourceManuel Schneider2014-05-221-8/+8
* Fix mitstake in rewrite 58646932664b6ab9014a410dc75dd443fb4f58b9Manuel Schneider2014-05-221-1/+1
* Make vnc credentials completely private to client. Make VNCConnect work clien...Manuel Schneider2014-05-201-9/+9
* Remove any knowledge of Networkmesage in MainwindowManuel Schneider2014-05-201-45/+16Star
* Merge branch 'master' of git.openslx.org:pvs2Manuel Schneider2014-05-201-0/+1
|\
| * Simple changes in Layout of Help Window.Björn Hagemeister2014-05-201-0/+1
* | Reduce codeManuel Schneider2014-05-201-38/+13Star
* | Merge unicast implemetations into one.Manuel Schneider2014-05-202-49/+10Star
* | Reduce codebaseManuel Schneider2014-05-202-97/+14Star
|/
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-05-192-68/+13Star
|\
| * Make toolbar static on left sideManuel Schneider2014-05-162-68/+13Star
* | Help windowBjörn Hagemeister2014-05-192-0/+14
|/
* Several changes:Manuel Schneider2014-05-162-167/+255
* Fix segmentation fault after looking all screens and there is one client disc...Björn Hagemeister2014-05-131-1/+1
* Configured not locking the screen, if manager and client working on same mach...Björn Hagemeister2014-05-122-57/+51Star
* Changes the approach of Qt Gui initialization to the member pointer approach....Manuel Schneider2014-05-061-2/+1Star
* Reduces button block timeManuel Schneider2014-05-051-1/+1
* Fixed curious text in warningsManuel Schneider2014-05-051-1/+1
* KISS'n'DRY for more cohesionManuel Schneider2014-04-302-27/+20Star
* cant fire the timer inside the button slots since they are called somewhere w...Manuel Schneider2014-04-302-28/+38
* Disable all buttons if one is clicked and enable them after a specified timeManuel Schneider2014-04-292-27/+33
* Adding comments for each method in the .cpp files and class definition in the...Björn Hagemeister2014-04-282-0/+176
* Reduced button block code. Moved some magic number to header.Manuel Schneider2014-04-242-57/+57
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-04-231-2/+13
|\
| * [SERVER] Fixed tracking of which clients is watching (trying to watch) whichManuel Schneider2014-04-231-2/+13
* | Fix status icon updating not workingBjörn Hagemeister2014-04-231-3/+6
|/
* Fixed, that inactive Client can be manually choosen as Tutor.Björn Hagemeister2014-04-221-3/+13
* New feature: Change or set tutor manually during session + URL of IP - ListBjörn Hagemeister2014-04-222-4/+25
* New feature. Download of tutor-ip-list and automated assingment.Björn Hagemeister2014-04-162-14/+35
* Changed exit text to be "exit?" instead of "Beenden?".Björn Hagemeister2014-04-151-1/+1
* Changed session name to be random at the beginning of each session.# Please e...Björn Hagemeister2014-04-141-1/+1
* [SERVER] Get "stop projection" rightsr2013-02-061-5/+15
* [SERVER] Add "stop projection" buttonsr2013-02-062-1/+21
* ...sr2013-02-061-0/+1
* [SERVER] Go back from ClientId to int, so queued signal/slot connections worksr2013-02-052-3/+3