summaryrefslogtreecommitdiffstats
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
* Add icon for locked screen. Add monochrome and stylized connectionframe icons.Manuel Schneider2014-05-274-6/+15
* Drop _isBroadcastSource. The client must not know anything about the management.Manuel Schneider2014-05-273-6/+0Star
* Change _currentProjectionSource before emit. Fixes Appearance bug.Manuel Schneider2014-05-271-2/+2
* Dont emit _currentProjectionSource in signal vncClientStateChange . (not used)Manuel Schneider2014-05-275-7/+7
* Use enums for modes since not all combinations of _broadcast and _lockOthers ...Manuel Schneider2014-05-272-19/+25
* Drop unused _state. Introduce member _locked to avoid unnecessary messages.Manuel Schneider2014-05-272-14/+4Star
* Drop _activeVncClient. _currentProjectionSource holds this information.Manuel Schneider2014-05-272-10/+5Star
* Drop _desiredProjectionSource. Dont send a stopVncClient if it has not been s...Manuel Schneider2014-05-274-87/+70Star
* 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-262-1/+3
* Remove unnecessary slotsManuel Schneider2014-05-262-30/+5Star
* Several changes:Björn Hagemeister2014-05-263-3/+18
* First approach for an exclusive unicast. T.b.c.Manuel Schneider2014-05-222-33/+62
* Refactor ambigious projectionsSoure to BroadcastSourceManuel Schneider2014-05-224-14/+14
* Fix mitstake in rewrite 58646932664b6ab9014a410dc75dd443fb4f58b9Manuel Schneider2014-05-221-1/+1
* Fix segfault. Drop nullpointer polls since SslSocket is now const. [id == ...Manuel Schneider2014-05-222-50/+40Star
* [Client] Make setTutor inline and drop the communication stuff since the clie...Manuel Schneider2014-05-212-21/+30
* Several changes:Manuel Schneider2014-05-212-44/+33Star
* Fix ip bugManuel Schneider2014-05-201-1/+1
* Make vnc credentials completely private to client. Make VNCConnect work clien...Manuel Schneider2014-05-204-27/+20Star
* Remvoe unneccesary membervariable _toClient and method buildErrorMessage (imp...Manuel Schneider2014-05-202-46/+47
* Remove any knowledge of Networkmesage in MainwindowManuel Schneider2014-05-203-91/+74Star
* 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-203-101/+16Star
|/
* 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-194-0/+71
|/
* 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-124-58/+64
* Changes the ConnectionWidows gui to a relative layout. Added a stacked widget toManuel Schneider2014-05-061-4/+4
* Changes the approach of Qt Gui initialization to the member pointer approach....Manuel Schneider2014-05-062-5/+3Star
* Reduces button block timeManuel Schneider2014-05-051-1/+1
* Fixed curious text in warningsManuel Schneider2014-05-051-1/+1
* Give ui more contrastManuel Schneider2014-05-051-7/+7
* Resize thumbnail correctlyManuel Schneider2014-05-052-0/+3
* Reniced the ui. Made styles more readable.Manuel Schneider2014-04-303-16/+45
* Merge branch 'bastelstube'Manuel Schneider2014-04-302-34/+43
|\
| * 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
* | Increased the timeout for debugging purposes; Instruct vncserver to trasmit justManuel Schneider2014-04-292-9/+19
|/
* Adding comments for each method in the .cpp files and class definition in the...Björn Hagemeister2014-04-2810-2/+298
* recognize a dragmove only if the distance is larger than 40 pxManuel Schneider2014-04-252-10/+15
* Thrown out redundant slots.Manuel Schneider2014-04-252-27/+10Star
* More meaningful nameManuel Schneider2014-04-252-13/+17