summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-3149-121/+123
* CMake: Regenerate load(qt_app) projectsAlexandru Croitor2020-07-313-6/+15
* CMake: Introduce qt_internal_add_appAlexandru Croitor2020-07-311-1/+1
* CMake: Regenerate projectsAlexandru Croitor2020-07-313-3/+5
* Expose QMetaTypeInterface::alignof in QMetaTypeFabian Kosmale2020-07-312-2/+24
* 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
* 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-293-78/+66
* Revert "Add missing override" for 3rdparty vk_mem_alloc.hAlexander Volkov2020-07-292-70/+73
* Add proper dependencies for doc snippetsTor Arne Vestbø2020-07-291-0/+4
* iOS: Add Metal framework as dependencyTor Arne Vestbø2020-07-293-1/+3
* Add QOperatingSystemVersion support for macOS Big SurTor Arne Vestbø2020-07-297-114/+144
* Fix build of testlib doc snippetsTor Arne Vestbø2020-07-291-2/+1
* Windows: Prevent event processing during QDesktopServices::openUrl()Friedemann Kleint2020-07-291-4/+24
* wasm: fix setTransferTimeoutLorn Potter2020-07-294-6/+8
* wasm: fix network headers logicLorn Potter2020-07-291-6/+8
* Make qfloat16 helper functions consistent with float/double versionsAllan Sandfeld Jensen2020-07-281-5/+5
* QLocale: fix conversion of "\0" to doubleThiago Macieira2020-07-281-1/+1
* QLocaleData: remove unused internal functionThiago Macieira2020-07-282-13/+0