summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Update Harfbuzz to 7.0.1Eskil Abrahamsen Blomfeldt2023-03-01218-8939/+13973
* QThread/Unix: move qt_nanosleep to qthread_unix.cppThiago Macieira2023-03-013-15/+13
* Windows drag&drop: Use correct window for drag target processingOliver Wolff2023-03-011-1/+2
* SQLite: Update SQLite to v3.41.0Andy Shaw2023-02-283-1354/+2979
* SQL/OCI: use QDateTime::toString("ttt")Christian Ehrlicher2023-02-281-10/+1
* Add API in QWindowsPrivate to provide window paletteSanthosh Kumar2023-02-282-4/+8
* Remove unneeded include of qfloat16.hVolker Hilsheimer2023-02-281-1/+0
* QAbtractItemView: deselect before click opens editorVolker Hilsheimer2023-02-281-1/+1
* QAbstractItemView: execute posted layouts before paintingVolker Hilsheimer2023-02-281-0/+6
* Increase cache size for QOpenGLTextureCacheKristoffer Skau2023-02-281-1/+11
* SQL/OCI: Correctly calculate utc offset string when icu is not availableChristian Ehrlicher2023-02-281-2/+11
* QtConcurrent: yield CPU when spinning on atomicsMårten Nordheim2023-02-281-0/+6
* QtGui: Use single precision for mouseMove detectionVolker Hilsheimer2023-02-281-0/+22
* Fix QCH:supportsAlgorithm() result for unsupported hashes in OpenSSLJan Grulich2023-02-281-1/+21
* QMessageAuthenticationCode: use QCryptographicHashPrivate in finalizeUnchecked()Marc Mutz2023-02-281-2/+3
* QCryptographicHash: don't include openssl/sha.hMarc Mutz2023-02-281-8/+0
* Merge qmessageauthenticationcode.cpp into qcryptographichash.cppMarc Mutz2023-02-284-273/+257
* QStyleSheet: never treat styled scrollbars as transientVolker Hilsheimer2023-02-274-20/+42
* QDeadlineTimer: add a few missing default template parametersThiago Macieira2023-02-271-3/+3
* QElapsedTimer & QDeadlineTimer: use NSDMI for their two fieldsThiago Macieira2023-02-273-12/+7
* Doc: Fix typo in word mnemonicIvan Tkachenko2023-02-271-1/+1
* Add special thread pool for Qt GuiAllan Sandfeld Jensen2023-02-269-20/+50
* Android: Set TMPDIR to point to cache dir rather than a persistent dirSharaf Zaman2023-02-242-2/+2
* Do not add trace_location meta-data by defaultAntti Määttä2023-02-241-3/+0
* Add QtConcurrent Examples pageIvan Solovev2023-02-243-1/+24
* Update android deploy qt command line argument documentationNicholas Bennett2023-02-242-101/+8
* androiddeployqt: make --help documentation-friendlyVille Voutilainen2023-02-241-106/+106
* windeployqt: Remove hard-coded information about modules and pluginsJoerg Bornemann2023-02-244-326/+467
* QVarLengthArray: fix UBs in insert(it, n, v) ([basic.life], invariants)Marc Mutz2023-02-241-22/+6
* QVarLengthArray: Extract Method QtPrivate::q_rotate()Marc Mutz2023-02-242-6/+21
* Avoid accessing deleted binding data in grouped updatesFabian Kosmale2023-02-241-16/+18
* Warn that computational time follows length of text inputAllan Sandfeld Jensen2023-02-241-2/+4
* Fix qtbase build when all deprecated code are disabledYuhang Zhao2023-02-243-8/+8
* Fix crash with removed menusJoni Poikelin2023-02-241-6/+12
* QHash: fix GrowthPolicy::bucketsForCapacityThiago Macieira2023-02-242-19/+53
* Logging: fix crash when decoding a symbol that isn't a functionThiago Macieira2023-02-241-0/+6
* QCryptographicHash: move SmallByteArray out of PrivateMarc Mutz2023-02-241-18/+23
* QCryptographicHash: move result.clear() to beginning of reset()Marc Mutz2023-02-241-1/+1
* QFileSystemWatcher/Win: remove the pre-QFileInfo path normalizationThiago Macieira2023-02-231-12/+4
* qmath: add qNextPowerOfTwo(unsigned long) - for size_tThiago Macieira2023-02-232-1/+11
* QCryptographicHash: make narrowing in addData(QIODevice*) explicitMarc Mutz2023-02-231-2/+2
* QCryptographicHash: Extract Method finalize() from resultView()Marc Mutz2023-02-231-8/+18
* QMessageAuthenticationCode: apply the QCryptographicHash::hash() optimizationMarc Mutz2023-02-231-4/+6
* QMessageAuthenticationCode: fix result() non-re-entrancyMarc Mutz2023-02-231-0/+8
* Fix QStatusBar::removeWidget to hide the right widgetThorbjørn Lindeijer2023-02-231-12/+3
* QThreadPool: Protect the access to internal data with mutexJarek Kobus2023-02-231-0/+7
* Rename QBA::{to,from}Uint8Array() → {to,from}EcmaUint8Array()Marc Mutz2023-02-234-24/+9
* Text: fix Soft hyphen rendering in QTextLayout::glyphRuns()Vladimir Belyavsky2023-02-221-8/+14
* SQL/OCI: Fix QSQLDriver::record() when tablename is a synonymChristian Ehrlicher2023-02-221-3/+2
* qalgorithms.h: fix mistake that MSVC has constexpr bitops in C++17 modeThiago Macieira2023-02-221-16/+5