summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QPaintEngineRaster: port from QSharedPointer to std::shared_ptrMarc Mutz2023-02-022-12/+8
* QLocaleData: fix AlphaCode::op== for C++20Marc Mutz2023-02-021-1/+2
* QtNetwork: Split out QNativeSocketEnginePrivateFriedemann Kleint2023-02-028-172/+204
* Android: fix height calculationSamuel Mira2023-02-021-73/+15
* SQL/ODBC: fix some users of toSQLTCHAR() to not assume identical UTF-8/16/32 ...Marc Mutz2023-02-021-71/+83
* QtWidgets: Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-013-3/+8
* uic: Add option for absolute Python resource importsFriedemann Kleint2023-02-014-27/+108
* QStandardPaths/unix: ignore relative paths in all $XDG_* env varsAhmad Samir2023-02-011-5/+20
* Don't include qnetworkproxy_generic.cpp for iOSTor Arne Vestbø2023-02-011-1/+1
* QtWidgets: Fix errors about fields from anonymous namespaces (-Werror=subobje...Friedemann Kleint2023-02-015-23/+51
* iOS: Fix build with -no-openglTor Arne Vestbø2023-02-016-5/+27
* QtGui: Remove define Q_TEST_QPIXMAPCACHEFriedemann Kleint2023-02-012-8/+2
* Revert "Add support for MultiABI with custom install dir of the android-build"Alexandru Croitor2023-02-019-251/+68
* Doc: Fix smaller issues in new Qt 6.5 QStyleHints APIKai Köhne2023-02-011-1/+2
* Migration from int to qsizetype of QAnimationGroupKonrad Kujawa2023-02-016-13/+13
* ODBC SQL driver: fix conversion of QByteArray to QVLA<SQLTCHAR>Marc Mutz2023-02-011-4/+5
* Fix comparison sign missmatch warningAntti Määttä2023-02-011-1/+1
* DTLS cookie: use CRYPTO_memcmp instead of std::memcmpTimur Pocheptsov2023-02-013-2/+5
* IPC/QSharedMemory: make the enums Q_ENUMThiago Macieira2023-01-311-0/+2
* IPC/QSharedMemory: include the QSystemSemaphore error message in oursThiago Macieira2023-01-311-1/+2
* IPC: don't close(-1)Thiago Macieira2023-01-311-1/+2
* IPC: rationalize use of O_CLOEXECThiago Macieira2023-01-311-14/+4
* IPC: move the removal of the file and shm to cleanHandle()Thiago Macieira2023-01-311-35/+26
* QRegularExpression: fix count() when the RE matches a surrogateThiago Macieira2023-01-311-1/+7
* QStandardPaths/Unix: fix logic in xdgDataDirs() functionAhmad Samir2023-02-011-18/+25
* Short live q20::construct_at()!Friedemann Kleint2023-02-013-11/+49
* QDateTime: refactor readInt()Ahmad Samir2023-01-311-49/+67
* QString: use QtPrivate::qustrchrAhmad Samir2023-01-311-3/+8
* QString: change replace_helper() to take a QStringViewAhmad Samir2023-01-311-17/+16
* Remove wiggly exampleJan Arve Sæther2023-01-312-2/+2
* MetaObject: Apply some cosmeticsUlf Hermann2023-01-312-3/+7
* QtNetwork/Windows: Add exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-01-311-0/+19
* Document the shortcut isFile() for "exists and is a file"Andreas Hartmetz2023-01-311-2/+5
* Remove redundant qsharedpointer.h #includesAhmad Samir2023-01-3119-19/+10
* jpeg handler: log error message on fatal errorIlya Fedin2023-01-311-0/+1
* QString: remove a try/catch from replace_helper()Ahmad Samir2023-01-311-65/+55
* QString: use QVLA instead of built-in arrayAhmad Samir2023-01-311-64/+24
* QString: name args in replace() overloads consistentlyAhmad Samir2023-01-311-4/+4
* QString: use QtPrivate::q_points_into_rangeAhmad Samir2023-01-311-12/+5
* xkbcommon: make shortcuts persistent across layoutsAndrey Butirsky2023-01-311-36/+3
* QtCore: Disambiguate QCalendar locale dataFriedemann Kleint2023-01-316-6/+18
* QtNetwork: Disambiguate static variablesFriedemann Kleint2023-01-313-12/+12
* QtCore: Fix some macro clashesFriedemann Kleint2023-01-315-0/+16
* Improve readability of calendrical calculationsEdward Welbourne2023-01-315-67/+111
* Deploy QRoundingDown::qDivMod() in date-time calculationsEdward Welbourne2023-01-315-41/+36
* Shift the base date for the Gregorian calendar's calculationsEdward Welbourne2023-01-311-4/+8
* Shuffle QGregorianCalendar's partsEdward Welbourne2023-01-311-26/+22
* Avoid overflow when computing remainders from QRoundingDown::qDiv()Edward Welbourne2023-01-312-4/+86
* Remove dead code from QWasmCompositorMikolaj Boc2023-01-311-14/+0
* Improve documentation of data-driven testsEdward Welbourne2023-01-312-11/+14