summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix progress bar rendering issue when using windows 11 style6.7.1Santhosh Kumar21 hours1-60/+57
* Windows11Style:Save unpolished palette for QAbstractScrollArea::viewportWladimir Leuschner7 days2-4/+15
* MSVC: improve QASV(const char(&str)[N]) compilation timeIvan Solovev7 days2-1/+12
* Update Harfbuzz to 8.4.0Eskil Abrahamsen Blomfeldt7 days78-647/+2497
* QMimeData: fix setData on URI list without ending CRLFThiago Macieira12 days2-0/+13
* Make use of methods defined in utils unix layerKrzysztof Sommerfeld12 days1-0/+1
* QCommonStyle: paint arrows with anti-aliasingChristian Ehrlicher12 days1-5/+6
* QGestureManager: use gesture owner target if topLevelAt returns nullptrLiang Qi12 days1-1/+2
* Add benchmarks for QDate::fromString()Edward Welbourne12 days1-0/+27
* Revise UCD-generated data files' SPDX headersEdward Welbourne13 days6-51/+29
* uic/Python: Recognize more C++ suffixes when determining the custom widget mo...Friedemann Kleint13 days1-2/+6
* Avoid crash with Windows 11 style when no widget passedMarius Kittler13 days1-2/+2
* Update the cached DPR on QWindow update requestMorten Sørvig13 days1-0/+9
* Add license exceptionLucie Gérard13 days1-0/+5
* Fix real dot in location keys regular expressionLucie Gérard13 days1-11/+11
* Http2: fix handling unsuppported authenticate challengeMårten Nordheim14 days2-10/+102
* QString: ensure multi-arg arg() parses replacement like single-arg arg()Thiago Macieira14 days2-13/+18
* Fix duplicate data tag tst_QDate::fromStringFormat:year-match-1999Edward Welbourne2024-04-201-1/+1
* More consistent handling of feature timezoneEdward Welbourne2024-04-204-5/+5
* Fix documentation of QAndroidApplication::contextVolker Hilsheimer2024-04-202-3/+3
* QProcess: fix startCommand() with whitespace-only stringsThiago Macieira2024-04-202-0/+24
* QXmlStreamWriter: fix attempts to write bad QStringsThiago Macieira2024-04-192-2/+26
* QXmlStreamWriter: decode UTF-8 into code pointsThiago Macieira2024-04-193-10/+170
* QStringConverter/Doc: add more details about additional codecsThiago Macieira2024-04-191-1/+9
* QStringBuilder: DRY: use the Concatenable typedefThiago Macieira2024-04-191-3/+3
* QStringBuilder: DRY: simplify the if constexpr conditionals a bitThiago Macieira2024-04-191-10/+9
* Move LocaleScanner's INHERIT check from find upstream to __findEdward Welbourne2024-04-191-3/+12
* ldml.LocaleScanner.__find(): only Error if no matches foundEdward Welbourne2024-04-191-9/+15
* Move special-case LDML value to a module globalEdward Welbourne2024-04-191-2/+4
* QWindow: Persist foreign winId to support destroy/create cyclesTor Arne Vestbø2024-04-197-5/+78
* QStringConverterICU: Pass correct pointer to callbackFabian Kosmale2024-04-192-32/+44
* Convert "Color Editor Factory" Example to snippetsMohammadHossein Qanbari2024-04-1916-365/+36
* Fix end-of-parse fixup of two-digit year in QDateTimeParserEdward Welbourne2024-04-192-2/+7
* Replace expensive inherits with cheaper qobject_cast (2)Volker Hilsheimer2024-04-191-36/+44
* QXdgDesktopPortalTheme: watch for color scheme changes on runtimeJan Grulich2024-04-191-3/+22
* Draw list bullets/numbers with CSS text color, not palette colorShawn Rutledge2024-04-192-5/+71
* rhiwindow: Set DPR on image texture to ensure DPR-agnostic drawingTor Arne Vestbø2024-04-192-4/+10
* cmake: Add opt-out for adding -no_warn_duplicate_libraries linker flagTor Arne Vestbø2024-04-191-1/+2
* Fix lance readme: tests/auto/other/lancelot is gone nowShawn Rutledge2024-04-191-2/+2
* Copy image offset in copyMetadataAllan Sandfeld Jensen2024-04-181-4/+2
* QStyleSheetStyle: Don't try to load a pixmap with an empty filenameChristian Ehrlicher2024-04-181-0/+3
* Convert Group Box Example to snippets and screenshotsMohammadHossein Qanbari2024-04-1813-368/+20
* HttpTestServer: pass std::function by value and move into placeMarc Mutz2024-04-182-5/+3
* tst_QRestAccessManager: fix signature of server handlersMarc Mutz2024-04-181-6/+6
* tst_QRestAccessManager: leak less on failureMarc Mutz2024-04-181-7/+8
* Replace expensive inherits with cheaper qobject_cast (1)Volker Hilsheimer2024-04-181-2/+2
* qrestreply_p.h: include what you needMarc Mutz2024-04-181-1/+3
* Support rendering CSS 'border' property for html tableSanthosh Kumar2024-04-184-12/+110
* Avoid overflows in gradient calculationsEirik Aavitsland2024-04-181-25/+44
* Android: Fix crash when selecting text on a TextFieldAhmed El Khazari2024-04-182-5/+16