| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Changed the blinking red dot in toolbar while beeing vnc server to blinking eye. | Björn Hagemeister | 2014-05-22 | 2 | -8/+8 |
| | | |||||
| * | Fix segfault. Drop nullpointer polls since SslSocket is now const. [id == ↵ | Manuel Schneider | 2014-05-22 | 1 | -2/+2 |
| | | | | | _VNCCLIENT] Logical reduction. Cleanup header. | ||||
| * | 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 |
| | |/ |/| | |||||
| * | | Merge branch 'master' of git.openslx.org:pvs2 | Björn Hagemeister | 2014-05-07 | 1 | -6/+9 |
| |\| | |||||
| | * | Hide bar if the menu is left | Manuel Schneider | 2014-05-07 | 1 | -6/+9 |
| | | | |||||
| * | | New feature: Blinking red dot in toolbar, while vnc server is started on client. | Björn Hagemeister | 2014-05-07 | 2 | -5/+30 |
| |/ | |||||
| * | Reduced the class toolbar regarding the KISS paradigm. | Manuel Schneider | 2014-05-07 | 3 | -164/+74![]() |
| | | |||||
| * | Changes the ConnectionWidows gui to a relative layout. Added a stacked widget to | Manuel Schneider | 2014-05-06 | 3 | -26/+41 |
| | | | | | | change between checkmark and the rest. Changed the non expressive names of ui elements. | ||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Björn Hagemeister | 2014-05-06 | 4 | -44/+61 |
| |\ | | | | | | | | | Conflicts: src/client/connectwindow/connectwindow.h | ||||
| | * | Merge branch 'master' of git.openslx.org:pvs2 | Manuel Schneider | 2014-05-06 | 1 | -1/+49 |
| | |\ | | | | | | | | | | | | | | | | Conflicts: gui/client/toolbar.ui src/client/connectwindow/connectwindow.cpp | ||||
| | * | | Changes the approach of Qt Gui initialization to the member pointer ↵ | Manuel Schneider | 2014-05-06 | 4 | -43/+60 |
| | | | | | | | | | | | | | 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. | ||||
| * | | | New Feature: Showing client toolbar while vnc server is running. | Björn Hagemeister | 2014-05-06 | 6 | -2/+31 |
| | |/ |/| | |||||
| * | | Adding flashy Symbol for working connection of client to server. | Björn Hagemeister | 2014-05-05 | 1 | -3/+51 |
| |/ | | | | And commenting class ConnectionWindow from client. | ||||
| * | Increased the timeout for debugging purposes; Instruct vncserver to trasmit just | Manuel Schneider | 2014-04-29 | 3 | -4/+33 |
| | | | | | the primary desktop; Thumbnails just display the primary dektop | ||||
| * | Now using qWidget instead of qDialog to avoid the need to handdle every dialog | Manuel Schneider | 2014-04-25 | 3 | -32/+14![]() |
| | | | | | event (reject, done, accept, finished). No more close override necessary. | ||||
| * | Doxygen comments, removed incomplete unused event handling for VNC RW ↵ | Simon Rettberg | 2014-04-23 | 4 | -291/+227![]() |
| | | | | | access, introduced terminateVnc method in VncWindow | ||||
| * | Merge branch 'master' of git.openslx.org:pvs2 | Björn Hagemeister | 2014-04-23 | 4 | -70/+72 |
| |\ | |||||
| | * | Made vnc thread stoppable from outside. Thread kills itself. If the vnc | Manuel Schneider | 2014-04-23 | 4 | -70/+72 |
| | | | | | | | | | | | connection cannot be established a timeout kills the thread after a short period of time. | ||||
| * | | Fix status icon updating not working | Björn Hagemeister | 2014-04-23 | 2 | -0/+8 |
| |/ | |||||
| * | Merge branch 'master' of dnbd3:pvs2 | Simon Rettberg | 2014-04-18 | 1 | -1/+2 |
| |\ | |||||
| | * | Prevent x11vnc from disabling 11 keyrepeat | Manuel Schneider | 2014-04-17 | 1 | -1/+2 |
| | | | |||||
| * | | Fix comments, add (very few) documentation comments | Simon Rettberg | 2014-04-18 | 5 | -11/+42 |
| |/ | |||||
| * | Fix user name detection in pvsclient. | Björn Hagemeister | 2014-04-14 | 1 | -1/+4 |
| | | |||||
| * | [CLIENT] Request full screen update from VNC server after the frame buffer ↵ | sr | 2013-02-06 | 2 | -5/+14 |
| | | | | | has been set up | ||||
| * | [SERVER] Get "stop projection" right | sr | 2013-02-06 | 1 | -2/+2 |
| | | | | | [CLIENT] Redraw whole screen on projection start | ||||
| * | [SERVER] Add "stop projection" button | sr | 2013-02-06 | 6 | -3/+37 |
| | | | | | | [SERVER] Don't show error message when VNC server stops as expected [SERVER/CLIENT] Implement connection timeout of 15 seconds | ||||
| * | [SERVER/CLIENT] Wait for connection to close properly before deleting socket ↵ | sr | 2013-02-05 | 4 | -24/+50 |
| | | | | | object | ||||
| * | Initial commit | sr | 2013-02-04 | 18 | -0/+2345 |

