summaryrefslogtreecommitdiff
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-11180-5841/+6934
|\
| * Fix default QT_ARCHS for non-universal buildsTor Arne Vestbø2021-12-211-1/+1
| * Add the missing -mfpu=neon CXX flagAlexey Edelev2021-12-211-0/+1
| * 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
| * tst_containerapisymmetry: test ranged ctors with pure input_iterator typesMarc Mutz2021-12-101-0/+52
| * qmake/Xcode: Mark "Qt Preprocess" build phase as always out of dateJoerg Bornemann2021-12-091-0/+1
| * QVarLengthArray: fix size update on failed append()Marc Mutz2021-12-092-6/+50
| * 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
| * QVarLengthArray: add some basic checks for default-ctorMarc Mutz2021-12-081-0/+21
| * 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
| * Blacklist tst_QTimer::zeroTimer on Ubuntu 20.04Andreas Buhr2021-12-081-0/+3
| * 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
| * Update latest qt license agreementJani Heikkinen2021-12-031-852/+836
| * QFontDatabase: unify relevant documentation piecesAndrei Golubev2021-12-031-9/+3
| * Don't let text table cells shrink below their minimum widthVolker Hilsheimer2021-12-032-1/+61
| * 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-023-10/+79
| * SignalTransition: guard against deleted objectFabian Kosmale2021-12-021-1/+4
| * Don't shrink a column when it spans multiple columnsVolker Hilsheimer2021-12-022-0/+30
| * tst_QSslSocket: QSKIP the test that is known to fail with SecureTransportTimur Pocheptsov2021-12-011-0/+3
| * Openssl backend: reinsert a missing C in qCDebugMårten Nordheim2021-12-011-1/+1
| * QStringView: fix split(QRegularExpression) returning invalid dataMarc Mutz2021-12-012-4/+1
| * Check that QStringView::split() w/rvalue QRegularExpression returns valid dataMarc Mutz2021-12-011-0/+29
| * Teach QOpenGLTextureBlitter about GL_TEXTURE_RECTANGLE texturesTor Arne Vestbø2021-12-011-16/+112
| * Doc build: fix conflicting response file with mocSamuli Piippo2021-12-011-7/+7
| * QTextDocument: fix an off-by-one in the changed signal for listsEirik Aavitsland2021-11-292-1/+64
| * 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
| * tst_qhashfunctions: check qHashRange{,Commutative}() find hidden friend qHash()Marc Mutz2021-11-261-9/+27
| * xcb: stablilize xkb state when keymap updatedLiang Qi2021-11-263-5/+22
| * Stabilize tst_QAccessibilityMacVolker Hilsheimer2021-11-261-12/+9
| * Handle macOS 11 issues in softHyphens testAllan Sandfeld Jensen2021-11-263-19/+53
| * QVERIFY_EXCEPTION_THROWN: re-throw unknown exceptionsMarc Mutz2021-11-263-12/+26
| * QAuthenticator: Filter out algorithms we don't supportMårten Nordheim2021-11-252-1/+52