summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QNetworkDiskCache: optimize expire()Ahmad Samir2023-01-121-30/+39
* Inline the resetSystemLocale functionMikolaj Boc2023-01-121-1/+1
* QVarLengthArray: Extract Method growBy()Marc Mutz2023-01-121-3/+5
* QVarLengthArray::resize_impl: don't default argument, overloadMarc Mutz2023-01-121-3/+9
* QtSql: Disambiguate typedefsFriedemann Kleint2023-01-122-26/+26
* Verify land-preservation in locale constructionEdward Welbourne2023-01-121-2/+37
* Use the CLDR endonym in the documentationEdward Welbourne2023-01-121-1/+1
* Don't std::move a trivially-copyable QTimeZone::ShortDataEdward Welbourne2023-01-121-2/+2
* Include tzInfo.StandardBias in getCurrentStandardUtcOffset()Edward Welbourne2023-01-121-3/+10
* Add QEGLContext::invalidateContextThomas Senyk2023-01-125-5/+59
* Remove the instance.ENV assignment in js test runnerMikolaj Boc2023-01-121-6/+0
* Add missing header guardsFriedemann Kleint2023-01-122-0/+10
* Q{Contact,Calendar}Permission: rename isReadOnly → isReadWriteMarc Mutz2023-01-123-24/+28
* Q<Concrete>Permission: unexport classesMarc Mutz2023-01-121-18/+18
* QPermission: add missing \since 6.5Marc Mutz2023-01-121-0/+1
* QCryptographicHash[OpenSSL]: allow to get intermediary resultJan Grulich2023-01-121-2/+4
* CMake: Add switch for allowing missing Qt6*Tools packagesJoerg Bornemann2023-01-122-1/+6
* Make QDateTime::Data::CanBeSmall a static constexpr boolEdward Welbourne2023-01-122-8/+6
* Use the correct size argument for wcsxfrmMikolaj Boc2023-01-121-6/+12
* [doc] Warn users about data races regarding qt_ntfs_permission_lookupMate Barany2023-01-122-0/+10
* Doc: Show signatures of typedef'sKai Köhne2023-01-121-2/+13
* Doc: Document further GUI API as new in 6.5Kai Köhne2023-01-122-1/+2
* Doc: Mark new QGlyphRun methods as new in Qt 6.5Kai Köhne2023-01-121-0/+8
* Add minimal QPermission auto-testMarc Mutz2023-01-124-0/+82
* tst_Selftests: rewrite this with templates instead of macroThiago Macieira2023-01-121-33/+41
* Use the real qconfig.h in the bootstrapped configThiago Macieira2023-01-112-2/+4
* Move duplicated code between two headers to include qconfig.hThiago Macieira2023-01-114-18/+25
* Fix dangling referencesVille Voutilainen2023-01-123-2/+9
* qglobal.h: centralize the __ASSEMBLER__ checkThiago Macieira2023-01-113-10/+8
* Kill the browser that CI on wasm opens for testingMikolaj Boc2023-01-121-0/+1
* QStringConverter: use qt_to_latin1() helper from qstring.cppAhmad Samir2023-01-122-5/+9
* QCryptographicHashPrivate: repack, by moving the enum to the endThiago Macieira2023-01-111-2/+2
* QCryptographicHash: add a mutex to writing to the resultsThiago Macieira2023-01-111-39/+50
* QCryptographicHashPrivate: standardize on quint8Thiago Macieira2023-01-111-5/+4
* QRgbaFloat: add support for multiplying & comparing as FP16Thiago Macieira2023-01-112-17/+29
* Clean up an outdated TODOAmir Masoud Abdol2023-01-111-2/+0
* Replace the impl of qt_configure_file with qt_configure_file_v2Amir Masoud Abdol2023-01-113-23/+17
* Provide the proper QSysInfo::productType on WASMMikolaj Boc2023-01-111-0/+2
* QtGui: fix build with GCC 13's support for FP16Thiago Macieira2023-01-115-32/+34
* QStringConverter: add QLatin1::convertFromUnicode() overloadAhmad Samir2023-01-111-0/+5
* tst_QAlgorithms: don't use random numbers in the test row namesThiago Macieira2023-01-111-17/+25
* Q{Calendar,Contact}Permission: invert default state of isReadOnlyMarc Mutz2023-01-111-6/+6
* QPermission: unexport, make fully inlineMarc Mutz2023-01-112-12/+6
* Rename manual tst_qpermissions to tst_manual_qpermissionsMarc Mutz2023-01-111-2/+2
* Disable CMake test project build tests on WASMMikolaj Boc2023-01-111-0/+3
* Fix deletion order also for QImageReader/Writer::setDevice()Eirik Aavitsland2023-01-112-4/+4
* qxcbwindow.cpp: Fix sign-compare and another warningsLiang Qi2023-01-111-3/+4
* Windeployqt: Multiple directory use warningTimothée Keller2023-01-111-0/+5
* RHI: Metal tessellation fixesBen Fletcher2023-01-112-112/+192
* QCryptographicHash[OpenSSL]: do not resize result when adding dataJan Grulich2023-01-111-1/+0