summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* CMake: Fix QT_STAGING_PREFIX for repos other than qtbaseJoerg Bornemann2020-07-133-2/+18
* CMake: Fix CMAKE_INSTALL_PREFIX assignment in QtBuildInternalsExtraJoerg Bornemann2020-07-131-1/+1
* rhi: Allow null resources in srbLaszlo Agocs2020-07-134-68/+330
* Use numeric_limits instead of hand-coded equivalentsEdward Welbourne2020-07-134-22/+20
* tst_QCollator: avoid an unused variable warningEdward Welbourne2020-07-131-0/+2
* Move QRegExp and its remaining mentions out of QtCoreSona Kurazyan2020-07-1331-7906/+5
* configurejson2cmake: Use a context manager for file special handlingJoerg Bornemann2020-07-131-13/+21
* configurejson2cmake: Generalize special case supportJoerg Bornemann2020-07-132-19/+8
* Check returns of hex2int in get_hex_rgbRobert Loehning2020-07-132-0/+5
* QtGui: Clean up event headersFriedemann Kleint2020-07-132-3/+12
* QVariant::setValue(): enable move semanticsGiuseppe D'Angelo2020-07-135-27/+41
* 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-103-1/+10
* 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-108-442/+325
* Cache whether a property is a booleanLars Knoll2020-07-102-4/+6
* Significantly improve performance of binding evaluationLars Knoll2020-07-106-55/+81
* Separate the error case when evaluating bindingsLars Knoll2020-07-105-45/+25
* Cleanup QPropertyBindingErrorLars Knoll2020-07-104-21/+11
* 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