summaryrefslogtreecommitdiffstats
path: root/src/client/vnc/vncwindow.h
Commit message (Collapse)AuthorAgeFilesLines
* [client] Rewrite thread sync for VNC yet againSimon Rettberg2018-07-201-2/+5
| | | | | | | | | | | Move processing of image (scaling) to GUI thread. Get rid of second (scaled) image buffer. Instead, whenever we redraw parts of the VNC viewer, the according image parts will be copied and scaled from the buffer the vncclient thread is using. The buffer is wrapped in a QImage and handed over using a QSharedPointer, so reinitializing the buffer on the fly should yield no problems.
* [client] Rewrite thread sync between VNC worker and VNC windowSimon Rettberg2018-07-171-0/+3
|
* [client] Show vnc window on rightmost screenSimon Rettberg2018-07-161-0/+1
| | | | | | In Multiscreen setups, we most likely show the VM on the primary (=leftmost) screen.
* [client] Fix deletion of QThread while still runningSimon Rettberg2017-12-041-0/+1
|
* port to qt5Jonathan Bauer2017-11-151-1/+1
| | | | | | | * got rid of the Win32/X11 differentiation * due to QT5, additional packages are needed to compile ** libqt5x11extras5-dev ** libqt5svg5-dev
* [client] Periodically bring vnc and lock window to topSimon Rettberg2017-02-101-0/+1
|
* [client] Allow ESC key to cancel projection in hybrid modeSimon Rettberg2016-10-281-0/+1
|
* astyle.Christian Klinger2016-09-291-1/+1
|
* [*] Use thumbnail on vnc viewer window until connection is upSimon Rettberg2016-02-081-1/+2
|
* Now using qWidget instead of qDialog to avoid the need to handdle every dialogManuel Schneider2014-04-251-2/+2
| | | | event (reject, done, accept, finished). No more close override necessary.
* Doxygen comments, removed incomplete unused event handling for VNC RW ↵Simon Rettberg2014-04-231-21/+3Star
| | | | access, introduced terminateVnc method in VncWindow
* Merge branch 'master' of git.openslx.org:pvs2Björn Hagemeister2014-04-231-1/+2
|\
| * Made vnc thread stoppable from outside. Thread kills itself. If the vncManuel Schneider2014-04-231-1/+2
| | | | | | | | | | connection cannot be established a timeout kills the thread after a short period of time.
* | Fix status icon updating not workingBjörn Hagemeister2014-04-231-0/+1
|/
* [SERVER] Add "stop projection" buttonsr2013-02-061-0/+2
| | | | | [SERVER] Don't show error message when VNC server stops as expected [SERVER/CLIENT] Implement connection timeout of 15 seconds
* Initial commitsr2013-02-041-0/+73