summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Platform theme: fill QPalette::AccentColor with OS valueYuhang Zhao2023-06-012-20/+42
* CTF: Cleanup writing uuid to Ctf packetAntti Määttä2023-06-011-6/+1
* Refine the rhi-based flush logicLaszlo Agocs2023-06-011-1/+30
* QStringBuilder: remove unneeded specializationsVladimir Belyavsky2023-06-011-35/+0
* 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
* QVariant: visually separate PrivateShared and Private nested classesFabian Kosmale2023-05-311-0/+1
* QVariant: Extract Method PrivateShared::computeOffset()Fabian Kosmale2023-05-312-1/+7
* 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
* 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-311-1/+0
* QGuiApplication: Remove .desktop suffix in setDesktopFileNameVlad Zahorodnii2023-05-301-0/+10
* QFuture: Gracefully handle a destroyed context in continuationsArno Rehn2023-05-308-63/+228
* 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
* 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-302-4/+15
* Doc: Fix documentation warnings for Qt GuiTopi Reinio2023-05-303-13/+9
* 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-291-0/+5
* Moc: port to qsizetypeAhmad Samir2023-05-284-10/+10
* Moc: only call checkSuperClasses() if the class inherits anotherAhmad Samir2023-05-281-4/+6
* Moc: fix narrowing conversion warnings with iterators/algorithmsAhmad Samir2023-05-281-17/+22
* CMake: remove "res_ninit" feature and collapse to just "libresolv"Thiago Macieira2023-05-274-31/+12
* qsimd_x86: update from upstream and enable a few more featuresThiago Macieira2023-05-262-67/+217
* Network: Fix IFF_UP conflict on Linux with unity buildsMårten Nordheim2023-05-261-0/+4
* qgenericatomic.h: fix includesAhmad Samir2023-05-262-1/+4
* Break qglobal.h cyclic includes [3/3]Ahmad Samir2023-05-265-6/+8
* Break cyclic includes in qglobal.h [2/3]Ahmad Samir2023-05-269-23/+37
* Break some include cycles in qglobal.h [1/3]Ahmad Samir2023-05-265-7/+6
* Doc: use [since] tag for enum values added in Qt 6.6Volker Hilsheimer2023-05-264-8/+6
* Ignore carriage return character symbol explicitlyAlexey Edelev2023-05-261-0/+2
* CMake: Update USE_FOLDERS comment in qt_standard_project_setupJoerg Bornemann2023-05-261-2/+2
* qdbusxml2cpp: Use modern string literalsIevgenii Meshcheriakov2023-05-261-27/+27
* qdbusxml2cpp: Combine string literalsIevgenii Meshcheriakov2023-05-261-72/+72
* qdbusxml2cpp: Use "\n" instead of Qt::endlIevgenii Meshcheriakov2023-05-261-173/+154
* QDBus: Fix typo in a function nameIevgenii Meshcheriakov2023-05-261-2/+2
* Deprecate qAsConst()Marc Mutz2023-05-262-0/+8
* QDnsLookup: add TimeoutError for timeoutsThiago Macieira2023-05-265-2/+18
* QDnsLookup/Unix large replies: manually handle VC [3/3]Thiago Macieira2023-05-261-4/+18