summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Default to WindowText color in QTextDocumentLayoutPrivate::drawBlock()Axel Spoerl2023-06-041-1/+1
* QString: add STL-style assign() [1/4]: non-(it,it) overloadsDennis Oberst2023-06-043-0/+154
* QStringDecoder: add a char16_t overload of appendToBuffer(QChar*, ~~~)Marc Mutz2023-06-043-2/+10
* QVariant: replace fromValue() specializations with if-constexprFabian Kosmale2023-06-041-12/+4
* QDnsLookup/Unix: cache previously decoded domain namesThiago Macieira2023-06-031-3/+29
* QDnsLookup/Windows: add a simple decoded domain cacheThiago Macieira2023-06-031-2/+14
* QDnsLookup: allow looking up the root domainThiago Macieira2023-06-032-8/+39
* QDnsLookup: merge some of the domain label expansion codeThiago Macieira2023-06-035-43/+64
* Move widgets Application example to manual testsAxel Spoerl2023-06-0420-470/+15
* QXmlStreamReader: Add key/value to "Invalid attribute" error messageAxel Spoerl2023-06-041-1/+1
* tst_QProcess: put the tests in the right orderThiago Macieira2023-06-031-75/+73
* macOS: Disable minimize button for Qt::Dialog windows by defaultTor Arne Vestbø2023-06-031-0/+7
* QVariant: add rvalue overload of fromStdVariant()Marc Mutz2023-06-023-3/+69
* QVariant::fromValue: Add rvalue optimizationFabian Kosmale2023-06-024-5/+140
* 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