summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add special thread pool for Qt GuiAllan Sandfeld Jensen2023-02-259-20/+50
* Logging: fix crash when decoding a symbol that isn't a functionThiago Macieira2023-02-232-0/+71
* QMessageAuthenticationCode: fix result() non-re-entrancyMarc Mutz2023-02-231-0/+8
* Fix crash with removed menusJoni Poikelin2023-02-231-6/+12
* CMake: Fix position independent code linker flags not being setJoerg Bornemann2023-02-231-0/+4
* SQL/OCI: Fix QSQLDriver::record() when tablename is a synonymChristian Ehrlicher2023-02-221-3/+2
* qstrncpy: NUL-terminate even when src is nullptrMarc Mutz2023-02-222-7/+12
* QMessagePattern: don't use strncpy()Marc Mutz2023-02-221-5/+2
* qt_inIsoNametoLCID: protect against a nullptr nameMarc Mutz2023-02-221-0/+2
* QMessageAuthenticationCode: Extract Methods finalize{,Unchecked}() from result()Marc Mutz2023-02-221-9/+20
* QThreadPool: Protect the access to internal data with mutexJarek Kobus2023-02-221-0/+7
* Text: fix Soft hyphen rendering in QTextLayout::glyphRuns()Vladimir Belyavsky2023-02-221-8/+14
* 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
* savegame ex.: use NSDMI, =default the default ctorMarc Mutz2023-02-082-6/+4