summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-1621-241/+249
* Stop using sqlite3_enable_shared_cache: deprecated on macOSThiago Macieira2017-03-161-2/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-1425-153/+252
|\
| * Windows QPA: Better recover from removed screens when fullscreenJocelyn Turcotte2017-03-081-4/+10
| * xcb: stringify enums for tablet qt.qpa.input.events qCDebugShawn Rutledge2017-03-031-4/+18
| * Make "finger touch" not be a tabletAlbert Astals Cid2017-03-031-0/+2
| * Fix build with -no-openglPaul Olav Tvete2017-03-035-8/+17
| * BSD plugins: Replace LGPL21 with LGPL license headerKai Koehne2017-03-037-96/+138
| * GTK3 plugin: Replace LGPL21 with LGPL license headerKai Koehne2017-03-032-29/+41
| * winrt: Fix potential warningMaurice Kalinowski2017-03-031-1/+1
| * winrt: Fix compiler warningMaurice Kalinowski2017-03-031-0/+2
| * Make VNC a proper featurePaul Olav Tvete2017-03-011-1/+1
| * Fix build with -no-feature-cursorPaul Olav Tvete2017-03-015-9/+19
| * Fix build with -no-feature-tableteventPaul Olav Tvete2017-03-011-1/+3
* | Remove QPlatformDrag::platformDropDataAlbert Astals Cid2017-03-139-25/+9
* | xcb: remove code and macros related to Q_XCB_DEBUGGatis Paeglis2017-03-1011-384/+277
* | Remove remaining Carbon includes from QtCore, QtGui and QtWidgetsJake Petroules2017-03-072-4/+2
* | Remove unused Carbon includeJake Petroules2017-03-031-2/+0
* | Fix possible use after free error in SQLite REGEXPLorenz Haas2017-03-021-6/+9
* | xcb: Optimize QXcb{Screen,VirtualDesktop} for multi-monitor setupAlexander Volkov2017-03-022-241/+267
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-0226-282/+399
|\|
| * Windows QPA: Replace LGP21 with LGPL license headerKai Koehne2017-02-281-14/+20
| * Integrity plugin: Replace LGPL21 with LGPL license headerKai Koehne2017-02-287-98/+140
| * bsdfb plugin: Replace LGPL21 with LGPL license headerKai Koehne2017-02-285-70/+100
| * IOS: Replace LGPL21 with LGPL license headerKai Koehne2017-02-286-84/+120
| * xcb: correct conversion of AbsX/AbsY to tablet width and heightShawn Rutledge2017-02-271-2/+2
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-246-10/+16
| |\
| | * Android: Fix OpenGL shader compilation on updated emulatorEskil Abrahamsen Blomfeldt2017-02-231-4/+0
| | * fix VNC platform plugin build on big-endian machinesShawn Rutledge2017-02-173-5/+10
| | * Respect XDG_CONFIG_HOME when getting ibus socket locationFlorian Bruhin2017-02-171-1/+2
| | * macOS: use active window device pixel ratio for drag pixmapOleg Yadrov2017-02-171-0/+4
| * | handle TabletMove events during stylus hoverShawn Rutledge2017-02-231-4/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-2817-55/+111
|\| |
| * | macOS: Make sure NSResizableWindowMask is set when toggling fullscreenTor Arne Vestbø2017-02-222-14/+30
| * | QWindow: Remove "_q_foreignWinId" dynamic propertyTor Arne Vestbø2017-02-2214-38/+76
| * | macOS: Retain foreign windowsTor Arne Vestbø2017-02-201-0/+1
| * | Make better use of new QStringList::join(QLatin1String) overloadMarc Mutz2017-02-192-3/+3
| * | qeglfskmsegldevicescreen.cpp: add errno.h includeDavid Faure2017-02-181-0/+1
* | | Enable QWindowContainer on AndroidLaszlo Agocs2017-02-271-0/+1
* | | remove duplicate init check in xcb GLX threading supportJeremy Katz2017-02-271-2/+1
* | | Add sRGB capable default framebuffer support for WGLLaszlo Agocs2017-02-262-19/+60
* | | Support windows with sRGB-capable default framebuffers in QSurfaceFormatLaszlo Agocs2017-02-261-1/+16
* | | eglfs_kms: Mode supportPier Luigi Fiorini2017-02-242-0/+27
* | | xcb: Wrap xcb callings in macrosAlexander Volkov2017-02-2314-578/+276
* | | REGEXP for SQLiteLorenz Haas2017-02-221-0/+63
* | | xcb: Move QXcbConnection::xi2*() methods() to qxcbconnection_xi2.cppAlexander Volkov2017-02-222-46/+44
* | | xcb: Remove XIproto.h include from qxcbxsettings.cppAlexander Volkov2017-02-211-12/+3
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-1718-197/+308
|\| |
| * | xcb: support graphics tablets with the "uc-logic" nameDmitry Kazakov2017-02-171-0/+3
| * | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-02-172-2/+4
| |\ \