summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update the cached DPR on QWindow update requestMorten Sørvig2024-04-221-0/+9
* Avoid crash with Windows 11 style when no widget passedMarius Kittler2024-04-221-2/+2
* Assert consistency between locale and calendar dataEdward Welbourne2024-04-221-4/+14
* Set focus to the window container when contained window gains focusDoris Verria2024-04-223-35/+12
* Tidy up a bit in QTZP_p.hEdward Welbourne2024-04-222-2/+10
* Improve fidelity of approximation to CLDR zone representationsEdward Welbourne2024-04-222-712/+726
* QTextFormat: Use QMap::constFind() to avoid unnecessary detachesVladimir Belyavsky2024-04-211-8/+8
* SQL: avoid potential detach in QtSqlGlobals dtorVladimir Belyavsky2024-04-211-1/+1
* QString: ensure multi-arg arg() parses replacement like single-arg arg()Thiago Macieira2024-04-211-10/+9
* Silence Clazy's warning in QCborContainerPrivate::insertAt()Vladimir Belyavsky2024-04-211-1/+1
* QMetaTypeCustomRegistry: use QHash::removeIf() instead of a custom erasing loopVladimir Belyavsky2024-04-211-7/+1
* Remove unused includes in qmetatype.cppVladimir Belyavsky2024-04-211-2/+1
* Http2: fix handling unsuppported authenticate challengeMårten Nordheim2024-04-201-10/+16
* QProcess: fix startCommand() with whitespace-only stringsThiago Macieira2024-04-191-0/+4
* QTemporaryFileEngine: minor optimizationAhmad Samir2024-04-201-2/+1
* QFSFileEngine: update d->fileEntry after a successful renameAhmad Samir2024-04-204-8/+27
* Reverse fontconfig dominance logicAllan Sandfeld Jensen2024-04-191-40/+62
* Fix documentation of QAndroidApplication::contextVolker Hilsheimer2024-04-192-3/+3
* QSystemError: add a couple of utility methodsAhmad Samir2024-04-191-0/+7
* iOS: Decouple UIWindow management from QIOSScreenTor Arne Vestbø2024-04-198-49/+108
* Remove QWindowsComBasePavel Dubsky2024-04-193-54/+0
* CMake: Improve Xcode projects for single SDK builds on Apple platformsTor Arne Vestbø2024-04-191-0/+15
* QWindow: Persist foreign winId to support destroy/create cyclesTor Arne Vestbø2024-04-195-4/+29
* Prefer QString::asprintf() over arg()'s padding variantsEdward Welbourne2024-04-191-1/+1
* QDateTime and zone code: pass types by const ref if not trivial to copyEdward Welbourne2024-04-193-3/+3
* Construct QTimeZone::OffsetData by brace-initializationEdward Welbourne2024-04-191-15/+9
* Make QTimeZonePrivate::Data construction easierEdward Welbourne2024-04-197-72/+71
* QTZP_TZ: make PosixZone default constructor replace its invalid()Edward Welbourne2024-04-191-7/+5
* Apply NSDMI to some internal datetime and timezone typesEdward Welbourne2024-04-193-7/+5
* QDateTime, QTimeZone: pass ShortData by value to comparisonEdward Welbourne2024-04-192-2/+2
* QDateTimeParser: pass QCalendar by value, not by referenceEdward Welbourne2024-04-192-4/+4
* More consistent handling of feature timezoneEdward Welbourne2024-04-193-0/+3
* Disable copy and move of QAbstractFileEngineHandlerEdward Welbourne2024-04-195-0/+9
* Convert "Color Editor Factory" Example to snippetsMohammadHossein Qanbari2024-04-194-17/+36
* Fix end-of-parse fixup of two-digit year in QDateTimeParserEdward Welbourne2024-04-191-2/+4
* Correct handling of 'u' in CLDR date format stringsEdward Welbourne2024-04-191-1/+4
* Fix handling of am/pm indicators in mapping from CLDR to Qt formatsEdward Welbourne2024-04-192-18/+18
* Cope with CLDR's "day period" format specifiersEdward Welbourne2024-04-192-39/+40
* Tidy up macToQtFormat() in Darwin system locale backendEdward Welbourne2024-04-191-89/+86
* Draw list bullets/numbers with CSS text color, not palette colorShawn Rutledge2024-04-191-5/+3
* QXdgDesktopPortalTheme: watch for color scheme changes on runtimeJan Grulich2024-04-191-3/+22
* QGtk3Theme: Add support for xdg-desktop-portal to get color schemeJan Grulich2024-04-195-9/+206
* Replace expensive inherits with cheaper qobject_cast (2)Volker Hilsheimer2024-04-191-36/+44
* QStringConverterICU: Pass correct pointer to callbackFabian Kosmale2024-04-191-2/+2
* QFSFileEngine: de-duplicate some codeAhmad Samir2024-04-192-19/+15
* QStringBuilder: DRY: use the Concatenable typedefThiago Macieira2024-04-181-3/+3
* QStringBuilder: DRY: simplify the if constexpr conditionals a bitThiago Macieira2024-04-181-10/+9
* QStringConverter/Doc: add more details about additional codecsThiago Macieira2024-04-181-1/+9
* QXmlStreamWriter: fix attempts to write bad QStringsThiago Macieira2024-04-181-2/+6
* QXmlStreamWriter: decode UTF-8 into code pointsThiago Macieira2024-04-182-10/+45