summaryrefslogtreecommitdiffstats
path: root/src
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
* 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-051-0/+16
* Tidy up unicode table generationEdward Welbourne2020-08-051-11/+8
* Android: fix NoSuchMethodException exception in QtActivity.javaAssam Boudjelthia2020-08-051-0/+124
* Privately introducing QDecompressHelper for network purposesMårten Nordheim2020-08-055-0/+601
* 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-042-10/+26
* 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
* QNotifiedProperty: avoid crashFabian Kosmale2020-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-0444-696/+37
* Remove QWaylandWindowFunctionsTor Arne Vestbø2020-08-043-99/+0
* Add qHash implementations for QRect and QSizeShawn Rutledge2020-08-042-0/+12
* Introduce swap functions for QPromise/QFutureInterfaceAndrei Golubev2020-08-034-15/+35
* Doc: Document QGradient::Preset enum valuesTopi Reinio2020-08-031-1/+170
* Android: Install the qmldir files when configuring for a single abiAndy Shaw2020-08-031-1/+1
* 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-011-2/+26
* QList: Add a append(QList &&) overloadMårten Nordheim2020-08-012-0/+64
* Fix undefined use of memcpy and memcmpAllan Sandfeld Jensen2020-07-314-9/+17
* 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-312-11/+15
* QString::vasprintf: fix 't' modifier for integers on 64-bitThiago Macieira2020-07-311-2/+5
* Remove deprecated binary json featureEdward Welbourne2020-07-3119-2075/+4
* Document that keys() and values() run in linear timeMitch Curtis2020-07-313-0/+28
* Fix build with MSVC2019Mitch Curtis2020-07-311-0/+13
* Add float->qfloat16 rounding and fix the testsAllan Sandfeld Jensen2020-07-311-2/+14
* rhi: QRhiGLes2::gatherUniforms fix gathering in structPaul Lemire2020-07-311-1/+2
* QtCore: Use system-wide libb2 if presentLinus Jahn2020-07-317-19/+76
* QCryptographicHash: Add BLAKE2b and BLAKE2s hashing algorithmsLinus Jahn2020-07-313-2/+92
* 3rdparty: Add reference C implementation of BLAKE2Linus Jahn2020-07-316-0/+1436
* Make initStyleOption virtual for various classesThorbjørn Lund Martsum2020-07-3127-23/+39
* QFileSystemModel: make sure files are stat'ed in the worker threadVolker Hilsheimer2020-07-313-7/+32