summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add missing #includesAhmad Samir2023-06-057-0/+9
* CMake: Fix unnecessary rebuilds in Visual Studio projectsJoerg Bornemann2023-06-041-0/+12
* 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-042-0/+56
* QStringDecoder: add a char16_t overload of appendToBuffer(QChar*, ~~~)Marc Mutz2023-06-042-0/+8
* 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-031-0/+8
* QDnsLookup: merge some of the domain label expansion codeThiago Macieira2023-06-035-43/+64
* Move widgets Application example to manual testsAxel Spoerl2023-06-042-27/+10
* QXmlStreamReader: Add key/value to "Invalid attribute" error messageAxel Spoerl2023-06-041-1/+1
* 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-022-3/+24
* QVariant::fromValue: Add rvalue optimizationFabian Kosmale2023-06-023-5/+117
* Use platform drags for drags of docks and toolbars on waylandDavid Redondo2023-06-026-7/+130
* 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
* Add Gui_sync_headers as the explicit dependency for Test moduleAlexey Edelev2023-06-021-0/+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-022-0/+102
* QByteArray: add STL-style assign()Dennis Oberst2023-06-022-0/+88
* qdbusxml2cpp: Fail if -c option is used with multiple interfacesIevgenii Meshcheriakov2023-06-021-1/+8
* QVariant::fromStdVariant(): protect against accidental fromValue() ADL pick-upsMarc Mutz2023-06-011-1/+1
* 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
* 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