summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor unicast to multicastManuel Schneider2014-05-261-4/+4
* 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-221-26/+42
* 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-201-47/+9Star
* | Reduce codebaseManuel Schneider2014-05-201-96/+14Star
|/
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-05-191-66/+13Star
|\
| * Make toolbar static on left sideManuel Schneider2014-05-161-66/+13Star
* | Help windowBjörn Hagemeister2014-05-191-0/+11
|/
* Several changes:Manuel Schneider2014-05-161-131/+218
* 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-121-55/+51Star
* Fixed curious text in warningsManuel Schneider2014-05-051-1/+1
* KISS'n'DRY for more cohesionManuel Schneider2014-04-301-26/+16Star
* cant fire the timer inside the button slots since they are called somewhere w...Manuel Schneider2014-04-301-28/+37
* Disable all buttons if one is clicked and enable them after a specified timeManuel Schneider2014-04-291-26/+30
* Adding comments for each method in the .cpp files and class definition in the...Björn Hagemeister2014-04-281-0/+160
* Reduced button block code. Moved some magic number to header.Manuel Schneider2014-04-241-24/+24
* 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-221-3/+23
* New feature. Download of tutor-ip-list and automated assingment.Björn Hagemeister2014-04-161-14/+31
* 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-061-1/+20
* ...sr2013-02-061-0/+1
* [SERVER] Go back from ClientId to int, so queued signal/slot connections worksr2013-02-051-2/+2
* ...sr2013-02-051-2/+6
* ...sr2013-02-051-7/+6Star
* ...sr2013-02-051-2/+17
* [SHARED] Add missing error message if network message parsing failssr2013-02-051-4/+5
* [SERVER] Properly tell client the VNC server'S client idsr2013-02-051-4/+5
* [SERVER] fix vnc startup commandsr2013-02-051-0/+8
* [SERVER] Implement all four VNC projection modessr2013-02-051-23/+173
* ...sr2013-02-041-1/+1