summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-11120-4806/+4957
|\
| * QVarLengthArray: assert that the range passed to erase() is validMarc Mutz2021-12-111-0/+2
| * Fix missing characters or assert with certain font sizesEskil Abrahamsen Blomfeldt2021-12-111-1/+4
| * QVarLengthArray: fix UB (precondition violation) in range-erase()Marc Mutz2021-12-101-0/+4
| * QVarLengthArray: fix size update on failed append()Marc Mutz2021-12-091-6/+5
| * Fix typo in QAbstractItemModelTesterAndreas Buhr2021-12-091-1/+1
| * Windows QPA: Fix cursors getting out of sync after restoring override cursors...Friedemann Kleint2021-12-095-5/+24
| * evdevkeyboard: Try opening as read-write firstLaszlo Agocs2021-12-082-1/+6
| * QTableWidget doc: remove wrong comment for itemExpanded()Christian Ehrlicher2021-12-081-3/+0
| * Test for nullptr before dereferencing the screenVolker Hilsheimer2021-12-082-2/+2
| * Use Yu Gothic UI as the main fallback font for JapaneseEskil Abrahamsen Blomfeldt2021-12-081-0/+1
| * qxkbcommon: UCS-4-encode surrogate characters in QKeyEvent::key()Liang Qi2021-12-071-1/+5
| * Replace CopyrightFile entry in libjpeg qt_attribution.jsonKai Köhne2021-12-072-13/+12
| * Fix qtdeclarative baseline test failure for text tablesVolker Hilsheimer2021-12-071-3/+3
| * Close leak of QOCIDateTime objectEdward Welbourne2021-12-061-0/+1
| * androiddeployqt: Fix signing of paths with spacesKai Köhne2021-12-061-21/+24
| * OpenSSL: handle renegotiate errors by comparing certsMårten Nordheim2021-12-042-1/+51
| * QFontDatabase: unify relevant documentation piecesAndrei Golubev2021-12-031-9/+3
| * Don't let text table cells shrink below their minimum widthVolker Hilsheimer2021-12-031-0/+1
| * wasm: Fix assert/crash when tooltip window is closed and mouse movedLorn Potter2021-12-031-3/+4
| * Remove XCB_EVENT_MASK_RESIZE_REDIRECT for Qt:WindowTransparentForInputInho Lee2021-12-031-1/+1
| * Freetype: adjust underlinePosition to match our expectationsMårten Nordheim2021-12-021-1/+2
| * QSortFilterProxyModel: create mappings on demand againDavid Faure2021-12-021-10/+44
| * SignalTransition: guard against deleted objectFabian Kosmale2021-12-021-1/+4
| * Don't shrink a column when it spans multiple columnsVolker Hilsheimer2021-12-021-0/+2
| * Openssl backend: reinsert a missing C in qCDebugMårten Nordheim2021-12-011-1/+1
| * QStringView: fix split(QRegularExpression) returning invalid dataMarc Mutz2021-12-011-1/+1
| * Teach QOpenGLTextureBlitter about GL_TEXTURE_RECTANGLE texturesTor Arne Vestbø2021-12-011-16/+112
| * QTextDocument: fix an off-by-one in the changed signal for listsEirik Aavitsland2021-11-291-1/+4
| * Fix warnings due to enums in QSizePolicyFan RuiJie2021-11-291-2/+3
| * QVarLengthArray: fix insert() type/alias mismatch between decl and implMarc Mutz2021-11-281-1/+1
| * Android: Set sem_wait m_terminateSemaphore behind an atomic flagRami Potinkara2021-11-271-3/+9
| * QGraphicsItem: Update input context after InputMethod eventJarkko Koivikko2021-11-271-0/+1
| * QSharedPointer: fix counter-productive QT_PREPEND_NAMESPACE use in qHash() implMarc Mutz2021-11-271-1/+1
| * xcb: stablilize xkb state when keymap updatedLiang Qi2021-11-263-5/+22
| * Handle macOS 11 issues in softHyphens testAllan Sandfeld Jensen2021-11-261-2/+8
| * QVERIFY_EXCEPTION_THROWN: re-throw unknown exceptionsMarc Mutz2021-11-262-10/+20
| * QAuthenticator: Filter out algorithms we don't supportMårten Nordheim2021-11-251-1/+22
| * Windows QPA: Fix multi-touch support in some devicesAndré de la Rocha2021-11-222-9/+37
| * freetype/no-fc: Disambiguate fonts with different widthsEskil Abrahamsen Blomfeldt2021-11-221-1/+31
| * Skip disabled proxy widgets when (back)tabbingAlexander Volkov2021-11-191-1/+4
| * Reject truncated and corrupt ascii pnm imagesEirik Aavitsland2021-11-191-22/+27
| * Increment reference count when restoring referenceAllan Sandfeld Jensen2021-11-181-0/+1
| * QAbstractFileEngine: fix UB (data race) on qt_file_engine_handlers_in_useMarc Mutz2021-11-161-4/+4
| * QFontComboBox don't response qApp fontDatabaseChanged()Zhang Hao2021-11-161-0/+4
| * macOS: Disable PCRE JIT when running under RosettaTor Arne Vestbø2021-11-111-0/+6
| * macOS: Add helper function to check whether we're running under RosettaTor Arne Vestbø2021-11-112-0/+11
| * testlib: Disable automatic backtrace when test crashes on macOS on ARMTor Arne Vestbø2021-11-111-4/+6
| * macOS: Always disable pixman NEON drawhelpersTor Arne Vestbø2021-11-111-1/+1
| * Guard AVX parts of qfloat16 helpers instead of emitting errorTor Arne Vestbø2021-11-111-7/+4