summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
Commit message (Expand)AuthorAgeFilesLines
* Add support for high resolution wheel events from Linux 5.0+Allan Sandfeld Jensen2020-04-202-2/+36
* Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)Mårten Nordheim2020-04-161-1/+1
* KMS: fix warning about hex() and dec() being deprecatedThiago Macieira2020-04-091-1/+1
* qpa: Remove references to lighthouseTor Arne Vestbø2020-04-036-9/+3
* macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-033-3/+3
* Enable accessibility on Linux when org.a11y.Status IsEnable is trueSamuel Thibault2020-04-021-2/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Mitch Curtis2020-03-201-0/+2
|\
| * Do not crash on skipped Xlib visualsAllan Sandfeld Jensen2020-03-111-0/+2
* | Update UCD to Revision 26Edward Welbourne2020-03-141-1/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-111-0/+4
|\|
| * Fix QDeviceDiscoveryUDev on FreeBSDAllan Sandfeld Jensen2020-03-061-0/+4
* | Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-063-0/+3
* | Fix UB in QProcess deprecation warning fixesJoerg Bornemann2020-03-061-1/+5
* | Fix deprecation warning in QGenericUnixServicesJoerg Bornemann2020-03-051-1/+2
* | Windows QPA: Add support to UiaRaiseNotificationEvent()Andre de la Rocha2020-03-043-1/+28
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-283-6/+6
* | Merge remote-tracking branch 'origin/5.14' into 5.15Lars Knoll2020-02-271-0/+3
|\|
| * Fix bounding box of zero-width entities in QFontEngineFTAllan Sandfeld Jensen2020-02-271-0/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-182-0/+24
|\|
| * Windows QPA: Implement IExpandCollapseProvider for submenusAndre de la Rocha2020-02-122-0/+24
* | Windows QPA: Add support to IsDialog UIA propertyAndre de la Rocha2020-02-131-0/+1
* | Suppress deprecation warnings for QFont::ForceIntegerMetricsEskil Abrahamsen Blomfeldt2020-02-033-0/+66
* | Fix rendering offset when using DirectWrite engineEskil Abrahamsen Blomfeldt2020-02-011-4/+3
* | QStringList: use local storage in removeDuplicates()Marc Mutz2020-01-261-4/+5
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-233-3/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-131-0/+3
|\|
| * Fix developer build with clang-cl failing due exception specFriedemann Kleint2020-01-101-0/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-092-6/+41
|\|
| * Add touch input device mapping support via QT_QPA_EGLFS_KMS_CONFIGPasi Petäjäjärvi2020-01-092-6/+41
* | eglfs: kms: Query the current mode correctly via the encoderLaszlo Agocs2020-01-061-1/+1
* | Add environment variables for customizing VulkanPaul Olav Tvete2020-01-061-0/+16
* | Freetype: Don't embolden bold fontsEskil Abrahamsen Blomfeldt2020-01-031-1/+1
* | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-153-3/+3
* | Windows: Fix offset of glyphs with DirectWrite font engineEskil Abrahamsen Blomfeldt2019-12-131-2/+2
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-067-91/+91
* | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-032-12/+1
|\|
| * CoreText: Fix getting system fonts on recent macOS/iOS versionsEskil Abrahamsen Blomfeldt2019-11-281-11/+0
| * Fix build with -xcb and -no-libinputJimi Huotari2019-11-231-1/+1
* | QWindowsFontDatabase: Check preferred family names for all fontsMårten Nordheim2019-11-292-23/+19
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-231-3/+4
|\|
| * Compile fontconfig-related code on non-Unix platformsJoerg Bornemann2019-11-201-3/+4
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-225-17/+13
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-206-7/+7
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-151-8/+8
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-131-8/+8
| |\
| | * qlibinputtouch: bugfix: do not skip touch eventsUlrich Ölmann2019-11-061-8/+8
* | | eglfs: kms: Make threaded atomic drm workLaszlo Agocs2019-11-132-31/+42
* | | eglfs: kms: Choose unique primary planes for each crtcLaszlo Agocs2019-11-112-8/+31
* | | eglfs: kms: Allow overriding plane ids per crtcLaszlo Agocs2019-11-111-2/+24
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-083-2/+6
|\| |