summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
Commit message (Expand)AuthorAgeFilesLines
* Added some translation for manager.Björn Hagemeister2014-09-171-10/+0Star
* The sessionID is ignored by manager if client is connecting via auto-connect.Björn Hagemeister2014-09-041-1/+0Star
* New Feature: Button for reloading room configuration of choosable room.Björn Hagemeister2014-08-251-2/+4
* Started including button for reloading room configuration by choosing your ow...Björn Hagemeister2014-08-051-0/+4
* Fixed, deleting clients after SessionNameUpdate.Björn Hagemeister2014-07-291-0/+1
* Fixed bug, that frame moved on (0,0) is asked to be deleted.Björn Hagemeister2014-07-291-1/+1
* Read the configfile and place the frames according to the coordinatesManuel Schneider2014-07-231-3/+4
* Drop the watchers concept, since the desiredProjectionSource essentially impl...Manuel Schneider2014-07-221-1/+0Star
* Remove dead button action.Manuel Schneider2014-07-221-1/+0Star
* Merge branch 'master' of git.openslx.org:pvs2Manuel Schneider2014-07-211-0/+1
|\
| * Tried to implement the fixed room settings, but is not working correctly righ...Björn Hagemeister2014-07-211-0/+1
* | Correct indenting by tabsManuel Schneider2014-07-211-1/+1
* | Rename modes. Move code in slots to avoid unnecessary branching. Give the cli...Manuel Schneider2014-07-211-2/+4
|/
* NEW feature: Possible to delete offline client by drag and drop to trash, whi...Björn Hagemeister2014-06-191-0/+2
* Moved method isManagerMachine() from MainWindow to Client.Björn Hagemeister2014-06-171-1/+0Star
* Removed _tutorFrame and _selectedFrame out of MainWindow to prevent possible ...Björn Hagemeister2014-06-171-1/+2
* Fixed SegFauls by setting _streamingSource to integer and just using the clie...Björn Hagemeister2014-06-051-1/+1
* Merge branch 'master' of git.openslx.org:pvs2Manuel Schneider2014-06-031-0/+2
|\
| * Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-06-031-1/+0Star
| |\
| * | 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