summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tst_qtextboundaryfinder: Remove full copies of data filesIevgenii Meshcheriakov2022-05-243-9541/+0
* QUnicodeTools: Fix line breaking before open parenthesesIevgenii Meshcheriakov2022-05-242-28/+42
* Unicode: Extract EastAsianWidth propertyIevgenii Meshcheriakov2022-05-244-9761/+12606
* QUnicodeTools: Fix line breaking for potential emojisIevgenii Meshcheriakov2022-05-242-1/+12
* QUnicodeTools: Fix interactions of WB3d and WB4 rulesIevgenii Meshcheriakov2022-05-242-3/+8
* QUnicodeTools: Handle WB3c word break ruleIevgenii Meshcheriakov2022-05-242-11/+21
* Unicode: Remove obsolete word break classesIevgenii Meshcheriakov2022-05-244-45/+25
* QUnicodeTools: Adjust properties of WSegSpace word break classIevgenii Meshcheriakov2022-05-243-60/+60
* QUnicodeTools: Fix handling of LB22 line break ruleIevgenii Meshcheriakov2022-05-242-39/+39
* QUnicodeTools: Remove ZWJ data from the line break tableIevgenii Meshcheriakov2022-05-241-38/+37
* QUnicodeTools: Fix handling of ZWJ for line breaksIevgenii Meshcheriakov2022-05-242-12/+11
* Refactor if-else snake into switch statementVolker Hilsheimer2022-05-241-19/+20
* Make sure the correct context is current when invoking resizeGLLaszlo Agocs2022-05-241-0/+3
* 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