summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* Q{Calendar,Contact}Permission: invert default state of isReadOnlyMarc Mutz2023-01-111-6/+6
* QPermission: unexport, make fully inlineMarc Mutz2023-01-112-12/+6
* 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
* Documentation: Port code snippets to new connection syntaxFriedemann Kleint2023-01-117-27/+22
* Windeployqt: change qml import handlingTimothée Keller2023-01-111-1/+1
* QTimeZonePrivate: fix a QL1S/QBAV mixed comparisonGiuseppe D'Angelo2023-01-111-1/+5
* QAbstractProxyModel: normalize signals/slots signaturesDavid Faure2023-01-111-6/+8
* QTimerInfo: re-pack the membersGiuseppe D'Angelo2023-01-101-1/+1
* Doc: Fix snippet in Applications Permissions pageKai Köhne2023-01-101-1/+1
* QPermissions: remove extra ';'Marc Mutz2023-01-101-7/+7
* Clarify that QKeyEvent::text() may return non-printable charactersTor Arne Vestbø2023-01-101-5/+6
* Doc: Fix qt_attribution.json files using Path for filesKai Köhne2023-01-105-6/+6
* QLocaleData::numberToCLocale(): clarify some conditionals and commentsEdward Welbourne2023-01-101-29/+21
* macdeployqt: Don't remove rpaths more than onceTor Arne Vestbø2023-01-101-1/+2
* Adjust the SDK/API version check for getInsetsController()Juha Vuolle2023-01-101-1/+1
* Enable shared library build of Qt for iOSTor Arne Vestbø2023-01-102-0/+3
* windeployqt: Remove support for QtQuick1Joerg Bornemann2023-01-101-34/+20
* Move QTypeInfo<std::pair> from qpair.h to qtypeinfo.h to avoid ODR violationMarc Mutz2023-01-102-3/+6
* wasm: move Q_AUTOTEST_EXPORT to correct locationMorten Sørvig2023-01-091-1/+1
* QKeySequenceEdit: fix typo in parameter nameVolker Hilsheimer2023-01-091-1/+1
* QOffsetStringArray: fix -Werror=type-limitsLiang Qi2023-01-091-2/+4
* Fix infinite layout loop with negative line widthEskil Abrahamsen Blomfeldt2023-01-091-4/+1
* Don't override QDialog::setVisible() to implement native dialogsTor Arne Vestbø2023-01-096-44/+52
* Fix QErrorMessage test when using native dialogsTor Arne Vestbø2023-01-091-0/+2
* Scale the default 5 ms requestUpdate interval based on the refreshRateLaszlo Agocs2023-01-092-13/+24
* Windeployqt: Remove quint64 type for QtModuleTimothée Keller2023-01-091-3/+0
* Moc: avoid double underscores in a generated identifierGiuseppe D'Angelo2023-01-091-2/+17