summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QLibrary: Suppress GCC 12 warning about dangling pointer accessv6.3.0-beta2Thiago Macieira2022-02-111-12/+13
* Disable URL support in the CBOR-JSON conversion in bootstrapped modeThiago Macieira2022-02-101-1/+5
* QStringConverter: Add missing include on WindowsMårten Nordheim2022-02-101-0/+3
* Add c++20 alias for c++2a in qmake default mkspecs featuresChristian Heimlich2022-02-101-0/+1
* Add missing include of QtPublicCMakeHelpersAlexey Edelev2022-02-101-0/+1
* Use 'copy' but not 'copy_if_different' on Windows platformsAlexey Edelev2022-02-107-9/+183
* Fix compiling with C++20 on macOSAllan Sandfeld Jensen2022-02-102-8/+8
* Fix -Wsuggest-override warnings from Clang 11+Kevin Funk2022-02-101-2/+6
* QFreeList: replace a Q_ASSERT(false) with Q_UNREACHABLE()Thiago Macieira2022-02-101-1/+1
* Change comparison data type to fix int overflowSivan Nanthiran2022-02-101-3/+3
* Export QFutureCallOutInterface to allow external useSona Kurazyan2022-02-101-1/+1
* Mention that the QT_ANDROID_ABIS property only affects executable targetsAlexey Edelev2022-02-101-0/+2
* tst_qrhi: use OpenGL instead of raster pipeline on webOSJanne Juntunen2022-02-101-0/+3
* QPageSize: pack StandardPageSize structMarc Mutz2022-02-101-5/+6
* Android: Re-focus focused accessibility node after orientation changeIvan Solovev2022-02-101-0/+18
* QPropertyBindingSourceLocation: make (source_location) ctor constexprMarc Mutz2022-02-101-1/+1
* QEventDispatcher/GLib: avoid three relocationsMarc Mutz2022-02-101-1/+1
* QTzTimeZonePrivate: make ZoneNameReader constinit'ableMarc Mutz2022-02-101-2/+2
* QPageSize: remove 119 relocationsMarc Mutz2022-02-101-1/+1
* QSettings: use QtMiscUtils hex tools instead of rolling your ownMarc Mutz2022-02-101-6/+5
* Fix GCC12 warning about using a pointer after realloc()Thiago Macieira2022-02-101-2/+2
* Fix C++20 ambiguous relational operators between QJsonValue{,Ref}Marc Mutz2022-02-102-0/+57
* QProcess/Unix: ensure we don't accidentally execute something from CWDThiago Macieira2022-02-103-7/+99
* Don't replace IntersectClip with ReplaceClip on a QPictureChunLin Wang2022-02-101-2/+3
* Always update pressedPosition when drag was enabledZhang Hao2022-02-101-12/+13
* Android: document how to handle code that loads QML from stringsAssam Boudjelthia2022-02-091-0/+6
* Remove redundant semi-colonsAllan Sandfeld Jensen2022-02-091-4/+4
* Remove redundant semi-colonsAllan Sandfeld Jensen2022-02-091-3/+3
* QUrl: use qOffsetStringArray for idn_whitelistMarc Mutz2022-02-091-10/+10
* QAbstractSocket: Don't pretend pause and resume is a stackMårten Nordheim2022-02-093-16/+41
* Fix infinite loop in dash strokerEskil Abrahamsen Blomfeldt2022-02-091-1/+2
* Avoid file-static initialization of symbols that need @availability checkTor Arne Vestbø2022-02-091-26/+27
* doc: Update GenericDataLocation location on iOSTor Arne Vestbø2022-02-091-1/+1
* macOS: Don't print stack trace via lldb on test failure if SIP prevents itTor Arne Vestbø2022-02-093-1/+42
* macOS: Prevent recursion when modifying the edit menuVolker Hilsheimer2022-02-092-1/+37
* tst_QContainerApiSymmetry: fix incorrect P1115 detectionAllan Sandfeld Jensen2022-02-091-1/+1
* Android A11Y: execute C++ code on main Qt threadIvan Solovev2022-02-094-47/+191
* QNetConMonitor/Win: Drop all warnings down to debugMårten Nordheim2022-02-091-19/+19
* CMake: Handle slashes in qt_internal_add_exampleAlexandru Croitor2022-02-091-0/+13
* Android: extract parentId for hidden object in advanceIvan Solovev2022-02-097-12/+16
* Doc: Fix some \cmake*since statementsJoerg Bornemann2022-02-093-10/+10
* Add some more QDate::{start,end}OfDay() testsEdward Welbourne2022-02-091-0/+12
* Refine QTZP_win's msecsToDate() by trusting arithmeticEdward Welbourne2022-02-091-3/+3
* Add missing implicit dependencies to the tool testsAlexey Edelev2022-02-094-11/+34
* Exclude tst_qmake if the build of qmake tool is disabledAlexey Edelev2022-02-091-1/+3
* CMake: Assign proper postfixes in multi-config buildsAlexandru Croitor2022-02-091-2/+29
* configure: Switch error to warning when -skip used in per-repo buildAlexandru Croitor2022-02-091-6/+4
* GHS compiler doesn't support signaling NaNs for doubleTatiana Borisova2022-02-091-1/+5
* Fix accuracy with screen compositionAllan Sandfeld Jensen2022-02-091-4/+4
* Fix the run of _check targets in multi-config buildsAlexey Edelev2022-02-091-2/+8