summaryrefslogtreecommitdiffstats
path: root/src
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
* Use 'copy' but not 'copy_if_different' on Windows platformsAlexey Edelev2022-02-101-9/+11
* 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
* 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-101-0/+5
* QProcess/Unix: ensure we don't accidentally execute something from CWDThiago Macieira2022-02-101-4/+5
* 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-092-14/+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-091-1/+8
* 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
* Android: extract parentId for hidden object in advanceIvan Solovev2022-02-097-12/+16
* Doc: Fix some \cmake*since statementsJoerg Bornemann2022-02-093-10/+10
* Refine QTZP_win's msecsToDate() by trusting arithmeticEdward Welbourne2022-02-091-3/+3
* Fix accuracy with screen compositionAllan Sandfeld Jensen2022-02-091-4/+4
* Doc: Fix minor grammar issues in qtdbus-indexAndreas Eliasson2022-02-091-5/+5
* QNetworkInformation: Rename parameter-less load() to loadDefaultBackendMårten Nordheim2022-02-092-3/+3
* Doc: Merge two bullet list items into oneAndreas Eliasson2022-02-091-2/+2
* Doc: Remove link commandAndreas Eliasson2022-02-091-1/+1
* Widgets: Do not include qundogroup.h, qundostack.h in QtWidgets headerKai Köhne2022-02-092-0/+10
* Add warning about native interface APIs to platform headersTor Arne Vestbø2022-02-094-0/+36
* Convert string tables in QShaderDescription to use string literals [1/2]Christian Strømme2022-02-091-122/+122
* QMacStyle::standardIcon - use the real file nameTimur Pocheptsov2022-02-091-1/+1
* CMake: Deduce install prefix of example in qt_internal_add_exampleAlexandru Croitor2022-02-092-0/+12
* xcb: Show valuator atom names properly in categorized loggingShawn Rutledge2022-02-091-1/+1
* doc: clarify that passive-grab API is only for Qt Quick Pointer HandlersShawn Rutledge2022-02-091-4/+4
* Detect clang-cl features as clang not as msvcAllan Sandfeld Jensen2022-02-051-7/+4