summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor pointer event hierarchyShawn Rutledge2020-07-1046-1889/+1410
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-108-15/+15
* Polish the settingseditor exampleFriedemann Kleint2020-07-104-107/+227
* Remove unused method QKeyMapper::clearMappings()Tor Arne Vestbø2020-07-104-15/+0
* macOS: Simplify dead key handlingTor Arne Vestbø2020-07-101-2/+2
* macOS: Simplify Ctrl+LeftMouse->RightMouse handlingTor Arne Vestbø2020-07-101-2/+1
* macOS: Merge keySequenceToKeyEqivalent into call siteTor Arne Vestbø2020-07-101-17/+13
* macOS: Add QCocoaKeyMapper::toCocoaModifiersTor Arne Vestbø2020-07-104-23/+18
* Android: Enable configuring for a single abi architectureAndy Shaw2020-07-105-5/+7
* Mark gradlew with Unix eol endings as it is a scriptAndy Shaw2020-07-101-0/+1
* Fix one check for AVX2Allan Sandfeld Jensen2020-07-101-1/+1
* Remove the setting of GrowsBackwards from QListAndrei Golubev2020-07-101-4/+0
* Rename local variables masking parametersDimitrios Apostolou2020-07-101-6/+6
* Rename local variable hiding parameterDimitrios Apostolou2020-07-101-2/+2
* Remove unused importsDimitrios Apostolou2020-07-103-3/+0
* Rename local variable hiding global one with the same nameDimitrios Apostolou2020-07-101-4/+4
* Remove duplicate dict entryDimitrios Apostolou2020-07-101-1/+0
* Remove local variable masking a global oneDimitrios Apostolou2020-07-101-2/+1
* Remove dead codeDimitrios Apostolou2020-07-101-28/+0
* QArrayDataPointer: use move and swap in move assignmentGiuseppe D'Angelo2020-07-101-1/+2
* Move glxconvenience into QtGuiFriedemann Kleint2020-07-1019-58/+48
* CMake: Fix incorrect SIMD arch_haswell and avx profile conditionsAllan Sandfeld Jensen2020-07-093-14/+41
* moc: For non-STORED QProperties, expect a pointerUlf Hermann2020-07-093-45/+166
* Fix QByteArray::count implementation for longer dataSona Kurazyan2020-07-092-2/+9
* Qt::Modifier: do some cleanupsGiuseppe D'Angelo2020-07-095-23/+21
* Use QList instead of QVectorJarek Kobus2020-07-092-6/+5
* CMake: Fix various issues with the Android buildAlexandru Croitor2020-07-098-19/+14
* CMake: Fix missing qdevice.pri values and qt.conf info for AndroidAlexandru Croitor2020-07-092-3/+30
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-0949-85/+240
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-09688-883/+881
* CMake: Regenerate testsAlexandru Croitor2020-07-0912-36/+21
* CMake: Regenerate examplesAlexandru Croitor2020-07-09296-354/+1588
* CMake: Fix path to qt-cmake in configure summaryJoerg Bornemann2020-07-091-1/+1
* CMake: Fix qt-cmake-standalone-test when CMAKE_STAGING_PREFIX is setJoerg Bornemann2020-07-091-3/+3
* CMake: Introduce QT_STAGING_PREFIXJoerg Bornemann2020-07-092-10/+4
* Silence some warnings about fallthroughFriedemann Kleint2020-07-092-3/+4
* Android: Don't depend on the OpenGL moduleAndy Shaw2020-07-094-16/+0
* Revert "CMake: Propagate configure args to all repositories"Alexandru Croitor2020-07-082-3/+3
* Register a generic keyboard device on cocoaShawn Rutledge2020-07-081-0/+3
* Move qglxconvenience to QtOpenGLFriedemann Kleint2020-07-0821-95/+82
* QCalendarWidget: code tidies for the internal modelGiuseppe D'Angelo2020-07-081-31/+20
* Item widgets: fix crash in mimeTypes()Giuseppe D'Angelo2020-07-082-2/+7
* Treat -xplatform or -device-option as being a cross compilationTor Arne Vestbø2020-07-081-0/+2
* macOS: Exclude 32-bit builds by checking pointer sizeTor Arne Vestbø2020-07-082-5/+1
* macOS: Don't assume platform has objc_msgSendSuper_stretTor Arne Vestbø2020-07-081-3/+9
* CMake: Fix dependency in qt_add_big_resourcesKai Koehne2020-07-082-2/+2
* Automatically register comparison operators in QMetaTypeFabian Kosmale2020-07-088-242/+227
* Constrain the comparison operators for our container classesLars Knoll2020-07-087-54/+67
* Add type traits to safely determine the existence of comparison operatorsLars Knoll2020-07-084-1/+216
* Get rid of one call into the TLS when evaluating bindingsLars Knoll2020-07-082-3/+7