summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* QWindowsFileIconEngine::filePixmap(): Handle non-existent filesFriedemann Kleint2017-07-081-6/+12
* xcb: cleanup gl_integrations_plugin_base.priGatis Paeglis2017-07-071-7/+0
* macOS: Account for fullscreen geometry bug in AppKit on OS X 10.10Tor Arne Vestbø2017-07-071-0/+15
* Windows QPA: Further restrict windows for WM_DPICHANGEDFriedemann Kleint2017-07-071-3/+23
* Add Q_FALLTHROUGHBerthold Krevert2017-07-071-0/+1
* [Windows] Update hMonitor handles when a display is turned offAlexandru Croitor2017-07-061-1/+9
* Windows QPA: Take hasBorderInFullScreen into account when checking for fullsc...Friedemann Kleint2017-07-051-0/+2
* Fix macOS build for -no-widgetsStephan Binner2017-07-051-1/+3
* QWinRTFileEngine: Property ItemDate is not the file's last accessThiago Macieira2017-07-051-2/+1
* Windows QPA: Correctly check for fixed sized windows in WM_DPICHANGEDFriedemann Kleint2017-07-031-1/+1
* Android: Replace QMutex with QBasicMutex in androidjnimainChristian Strømme2017-07-031-1/+1
* Android: Add lock to protect access to the platform interfaceChristian Stromme2017-07-035-31/+32
* xcb: Use QT_CONFIG macro to check for xcb-sm, xcb-render, and xcb-glxAlexander Volkov2017-07-038-66/+43
* Cocoa: Reset the target + action for a menuitem after showing a dialogAndy Shaw2017-07-031-1/+17
* Remove remains of wince in .pro filesFriedemann Kleint2017-07-031-1/+1
* Convert features.colordialog to QT_[REQUIRE_]CONFIGStephan Binner2017-07-024-8/+11
* xcb: Replace XCB_USE_XINPUT define by QT_CONFIG macroAlexander Volkov2017-06-296-33/+19
* Convert features.filedialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-295-9/+25
* Windows code: Add Q_FALLTHROUGH or break to unmarked fallthroughs seen by GCC 7Friedemann Kleint2017-06-282-1/+2
* Fix GCC 8 warnings about ignored const on cast result typesMarc Mutz2017-06-281-2/+2
* Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-287-34/+33
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-3/+3
* xcb: Use QT_CONFIG macro to check for xcb-xlibAlexander Volkov2017-06-2815-42/+32
* xcb: rename arg in QXcbBackingStore ctorGatis Paeglis2017-06-281-1/+1
* xcb: Increment iterator inside bgr888 region loopBłażej Szczygieł2017-06-281-1/+1
* macOS: Send text input and key events to focus object of window, not appTor Arne Vestbø2017-06-261-11/+8
* macOS: Work around buildup of NSDisplayCycle objects during rapid paintingTor Arne Vestbø2017-06-261-0/+8
* Android: fix missing wheel eventsJ-P Nurmi2017-06-181-0/+20
* 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