summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use platform drags for drags of docks and toolbars on waylandDavid Redondo2023-06-026-7/+130
* Generate and set a CFBundleIdentifier when none were provided on macOSAmir Masoud Abdol2023-06-021-50/+72
* CTF: Use static with operatorAntti Määttä2023-06-021-2/+2
* CTF: Properly handle invalid session fileAntti Määttä2023-06-021-9/+16
* CTF: Add qt_error_string to file open warningAntti Määttä2023-06-021-1/+2
* CTF: Fix coding styleAntti Määttä2023-06-021-4/+4
* CTF: Use QT_FSTAT to read file sizeAntti Määttä2023-06-021-6/+9
* CTF: Use access to check if location is writableAntti Määttä2023-06-021-5/+2
* Collect module_sync_headers targets from the target depsAlexey Edelev2023-06-022-0/+12
* Add the description for the QT_ALLOW_DOWNLOAD optionAlexey Edelev2023-06-021-0/+2
* Add Gui_sync_headers as the explicit dependency for Test moduleAlexey Edelev2023-06-021-0/+5
* cmake: Add known translations to CFBundleLocalizations in Info.plistTor Arne Vestbø2023-06-021-0/+57
* cmake: Always copy Info.plist to build directory manuallyTor Arne Vestbø2023-06-021-7/+5
* Link to Application Permissions docs from Qt Core overviewTor Arne Vestbø2023-06-021-0/+1
* CTF: Do not check nullptr before deleteAntti Määttä2023-06-021-2/+1
* CTF: Use qEnvironmentVariableAntti Määttä2023-06-021-1/+1
* CTF: Remove extraneaus includeAntti Määttä2023-06-021-1/+0
* QVariant: fix shadowing of QVariant::Type/ListMarc Mutz2023-06-022-44/+44
* QVariant: Support emplaceFabian Kosmale2023-06-023-0/+200
* QByteArray: add STL-style assign()Dennis Oberst2023-06-024-0/+279
* qdbusxml2cpp: Fail if -c option is used with multiple interfacesIevgenii Meshcheriakov2023-06-021-1/+8
* Set QT_FORCE_FEATURE_neon to ON for x86_64h arch as well, on macOSAmir Masoud Abdol2023-06-011-1/+2
* QVariant::fromStdVariant(): protect against accidental fromValue() ADL pick-upsMarc Mutz2023-06-011-1/+1
* tst_ContainerApiSymmetry: make assign_impl() more robustDennis Oberst2023-06-011-22/+30
* Set CMAKE_<LANG>_FLAGS in PARENT_SCOPE as wellAmir Masoud Abdol2023-06-011-3/+11
* tst_QByteArray: add Qt::StringLiterals to the namespace scopeDennis Oberst2023-06-011-1/+2
* QHash: reduce duplication between two lookupsMårten Nordheim2023-06-011-16/+4
* QWaitCondition/win: Enable actually waiting longer than u32::maxMårten Nordheim2023-06-011-21/+31
* Add SKIP_LINTING for generated source filesOrkun Tokdemir2023-06-011-2/+12
* cmake: Copy template Info.plist for macOS manually, like we do for iOSTor Arne Vestbø2023-06-014-22/+36
* Platform theme: fill QPalette::AccentColor with OS valueYuhang Zhao2023-06-012-20/+42
* Add TRY_RUN option to qt_internal_add_toolAmir Masoud Abdol2023-06-011-1/+54
* CTF: Cleanup writing uuid to Ctf packetAntti Määttä2023-06-011-6/+1
* 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