summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Android: exclude failing tests of tst_qhighdpiAssam Boudjelthia2020-11-161-0/+3
* Android: exclude tests crashing at startAssam Boudjelthia2020-11-1614-10/+113
* Manual shortcut test: Fix deprecation warnings about key combinationsFriedemann Kleint2020-11-161-33/+32
* Android: exclude host tools tests for android and iosAssam Boudjelthia2020-11-162-6/+11
* Fix error on MSVC when QList with disabled rvalues is instantiatedLars Knoll2020-11-161-6/+32
* Optimize qRoundAllan Sandfeld Jensen2020-11-161-0/+24
* Make QEventPoint an idiomatic value typeVolker Hilsheimer2020-11-163-72/+71
* Give QWidget::updateMicroFocus a parameter with defaultVolker Hilsheimer2020-11-162-5/+5
* Add Qt 6.0.0 changes fileJani Heikkinen2020-11-161-0/+17
* Doc: fix QStringView::compare since sectionAnton Kudryavtsev2020-11-161-1/+1
* Fix reference of qt_attribution.json to license fileKai Koehne2020-11-161-0/+0
* Doc: Add external link to conan.ioKai Koehne2020-11-161-0/+5
* don't ever force fork() instead of forkfd()Oswald Buddenhagen2020-11-161-10/+0
* Adjust the format of code blocks in function pixelMetric()Xu Shitong2020-11-161-13/+16
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-1510-17/+83
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-1527-126/+198
* update KDE-ECM CMake modules to include fuzzer sanitizerAndreas Buhr2020-11-141-1/+10
* Fix c++20 buildsAllan Sandfeld Jensen2020-11-141-1/+1
* Inline trivial getters for QEvent subclassesVolker Hilsheimer2020-11-132-51/+27
* Android: Treat ACTION_CANCEL as TouchPointReleasedBartlomiej Moskal2020-11-131-1/+1
* Update qclass_lib_map.h according to split of svg moduleJarek Kobus2020-11-131-2/+2
* Blacklist authenticationCacheAfterCancel on Ubuntu 20.04Andreas Buhr2020-11-131-0/+5
* Remove some code checker issues (L218 & L243)Jan Arve Sæther2020-11-131-36/+7
* Conditionally disable code snippets that depend on cxx11_futureSona Kurazyan2020-11-131-0/+6
* Remove unused variable to fix build with clang-10Andreas Buhr2020-11-131-2/+0
* CMake: Install pdb files to proper directories in multi-config buildLi Xinwei2020-11-141-2/+16
* QItemSelection: Use public constructor from baseclassVolker Hilsheimer2020-11-131-1/+1