| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Increase compiler warnings, fix a lot of those instances | Simon Rettberg | 2016-11-15 | 1 | -3/+4 |
| | | | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types | ||||
| * | [server] Initialize _wantsAttention to false in client.cpp | Simon Rettberg | 2016-10-28 | 1 | -0/+1 |
| | | |||||
| * | Implement "Attention" feature (virtual hand-raising) | Simon Rettberg | 2016-10-19 | 1 | -5/+16 |
| | | |||||
| * | refactoring. | Christian Klinger | 2016-09-30 | 1 | -4/+4 |
| | | |||||
| * | astyle. | Christian Klinger | 2016-09-29 | 1 | -75/+41![]() |
| | | |||||
| * | Implemented 'majority vote' to determine the toolbar options. | Christian Klinger | 2016-09-27 | 1 | -8/+12 |
| | | | | | clients in exam-mode are also displayed differently. | ||||
| * | Fix infinite loop when receiving incomplete headers | Simon Rettberg | 2016-09-09 | 1 | -2/+4 |
| | | |||||
| * | Closes bug #2807. (And also cleans the code (a bit)) | Christian Klinger | 2016-05-19 | 1 | -1/+1 |
| | | |||||
| * | refactor to use Room struct | Christian Klinger | 2016-04-27 | 1 | -1/+1 |
| | | | | | to save additional properties like gridSize and clientSize. | ||||
| * | [*] Use thumbnail on vnc viewer window until connection is up | Simon Rettberg | 2016-02-08 | 1 | -3/+9 |
| | | |||||
| * | [server] reset timeouts to normal intervals | Jonathan Bauer | 2015-05-11 | 1 | -2/+2 |
| | | |||||
| * | Reset debug timeouts, fix autoconnect, remove magic numbers | Manuel Schneider | 2014-11-28 | 1 | -1/+2 |
| | | |||||
| * | Fix oneclick-source-change-lock-bug | Manuel Schneider | 2014-07-22 | 1 | -0/+1 |
| | | |||||
| * | Correct indenting by tabs | Manuel Schneider | 2014-07-21 | 1 | -6/+6 |
| | | |||||
| * | Rename modes. Move code in slots to avoid unnecessary branching. Give the ↵ | Manuel Schneider | 2014-07-21 | 1 | -4/+6 |
| | | | | | client more information about past progjectionSource | ||||
| * | Moved method isManagerMachine() from MainWindow to Client. | Björn Hagemeister | 2014-06-17 | 1 | -1/+16 |
| | | | | | isManagerMachine() is now called just once directly in lockScreen(). | ||||
| * | Increase timeout for debugging | Manuel Schneider | 2014-05-28 | 1 | -2/+2 |
| | | |||||
| * | Remove TODO. User get visual feedback via cam icon. | Manuel Schneider | 2014-05-27 | 1 | -1/+0![]() |
| | | |||||
| * | Add icon for locked screen. Add monochrome and stylized connectionframe icons. | Manuel Schneider | 2014-05-27 | 1 | -1/+4 |
| | | |||||
| * | Drop _isBroadcastSource. The client must not know anything about the management. | Manuel Schneider | 2014-05-27 | 1 | -1/+0![]() |
| | | |||||
| * | 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 | 1 | -2/+2 |
| | | |||||
| * | Drop unused _state. Introduce member _locked to avoid unnecessary messages. | Manuel Schneider | 2014-05-27 | 1 | -1/+2 |
| | | |||||
| * | Drop _activeVncClient. _currentProjectionSource holds this information. | Manuel Schneider | 2014-05-27 | 1 | -4/+1![]() |
| | | |||||
| * | Drop _desiredProjectionSource. Dont send a stopVncClient if it has not been ↵ | Manuel Schneider | 2014-05-27 | 1 | -14/+11![]() |
| | | | | | started before. | ||||
| * | Make tutor check implicit in lock screen | Manuel Schneider | 2014-05-26 | 1 | -0/+2 |
| | | |||||
| * | Refactor ambigious projectionsSoure to BroadcastSource | Manuel Schneider | 2014-05-22 | 1 | -1/+1 |
| | | |||||
| * | Fix segfault. Drop nullpointer polls since SslSocket is now const. [id == ↵ | Manuel Schneider | 2014-05-22 | 1 | -24/+15![]() |
| | | | | | _VNCCLIENT] Logical reduction. Cleanup header. | ||||
| * | [Client] Make setTutor inline and drop the communication stuff since the ↵ | Manuel Schneider | 2014-05-21 | 1 | -10/+0![]() |
| | | | | | client does not handle it. Add a state stub t.b.c. | ||||
| * | Several changes: | Manuel Schneider | 2014-05-21 | 1 | -34/+22![]() |
| | | | | | | | | | * [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 | 1 | -10/+7![]() |
| | | | | | client-internally only. Drop Client::computerID() (equivalent to Client::ip() XD ) | ||||
| * | Remvoe unneccesary membervariable _toClient and method buildErrorMessage ↵ | Manuel Schneider | 2014-05-20 | 1 | -45/+46 |
| | | | | | (implicit cast does it as well) | ||||
| * | Remove any knowledge of Networkmesage in Mainwindow | Manuel Schneider | 2014-05-20 | 1 | -1/+24 |
| | | |||||
| * | Configured not locking the screen, if manager and client working on same ↵ | Björn Hagemeister | 2014-05-12 | 1 | -1/+12 |
| | | | | | | | machine. Plus changing symbol for tutor2all button. | ||||
| * | Increased the timeout for debugging purposes; Instruct vncserver to trasmit just | Manuel Schneider | 2014-04-29 | 1 | -1/+1 |
| | | | | | the primary desktop; Thumbnails just display the primary dektop | ||||
| * | Thrown out redundant slots. | Manuel Schneider | 2014-04-25 | 1 | -23/+9![]() |
| | | |||||
| * | Now handling the _desiredProjectionSource correctly | Manuel Schneider | 2014-04-25 | 1 | -2/+8 |
| | | |||||
| * | [SERVER] Fixed tracking of which clients is watching (trying to watch) which | Manuel Schneider | 2014-04-23 | 1 | -3/+13 |
| | | | | | other client | ||||
| * | [SERVER] Add "stop projection" button | sr | 2013-02-06 | 1 | -3/+13 |
| | | | | | | [SERVER] Don't show error message when VNC server stops as expected [SERVER/CLIENT] Implement connection timeout of 15 seconds | ||||
| * | [SERVER] Go back from ClientId to int, so queued signal/slot connections work | sr | 2013-02-05 | 1 | -3/+3 |
| | | |||||
| * | ... | sr | 2013-02-05 | 1 | -2/+4 |
| | | |||||
| * | ... | sr | 2013-02-05 | 1 | -1/+1 |
| | | |||||
| * | [SERVER/CLIENT] Wait for connection to close properly before deleting socket ↵ | sr | 2013-02-05 | 1 | -8/+23 |
| | | | | | object | ||||
| * | [SHARED] Add missing error message if network message parsing fails | sr | 2013-02-05 | 1 | -1/+1 |
| | | |||||
| * | [SERVER] fix vnc startup command | sr | 2013-02-05 | 1 | -1/+1 |
| | | |||||
| * | [SERVER] Implement all four VNC projection modes | sr | 2013-02-05 | 1 | -4/+22 |
| | | |||||
| * | Initial commit | sr | 2013-02-04 | 1 | -0/+288 |

