| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change _currentProjectionSource before emit. Fixes Appearance bug. | Manuel Schneider | 2014-05-27 | 1 | -2/+2 |
| | | |||||
| * | Dont emit _currentProjectionSource in signal vncClientStateChange . (not used) | Manuel Schneider | 2014-05-27 | 5 | -7/+7 |
| | | |||||
| * | Use enums for modes since not all combinations of _broadcast and _lockOthers ↵ | Manuel Schneider | 2014-05-27 | 2 | -19/+25 |
| | | | | | make sense. | ||||
| * | Drop unused _state. Introduce member _locked to avoid unnecessary messages. | Manuel Schneider | 2014-05-27 | 2 | -14/+4![]() |
| | | |||||
| * | Drop _activeVncClient. _currentProjectionSource holds this information. | Manuel Schneider | 2014-05-27 | 2 | -10/+5![]() |
| | | |||||
| * | Drop _desiredProjectionSource. Dont send a stopVncClient if it has not been ↵ | Manuel Schneider | 2014-05-27 | 4 | -87/+70![]() |
| | | | | | started before. | ||||
| * | Replace states by two flags indicating the state | Manuel Schneider | 2014-05-26 | 2 | -22/+11![]() |
| | | |||||
| * | Refactor unicast to multicast | Manuel Schneider | 2014-05-26 | 2 | -5/+6 |
| | | |||||
| * | Make tutor check implicit in lock screen | Manuel Schneider | 2014-05-26 | 2 | -1/+3 |
| | | |||||
| * | Remove unnecessary slots | Manuel Schneider | 2014-05-26 | 2 | -30/+5![]() |
| | | |||||
| * | Several changes: | Björn Hagemeister | 2014-05-26 | 9 | -44/+89 |
| | | | | | | | Fixed segmentaion fault, which occured after streaming to all clients. Added sessionName as command line argument to client, so that it connects immediatly after running to given sessionName. If pvsclient shows connected status also display IP-Adress of the running pvsmanager. | ||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Manuel Schneider | 2014-05-22 | 4 | -3/+37 |
| |\ | |||||
| | * | Merge branch 'master' of git.openslx.org:pvs2 | Björn Hagemeister | 2014-05-22 | 7 | -279/+48![]() |
| | |\ | | | | | | | | | | | | | | | | | | | | | | (Eye icon for VNC streaming) Conflicts: pvsclient.qrc src/client/toolbar/toolbar.cpp | ||||
| | * | | Changed the blinking red dot in toolbar while beeing vnc server to blinking eye. | Björn Hagemeister | 2014-05-22 | 4 | -8/+15 |
| | | | | |||||
| * | | | First approach for an exclusive unicast. T.b.c. | Manuel Schneider | 2014-05-22 | 2 | -33/+62 |
| | |/ |/| | |||||
| * | | Stop suggesting the user to be recorded: | Manuel Schneider | 2014-05-22 | 6 | -295/+46![]() |
| | | | | | | | | | | | | | * Delete red dot camera icons * Disable camera blinking in clients toolbar (sorry bjoern) * Adjust ressource files | ||||
| * | | Make VNCServer::isrunning inline | Manuel Schneider | 2014-05-22 | 2 | -11/+2![]() |
| |/ | |||||
| * | Refactor ambigious projectionsSoure to BroadcastSource | Manuel Schneider | 2014-05-22 | 4 | -14/+14 |
| | | |||||
| * | Fix mitstake in rewrite 58646932664b6ab9014a410dc75dd443fb4f58b9 | Manuel Schneider | 2014-05-22 | 1 | -1/+1 |
| | | |||||
| * | Fix segfault. Drop nullpointer polls since SslSocket is now const. [id == ↵ | Manuel Schneider | 2014-05-22 | 3 | -52/+42![]() |
| | | | | | _VNCCLIENT] Logical reduction. Cleanup header. | ||||
| * | [Client] Make setTutor inline and drop the communication stuff since the ↵ | Manuel Schneider | 2014-05-21 | 2 | -21/+30 |
| | | | | | client does not handle it. Add a state stub t.b.c. | ||||
| * | Several changes: | Manuel Schneider | 2014-05-21 | 4 | -46/+35![]() |
| | | | | | | | | | * [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 bug | Manuel Schneider | 2014-05-20 | 1 | -1/+1 |
| | | |||||
| * | Make vnc credentials completely private to client. Make VNCConnect work ↵ | Manuel Schneider | 2014-05-20 | 4 | -27/+20![]() |
| | | | | | client-internally only. Drop Client::computerID() (equivalent to Client::ip() XD ) | ||||
| * | Remvoe unneccesary membervariable _toClient and method buildErrorMessage ↵ | Manuel Schneider | 2014-05-20 | 4 | -52/+47![]() |
| | | | | | (implicit cast does it as well) | ||||
| * | Remove any knowledge of Networkmesage in Mainwindow | Manuel Schneider | 2014-05-20 | 3 | -91/+74![]() |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Manuel Schneider | 2014-05-20 | 2 | -9/+94 |
| |\ | |||||
| | * | Simple changes in Layout of Help Window. | Björn Hagemeister | 2014-05-20 | 2 | -9/+94 |
| | | | |||||
| * | | Reduce code | Manuel Schneider | 2014-05-20 | 2 | -40/+15![]() |
| | | | | | | | | | | | * Reduce code of prepareForProjection (broadcast part) * Make toolbar icons 48x48 px (were too large for standard windowsize) | ||||
| * | | Merge unicast implemetations into one. | Manuel Schneider | 2014-05-20 | 2 | -49/+10![]() |
| | | | |||||
| * | | Reduce codebase | Manuel Schneider | 2014-05-20 | 3 | -101/+16![]() |
| |/ | | | | | | * Drop Prepare MainWindow::prepareForProjection * Drop redundant code in prepareForProjection (now unicast) * Adjust comments | ||||
| * | Changed Layout of helpWindow. Set Icon + Text into QFormLayout. | Björn Hagemeister | 2014-05-19 | 1 | -67/+217 |
| | | |||||
| * | Added .gitignore | Björn Hagemeister | 2014-05-19 | 1 | -0/+7 |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Björn Hagemeister | 2014-05-19 | 3 | -79/+18![]() |
| |\ | |||||
| | * | Commiting forgotten icon. | Björn Hagemeister | 2014-05-19 | 1 | -0/+3815 |
| | | | |||||
| | * | Merge branch 'master' of git.openslx.org:pvs2 | Manuel Schneider | 2014-05-19 | 10 | -1596/+2831 |
| | |\ | |||||
| | * | | Make toolbar static on left side | Manuel Schneider | 2014-05-16 | 3 | -79/+18![]() |
| | | | | | | | | | | | | | | | | | | | | | | * Redudce unnecessary codebase by dropping curious nested timerId & timerTimeout * Use the resizeEvent properly * Make size of buttons static * Drop unnecesary ui properties | ||||
| * | | | Help window | Björn Hagemeister | 2014-05-19 | 7 | -44/+301 |
| | | | | |||||
| * | | | Commiting forgotten icon, plus first changes on help - Button ↵ | Björn Hagemeister | 2014-05-19 | 4 | -0/+3872 |
| | |/ |/| | | | | | implementation, which is not correctly working right now. | ||||
| * | | Changing some icons plus adding Button "help" without implementing its function. | Björn Hagemeister | 2014-05-16 | 10 | -1596/+2831 |
| |/ | | | | The button broadcast is just set to invisible, not deleted! | ||||
| * | Several changes: | Manuel Schneider | 2014-05-16 | 3 | -167/+265 |
| | | | | | | | | | | | * 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 Hagemeister | 2014-05-13 | 1 | -1/+1 |
| | | | | | disconnected. | ||||
| * | Configured not locking the screen, if manager and client working on same ↵ | Björn Hagemeister | 2014-05-12 | 5 | -685/+441![]() |
| | | | | | | | machine. Plus changing symbol for tutor2all button. | ||||
| * | Sinec c++11 is enabled by default, set flag to stop annoying warnings. | Manuel Schneider | 2014-05-08 | 1 | -2/+2 |
| | | |||||
| * | Force connectionWindow to be always on top | Manuel Schneider | 2014-05-07 | 1 | -1/+5 |
| | | |||||
| * | Show taskbar too | Manuel Schneider | 2014-05-07 | 2 | -4/+4 |
| | | | | | | * Let vnc stream complete screen * Let thumbnail display complete screen | ||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Björn Hagemeister | 2014-05-07 | 2 | -16/+61 |
| |\ | |||||
| | * | Merge + comments | Manuel Schneider | 2014-05-07 | 2 | -5/+33 |
| | |\ | |||||
| | * | | Comment source file and minor changes. | Manuel Schneider | 2014-05-07 | 2 | -15/+57 |
| | | | | | | | | | | | | | | | | * Change unneccesary slot signature * Reduce hide timer to 500ms | ||||
| * | | | Setting right pixmap after stopping vnc server on client. | Björn Hagemeister | 2014-05-07 | 2 | -3/+4 |
| | |/ |/| | |||||

