summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QVarLengthArray: fix memory leak in (qsizetype) ctorv6.4.36.4.3Marc Mutz2023-03-111-15/+14
* Fix overflow in SHA-3/KeccakMårten Nordheim2023-03-104-2/+64
* tst_QCryptographicHash: Extract Method ensureLargeData()Marc Mutz2023-03-101-1/+11
* qsimd_p.h: remove LZCNT feature from the ARCH_HASWELL listThiago Macieira2023-03-071-2/+2
* Add special thread pool for Qt GuiAllan Sandfeld Jensen2023-03-029-20/+50
* Update Harfbuzz to 7.0.1Eskil Abrahamsen Blomfeldt2023-03-02338-28976/+44685
* tst_QMutex: use constexpr variables instead of 'enum-trick'Marc Mutz2023-03-021-2/+2
* tst_qvarlengtharray: add test for QVLA(n) ctorMarc Mutz2023-03-021-0/+44
* Update to Freetype 2.13.0Eskil Abrahamsen Blomfeldt2023-03-02514-7721/+6158
* Windows drag&drop: Use correct window for drag target processingOliver Wolff2023-03-021-1/+2
* SQLite: Update SQLite to v3.41.0Andy Shaw2023-03-013-1354/+2979
* QAbtractItemView: deselect before click opens editorVolker Hilsheimer2023-03-012-17/+14
* CMake: Fix position independent code linker flags not being setJoerg Bornemann2023-02-271-0/+4
* corelib: silence `-Wcomma` with clang-12Tim Blechmann2023-02-221-1/+5
* QVarLengthArray: fix UBs in emplace()/insert() ([basic.life], broken class in...Marc Mutz2023-02-211-21/+9
* QObjectBindableProperty: Avoid use-after-free in notifyObserversFabian Kosmale2023-02-202-1/+27
* Fix QString from ASCII warning in qoperatingsystemversion_darwin.mmTor Arne Vestbø2023-02-201-1/+1
* Resolve actual macOS version despite process running in compatibility modeTor Arne Vestbø2023-02-184-34/+54
* QScroller: use categorized loggingVolker Hilsheimer2023-02-181-71/+96
* QGesture: make sure we copy timestamp value for event clonesVolker Hilsheimer2023-02-182-42/+65
* Darwin: Ensure encrypted library is loaded before parsing plugin metadataTor Arne Vestbø2023-02-173-8/+51
* TLS[openssl]: Use optional<> for CA cert we are fetchingMårten Nordheim2023-02-172-4/+4
* Delete references to deleted examplesMårten Nordheim2023-02-162-2/+0
* QAbstractItemView: don't start editing on Ctrl-ClickVolker Hilsheimer2023-02-162-2/+46
* QVarLengthArray: protect against aliasing in resize(n, t)Marc Mutz2023-02-161-0/+4
* Fix QStatusBar::removeWidget to hide the right widgetThorbjørn Lindeijer2023-02-162-12/+47
* Android: use test QFileInfo fileName() instead of completeBaseName()Assam Boudjelthia2023-02-161-1/+1
* QFileSystemWatcher/Win: remove the pre-QFileInfo path normalizationThiago Macieira2023-02-152-14/+20
* QVarLengthArray: clear() is not resize(0)Marc Mutz2023-02-151-0/+10
* Doc: Fix member name in code snippetAndreas Eliasson2023-02-151-1/+1
* QFuture: fix continuation cleanupIvan Solovev2023-02-152-0/+27
* QIosFileDialog - properly handle QUrl for assets-libraryTimur Pocheptsov2023-02-151-3/+7
* Fix few QFileInfo and QDir callsAssam Boudjelthia2023-02-143-8/+15
* rhi: gl: Skip the vertex-fragment interface check with more stagesLaszlo Agocs2023-02-141-1/+5
* QAbstractItemView: don't access invalid indexes on copy-keyVolker Hilsheimer2023-02-131-5/+6
* Accept full-width parentheses in removeMnemonics()Edward Welbourne2023-02-131-5/+15
* QMenu: guard for destruction when emitting action signalsVolker Hilsheimer2023-02-132-3/+31
* ODBC/MySQL: fix compilation with MySQL < 5.7.9Christian Ehrlicher2023-02-131-0/+5
* Update bundled libjpeg-turbo to version 2.1.5Eirik Aavitsland2023-02-1321-87/+154
* macOS: map Qt::Key_Return to NSCarriageReturnCharacter in menusVolker Hilsheimer2023-02-121-1/+1
* QAbstractItemView: Don't unselect on click on empty area in SingleSelectSebastian Beckmann2023-02-112-1/+37
* Fix Qt 6 performance regression when painting outside deviceEirik Aavitsland2023-02-113-17/+24
* tst_qvarlengtharray: fix MyBase trackers for swap()Marc Mutz2023-02-101-0/+34
* SQL/MySQL: Fix retrieving a datetime for libmysql >= 8.0.27Christian Ehrlicher2023-02-101-9/+19
* SQL/ODBC: add handling for SQL_SS_TIME2Christian Ehrlicher2023-02-101-0/+6
* Use qt_winrtbase_p.h workaround in more placesYuhang Zhao2023-02-091-2/+4
* savegame ex.: fix include order [2/2]: game.hMarc Mutz2023-02-081-3/+3
* savegame ex.: make Level ctor explicitMarc Mutz2023-02-081-1/+1
* Avoid accessing deleted binding data in grouped updatesFabian Kosmale2023-02-082-16/+44
* savegame ex.: use ranged instead of indexed loopsMarc Mutz2023-02-082-4/+4