D10040: Add serial number and EISA ID to OutputDevice interface

Roman Gilg noreply at phabricator.kde.org
Mon Jul 30 13:30:48 BST 2018


romangg added inline comments.

INLINE COMMENTS

> outputdevice.cpp:161
> +                              int32_t subPixel, const char *make, const char *model,
> +                              int32_t transform)
>  {

Unrelated change.

> outputdevice_interface.cpp:153
> +    connect(this, &OutputDeviceInterface::serialNumberChanged,   this, [this, d] { d->updateGeometry(); });
> +    connect(this, &OutputDeviceInterface::eisaIdChanged,         this, [this, d] { d->updateGeometry(); });
>      connect(this, &OutputDeviceInterface::scaleChanged,          this, [this, d] { d->updateScale(); });

needs fix

> outputdevice_interface.cpp:410
> +    wl_resource_post_event(resource,
> +                            ORG_KDE_KWIN_OUTPUTDEVICE_GEOMETRY,
>                              globalPosition.x(),

Why change? Unrelated.

> outputdevice_interface.h:50
> +//KF6 TODO - This class sends absolute garbage over the wire constantly.
> +//sendDone needs to be explicit, anything related to the geometry event needs to be in a single method
> +

What do you mean with "needs to be explicit"?

REPOSITORY
  R127 KWayland

REVISION DETAIL
  https://phabricator.kde.org/D10040

To: davidedmundson, graesslin, sebas, #kwin, dvratil
Cc: romangg, kde-frameworks-devel, davidedmundson, plasma-devel, ragreen, Pitel, schernikov, michaelh, ZrenBot, ngraham, bruns, alexeymin, lesliezhai, ali-mohamed, jensreuterberg, abetts, eliasp, sebas, apol, mart, hein
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180730/f197cbe7/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list