summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* | | macOS: Improve QDebug output for QNSView and QCocoaWindowTor Arne Vestbø2017-07-133-0/+42
|/ /
* | 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
* | QSqlField: Add a means to see what the tablename is for a given fieldAndy Shaw2017-07-128-14/+44
* | 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 logic for SC_GroupBoxLabel rectangleGabriel de Dietrich2017-07-102-29/+18
* | QMacStyle: Simplify rendering SC_GroupBoxLabelGabriel de Dietrich2017-07-101-27/+12
* | QMacStyle: Simplify CE_PushButtonLabel, CE_TabBarTabLabelGabriel de Dietrich2017-07-102-140/+57
* | 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-083-4/+4
* | 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
* | QMacStyle: De-Carbonize QScrollBarGabriel de Dietrich2017-07-071-472/+385
* | 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-0616-101/+95
|\|
| * 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
* | Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-07-053-6/+7
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-07-0536-156/+163
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-0436-156/+163
| |\|
| | * 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
* | | Forward Service.onBind notification to QtBogDan Vatra2017-07-041-2/+15
|/ /
* | macOS: Remove workaround for crash when closing window from title barTor Arne Vestbø2017-06-292-15/+0
* | macOS: Remove unneeded Objective-C instance variable declarationsTor Arne Vestbø2017-06-292-9/+0
* | macOS: Remove workaround for queued input events to stale windowsTor Arne Vestbø2017-06-293-26/+1