summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | Put searching for client with specific id into method, getClientFromId(int id).Björn Hagemeister2014-06-031-0/+2
* | | Lock the buttons until the new vnc server sent a reply about its state. If th...Manuel Schneider2014-06-031-1/+1
| |/ |/|
* | Remove MainWindow::isValidClient. Connect slots not queued.Manuel Schneider2014-06-031-1/+0Star
|/
* Removed some unnecessary qDebug comments.Björn Hagemeister2014-06-021-1/+0Star
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-06-021-0/+1
|\
| * Uncheck lock if any action is performed.Manuel Schneider2014-05-281-0/+1
* | Put Check if manager is running on machine into method.Björn Hagemeister2014-06-021-0/+1
|/
* Manual mergeManuel Schneider2014-05-271-0/+1
|\
| * Put the clients adaption to current class room situation into method.Björn Hagemeister2014-05-271-0/+1
* | Unite BC and MC. Reducing complexityManuel Schneider2014-05-271-4/+2Star
|/
* Dont emit _currentProjectionSource in signal vncClientStateChange . (not used)Manuel Schneider2014-05-271-1/+1
* Use enums for modes since not all combinations of _broadcast and _lockOthers ...Manuel Schneider2014-05-271-2/+6
* Drop _desiredProjectionSource. Dont send a stopVncClient if it has not been s...Manuel Schneider2014-05-271-0/+1
* Replace states by two flags indicating the stateManuel Schneider2014-05-261-8/+2Star
* Refactor unicast to multicastManuel Schneider2014-05-261-1/+2
* First approach for an exclusive unicast. T.b.c.Manuel Schneider2014-05-221-7/+20
* Merge unicast implemetations into one.Manuel Schneider2014-05-201-2/+1Star
* Reduce codebaseManuel Schneider2014-05-201-1/+0Star
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-05-191-2/+0Star
|\
| * Make toolbar static on left sideManuel Schneider2014-05-161-2/+0Star
* | Help windowBjörn Hagemeister2014-05-191-0/+3
|/
* Several changes:Manuel Schneider2014-05-161-36/+37
* Configured not locking the screen, if manager and client working on same mach...Björn Hagemeister2014-05-121-2/+0Star
* 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
* KISS'n'DRY for more cohesionManuel Schneider2014-04-301-1/+4
* cant fire the timer inside the button slots since they are called somewhere w...Manuel Schneider2014-04-301-0/+1
* Disable all buttons if one is clicked and enable them after a specified timeManuel Schneider2014-04-291-1/+3
* Adding comments for each method in the .cpp files and class definition in the...Björn Hagemeister2014-04-281-0/+16
* Reduced button block code. Moved some magic number to header.Manuel Schneider2014-04-241-33/+33
* New feature: Change or set tutor manually during session + URL of IP - ListBjörn Hagemeister2014-04-221-1/+2
* New feature. Download of tutor-ip-list and automated assingment.Björn Hagemeister2014-04-161-0/+4
* [SERVER] Add "stop projection" buttonsr2013-02-061-0/+1
* [SERVER] Go back from ClientId to int, so queued signal/slot connections worksr2013-02-051-1/+1
* ...sr2013-02-051-3/+2Star
* ...sr2013-02-051-0/+1
* [SERVER] Implement all four VNC projection modessr2013-02-051-1/+5
* Initial commitsr2013-02-041-0/+76