summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/vnc/qvncclient.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix VNC format conversionAllan Sandfeld Jensen2021-01-131-1/+1
| | | | | | | | | | | | Pass the right from depth to the conversion function, and set the right format before creating the compositor image for RGB16 support. Pick-to: 6.0 5.15 Fixes: QTBUG-85621 Change-Id: I76f46a3c2d8f1d2b040b790035dbdb0a960ff1a7 Reviewed-by: Andy Nichols <andy.nichols@qt.io> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
* Support multiple connected clients in the VNC pluginAndy Nichols2016-06-281-0/+149
Previously it was only possible for one client to connect at a time. Now it is possible for multiple clients to connect to the VNC server and view and interact with the application. Change-Id: I886583a3abea2955367bf2da490127b041b5c5fb Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>