summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/vnc
Commit message (Expand)AuthorAgeFilesLines
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-064-5/+5
* Remove QFlags(0), QFlags() does the same and is not deprecatedAlbert Astals Cid2019-11-291-1/+0
* Update QPA mouse event handling in offscreen and VNC pluginsShawn Rutledge2019-08-301-2/+11
* Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-261-2/+3
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-2/+3
| |\
| | * Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-2/+3
* | | More nullptr usage in headersKevin Funk2019-03-142-4/+4
|/ /
* / Add a few qAsConst() to range-for to prevent detachmentsSergio Martins2018-12-102-7/+5
|/
* VNC plugin: explicitly cast int to uint16_t before calling htonsShawn Rutledge2018-05-231-3/+3
* platform plugins: port away from QRegion::rects()Marc Mutz2017-12-061-4/+5
* vnc: remove unused qlibinputhandler_p.h includeGatis Paeglis2017-09-051-3/+0
* Fix warning for -no-feature-cursorTasuku Suzuki2017-04-251-0/+4
* Replace last occurrences of LGPL3, LGPL3-COMM headersKai Koehne2017-04-061-13/+16
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-5/+5
|\
| * put load(qt_plugin) at end of project fileOswald Buddenhagen2017-03-061-5/+5
* | Fix build with -no-feature-cursorPaul Olav Tvete2017-03-015-9/+19
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-243-5/+10
|\|
| * fix VNC platform plugin build on big-endian machinesShawn Rutledge2017-02-173-5/+10
* | vnc: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2017-01-093-14/+14
* | vnc: Add missing overrideAlexander Volkov2017-01-062-4/+4
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-171-2/+6
|\|
| * Fix build with -no-feature-cursorAndrew Knight2016-11-081-2/+6
* | fb platforms: migrate to fbconvenience changesLaszlo Agocs2016-11-162-5/+5
* | linuxfb: Make first window fullscreen like eglfsLaszlo Agocs2016-11-092-0/+7
|/
* Fix change-of-sign warnings caught by ICC 17Thiago Macieira2016-10-231-1/+2
* rely on transitive library dependencies for freetype/fontconfigOswald Buddenhagen2016-10-151-2/+0
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-154-11/+17
* mark some already-clean platform plugins as Q_FOREACH-freeMarc Mutz2016-08-261-0/+2
* Rework privateFeatureLars Knoll2016-08-191-1/+1
* Fix VNC platform plugin building on i386Andy Nichols2016-06-291-31/+0
* Cleanup VNC platform plugins debug messagesAndy Nichols2016-06-285-31/+25
* Add plugin arguments to VNC pluginAndy Nichols2016-06-285-16/+34
* Support multiple connected clients in the VNC pluginAndy Nichols2016-06-287-729/+951
* Support for client side cursors in the VNC pluginLars Knoll2016-06-284-30/+37
* cleanups in the VNC pluginLars Knoll2016-06-283-163/+10
* Support showing the mouse cursor in the VNC pluginLars Knoll2016-06-283-4/+10
* Implement support for key events in the VNC pluginLars Knoll2016-06-281-3/+2
* Properly forward mouse events to the VNC clientLars Knoll2016-06-282-8/+6
* Initial work on a VNC QPA pluginLars Knoll2016-06-289-0/+2454
* Remove unmaintained and broken VNC platform pluginJohannes Zellner2012-03-158-3161/+0
* Remove QT_NO_QWS_MULTIPROCESSStephen Kelly2012-02-241-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-307-7/+7
* Update contact information in license headers.Jason McDonald2012-01-237-7/+7
* Update copyright year in license headers.Jason McDonald2012-01-057-7/+7
* [fontdatabase] Use the CONFIG += qpa/genericunixfontdatabaseHolger Hans Peter Freyther2011-10-031-1/+1
* Rename QPixmapData to QPlatformPixmap.Samuel Rødal2011-07-192-3/+3
* Add lighthouse event dispatcher API.Morten Sorvig2011-06-223-2/+7
* Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-011-1/+1
|\
| * Made qpluginbase.pri into a feature profile.axis2011-05-311-1/+1
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-247-119/+119
|\|