summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor QLocale's integer formattingEdward Welbourne2020-07-142-127/+51
* QLocalePrivate: rearrange number format statics and toolsEdward Welbourne2020-07-144-201/+130
* Fix floating-point 'g'-format's choice between 'e' and 'f' formsEdward Welbourne2020-07-143-50/+122
* Simplify qlocale_win's currency formattingEdward Welbourne2020-07-141-11/+5
* QtConcurrent: Get rid of multi-inheritance inside RunFunctionTaskBaseJarek Kobus2020-07-142-21/+23
* CMake: Fix call to qvkgen for cross-builds with toolsJoerg Bornemann2020-07-141-1/+10
* QtGui: Clean up event headers, #3Friedemann Kleint2020-07-141-5/+0
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-1416-62/+154
* 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
* CMake: Propagate non-qtbase configure args to other repositoriesAlexandru Croitor2020-07-132-3/+6
* Fix passing QDBusUnixFileDescriptors over peer-to-peer connectionsSteffen Kieß2020-07-136-14/+44
* Fix sporadic build failures of eglfs_kms_vsp2Joerg Bornemann2020-07-131-0/+1
* Make -qtlibinfix affect the names of plugins by defaultJoerg Bornemann2020-07-134-16/+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
* 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