summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable copying and assigning of QEventVolker Hilsheimer2020-11-197-31/+75
* QXmlStream: sanitize input before building a QCharGiuseppe D'Angelo2020-11-181-2/+2
* CBOR: remove the X11 True and False for goodThiago Macieira2020-11-184-7/+6
* wasm: fix showing tooltipsLorn Potter2020-11-191-1/+1
* Fix QSFPM not emitting dataChanged when source model is setWang ChunLin2020-11-183-0/+32
* Remove obsolete warningsChristophe Giboudeaux2020-11-182-10/+0
* xcb: Avoid use-after-free in QXcbConnection::initializeScreens()Alexander Volkov2020-11-181-2/+4
* Ensure that QMenu is polished before setting the screen in popup()David Redondo2020-11-181-1/+2
* QChar: get rid of some redundant commentsGiuseppe D'Angelo2020-11-181-4/+4
* Centralize the wchar_t == char16_t check on WindowsGiuseppe D'Angelo2020-11-182-3/+3
* Fix x-height name in stylesheet docsFlorian Bruhin2020-11-171-1/+1
* Fix QGraphicsItem crash if click right button of mouseZhang Yu2020-11-181-2/+6
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-1715-71/+4
* CMake: fix QLocalSocket benchmark to use new qt_internal_ APIAlex Trotsenko2020-11-171-1/+1
* Update landing pages and module pages in qtbaseJerome Pasion2020-11-1718-118/+137
* Network self-test: make it work with docker/containersTimur Pocheptsov2020-11-1717-78/+1096
* Document that ANGLE is gone from QtGuiVolker Hilsheimer2020-11-171-0/+15
* Test QTimer's isSingleShot() and timerType()Edward Welbourne2020-11-171-1/+7
* Add some tests for various qmath.h functionsEdward Welbourne2020-11-171-0/+68
* Improve qFloatDistance() test coverageEdward Welbourne2020-11-171-0/+1
* QLocale: simplify currency display name lookupEdward Welbourne2020-11-173-1432/+795
* Inline QLocale's QString overloads via QStringViewEdward Welbourne2020-11-172-137/+101
* String-view-ify qt_splitLocaleName() and simplify its callersEdward Welbourne2020-11-175-81/+73
* Export QLocaleId::fromName() so qttools can use itEdward Welbourne2020-11-171-1/+2
* Make QPageRanges::detach public, add data stream operatorsVolker Hilsheimer2020-11-172-1/+43
* QTest: don't wait before sending mouse event: increment the timestampShawn Rutledge2020-11-172-27/+22
* Track progress range in QFutureInterface::setProgressValueIvan Solovev2020-11-174-4/+96
* Extend tests for QLoggingIvan Solovev2020-11-174-0/+384
* Correct headers to build with eglfs modulesElvis Lee2020-11-1717-27/+9
* Consolidate static_asserts for event sizesVolker Hilsheimer2020-11-172-4/+4
* Android: Ensure windows always have a geometry on creationPiotr Mikolajczyk2020-11-172-9/+10
* Don't initialize POD types with memset(0)Lars Knoll2020-11-172-6/+6
* Move the iterator from QTypedArrayData to QListLars Knoll2020-11-175-98/+87
* Remove unused methodLars Knoll2020-11-171-22/+0
* Clean up QList(iterator, iterator)Lars Knoll2020-11-173-18/+17
* Only export the non inline methods of QArrayDataLars Knoll2020-11-171-6/+6
* CMake: Make paths in qt-cmake-standalone-test relativeAlexey Edelev2020-11-172-15/+23
* Fix signature of QArrayDataOps::erase()Lars Knoll2020-11-176-13/+19
* Remove the special code for emplaceFront/Back againLars Knoll2020-11-173-40/+6
* Clean up emplace implementationsLars Knoll2020-11-172-387/+98
* Add a couple of noexcept to methods that can't throwLars Knoll2020-11-172-20/+20
* Simplify QArrayDataOps::insert() for movable typesLars Knoll2020-11-172-303/+79
* Remove unused codeLars Knoll2020-11-172-95/+0
* Simplify insert() code for POD typesLars Knoll2020-11-171-77/+23
* Remove destructor calls from insert()Lars Knoll2020-11-174-413/+229
* Fix moveAppend() implementationLars Knoll2020-11-172-68/+7
* Don't implement copyAppend() through insert()Lars Knoll2020-11-171-23/+52
* Use std::destroy() instead if handwritten loopLars Knoll2020-11-171-9/+3
* Clean up QCommonArrayOpsLars Knoll2020-11-171-39/+13
* Cleanup QArrayDataOps::erase()Lars Knoll2020-11-171-106/+39