summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-0335-180/+240
|\
| * iOS: Guard against request for textInputView without focus windowTor Arne Vestbø2019-12-031-2/+6
| * macOS: Don't tweak NSApp presentationOptions on startupTor Arne Vestbø2019-12-031-10/+0
| * RHI/Vulkan: Fix buildFriedemann Kleint2019-12-021-0/+1
| * rhi: vulkan: Remove unused includeLaszlo Agocs2019-11-291-1/+0
| * macOS Accessibility: Fix role for comboboxesPeter Varga2019-11-291-1/+1
| * QTreeView: Reset the pressed index if the decoration was pressed onAndy Shaw2019-11-291-0/+2
| * wasm: Disable TextureSwizzleFredrik Orderud2019-11-281-2/+6
| * Silence intel compiler warning about float comparisonOlivier Goffart2019-11-289-0/+9
| * rhi: gl: Fix ms renderbuffer on WASM with WebGL2Laszlo Agocs2019-11-281-2/+1
| * Work around macOS's inconsistency in naming of India's time-zoneEdward Welbourne2019-11-281-0/+11
| * CoreText: Fix getting system fonts on recent macOS/iOS versionsEskil Abrahamsen Blomfeldt2019-11-281-11/+0
| * QSslSocket (OpenSSL) fix a resource leakTimur Pocheptsov2019-11-271-8/+4
| * QWidget: don't set WA_PendingMoveEvent when geometry does not changeChristian Ehrlicher2019-11-271-3/+8
| * Fix mis-guided init() in default QAndroidTimeZonePrivate constructorEdward Welbourne2019-11-271-8/+8
| * Sanitize QAndroidTimeZonePrivate::init()Edward Welbourne2019-11-271-17/+19
| * Permit leading space at start of RFC 2822 Date formatEdward Welbourne2019-11-271-2/+2
| * Make Qt::RFC2822Date's doc match up with its implementationEdward Welbourne2019-11-272-6/+14
| * Fix renderbufferStorageMultisample: invalid internalformatFredrik Orderud2019-11-261-4/+2
| * Qt5CoreMacros: properly check the CMake versionBen Boeckel2019-11-261-1/+1
| * QDial: use correct button colorChristian Ehrlicher2019-11-261-3/+6
| * Fix qdoc include paths for QStandardPathsFriedemann Kleint2019-11-261-7/+7
| * Doc: Improve explanation of QLineEdit input maskEirik Aavitsland2019-11-261-9/+24
| * QGb18030Codec: fix out-of-bounds access when decoding surrogate pairsThiago Macieira2019-11-261-1/+0
| * Windows QPA: Disable the native Windows OSK if Qt Virtual Keyboard is in useAndre de la Rocha2019-11-252-3/+16
| * macOS: Replace use of deprecated acceptsTouchEvents APITor Arne Vestbø2019-11-251-2/+2
| * macOS: Replace use of deprecated NSDragPboard enumTor Arne Vestbø2019-11-251-2/+2
| * Fix build with -xcb and -no-libinputJimi Huotari2019-11-231-1/+1
| * QCborValue: Extend the constructor to also create extended typesThiago Macieira2019-11-231-74/+83
| * Fix QCborValue::toCbor with non-ASCII URLsThiago Macieira2019-11-231-5/+5
* | Session management for macOSSamuel Gaist2019-12-026-1/+203
* | Workaround warning in QHash::uniteAlbert Astals Cid2019-12-021-4/+1
* | QDBusInterface: mention QtDBus caching in documentationElvis Angelaccio2019-11-301-1/+3
* | INTEGRITY: remove constexpr supportGiuseppe D'Angelo2019-11-292-4/+3
* | Remove QFlags(0), QFlags() does the same and is not deprecatedAlbert Astals Cid2019-11-293-4/+2
* | Silence MSVC build of Qt for PythonFriedemann Kleint2019-11-291-0/+3
* | QWindowsFontDatabase: Check preferred family names for all fontsMårten Nordheim2019-11-292-23/+19
* | Remove convert_ARGB_PM_to_ARGBAllan Sandfeld Jensen2019-11-281-26/+2
* | QtWidgets/Windows: Simplify .pro filesFriedemann Kleint2019-11-282-4/+1
* | androidtestrunner: Fix warnings about missing parameter to QStringLiteralFriedemann Kleint2019-11-281-1/+1
* | Unicode tables: minor prettificationEdward Welbourne2019-11-281-0/+4
* | Add missing docs for UCD additions at 5.15Edward Welbourne2019-11-283-3/+17
* | Improve QShortcutMap debug outputMitch Curtis2019-11-281-53/+28
* | webassembly: enable opengl es3Lorn Potter2019-11-281-1/+1
* | rhi: Allow testing QRhiRenderPassDescriptors for compatibilityLaszlo Agocs2019-11-2712-68/+202
* | Add Since markers to QChar::Script docs and sort in alphabetic orderEdward Welbourne2019-11-271-122/+122
* | Enable QRhi Metal backend on iOSLaszlo Agocs2019-11-2710-42/+101
* | QLayoutItem: make QLayoutItem::widget() const in Qt6Christian Ehrlicher2019-11-274-6/+31
* | Deprecate qMove(), Q_DECL_OVERRIDE and Q_DECL_FINALChristian Ehrlicher2019-11-261-8/+8
* | QtWidgets: Fix warnings about providing function for DESIGNABLE in property d...Friedemann Kleint2019-11-265-18/+12