summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wasm: factor visual viewport scale into dprMorten Johan Sørvig2020-08-052-6/+31
* wasm: set viewport size to device size on mobileMorten Johan Sørvig2020-08-051-1/+8
* XCB: Update logical DPI on “Xft/DPI” changeMorten Johan Sørvig2020-08-051-0/+14
* Establish baseline for QIcon test on dpr > 1Morten Johan Sørvig2020-08-056-26/+71
* Teach QMacVersion to deal with 32-bit Mach-O headersTor Arne Vestbø2020-08-052-5/+3
* Clear old triangulated vertex data when a path is completely clippedJoni Poikelin2020-08-051-1/+1
* CMake: Don't use std=gnu++11 when building Qt internal targetsAlexandru Croitor2020-08-053-0/+21
* Tidy up unicode table generationEdward Welbourne2020-08-052-49/+43
* Android: fix NoSuchMethodException exception in QtActivity.javaAssam Boudjelthia2020-08-051-0/+124
* Privately introducing QDecompressHelper for network purposesMårten Nordheim2020-08-0520-2/+3027
* Define unix platform interfaces also without openglSamuli Piippo2020-08-051-2/+2
* QNX: adapt to new event APIsSamuli Piippo2020-08-051-9/+40
* Fix compiler issues when qreal is floatMichal Klocek2020-08-055-6/+6
* Fix "rectange" typos in qtbaseOliver Wolff2020-08-054-5/+5
* Add an AES-based qHash function, inspired on Go'sThiago Macieira2020-08-041-0/+137
* QDebug: add operator<<(const char16_t *)Thiago Macieira2020-08-043-10/+67
* QList: properly declare operator== for MSVCGiuseppe D'Angelo2020-08-041-16/+22
* Document the changed semantics when passing arrays to QByteArray methodsSona Kurazyan2020-08-042-2/+20
* Avoid possible ambiguities with QByteArrayView's comparison operatorsSona Kurazyan2020-08-041-8/+13
* QSslSocket: remove a redundant forward declarationTimur Pocheptsov2020-08-041-1/+0
* QtNetwork: use Q_DISABLE_COPY_MOVETimur Pocheptsov2020-08-046-6/+6
* CMake: Don't generate prl libs for Windows shared libsAlexandru Croitor2020-08-041-7/+15
* Use %zd for size-type formatting in unicode table generatorEdward Welbourne2020-08-041-2/+2
* Fix deprecation warnings (s/hex/Qt::hex/gw) in unicode table generatorEdward Welbourne2020-08-041-13/+9
* Fix compilation error in unicode table generatorEdward Welbourne2020-08-041-2/+2
* QNotifiedProperty: avoid crashFabian Kosmale2020-08-042-1/+30
* Fix compiler warning about qsizetype/int mismatchLars Knoll2020-08-041-1/+1
* Resolve SDK and deployment target OS from load commandTor Arne Vestbø2020-08-041-7/+25
* Fix -Wshadow warningsGiuseppe D'Angelo2020-08-041-2/+2
* Remove InfoFlag from docsMichal Klocek2020-08-041-4/+7
* Remove last remaining bits of QtPlatformHeadersTor Arne Vestbø2020-08-0449-705/+46
* Remove QWaylandWindowFunctionsTor Arne Vestbø2020-08-043-99/+0
* Remove const volatile qualifier on return type in testTor Arne Vestbø2020-08-041-6/+6
* Add qHash implementations for QRect and QSizeShawn Rutledge2020-08-042-0/+12
* Introduce swap functions for QPromise/QFutureInterfaceAndrei Golubev2020-08-036-21/+59
* Doc: Document QGradient::Preset enum valuesTopi Reinio2020-08-031-1/+170
* Android: Install the qmldir files when configuring for a single abiAndy Shaw2020-08-036-6/+6
* Fix doc signature in QOpenGLContextLaszlo Agocs2020-08-031-1/+1
* Add more doc fixes for Vulkan typesLaszlo Agocs2020-08-031-0/+3
* eglfs_kms: Do not skip the initial SetCrtcLaszlo Agocs2020-08-031-8/+3
* eglfs: Prevent printing a warning in every widget-based appLaszlo Agocs2020-08-031-5/+1
* Move-enable QByteDataBuffer::{append,prepend}Mårten Nordheim2020-08-012-3/+40
* QList: Add a append(QList &&) overloadMårten Nordheim2020-08-013-0/+259
* Fix undefined use of memcpy and memcmpAllan Sandfeld Jensen2020-07-314-9/+17
* Remove no-longer-applicable -Wno-error for GCCThiago Macieira2020-07-311-9/+0
* Try again to fix Clang's -Wconstant-logical-operand warningThiago Macieira2020-07-311-0/+7
* QSharedPointer: do allow calling deleters on null pointersThiago Macieira2020-07-313-13/+46
* QString::vasprintf: fix 't' modifier for integers on 64-bitThiago Macieira2020-07-312-27/+40
* Remove deprecated binary json featureEdward Welbourne2020-07-3156-2366/+23
* Document that keys() and values() run in linear timeMitch Curtis2020-07-313-0/+28