summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Allow access to ppd file and ppdMarkOption via QPpdPrintDevice::property/setP...Albert Astals Cid2017-12-132-0/+24
* | | | | Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-082-4/+4
* | | | | Android: port away from QRegion::rects()Marc Mutz2017-12-081-2/+3
* | | | | xcb: port away from last QRegion::rects()Marc Mutz2017-12-061-5/+4
* | | | | xcb: share code for QRegion -> xcb_rectangle_t[] conversionMarc Mutz2017-12-063-14/+13
* | | | | xcb: use a more efficient unique_ptr instantiationMarc Mutz2017-12-061-6/+8
* | | | | xcb: remove redundant QT_XCB_DEBUG_XINPUT* envvarsGatis Paeglis2017-12-061-6/+0
* | | | | doc: Add class qualifiers to parameter typesMartin Smith2017-12-061-14/+14
* | | | | styles: port away from QRegion::rects()Marc Mutz2017-12-061-3/+1
* | | | | platform plugins: port away from QRegion::rects()Marc Mutz2017-12-064-14/+13
* | | | | minimal QPA: Make font DB creation more flexibleGabriel de Dietrich2017-12-043-7/+30
* | | | | Support ForwardKeyEvent signal in ibus input contextPeng Wu2017-12-042-0/+38
* | | | | Remove code that refers to PostgreSQL 7.2 or olderAndy Shaw2017-12-011-148/+54
* | | | | macx-clang: Opt-in xcb QPA support with XQuartzGabriel de Dietrich2017-12-011-0/+2
* | | | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-3011-40/+45
|\ \ \ \ \
| * | | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-3011-40/+45
| |\| | | |
| | * | | | 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
| | | |_|/ | | |/| |
* | / | | macOS: Fix handling of multiple ampersands in menu itemsAndre de la Rocha2017-11-301-2/+1
|/ / / /
* | | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Thiago Macieira2017-11-3029-528/+599
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-2329-528/+599
| |\| | |
| | * | | 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
| | | * | QPSQL: Fix check for minimum supported PostgreSQL versionRobert Szefner2017-11-041-1/+1
| | | * | QPSQL: Fix handling binary data for PostgreSQL 9.x and laterRobert Szefner2017-11-041-8/+17
| | | * | QPSQL: Fix detection of PostreSQL version 9.x and laterRobert Szefner2017-11-042-98/+108
| | | * | Windows QPA: Pass on Url of non-filesystem directory itemsFriedemann Kleint2017-11-041-1/+1
| | | * | Windows QPA: Restrict file dialog to file system items in Directory modeFriedemann Kleint2017-11-041-1/+5