[qt/qt/qtdeclarative]: Summary of bulk changes made

KDE Git Services - Bulk Change <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git repository change summary for qt/qt/qtdeclarative
Pushed by mirror-service into branch 'dev'.
Changed from b8307471411e798717c3aa51b37cbb2f57c4006c to d3ef8cf4cc03071bda73083e69205b7f0be2438d
Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository.

This change contains the following new commits:

Git commit d3ef8cf4cc03071bda73083e69205b7f0be2438d by Shawn Rutledge (on behalf of Liu Zheng) on 29/07/2026 at 03:11..
QQuickTextEdit: emit textEdited() for input method commits

QQuickTextControl::inputMethodEvent() modifies the document when an
input method commits text (e.g. accented characters such as é, ç, à),
but unlike keyPressEvent() it never marks the control as being edited.
As a result QQuickTextEdit::q_textChanged() guards the textEdited()
emission behind isBeingEdited() and the signal is never emitted for
committed input-method text, while textChanged() is.

Mark the control as being edited for the duration of an input-method
commit using QScopedValueRollback, mirroring keyPressEvent(), so that
textEdited() is emitted as expected.

Fixes: QTBUG-146177
Pick-to: 6.12
Change-Id: Ibdba6f651c0cb22e5f6da1b532ff3195d3af0df8
Reviewed-by: Shawn Rutledge <[email protected]>
https://invent.kde.org/qt/qt/qtdeclarative/-/commit/d3ef8cf4cc03071bda73083e69205b7f0be2438d
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.