summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refine the rhi-based flush logicLaszlo Agocs2023-06-012-6/+85
* Polish forward decl in vulkan and opengl examplesLaszlo Agocs2023-06-015-29/+17
* QStringBuilder: remove unneeded specializationsVladimir Belyavsky2023-06-011-35/+0
* Remove the mandatory x86-64 features from its feature listThiago Macieira2023-05-311-3/+3
* QSemaphore: add a note to update to noexcept in Qt 7Thiago Macieira2023-05-311-0/+5
* QNativeSocketEngine: fix warning about uninitialized variablesThiago Macieira2023-05-311-1/+2
* Only consider QScreen virtual siblings that have been addedTor Arne Vestbø2023-05-311-2/+5
* Implement qt_internal_get_file_path_mode for changing the file path modeAmir Masoud Abdol2023-05-311-0/+16
* QVariant: visually separate PrivateShared and Private nested classesFabian Kosmale2023-05-311-0/+1
* QVariant: Extract Method PrivateShared::computeOffset()Fabian Kosmale2023-05-312-1/+7
* Add NOMINMAX to PlatformCommonInternalAmir Masoud Abdol2023-05-312-0/+6
* QVariant: Extract Method PrivateShared::computeAllocationSize()Fabian Kosmale2023-05-312-1/+8
* QVariant: simplify condition guarding customClear() callsMarc Mutz2023-05-311-2/+2
* QVariant: remove outdated docs about reimplementing clear()Marc Mutz2023-05-311-5/+0
* QArrayDataPointer: fix optional projection in assign()Dennis Oberst2023-05-311-1/+7
* Remove unused IS_RAW_DATA() macros from q{string,bytearray}.cppEdward Welbourne2023-05-312-5/+0
* Avoid adding the redundant install rules for module headersAlexey Edelev2023-05-311-1/+1
* Fix Clang platform detecting mechanismAlexey Edelev2023-05-311-8/+8
* Network chat: Update example meta infoMårten Nordheim2023-05-311-1/+3
* Network chat: style fixesMårten Nordheim2023-05-312-4/+2
* Network chat: simplify lookup functionMårten Nordheim2023-05-311-5/+1
* Network chat: when removing an entry in multihash, specify which oneMårten Nordheim2023-05-311-1/+1
* Network chat: avoid double lookups into hashMårten Nordheim2023-05-311-8/+11
* Network chat: Use QStringBuilderMårten Nordheim2023-05-312-0/+5
* Network chat: make ctors explicitMårten Nordheim2023-05-314-5/+5
* Network chat: default-initialize or direct-initialize membersMårten Nordheim2023-05-315-19/+10
* Network chat: update includesMårten Nordheim2023-05-317-14/+14
* QObject: add setProperty() overload taking rvalue QVariantMarc Mutz2023-05-313-4/+37
* Add uniformCellWidths and uniformCellHeights to QGridLayoutEngineMatthias Rauter2023-05-312-0/+59
* tracepointgen: Fix double comma in enumsAntti Määttä2023-05-311-0/+4
* Fix reading multiple rangesAntti Määttä2023-05-311-4/+10
* Tracepointgen: Fix reading enums from multiple filesAntti Määttä2023-05-311-2/+1
* CMake: make compile options consistent for Qt created librariesYuhang Zhao2023-05-314-16/+10
* QGuiApplication: Remove .desktop suffix in setDesktopFileNameVlad Zahorodnii2023-05-302-2/+12
* Fix version script testAlexey Rochev2023-05-301-20/+18
* QFuture: Gracefully handle a destroyed context in continuationsArno Rehn2023-05-309-63/+275
* Extend QFuture continuations testsIvan Solovev2023-05-301-0/+103
* xdgdesktopportal: Fallback to base theme if color scheme is unknownIlya Fedin2023-05-301-0/+2
* QArrayDataPointer: add missing std::invoke call to projectionDennis Oberst2023-05-301-4/+5
* QArrayDataPointer: add missing Q_CHECK_PTR check in assign()Dennis Oberst2023-05-301-0/+2
* Replace AUTO_RESOURCE_PREFIX with RESOURCE_PREFIX in qt-cmake-projectAmir Masoud Abdol2023-05-302-2/+2
* rhi: avoid backends modifying the frontend depth and arraySizeLaszlo Agocs2023-05-306-45/+42
* rhi: vulkan: expose the instance in the nativeHandles queryLaszlo Agocs2023-05-303-4/+17
* Doc: Fix documentation warnings for Qt GuiTopi Reinio2023-05-304-15/+11
* Diagram Scene: Fix documentation word repetitonAndre Hartmann2023-05-291-1/+1
* QPainter: Fix missing variable in drawPixmap snippetAndre Hartmann2023-05-291-2/+2
* Ssl: Copy the on-demand cert loading bool from default configMårten Nordheim2023-05-292-3/+26
* CMake: use VS2019's flag for stronger inliningYuhang Zhao2023-05-291-2/+2
* Moc: port to qsizetypeAhmad Samir2023-05-284-10/+10
* Moc: only call checkSuperClasses() if the class inherits anotherAhmad Samir2023-05-281-4/+6