summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Disable PCRE2 JIT on macOS ARM64Tor Arne Vestbø2020-07-103-2/+13
* Fix buffer overflowRobert Loehning2020-07-101-1/+1
* Remove that casts to int/uint that shouldn't be there anymoreLars Knoll2020-07-101-35/+26
* Clarify relation between Qt::Keys and Unicode rangesTor Arne Vestbø2020-07-101-101/+114
* Move all the QProperty related code into one compilation unitLars Knoll2020-07-107-441/+325
* Cache whether a property is a booleanLars Knoll2020-07-102-4/+6
* Significantly improve performance of binding evaluationLars Knoll2020-07-105-52/+75
* Separate the error case when evaluating bindingsLars Knoll2020-07-104-37/+19
* Cleanup QPropertyBindingErrorLars Knoll2020-07-103-19/+10
* Refactor pointer event hierarchyShawn Rutledge2020-07-1038-1384/+1019
* 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