summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "QCommonStyle: paint arrows with anti-aliasing"6.7Axel Spoerl7 hours1-5/+3
* metal: Tie drawable's MTLTexture lifetime to MTLCommandBufferTor Arne Vestbø13 hours1-0/+10
* QThread: check various ways users may use start(Priority)Marc Mutz13 hours1-0/+51
* SQL/IBase: print warning in case of unsupported data typeChristian Ehrlicher13 hours1-1/+6
* SQL/QSqlIndex: remove unused private function createField()Christian Ehrlicher13 hours2-19/+0
* Android: Add QT_ANDROID_SURFACE_CONTAINER_TYPE env varTinja Paavoseppä13 hours1-4/+13
* MSVC: improve QASV(const char(&str)[N]) compilation timeIvan Solovev13 hours2-1/+12
* Update Harfbuzz to 8.4.0Eskil Abrahamsen Blomfeldt17 hours78-647/+2497
* Windows: Prevent potential "crash" in setApplicationBadgeOliver Wolff20 hours1-6/+10
* windeployqt: Deploy target dlls for directx and vc runtimeOliver Wolff20 hours2-6/+13
* CMake: remove QT_EDITION from qconfig.priAntti Kokko21 hours1-2/+0
* Gui: fix memory leak in QGuiGLThreadContextTim Blechmann38 hours1-0/+3
* uic: Write fully qualified enumerations for cursors/icon pixmapsFriedemann Kleint38 hours4-16/+18
* Remove check for Qt version > 4 that's not useful nowAssam Boudjelthia44 hours1-2/+1
* Bump version to 6.7.2Jani Heikkinen2 days6-6/+6
* QAtomicScopedValueRollback: remove impossible constexprMarc Mutz2 days1-4/+1
* CMake: fix cross-compilation build: ${CMAKE_SYSTEM_PROCESSOR} is emptyThiago Macieira2 days1-1/+1
* QRestReply: micro-optimize optional<QStringDecoder> handlingMarc Mutz3 days1-1/+1
* QMovie: fix regression in frame delaysEirik Aavitsland3 days2-3/+15
* CMake: add licenseRule.json to IDE projectsTim Blechmann3 days1-1/+4
* tst_QDnsLookup: use the 4-argument writeDatagram() overloadThiago Macieira3 days1-1/+2
* tst_QDnsLookup: fix MSVC 'truncation of constant value' warningThiago Macieira3 days1-1/+1
* QDnsLookup/Unix: handle more error conditions from res_nsend()Thiago Macieira3 days1-8/+16
* CBOR: fix the UTF8-and-UTF16 detectionThiago Macieira3 days1-35/+17
* CBOR: fix sorting of UTF16-to-UTF16 stringsThiago Macieira3 days2-29/+155
* QMimeData: fix setData on URI list without ending CRLF6.7.1Thiago Macieira4 days2-0/+13
* Make use of methods defined in utils unix layerKrzysztof Sommerfeld5 days1-0/+1
* QCommonStyle: paint arrows with anti-aliasingChristian Ehrlicher5 days1-5/+6
* QGestureManager: use gesture owner target if topLevelAt returns nullptrLiang Qi5 days1-1/+2
* Add benchmarks for QDate::fromString()Edward Welbourne5 days1-0/+27
* Revise UCD-generated data files' SPDX headersEdward Welbourne5 days6-51/+29
* uic/Python: Recognize more C++ suffixes when determining the custom widget mo...Friedemann Kleint5 days1-2/+6
* Avoid crash with Windows 11 style when no widget passedMarius Kittler5 days1-2/+2
* Update the cached DPR on QWindow update requestMorten Sørvig5 days1-0/+9
* Add license exceptionLucie Gérard5 days1-0/+5
* Fix real dot in location keys regular expressionLucie Gérard5 days1-11/+11
* Http2: fix handling unsuppported authenticate challengeMårten Nordheim6 days2-10/+102
* QString: ensure multi-arg arg() parses replacement like single-arg arg()Thiago Macieira6 days2-13/+18
* Fix duplicate data tag tst_QDate::fromStringFormat:year-match-1999Edward Welbourne7 days1-1/+1
* More consistent handling of feature timezoneEdward Welbourne7 days4-5/+5
* Fix documentation of QAndroidApplication::contextVolker Hilsheimer7 days2-3/+3
* QProcess: fix startCommand() with whitespace-only stringsThiago Macieira7 days2-0/+24
* QXmlStreamWriter: fix attempts to write bad QStringsThiago Macieira8 days2-2/+26
* QXmlStreamWriter: decode UTF-8 into code pointsThiago Macieira8 days3-10/+170
* QStringConverter/Doc: add more details about additional codecsThiago Macieira8 days1-1/+9
* QStringBuilder: DRY: use the Concatenable typedefThiago Macieira8 days1-3/+3
* QStringBuilder: DRY: simplify the if constexpr conditionals a bitThiago Macieira8 days1-10/+9
* Move LocaleScanner's INHERIT check from find upstream to __findEdward Welbourne8 days1-3/+12
* ldml.LocaleScanner.__find(): only Error if no matches foundEdward Welbourne8 days1-9/+15
* Move special-case LDML value to a module globalEdward Welbourne8 days1-2/+4