summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build with MSVC2019Mitch Curtis2020-07-311-0/+13
* Add float->qfloat16 rounding and fix the testsAllan Sandfeld Jensen2020-07-312-34/+46
* rhi: QRhiGLes2::gatherUniforms fix gathering in structPaul Lemire2020-07-311-1/+2
* QtCore: Use system-wide libb2 if presentLinus Jahn2020-07-3110-19/+85
* QCryptographicHash: Add BLAKE2b and BLAKE2s hashing algorithmsLinus Jahn2020-07-314-2/+198
* 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
* CMake: Fix generated content of prl files (again)Alexandru Croitor2020-07-315-92/+131
* QFileSystemModel: make sure files are stat'ed in the worker threadVolker Hilsheimer2020-07-313-7/+32
* Remove old qsb versions from qshader autotestLaszlo Agocs2020-07-317-26/+11
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-3149-121/+123
* CMake: pro2cmake: Fix errors reported by flake8 and mypyAlexandru Croitor2020-07-315-19/+18
* CMake: pro2cmake: Reformat files using blackAlexandru Croitor2020-07-313-85/+98
* CMake: Regenerate load(qt_app) projectsAlexandru Croitor2020-07-313-6/+15
* CMake: Teach pro2cmake to convert load(qt_app)Alexandru Croitor2020-07-311-13/+233
* CMake: Introduce qt_internal_add_appAlexandru Croitor2020-07-315-10/+150
* CMake: Regenerate projectsAlexandru Croitor2020-07-313-3/+5
* Expose QMetaTypeInterface::alignof in QMetaTypeFabian Kosmale2020-07-313-2/+62
* Fix warning in QStringView::compare(QChar) on qsizetype->intThiago Macieira2020-07-301-1/+4
* QLocale: update qt_asciiToDouble to use qsizetypeThiago Macieira2020-07-312-13/+19