summaryrefslogtreecommitdiffstats
path: root/src/server
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | _VNCCLIENT] Logical reduction. Cleanup header.
* [Client] Make setTutor inline and drop the communication stuff since the ↵Manuel Schneider2014-05-212-21/+30
| | | | client does not handle it. Add a state stub t.b.c.
* Several changes:Manuel Schneider2014-05-212-44/+33Star
| | | | | | | | * [Client] Remove unneccessary members _ip, * [Client] Remove unneccessary class forward of QSslSocket * [Client] Make member initializer list of non-const members part of ctor * [Client] Make _socket pointer const member * [Client] Drop socket-delete indirektion
* Fix ip bugManuel Schneider2014-05-201-1/+1
|
* Make vnc credentials completely private to client. Make VNCConnect work ↵Manuel Schneider2014-05-204-27/+20Star
| | | | client-internally only. Drop Client::computerID() (equivalent to Client::ip() XD )
* Remvoe unneccesary membervariable _toClient and method buildErrorMessage ↵Manuel Schneider2014-05-202-46/+47
| | | | (implicit cast does it as well)
* 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
| | | | | | | | | | * Reduce code of prepareForProjection (broadcast part) * Make toolbar icons 48x48 px (were too large for standard windowsize)
* | Merge unicast implemetations into one.Manuel Schneider2014-05-202-49/+10Star
| |
* | Reduce codebaseManuel Schneider2014-05-203-101/+16Star
|/ | | | | | * Drop Prepare MainWindow::prepareForProjection * Drop redundant code in prepareForProjection (now unicast) * Adjust comments
* 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
| | | | | | | | | | | | | | * Redudce unnecessary codebase by dropping curious nested timerId & timerTimeout * Use the resizeEvent properly * Make size of buttons static * Drop unnecesary ui properties
* | Help windowBjörn Hagemeister2014-05-194-0/+71
|/
* Several changes:Manuel Schneider2014-05-162-167/+255
| | | | | | | | | | * Change the messagebox text * Add button stub for exclusiveStudentToTutor * Split prepareProjection in broacast, unicast and exclusiveunicast (stub) * Make multiple used, hardcoded strings static const member of mainwindow * Replace multiple loops asking for selection and tutor by membervariable * references to the connectionframe of the latter * Complete missing error messages
* Fix segmentation fault after looking all screens and there is one client ↵Björn Hagemeister2014-05-131-1/+1
| | | | disconnected.
* Configured not locking the screen, if manager and client working on same ↵Björn Hagemeister2014-05-124-58/+64
| | | | | | machine. Plus changing symbol for tutor2all button.
* Changes the ConnectionWidows gui to a relative layout. Added a stacked widget toManuel Schneider2014-05-061-4/+4
| | | | | change between checkmark and the rest. Changed the non expressive names of ui elements.
* Changes the approach of Qt Gui initialization to the member pointer ↵Manuel Schneider2014-05-062-5/+3Star
| | | | approach. This means multiple inheritance is avoided and the form is now a member pointer of the class. Immlicitely renamed some ui elements for clearification. Again changed unnecessary use of QDialog to QWidget.
* 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 ↵Manuel Schneider2014-04-302-28/+38
| | | | | | | | wlse too
| * 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
|/ | | | the primary desktop; Thumbnails just display the primary dektop
* Adding comments for each method in the .cpp files and class definition in ↵Björn Hagemeister2014-04-2810-2/+298
| | | | the .h files.
* 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
|
* Now handling the _desiredProjectionSource correctlyManuel Schneider2014-04-251-2/+8
|
* 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-232-5/+26
|\
| * [SERVER] Fixed tracking of which clients is watching (trying to watch) whichManuel Schneider2014-04-232-5/+26
| | | | | | | | other client
* | 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
|
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-04-221-0/+1
|\
| * Set autofocus session fieldManuel Schneider2014-04-221-0/+1
| |
* | New feature: Change or set tutor manually during session + URL of IP - ListBjörn Hagemeister2014-04-223-5/+35
|/ | | | of possible tutors, can be set in command line by starting server.
* Fix comments, add (very few) documentation commentsSimon Rettberg2014-04-184-6/+9
|
* New feature. Download of tutor-ip-list and automated assingment.Björn Hagemeister2014-04-164-14/+115
| | | | TODO: Make source url configurable.
* 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 ↵Björn Hagemeister2014-04-143-1/+9
| | | | enter the commit message for your changes. Lines starting
* [SERVER] Use remove instead of unlink for better compatibilitysr2013-02-081-2/+2
|