summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rhi: Fix texture format doc typo and rephraseLaszlo Agocs2022-05-241-3/+3
* Enable text layout drawing on coordinates outside QFIXED_MAXEirik Aavitsland2022-05-241-5/+12
* Fix race conditions in moveToThreadFabian Kosmale2022-05-243-33/+135
* Update qt_attribution for harfbuzzEskil Abrahamsen Blomfeldt2022-05-241-1/+1
* Fix QWidget::metric to use widget screen dpr instead of app-dprThorbjørn Lund Martsum2022-05-241-13/+4
* wasm: move CTRL <-> META comment into right placeMorten Sørvig2022-05-242-2/+3
* wasm: Improve wheel event handlingMorten Sørvig2022-05-242-17/+15
* wasm: remove debug codeMorten Sørvig2022-05-241-8/+0
* wasm: use correct geometry when drawing window decorationsMorten Sørvig2022-05-241-3/+3
* wasm: update m_normalGeometry on setGeometry()Morten Sørvig2022-05-241-0/+2
* QAuthenticator: allow to set custom SPN for Windows clientIvan Solovev2022-05-241-3/+27
* tst_QStringConverter: roll up independent tests to rows in othersThiago Macieira2022-05-231-59/+6
* tst_QStringConverter: implement the TODO of testing with flagsThiago Macieira2022-05-231-4/+81
* tst_QStringConverter: improve the char-by-char UTF-8 testingThiago Macieira2022-05-233-63/+168
* QStringConverter: use the QUtf8 codec when Windows is using UTF-8Thiago Macieira2022-05-233-18/+82
* QVector: make sure the forwarding headers for the Java iterators existThiago Macieira2022-05-232-1/+6
* StackTraceHandler: call the debugger directly, instead of via /bin/shThiago Macieira2022-05-231-14/+29
* StackTraceHandler: simplify the gdb and lldb commandsThiago Macieira2022-05-231-11/+2
* Fix CLDR version in qt_attribution.jsonIevgenii Meshcheriakov2022-05-231-2/+2
* Network: update Public Suffix ListIvan Solovev2022-05-233-4384/+4463
* Update Harfbuzz to version 4.2.1Eskil Abrahamsen Blomfeldt2022-05-23188-6081/+13697
* Fix separate delete of window and windowcontainerAllan Sandfeld Jensen2022-05-233-8/+53
* qmake: iOS: Don't pass -fobjc-nonfragile-abi -fobjc-legacy-dispatchAlexandru Croitor2022-05-231-4/+0
* macOS: Ensure proper quoting when calling otool in objc_namespace scriptTor Arne Vestbø2022-05-231-3/+3
* Fix QMenu size on first showThorbjørn Lund Martsum2022-05-231-0/+9
* Android: Enable building of the QLocale test caseVolker Hilsheimer2022-05-231-4/+1
* Compile-time generate a JNINativeMethod from a C functionVolker Hilsheimer2022-05-233-14/+46
* Don't hide a widget that is swapped into a hidden splitterVolker Hilsheimer2022-05-232-2/+53
* qglobal: resolve one Qt6 TODOYuhang Zhao2022-05-231-12/+4
* Implement in QLocalTime the offset functions V4 Date needsEdward Welbourne2022-05-222-0/+56
* QAbstractItemModel: Fix Qt::TextAlignmentRole when metatype is uintJonas Kvinge2022-05-221-4/+8
* QMetaType: disable conversion from smart pointer<const QObject>Giuseppe D'Angelo2022-05-212-1/+18
* FatalSignalHandler: chain back to the original crash handlerThiago Macieira2022-05-201-0/+31
* FatalSignalHandler: remember the previous signal's handlerThiago Macieira2022-05-201-41/+23
* FatalSignalHandler: simplify SA_RESETHAND codeThiago Macieira2022-05-201-13/+6
* FatalSignalHandler: simplify the SA_SIGINFO handlingThiago Macieira2022-05-201-9/+10
* FatalSignalHandler: use std::optional instead of QScopedPointerThiago Macieira2022-05-201-2/+4
* FatalSignalHandler: split the Windows and Unix contentsThiago Macieira2022-05-201-57/+58
* Put DebugSymbolResolver and FatalSignalHandler in an unnamed namespaceThiago Macieira2022-05-201-1/+4
* FatalSignalHandler: remove call to qEnvironmentXxx from handler codeThiago Macieira2022-05-201-1/+6
* qtestcase: make the stack trace generation more signal-safeThiago Macieira2022-05-201-25/+44
* QKeySequence: fix dynamic initialization of shared_emptyMarc Mutz2022-05-201-4/+1
* QKeySequence: constexpr ALL the thingsMarc Mutz2022-05-201-14/+14
* Make all loads of QAtomicPointer QObjectPrivate::threadData explicitMarc Mutz2022-05-203-5/+5
* Optimize reads from QObjectPrivate::threadDataMarc Mutz2022-05-202-5/+5
* Remove redundant qCDebug in QTextMarkdownImporter::cbText()Shawn Rutledge2022-05-201-2/+0
* xcb: create fake screen when XRandR 1.2 and later unavailableLiang Qi2022-05-202-0/+25
* xcb: only set primary for monitor on primary X screenLiang Qi2022-05-203-22/+36
* QtConcurrent: prevent conversion of ReduceOption to initial valueSona Kurazyan2022-05-206-41/+178
* macOS: Try to get SIP configuration via private syscall if possibleTor Arne Vestbø2022-05-201-4/+15