summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* eglfs/kms: Share atomic request with nativeRes.ForIntegrationLionel CHAZALLON2018-03-071-0/+4
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-072-5/+20
|\
| * cocoa: add qCDebug in QNSview::scrollWheelShawn Rutledge2018-03-061-0/+1
| * Add WFD_DEVICE_CLIENT_TYPE attribute for INTEGRITY S820Am ADPKimmo Ollila2018-03-051-5/+19
* | macOS: Base window collection behavior on the correct window flagsTor Arne Vestbø2018-03-051-7/+11
* | macOS: Don't keep window flags around, we can get them from the QWindowTor Arne Vestbø2018-03-053-43/+41
* | eglfs/kms: Add DRM/KMS atomic supportLionel CHAZALLON2018-03-051-15/+50
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-022-1/+10
|\|
| * Fix QXcbScreen::format() when rgb-swap is neededAllan Sandfeld Jensen2018-03-011-1/+3
| * Windows QPA: Fix setting the separator property on native menusFriedemann Kleint2018-03-011-0/+7
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-281-0/+5
|\|
| * macOS: Warn the user when KVO-observing QCocoaNSWindowTor Arne Vestbø2018-02-281-0/+5
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-282-8/+22
|\|
| * Silence a GCC 8 warning in qxcbnativeinterfaceVille Voutilainen2018-02-271-7/+7
| * Windows QPA: Ensure a mouse release event is sent after DnDFriedemann Kleint2018-02-261-1/+15
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-264-695/+442
|\|
| * Cocoa: Fix incorrect QSystemTrayIcon::geometry()Morten Johan Sørvig2018-02-261-3/+4
| * xcb: simplify handling of keymap updatesGatis Paeglis2018-02-253-43/+41
| * xcb: cleanup TODOs for KeyboardLayoutChangeGatis Paeglis2018-02-252-18/+23
| * xcb: minor refactoring in QXcbKeyboard::checkForLatinLayout()Gatis Paeglis2018-02-251-6/+6
| * xcb: remove X11 deps from QXcbKeyboard::checkForLatinLayout/lookupLatinKeysym()Gatis Paeglis2018-02-251-4/+4
| * xcb: have a proper detection of key events originating from SendEventGatis Paeglis2018-02-252-47/+58
| * xcb: use keysym defs from xkbcommon, instead of X11 headersGatis Paeglis2018-02-251-590/+322
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-244-271/+427
|\|
| * xcb: minor cleanup in QXcbKeyboard::handleKeyEvent()v5.11.0-beta1Gatis Paeglis2018-02-241-15/+23
| * xcb: refactor QXcbKeyboard::keysymToQtKey() and fix bugGatis Paeglis2018-02-243-61/+102
| * xcb: re-factor QXcbKeyboard::updateKeymap() to remove various fallbacksGatis Paeglis2018-02-242-176/+69
| * xcb: remove xlib dependency from core keymap assemblingGatis Paeglis2018-02-244-24/+238
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-237-69/+60
|\|
| * xcb: remove fragile and unnecessary missing-latin-keymap workaroundGatis Paeglis2018-02-224-49/+32
| * QGtk3Menu: take GTK's scale factor into accountJ-P Nurmi2018-02-221-0/+3
| * psql: do not try to get table name when PQftable returns InvalidOidChristian Ehrlicher2018-02-221-7/+9
| * Cocoa: fix grabWindow when mixing highDPI and non-highDPI screensPablo Marcos Oltra2018-02-221-13/+16
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-221-0/+1
|\|
| * Windows QPA: Fix accessibility being triggered by IMEFriedemann Kleint2018-02-211-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-213-8/+12
|\|
| * Merge "Merge remote-tracking branch 'origin/5.10.1' into 5.11" into refs/stag...Tony Sarajärvi2018-02-202-5/+8
| |\
| | * Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-192-5/+8
| | |\
| | | * psql: Improve performance of record()v5.10.1Andy Shaw2018-02-081-4/+10
| | | * QCocoaWindow: be more careful when flushing eventsRichard Moe Gustavsen2018-02-071-1/+1
| * | | macOS: Don't assume m_view is QNSView when calling requestUpdateTor Arne Vestbø2018-02-191-1/+1
| * | | macOS: Remove unused variableTor Arne Vestbø2018-02-191-2/+0
| |/ /
| * | xcb: Fix developer buildFriedemann Kleint2018-02-191-0/+3
* | | Clean up our Objective-C usageJake Petroules2018-02-2048-568/+500
* | | Sql: Add a feature for the SQL item modelsUlf Hermann2018-02-201-1/+1
* | | Move duplex member from QPdfPrintEnginePrivate to QCupsPrintEnginePrivateAlbert Astals Cid2018-02-202-1/+7
* | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-181-2/+6
|\| |
| * | Handle unset $DISPLAY variable when using the offscreen platformJan Murawski2018-02-161-2/+6
* | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-1642-430/+624
|\| |
| * | xcb: Fix access to shm for X server running from another userAlexander Volkov2018-02-153-35/+109