summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* make sql drivers independently configurableOswald Buddenhagen2017-06-176-3/+330
* xcb: Remove XIproto.h include from qxcbxsettings.cppAlexander Volkov2017-06-161-12/+3
* Direct2D: Fix build with MinGW 7.1Friedemann Kleint2017-06-141-1/+2
* Android: Fix RTL selection handles directionsBogDan Vatra2017-06-133-6/+7
* QNSView: Remove tracking area on deallocationGabriel de Dietrich2017-06-131-1/+4
* Android: Remove no-op call to processEvents()Christian Strømme2017-06-081-1/+0
* Android: Remove unused structChristian Strømme2017-06-081-7/+0
* Android: Properly update geometry once the platform plugin is readyChristian Strømme2017-06-083-0/+12
* Windows QPA: Port to new feature systemFriedemann Kleint2017-06-0810-51/+44
* xcb: Don't destroy foreign windowsTor Arne Vestbø2017-06-073-23/+23
* Revert "Win: If the combined key is unknown then fall back to the original ke...Friedemann Kleint2017-05-311-2/+1
* Add USB HID device feature to INTEGRITYKimmo Ollila2017-05-301-0/+8
* Make sure QWindow screen is set before calling QPlatformWindow::createÀlex Fiestas2017-05-292-2/+11
* Get alpha buffer size bigger than zero for INTEGRITY ARMv8 Drive CXTero Alamäki2017-05-292-0/+8
* macOS: Don't keep WA_MacAlwaysShowToolWindow windows always on topTor Arne Vestbø2017-05-242-2/+83
* Cocoa: Clean up memory leak when providing the accessibilityActionsAndy Shaw2017-05-231-1/+1
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-193-4/+16
|\
| * QCocoaMenuBar: Keep smart reference to platform windowGabriel de Dietrich2017-05-182-12/+12
| * Restore behavior of using libEGL and libGLESv2 as default for angleOliver Wolff2017-05-111-2/+9
| * OpenGL function lookup for QNXJames McDonnell2017-05-072-2/+7
* | macOS: Don't create NSWindow for embedded viewsTor Arne Vestbø2017-05-161-2/+10
* | iOS: Fix the shortcuts bar not correctly hiddenFilipe Azevedo2017-05-161-5/+6
* | QCocoaMenuBar: Keep smart reference to platform windowGabriel de Dietrich2017-05-162-12/+12
* | Windows QPA: Do not raise/lower windows with Qt::WindowStaysOnTop/BottomHintFriedemann Kleint2017-05-151-2/+4
* | macOS: Add a few more platform window checks in QNSViewTor Arne Vestbø2017-05-081-27/+33
* | Windows QPA: Call InvalidateRect() for GL windows when Aero is offFriedemann Kleint2017-05-081-8/+13
* | QClipboard: make dataChanged() signal work on AndroidOleg Yadrov2017-05-043-5/+25
|/
* macOS: Add autorelease-pool when recreating NSWindowTor Arne Vestbø2017-05-021-0/+2
* QWindowsInputContext: Fix indentationKai Koehne2017-05-021-1/+1
* Windows QPA: Find window before invoking native filtersOlivier JG2017-05-021-2/+3
* Initialize vao variableJesus Fernandez2017-04-281-0/+2
* Fix build without features.shortcutTasuku Suzuki2017-04-272-0/+10
* winrt: Use list initialization for KeyInfo's membersOliver Wolff2017-04-271-12/+2
* winrt: Fix text value for key release eventsOliver Wolff2017-04-271-1/+2
* winrt: Remove wrong parameter from handleExtendedKeyEvent callOliver Wolff2017-04-271-12/+4
* QXcbConnection::xi2ReportTabletEvent: use fixed1616ToRealShawn Rutledge2017-04-261-5/+3
* Fix warning for -no-feature-evdevTasuku Suzuki2017-04-262-4/+6
* Check for qApp before using it in ibus pluginUlf Hermann2017-04-251-0/+3
* Fix warning for -no-feature-cursorTasuku Suzuki2017-04-251-0/+4
* xcb: include keyboard modifiers with every touch eventShawn Rutledge2017-04-251-1/+2
* Cocoa: Send correct mouse buttons for tabletsMorten Johan Sørvig2017-04-242-20/+22
* macOS: Initialize window geometry early on, instead of when creating NSWindowTor Arne Vestbø2017-04-191-2/+4
* winrt: Fix keyboard modifier statesOliver Wolff2017-04-191-11/+26
* winrt: Fix QKeyEvent::isAutoRepeatOliver Wolff2017-04-191-6/+10
* Fix build with libdrm >= 2.4.78Thiago Macieira2017-04-172-10/+10
* Windows QPA: Move initialization of resources out of the Qt namespaceFriedemann Kleint2017-04-131-1/+6
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-127-47/+57
|\
| * Android: Fix application state trackingChristian Strømme2017-04-115-29/+40
| * Android: Fix crash at exitBogDan Vatra2017-04-102-14/+16
| * Fix build: Remove unused variableBogDan Vatra2017-04-101-4/+1