summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-1312-32/+96
|\
| * macOS: Fix unused variable in window:willUseFullScreenContentSize:Tor Arne Vestbø2017-07-121-0/+1
| * Windows QPA: Fix build with draganddrop disabledFriedemann Kleint2017-07-111-1/+3
| * Windows: Fallback to d3d9 when in a VM on VMWare Workstation 12Andy Shaw2017-07-111-0/+12
| * Convert features.fontdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-07-114-9/+13
| * Fix macOS build for -no-widgets, take 2Stephan Binner2017-07-101-2/+2
| * 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
| * [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
* | xcb: fix logic in QXcbConnection::initializeXInput2()Gatis Paeglis2017-07-133-21/+30
* | xcb: cleanup updating of scrolling device valuatorsGatis Paeglis2017-07-133-57/+47
* | xcb: don't keep objects for disconnected touch devicesGatis Paeglis2017-07-133-190/+176
* | macOS: Remove unused m_maskData member in QNSViewTor Arne Vestbø2017-07-121-1/+0
* | Fix deprecation warningsAllan Sandfeld Jensen2017-07-111-2/+2
* | macOS: Deliver screen change on window creation instead of on first exposeTor Arne Vestbø2017-07-111-10/+5
* | macOS: Rename NSWindow variable in QCocoaWindow::createNSWindowTor Arne Vestbø2017-07-111-11/+11
* | macOS: Don't special-case QTestLib when reacting to occlusion eventsTor Arne Vestbø2017-07-111-12/+4
* | QMacStyle: Simplify CE_PushButtonLabel, CE_TabBarTabLabelGabriel de Dietrich2017-07-101-2/+3
* | macOS: Use same naming for QPA event forwarding functionsTor Arne Vestbø2017-07-092-22/+26
* | macOS: Simplify QCocoaWindow::handleGeometryChangeMorten Johan Sørvig2017-07-093-11/+20
* | macOS: Move geometry reporting from QNSView to QCocoaWindowTor Arne Vestbø2017-07-084-55/+61
* | Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-082-2/+2
* | QAbstractFileEngine: make setFileTime not a pure virtualThiago Macieira2017-07-075-24/+0
* | Ensure all platforms send geometry events if request was not fulfilledTor Arne Vestbø2017-07-073-27/+15
* | Fix an egregious misnaming, s/deg([XY])/rad$1/gEdward Welbourne2017-07-071-4/+4
* | Relieve platform plugins of having to persist geometry on WM callbacksTor Arne Vestbø2017-07-079-28/+2
* | macOS: Deliver native events to windows, as well as to event filtersTor Arne Vestbø2017-07-061-0/+7
* | macOS: Don't deliver events via NSWindow for deleted QCococaWindowsTor Arne Vestbø2017-07-061-0/+8
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-0615-100/+94
|\|
| * 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
* | Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-07-052-5/+6
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-07-0531-141/+141
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-0431-141/+141
| |\|
| | * 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
| | * 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