summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix missing characters or assert with certain font sizesEskil Abrahamsen Blomfeldt2021-12-011-1/+4
* Don't shrink a column when it spans multiple columnsVolker Hilsheimer2021-12-011-0/+2
* 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
* 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-011-8/+43
* 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-302-8/+34
* QString::arg: deprecate use of arbitrary Unicode digits as replacementsGiuseppe D'Angelo2021-11-301-4/+80
* Don't allocate an OCIDateTime object unless we're going to use itEdward Welbourne2021-11-301-7/+22
* 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-304-7/+15
* Verify returns from QXmlTestLogger's xmlQuote() and xmlCdata()Edward Welbourne2021-11-304-95/+113
* 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-303-0/+19
* QT_SPECIALIZE_STD_HASH_TO_CALL_QHASH: use unqualified qHash() lookupMarc Mutz2021-11-291-4/+7
* 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-291-0/+10
* QTextDocument: fix an off-by-one in the changed signal for listsEirik Aavitsland2021-11-291-1/+4
* gui: add QInputDevice::seatNames()Liang Qi2021-11-282-0/+20
* QObject: Q_ASSERT the object type before calling a PMFThiago Macieira2021-11-274-7/+39
* QLocale: suppress annoying GCC warning in the bootstrap libThiago Macieira2021-11-271-1/+5
* QLayoutPolicy: un-export the classMarc Mutz2021-11-271-5/+5
* 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-277-189/+240
* 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
* Remove leftovers for supporting SAX-based implenentation of QDomDocumentSona Kurazyan2021-11-263-66/+14
* Mention QtFuture::when* functions in QFuture's docsSona Kurazyan2021-11-261-4/+7
* QVarLengthArray: fix insert() type/alias mismatch between decl and implMarc Mutz2021-11-261-1/+1
* uic: Refactor CustomWidgetsInfo::extends() to use QAnyStringViewFriedemann Kleint2021-11-265-41/+41
* Simplify apk build procedure when using DEPFILEAlexey Edelev2021-11-261-21/+17
* Long live QVERIFY_THROWS_NO_EXCEPTION!Marc Mutz2021-11-262-2/+53
* Make QAbstractProxyModel itemData() behave like data()Luca Beldi2021-11-261-2/+4
* rhi: metal: Ignore baseInstance if not supportedLaszlo Agocs2021-11-261-3/+9
* rhi: gl: Optimize context/surface changesLaszlo Agocs2021-11-262-12/+24
* CMake: Fix cross-compilation to WindowsJoerg Bornemann2021-11-261-0/+2
* xcb: stablilize xkb state when keymap updatedLiang Qi2021-11-263-5/+22
* wasm: Move streamFile() to qstdwebMorten Johan Sørvig2021-11-263-39/+48