summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* QMacStyle: Minimize size of scrollbar transparency layerGabriel de Dietrich2017-12-211-1/+1
* QMacStyle: Use light color on expanding scrollbarGabriel de Dietrich2017-12-211-3/+4
* QMacStyle: Bring back submenu indicatorGabriel de Dietrich2017-12-211-19/+34
* Windows QPA: Check validity of device when handling tablet leaveFriedemann Kleint2017-12-191-0/+2
* Fix scan reply dbus signature in connman bearer backendLorn Potter2017-12-191-1/+1
* macOS: Make retina OpenGL work on VMwareMorten Johan Sørvig2017-12-153-1/+20
* Windows QPA: Fix handling of override cursorsFriedemann Kleint2017-12-122-2/+6
* Windows QPA: Emulate aboutToHide(), aboutToShow() signals of QPlatformMenuFriedemann Kleint2017-12-111-1/+8
* Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-081-1/+24
|\
| * Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-2020-497/+499
| |\
| * | macOS: Fix OpenGL context sharingMorten Johan Sørvig2017-11-161-1/+24
* | | xcb: verify if xrandr present before using xcb_randr* APIsGatis Paeglis2017-12-071-12/+23
* | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-0510-44/+70
|\ \ \
| * | | xcb: Set executed drop action when drop is outside the applicationBłażej Szczygieł2017-11-292-0/+15
| * | | iOS: Improve logging during application startupTor Arne Vestbø2017-11-291-5/+7
| * | | QPSQL: Remove semicolon after Q_DECLARE_SQLDRIVER_PRIVATERobert Szefner2017-11-291-1/+1
| * | | iOS: Don't treat AppleTV as an iDevice when resolving physical DPITor Arne Vestbø2017-11-291-2/+2
| * | | iOS: Update screen metrics (physical DPI) for the latest set of devicesTor Arne Vestbø2017-11-291-13/+19
| * | | Fix DB2 plugin building on Linux 64bitJoni Poikelin2017-11-292-14/+16
| * | | iOS: Deliver all QWindowSystemInterface events synchronouslyTor Arne Vestbø2017-11-284-9/+10
* | | | xcb: fix regression with missing XI_PropertyEventGatis Paeglis2017-12-041-12/+18
* | | | Cocoa: Ensure menus for a dialog's menubar are validated correctlyAndy Shaw2017-12-013-0/+18
* | | | qwindowsmime.cpp: Fix clazy -Wclazy-container-anti-patternFriedemann Kleint2017-12-011-25/+21
* | | | Fix -Wclazy-connect-not-normalized in Windows codeFriedemann Kleint2017-11-301-2/+2
* | | | iOS: Don't set background color when debugging window managementTor Arne Vestbø2017-11-291-1/+0
* | | | iOS: Use environment variables for debug flags instead of QObject propertiesTor Arne Vestbø2017-11-284-21/+2
* | | | [android] Fix compile with -warnings-are-errorsBogDan Vatra2017-11-241-1/+0
* | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-236-13/+37
|\| | |
| * | | iOS: Take UIWindow bounds into account when making window fullscreenTor Arne Vestbø2017-11-221-5/+18
| * | | iOS: Add logging of window geometry/exposureTor Arne Vestbø2017-11-213-0/+4
| * | | iOS: Make sure FBOs are cleaned up in the right QIOSContextTor Arne Vestbø2017-11-211-4/+7
| * | | qpa: Teach handleApplicationStateChanged about sync/async deliveryTor Arne Vestbø2017-11-203-2/+6
* | | | Cocoa: Update layer contentsScale on screen changeMorten Johan Sørvig2017-11-221-0/+6
* | | | iOS: Remove forced Qt::AA_ShareOpenGLContextsTor Arne Vestbø2017-11-211-4/+0
| |_|/ |/| |
* | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-171-1/+1
|\| |
| * | OCI: Match the constraints on the index_name columnAndy Shaw2017-11-151-1/+1
* | | QMacStyle: De-HITheme item views headers and a couple arrowsGabriel de Dietrich2017-11-152-135/+57
* | | QMacStyle: Render tool button even when a11y is missingGabriel de Dietrich2017-11-151-6/+6
* | | QMacStyle: Make backingStoreNSView mutableGabriel de Dietrich2017-11-152-6/+6
* | | QMacStyle: Replace HITheme info structs with QMSP::CocoaControlGabriel de Dietrich2017-11-152-78/+92
* | | QMacStyle: Remove unused codeGabriel de Dietrich2017-11-153-74/+0
* | | QMacStyle: Rename Cocoa controls enum namesGabriel de Dietrich2017-11-152-88/+99
* | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-151-0/+1
|\| |
| * | Cocoa: Make High DPI drag cursor workMorten Johan Sørvig2017-11-091-0/+1
* | | Offscreen QPA: Use fusion style alwaysFriedemann Kleint2017-11-142-0/+35
* | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-0911-110/+167
|\| |
| * | QCocoaMenuItem: Don't clear NSMenuItem.action when setting submenuGabriel de Dietrich2017-11-071-4/+0
| * | Cocoa: optimize backingstore flush on 10-bit displaysMorten Johan Sørvig2017-11-061-0/+15
| * | Xinput: Avoid misdetecting certain trackballs as tabletsEirik Aavitsland2017-11-051-1/+1
| * | QCocoaMenu: Attach menu items when updating the menubarGabriel de Dietrich2017-11-054-4/+27