summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Be clearer about the locale-aware comparison QString supportsEdward Welbourne2020-07-301-95/+61
* Document run-time acceleration of using the conversions functionsAllan Sandfeld Jensen2020-07-301-0/+10
* Fix no-PCH build on Apple platformsTor Arne Vestbø2020-07-291-0/+1
* Don't capture this explicitly in testsTor Arne Vestbø2020-07-292-5/+5
* Register QPlatformBackingStoreOpenGLSupport when neededTor Arne Vestbø2020-07-295-13/+15
* QFileInfo: Fail faster when stat'ing filepath on a disconnected driveVolker Hilsheimer2020-07-291-6/+8
* QEventDispatcherWin32: redesign event notifiers activationAlex Trotsenko2020-07-294-78/+149
* CMake: Fix building debug apps with qmake on WindowsAlexandru Croitor2020-07-292-36/+99
* CMake: Fix _nolink targets to be optional on the consumer sideAlexandru Croitor2020-07-291-11/+20
* Re-enable tst_qrhi on LinuxLaszlo Agocs2020-07-291-6/+1