[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-panel-devel
Subject:    [Differential] [Requested Changes To] D1672: Add support for touch events in fakeinput protocol and 
From:       graesslin_(Martin_Gräßlin) <noreply () phabricator ! kde ! or
Date:       2016-05-25 9:35:49
Message-ID: 20160525093449.17432.10511.B8384B19 () phabricator ! kde ! org
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


graesslin requested changes to this revision.
graesslin added a reviewer: graesslin.
graesslin added inline comments.
This revision now requires changes to proceed.

INLINE COMMENTS

> fakeinput.h:133
> +     **/
> +    void requestTouchMotion(quint32 id, const QSizeF &delta);
> +    /**

why a delta? In KWin all touchMotion related code takes the new position.

> fake-input.xml:52-68
> +      <request name="touch_down" since="2">
> +         <arg name="id" type="uint"/>
> +         <arg name="x" type="fixed"/>
> +         <arg name="y" type="fixed"/>
> +      </request>
> +      <request name="touch_motion" since="2">
> +          <arg name="id" type="uint"/>

if you have a new enough wayland-scanner installed this should generate errors \
because it expects documentation. I'm aware that the existing interface is missing \
documentation, but I think for new code we should make sure that wayland-scanner is \
happy.

> fakeinput_interface.cpp:194
> +{
> +
> +    Q_UNUSED(client)

nitpick: empty line

> fakeinput_interface.h:139
> +     **/
> +    void touchMotionRequested(quint32 id, const QSizeF &delta);
> +    /**

same here

REPOSITORY
  rKWAYLAND KWayland

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

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: bdhruve, bshah, Plasma, graesslin
Cc: bshah, graesslin, plasma-devel, sebas


[Attachment #5 (text/html)]

<div>graesslin requested changes to this revision.<br />
graesslin added a reviewer: graesslin.<br />
graesslin added inline comments.<br />
This revision now requires changes to proceed.</div><br /><div><strong>INLINE \
COMMENTS</strong><div><div style="margin: 6px 0 12px 0;"><div style="border: 1px \
solid #C7CCD9; border-radius: 3px;"><div style="padding: 0; background: #F7F7F7; \
border-color: #e3e4e8; border-style: solid; border-width: 0 0 1px 0; margin: 0;"><div \
style="color: #74777d; background: #eff2f4; padding: 6px 8px; overflow: hidden;"><a \
style="float: right; text-decoration: none;" \
href="https://phabricator.kde.org/D1672#inline-6437" rel="noreferrer">View \
Inline</a><span style="color: #4b4d51; font-weight: \
bold;">fakeinput.h:133</span></div> <div style="font: 11px/15px &quot;Menlo&quot;, \
&quot;Consolas&quot;, &quot;Monaco&quot;, monospace; white-space: pre-wrap; clear: \
both; padding: 4px 0; margin: 0;"><div style="padding: 0 8px; margin: 0 4px; \
background: #d0ffd0;"><span style="color: #74777d">     **/</span> </div><div \
style="padding: 0 8px; margin: 0 4px; background: #d0ffd0;">    <span style="color: \
#aa4000">void</span> <span style="color: #004012">requestTouchMotion</span><span \
class="p">(</span><span class="n">quint32</span> <span class="n">id</span><span \
class="p">,</span> <span style="color: #aa4000">const</span> <span \
class="n">QSizeF</span> <span style="color: #aa2211">&amp;</span><span \
class="n">delta</span><span class="p">);</span> </div><div style="padding: 0 8px; \
margin: 0 4px; background: #d0ffd0;">    <span style="color: #74777d">/**</span> \
</div></div></div> <div style="margin: 8px 0; padding: 0 12px;"><p style="padding: 0; \
margin: 8px;">why a delta? In KWin all touchMotion related code takes the new \
position.</p></div></div><br /><div style="border: 1px solid #C7CCD9; border-radius: \
3px;"><div style="padding: 0; background: #F7F7F7; border-color: #e3e4e8; \
border-style: solid; border-width: 0 0 1px 0; margin: 0;"><div style="color: #74777d; \
background: #eff2f4; padding: 6px 8px; overflow: hidden;"><a style="float: right; \
text-decoration: none;" href="https://phabricator.kde.org/D1672#inline-6440" \
rel="noreferrer">View Inline</a><span style="color: #4b4d51; font-weight: \
bold;">fake-input.xml:52-68</span></div> <div style="font: 11px/15px \
&quot;Menlo&quot;, &quot;Consolas&quot;, &quot;Monaco&quot;, monospace; white-space: \
pre-wrap; clear: both; padding: 4px 0; margin: 0;"><div style="padding: 0 8px; \
margin: 0 4px; background: #d0ffd0;">      <span style="color: \
#00702a">&lt;request</span> <span style="color: #354bb3">name=</span><span \
style="color: #766510">&quot;touch_down&quot;</span> <span style="color: \
#354bb3">since=</span><span style="color: #766510">&quot;2&quot;</span><span \
style="color: #00702a">&gt;</span> </div><div style="padding: 0 8px; margin: 0 4px; \
background: #d0ffd0;">         <span style="color: #00702a">&lt;arg</span> <span \
style="color: #354bb3">name=</span><span style="color: #766510">&quot;id&quot;</span> \
<span style="color: #354bb3">type=</span><span style="color: \
#766510">&quot;uint&quot;</span><span style="color: #00702a">/&gt;</span> </div><div \
style="padding: 0 8px; margin: 0 4px; background: #d0ffd0;">         <span \
style="color: #00702a">&lt;arg</span> <span style="color: #354bb3">name=</span><span \
style="color: #766510">&quot;x&quot;</span> <span style="color: \
#354bb3">type=</span><span style="color: #766510">&quot;fixed&quot;</span><span \
style="color: #00702a">/&gt;</span> </div><div style="padding: 0 8px; margin: 0 4px; \
background: #d0ffd0;">         <span style="color: #00702a">&lt;arg</span> <span \
style="color: #354bb3">name=</span><span style="color: #766510">&quot;y&quot;</span> \
<span style="color: #354bb3">type=</span><span style="color: \
#766510">&quot;fixed&quot;</span><span style="color: #00702a">/&gt;</span> </div><div \
style="padding: 0 8px; margin: 0 4px; background: #d0ffd0;">      <span style="color: \
#00702a">&lt;/request&gt;</span> </div><div style="padding: 0 8px; margin: 0 4px; \
background: #d0ffd0;">      <span style="color: #00702a">&lt;request</span> <span \
style="color: #354bb3">name=</span><span style="color: \
#766510">&quot;touch_motion&quot;</span> <span style="color: \
#354bb3">since=</span><span style="color: #766510">&quot;2&quot;</span><span \
style="color: #00702a">&gt;</span> </div><div style="padding: 0 8px; margin: 0 4px; \
background: #d0ffd0;">          <span style="color: #00702a">&lt;arg</span> <span \
style="color: #354bb3">name=</span><span style="color: #766510">&quot;id&quot;</span> \
<span style="color: #354bb3">type=</span><span style="color: \
#766510">&quot;uint&quot;</span><span style="color: #00702a">/&gt;</span> \
</div></div></div> <div style="margin: 8px 0; padding: 0 12px;"><p style="padding: 0; \
margin: 8px;">if you have a new enough wayland-scanner installed this should generate \
errors because it expects documentation. I&#039;m aware that the existing interface \
is missing documentation, but I think for new code we should make sure that \
wayland-scanner is happy.</p></div></div><br /><div style="border: 1px solid #C7CCD9; \
border-radius: 3px;"><div style="padding: 0; background: #F7F7F7; border-color: \
#e3e4e8; border-style: solid; border-width: 0 0 1px 0; margin: 0;"><div style="color: \
#74777d; background: #eff2f4; padding: 6px 8px; overflow: hidden;"><a style="float: \
right; text-decoration: none;" href="https://phabricator.kde.org/D1672#inline-6439" \
rel="noreferrer">View Inline</a><span style="color: #4b4d51; font-weight: \
bold;">fakeinput_interface.cpp:194</span></div> <div style="font: 11px/15px \
&quot;Menlo&quot;, &quot;Consolas&quot;, &quot;Monaco&quot;, monospace; white-space: \
pre-wrap; clear: both; padding: 4px 0; margin: 0;"><div style="padding: 0 8px; \
margin: 0 4px; background: #d0ffd0;"><span class="p">{</span> </div><div \
style="padding: 0 8px; margin: 0 4px; background: #d0ffd0;"> </div><div \
style="padding: 0 8px; margin: 0 4px; background: #d0ffd0;">    <span \
class="n">Q_UNUSED</span><span class="p">(</span><span class="n">client</span><span \
class="p">)</span> </div></div></div>
<div style="margin: 8px 0; padding: 0 12px;"><p style="padding: 0; margin: \
8px;">nitpick: empty line</p></div></div><br /><div style="border: 1px solid #C7CCD9; \
border-radius: 3px;"><div style="padding: 0; background: #F7F7F7; border-color: \
#e3e4e8; border-style: solid; border-width: 0 0 1px 0; margin: 0;"><div style="color: \
#74777d; background: #eff2f4; padding: 6px 8px; overflow: hidden;"><a style="float: \
right; text-decoration: none;" href="https://phabricator.kde.org/D1672#inline-6438" \
rel="noreferrer">View Inline</a><span style="color: #4b4d51; font-weight: \
bold;">fakeinput_interface.h:139</span></div> <div style="font: 11px/15px \
&quot;Menlo&quot;, &quot;Consolas&quot;, &quot;Monaco&quot;, monospace; white-space: \
pre-wrap; clear: both; padding: 4px 0; margin: 0;"><div style="padding: 0 8px; \
margin: 0 4px; background: #d0ffd0;"><span style="color: #74777d">     **/</span> \
</div><div style="padding: 0 8px; margin: 0 4px; background: #d0ffd0;">    <span \
style="color: #aa4000">void</span> <span style="color: \
#004012">touchMotionRequested</span><span class="p">(</span><span \
class="n">quint32</span> <span class="n">id</span><span class="p">,</span> <span \
style="color: #aa4000">const</span> <span class="n">QSizeF</span> <span style="color: \
#aa2211">&amp;</span><span class="n">delta</span><span class="p">);</span> </div><div \
style="padding: 0 8px; margin: 0 4px; background: #d0ffd0;">    <span style="color: \
#74777d">/**</span> </div></div></div>
<div style="margin: 8px 0; padding: 0 12px;"><p style="padding: 0; margin: 8px;">same \
here</p></div></div></div></div></div><br \
/><div><strong>REPOSITORY</strong><div><div>rKWAYLAND KWayland</div></div></div><br \
/><div><strong>REVISION DETAIL</strong><div><a \
href="https://phabricator.kde.org/D1672" \
rel="noreferrer">https://phabricator.kde.org/D1672</a></div></div><br \
/><div><strong>EMAIL PREFERENCES</strong><div><a \
href="https://phabricator.kde.org/settings/panel/emailpreferences/" \
rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br \
/><div><strong>To: </strong>bdhruve, bshah, Plasma, graesslin<br /><strong>Cc: \
</strong>bshah, graesslin, plasma-devel, sebas<br /></div>


[Attachment #6 (text/plain)]

_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic