summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* tst_qhashfunctions: check qHashRange{,Commutative}() find hidden friend qHash()Marc Mutz2021-11-261-9/+27
* Share common code for baseline-testing widget UIsVolker Hilsheimer2021-11-267-251/+270
* 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
* Add missing dependency of ${target}_check to ${target}_make_apkAlexey Edelev2021-11-261-0/+3
* qmake: use even fewer magic numbersMarc Mutz2021-11-261-28/+29
* Long live QVERIFY_THROWS_NO_EXCEPTION!Marc Mutz2021-11-269-15/+121
* QWaitCondition: also benchmark std::condition_variable{,_any}Marc Mutz2021-11-261-13/+83
* Remove trailing whitespace in LICENSE.FDLKai Köhne2021-11-261-11/+12
* Make QAbstractProxyModel itemData() behave like data()Luca Beldi2021-11-262-3/+14
* rhi: metal: Ignore baseInstance if not supportedLaszlo Agocs2021-11-261-3/+9
* rhi: gl: Optimize context/surface changesLaszlo Agocs2021-11-262-12/+24
* Stabilize tst_QAccessibilityMacVolker Hilsheimer2021-11-261-12/+9
* qt_internal_add_module: Document HEADER_MODULE and STATICFabian Kosmale2021-11-261-0/+8
* 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
* QTest: de-inline QVERIFY_THROWS_EXCEPTION message formattingMarc Mutz2021-11-268-35/+68
* Win32: Enable large address aware explicitlyYuhang Zhao2021-11-262-1/+3
* Fix and complete style sheet support for QToolButtonVolker Hilsheimer2021-11-2614-39/+441
* d3d11rhi: remove leftover of pre-win10 codeYuhang Zhao2021-11-261-3/+1
* Add QTest::failOnWarningMitch Curtis2021-11-2612-7/+692
* Long live QVERIFY_THROWS_EXCEPTION!Marc Mutz2021-11-265-14/+78
* QTemporaryDir: Set directory permissions at the time of creationIevgenii Meshcheriakov2021-11-261-11/+3
* QDir: Add support for setting directory permissions to mkdir()Ievgenii Meshcheriakov2021-11-2611-45/+427
* Q(Multi)Map: prevent dangling key/value after detach()Giuseppe D'Angelo2021-11-262-3/+91