summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | 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
* | | | | | DB2: Pass on the native error codes to QSqlErrorAndy Shaw2018-01-021-11/+46
|/ / / / /
* | | | | Migrate Cocoa QPA backend to use QRegularExpressionSamuel Gaist2017-12-302-5/+9
* | | | | Chop a possible trailing \0 from retrieved textLars Knoll2017-12-291-2/+9
* | | | | Cocoa QPA: Delete singletons on exitGabriel de Dietrich2017-12-262-31/+18
* | | | | Fix build with -no-feature-networkUlf Hermann2017-12-211-2/+2
* | | | | QCocoaNSMenuDelegate: Improve key-equivalent logicGabriel de Dietrich2017-12-192-19/+41
* | | | | QCocoaMenu: Derive custom NSMenu class, make delegate a singletonGabriel de Dietrich2017-12-195-218/+373
* | | | | Refactor QXcbKeyboard::updateModifiers()Frank Richter2017-12-192-26/+92
* | | | | Fix print to a printer instanceRenato Araujo Oliveira Filho2017-12-191-2/+5
* | | | | Cleanup: Use QThread::msleep to sleep instead of selectMilian Wolff2017-12-191-4/+1
* | | | | Fix support for flatpak FileChooser portalJan Grulich2017-12-191-1/+1
* | | | | Add i18n support for cups advance optionsRenato Araujo Oliveira Filho2017-12-191-0/+1
* | | | | CUPS: Use printer job-hold-until as default instead of the noholdAlbert Astals Cid2017-12-191-0/+2
* | | | | CUPS: Use printer job-billing as default instead of the empty stringAlbert Astals Cid2017-12-181-0/+2
* | | | | CUPS: Use printer job-sheets as default instead of none,noneAlbert Astals Cid2017-12-181-0/+2
* | | | | CUPS: Use default cups job-priority instead of 50Albert Astals Cid2017-12-181-0/+2
* | | | | CUPS: Fix lpoptions file not being taken into accountAlbert Astals Cid2017-12-181-1/+2
* | | | | Add support for FileChooser flatpak portalJan Grulich2017-12-168-0/+883
* | | | | macOS: remove existing color-profile handling codeMorten Johan Sørvig2017-12-152-91/+13
* | | | | 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