summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't allow storing types that throw in the destructor in our containersLars Knoll2020-11-179-22/+44
* Smaller cleanupLars Knoll2020-11-171-12/+6
* Add a couple of noexcept where we can't throw exceptionsLars Knoll2020-11-171-13/+13
* Simplify code in QExceptionSafetyPrimitivesLars Knoll2020-11-172-60/+22
* Remove some unused methodsLars Knoll2020-11-171-85/+7
* Move emplaceFront/Back() implementation into QArrayDataOpsLars Knoll2020-11-172-22/+22
* Simplify the code for QList::emplace()Lars Knoll2020-11-174-49/+32
* Allow QWindowsPipe{Reader,Writer} to work with foreign event loopsAlex Trotsenko2020-11-1711-286/+827
* Simplify reallocation handling in QListLars Knoll2020-11-175-165/+105
* Smaller code cleanups in QListLars Knoll2020-11-172-14/+13
* QList::append(QList) doesn't require a temp copyLars Knoll2020-11-171-3/+1
* Conditionally disable tests that depend on cxx11_future flagTony Sarajärvi2020-11-171-0/+4
* Allow QMutableSinglePointEvent to be copy- and default-constructedVolker Hilsheimer2020-11-173-7/+7
* Allow cloning of event objectsVolker Hilsheimer2020-11-174-2/+88
* Remove old QtGui and QtWidgets examples from highlighted listVolker Hilsheimer2020-11-172-5/+2
* Fix typoJarek Kobus2020-11-171-1/+1
* CMake: Enable exceptions by defaultMårten Nordheim2020-11-161-3/+7
* Adjust code format, add space after 'if'Zhang Sheng2020-11-16105-398/+398
* Install 3rd party headers and meta for static buildsMichal Klocek2020-11-164-2/+35
* CMake: Fix configure not to pass clang compilers for AndroidAlexandru Croitor2020-11-161-1/+1
* CMake: Install missing debug info for some executable filesLi Xinwei2020-11-161-0/+3
* Android: move blocked tests of qapplication to test folderAssam Boudjelthia2020-11-162-17/+21
* Android: exclude failing test tst_android:assetsReadAssam Boudjelthia2020-11-161-0/+3