https://bugs.kde.org/show_bug.cgi?id=495901

--- Comment #7 from Joshua Goins <[email protected]> ---
Git commit c76a544639f109e679b7dc97423905af380ca6a6 by Joshua Goins.
Committed on 26/12/2024 at 01:56.
Pushed by redstrate into branch 'master'.

backends/libinput: Turn calibration matrix property into a string

Transporting a QMatrix4x4 over D-Bus is difficult, not really helped by
QtDBus. The property doesn't show up in the generated QtDBus interface
for example.

Using QMatrix4x4 also introduced subtle but hard to fix bugs due to the
nature of how QtDBus serialization worked (or doesn't work, usually.)

Now the property uses QString-based serialization ala the pressure curve
property. This is backwards-compatible with existing config values too.

M  +31   -38   src/backends/libinput/device.cpp
M  +13   -6    src/backends/libinput/device.h

https://invent.kde.org/plasma/kwin/-/commit/c76a544639f109e679b7dc97423905af380ca6a6

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to