summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-101-1/+1
* 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
* Rename local variable hiding global one with the same nameDimitrios Apostolou2020-07-101-4/+4
* Remove local variable masking a global oneDimitrios Apostolou2020-07-101-2/+1
* 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-091-9/+0
* moc: For non-STORED QProperties, expect a pointerUlf Hermann2020-07-092-37/+158
* Fix QByteArray::count implementation for longer dataSona Kurazyan2020-07-091-2/+2
* Qt::Modifier: do some cleanupsGiuseppe D'Angelo2020-07-093-4/+2
* Use QList instead of QVectorJarek Kobus2020-07-092-6/+5
* CMake: Fix various issues with the Android buildAlexandru Croitor2020-07-096-17/+12
* Silence some warnings about fallthroughFriedemann Kleint2020-07-091-2/+2
* Android: Don't depend on the OpenGL moduleAndy Shaw2020-07-094-16/+0
* 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
* 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-086-183/+168
* 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-083-1/+119
* Get rid of one call into the TLS when evaluating bindingsLars Knoll2020-07-082-3/+7
* MySQL: Remove anything that refers to lower than MySQL 5.6Andy Shaw2020-07-081-33/+1
* moc: Allow out-of-line storage for Q_PRIVATE_QPROPERTYUlf Hermann2020-07-083-14/+21
* Android: check for debug mode before fetching extraappparamsAssam Boudjelthia2020-07-081-6/+6
* Introduce QByteArrayViewSona Kurazyan2020-07-0814-299/+1349
* macOS: Map Qt::KeyboardModifier to a single Carbon modifierTor Arne Vestbø2020-07-081-3/+0
* macOS: Don't rely on Carbon for QCocoaKeyMapper::queryKeyboardModifiers()Tor Arne Vestbø2020-07-081-23/+12
* macOS: Simplify QCocoaKeyMapper::fromCocoaModifiersTor Arne Vestbø2020-07-081-13/+15
* macOS: Use helper method in QCocoaKeyMapper for swapping Ctrl and CmdTor Arne Vestbø2020-07-081-32/+23
* macOS: Move AA_MacDontSwapCtrlAndMeta logic out of QPlatformThemeTor Arne Vestbø2020-07-083-21/+43
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-089-20/+20
* Move method only used in keypad navigation to a better placeVolker Hilsheimer2020-07-072-27/+14
* Extend QSharedMemory to work with qsizetype for sizesLars Knoll2020-07-077-18/+24
* Rewrite AA_MacDontSwapCtrlAndMeta documentationTor Arne Vestbø2020-07-071-7/+18
* Refactor QTabBarPrivate::Tab and much of its usage in QTabBarVolker Hilsheimer2020-07-072-171/+187
* Improve performance of property binding evaluationLars Knoll2020-07-073-6/+4
* Fix no-EGL buildTor Arne Vestbø2020-07-072-0/+6