summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-1414-62/+144
* Android: add missing printStackTrace() in catch statementsAssam Boudjelthia2020-07-144-3/+21
* Don't flatten link color in QTextHtmlParser::declarationsForNodeTor Arne Vestbø2020-07-141-2/+2
* Fix gif parsing error for large imagesTang HaiXiang2020-07-141-2/+2
* Linux: fix crash in AtSpi adaptor when handling window activationLu YaNing2020-07-141-1/+3
* Doc: make cleanup on error more prominant in SQL driver instructionsSamuel Gaist2020-07-131-1/+1
* Remove support for users to create their own Qt::Desktop type widgetsVolker Hilsheimer2020-07-131-20/+15
* QtGui: Clean up event headers, #2Friedemann Kleint2020-07-131-6/+0
* Move eglconvenience to QtGuiFriedemann Kleint2020-07-1366-289/+292
* Fix passing QDBusUnixFileDescriptors over peer-to-peer connectionsSteffen Kieß2020-07-135-12/+41
* Fix sporadic build failures of eglfs_kms_vsp2Joerg Bornemann2020-07-131-0/+1
* QtConcurrent: Get rid of code repetition for RunFunctionTask::run()Jarek Kobus2020-07-132-34/+21
* macOS: Use Cocoa to map key events to possible shortcut key sequencesTor Arne Vestbø2020-07-131-3/+19
* macOS: Modernize QCocoaKeyMapper key mapTor Arne Vestbø2020-07-132-53/+36
* rhi: Allow null resources in srbLaszlo Agocs2020-07-133-64/+135
* Use numeric_limits instead of hand-coded equivalentsEdward Welbourne2020-07-134-22/+20
* Move QRegExp and its remaining mentions out of QtCoreSona Kurazyan2020-07-137-5438/+0
* Check returns of hex2int in get_hex_rgbRobert Loehning2020-07-131-0/+2
* QtGui: Clean up event headersFriedemann Kleint2020-07-132-3/+12
* QVariant::setValue(): enable move semanticsGiuseppe D'Angelo2020-07-133-22/+36
* QCryptographicHash: explicitly activate the used union memberGiuseppe D'Angelo2020-07-121-7/+9
* QVLA: use std::aligned_storageGiuseppe D'Angelo2020-07-121-5/+1
* QStringView: Remove outdated note about usage with QListLinus Jahn2020-07-121-4/+0
* 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