summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix missing characters or assert with certain font sizesEskil Abrahamsen Blomfeldt2021-12-011-1/+4
* Turn on autotest build for INTEGRITY on CITatiana Borisova2021-12-014-5/+5
* Don't shrink a column when it spans multiple columnsVolker Hilsheimer2021-12-012-0/+30
* QVarLengthArray: More Self-Encapsulate FieldMarc Mutz2021-12-011-3/+5
* QTabBar: clamp maxScrollOffset before using it in qBoundGiuseppe D'Angelo2021-12-011-3/+3
* Don't overwrite flipped textureTransform with unflipped on next blitTor Arne Vestbø2021-12-011-4/+5
* Use config from the main ABI when building ABI-specific external projectAlexey Edelev2021-12-011-0/+9
* Re-enable tst_qopenglwindow on LinuxAlexandru Croitor2021-12-011-6/+1
* wasm: Fix assert/crash when tooltip window is closed and mouse movedLorn Potter2021-12-011-3/+3
* Fix QFuture continuations/handlers to work with move-only callablesSona Kurazyan2021-12-013-8/+114
* QVarLengthArray: simplify default ctorMarc Mutz2021-12-011-1/+4
* Openssl backend: reinsert a missing C in qCDebugMårten Nordheim2021-12-011-1/+1
* Fix the path to the build dir when creating an androiddeployqt depfileAlexey Edelev2021-11-301-1/+14
* Add _make_aab targetAlexey Edelev2021-11-303-9/+35
* QString::arg: deprecate use of arbitrary Unicode digits as replacementsGiuseppe D'Angelo2021-11-302-4/+109
* Don't allocate an OCIDateTime object unless we're going to use itEdward Welbourne2021-11-301-7/+22
* Conan: Do not write qt.conf to build artifactsIikka Eklund2021-11-301-3/+0
* Enable warnings-are-errors for Visual Studio 2022Kai Köhne2021-11-301-2/+2
* Use config-specific suffix of android deployment settings for multi-config onlyAlexey Edelev2021-11-301-1/+10
* QNX: check and use elf.h from alternative locationJanne Juntunen2021-11-305-16/+23
* Verify returns from QXmlTestLogger's xmlQuote() and xmlCdata()Edward Welbourne2021-11-304-95/+113
* Remove unused LICENSE.LGPLv3 filesKai Köhne2021-11-301-175/+0
* QVarLengthArray: simplify copy ctor implementationMarc Mutz2021-11-301-2/+2
* QList::count(T): remove the &* hack on iteratorsThiago Macieira2021-11-301-1/+1
* Teach QOpenGLTextureBlitter about GL_TEXTURE_RECTANGLE texturesTor Arne Vestbø2021-11-302-16/+110
* wasm: add Blob and File typeLorn Potter2021-11-302-0/+12
* QRegularExpression: don't detach() a pattern QStringLiteralMarc Mutz2021-11-301-1/+1
* QNAM: Disable h2c by defaultMårten Nordheim2021-11-304-0/+20
* Doc build: fix conflicting response file with mocSamuli Piippo2021-11-291-7/+7
* Check that QStringView::split() w/rvalue QRegularExpression returns valid dataMarc Mutz2021-11-291-0/+29
* QT_SPECIALIZE_STD_HASH_TO_CALL_QHASH: use unqualified qHash() lookupMarc Mutz2021-11-292-4/+33
* CMake: Fix Android platform detectionJoerg Bornemann2021-11-291-1/+28
* Fix gaps between lines of selectionEskil Abrahamsen Blomfeldt2021-11-291-0/+2
* Never handle scrollbars styled with box or border changes as transientVolker Hilsheimer2021-11-294-0/+102
* QTextDocument: fix an off-by-one in the changed signal for listsEirik Aavitsland2021-11-292-1/+64
* Shorten target name for qsortfilterproxymodel auto testsOliver Wolff2021-11-292-2/+2
* gui: add QInputDevice::seatNames()Liang Qi2021-11-282-0/+20
* QObject: Q_ASSERT the object type before calling a PMFThiago Macieira2021-11-275-9/+108
* QLocale: suppress annoying GCC warning in the bootstrap libThiago Macieira2021-11-271-1/+5
* QLayoutPolicy: un-export the classMarc Mutz2021-11-271-5/+5
* Drop Qt3 supportIvan Tkachenko2021-11-271-3/+1
* wasm: fix mouse move and right clickLorn Potter2021-11-271-4/+8
* 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
* wasm: Move Blob creation code to qstdwebMorten Johan Sørvig2021-11-273-21/+56
* Long live Q_GADGET_EXPORT!Marc Mutz2021-11-2711-192/+269
* QTest: fix grammar in static_assert()Marc Mutz2021-11-271-2/+2
* QThread::wait: Clarify documentation for unsigned long overloadFabian Kosmale2021-11-271-0/+3
* rhi: Add a more sophisticated resource update autotest caseLaszlo Agocs2021-11-271-0/+214
* Remove leftovers for supporting SAX-based implenentation of QDomDocumentSona Kurazyan2021-11-263-66/+14