<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Am 09.07.2016 um 22:05 schrieb Dirk
      Hohndel:<br>
    </div>
    <blockquote cite="mid:20160709200502.GA38038@rrmbpvm.gr8dns.org"
      type="cite">
      <pre wrap="">Quick update... as some may have noticed, I have a new job and the first
two weeks kept me rather busy... so I haven't paid any attention here,
haven't even read the emails.

I know, Linus keeps saying job #1 of a maintainer is to be responsive. So
for the last month or two I have sucked as a maintainer. Guilty as charged.

I'd love to promise that it will be all better now, but that would be
silly because it won't. Next week Linus and I will be in Tokyo. That may
actually mean that I'll have at least SOME time to look at Subsurface. So
if you have patches that I have overlooked, if you have things that you
want my opinion on, now may be a great time to (re-)send those.

The following week we'll be on a liveaboard with no phone or internet.
That means that Subsurface will likely get some critical testing, but of
course it also means another week with the maintainer absent from the
mailing list :-(

Quick request:

Rick / Robert, can you please check that I got everything applied for the
planner changes and that things work as expected?

Anton, do I have all your patches for Android?

Has anyone figured out the new Kirigami stuff?

/D
</pre>
    </blockquote>
    <br>
    Hi Dirk,<br>
    <br>
    Qt 5.7 and kirigami works for the android build with the following
    patch:<br>
    <br>
    <pre>diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc</pre>
    <pre>index 6983533..1c56e94 100644</pre>
    <pre>--- a/mobile-widgets/qml/mobile-resources.qrc</pre>
    <pre>+++ b/mobile-widgets/qml/mobile-resources.qrc</pre>
    <pre>@@ -24,7 +24,6 @@</pre>
    <pre>         <file alias="nocloud.svg">icons/nocloud.svg</file></pre>
    <pre>     </qresource></pre>
    <pre>     <qresource prefix="/imports"></pre>
    <pre>-        <file alias="org/kde/kirigami/qmldir">kirigami/qmldir</file></pre>
    <pre>         <file alias="org/kde/kirigami/Action.qml">kirigami/Action.qml</file></pre>
    <pre>         <file alias="org/kde/kirigami/ApplicationWindow.qml">kirigami/ApplicationWindow.qml</file></pre>
    <pre>         <file alias="org/kde/kirigami/BasicListItem.qml">kirigami/BasicListItem.qml</file></pre>
    <pre>diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh</pre>
    <pre>index ec1e97f..27c8e7f 100755</pre>
    <pre>--- a/scripts/mobilecomponents.sh</pre>
    <pre>+++ b/scripts/mobilecomponents.sh</pre>
    <pre>@@ -44,13 +44,14 @@ fi</pre>
    <pre> </pre>
    <pre> # now copy the components and a couple of icons into plae</pre>
    <pre> MC=$SRC/subsurface/mobile-widgets/qml/kirigami</pre>
    <pre>-PMMC=kirigami/src/qml</pre>
    <pre>+# PMMC=kirigami/src/qml</pre>
    <pre>+PMMC=kirigami/src/controls</pre>
    <pre> BREEZE=breeze-icons</pre>
    <pre> </pre>
    <pre> rm -rf $MC</pre>
    <pre> mkdir -p $MC/icons</pre>
    <pre> cp -R $PMMC/* $MC/</pre>
    <pre>-cp $PMMC/../fallbacktheme/*qml $MC/</pre>
    <pre>+cp -R $PMMC/templates/* $MC/</pre>
    <pre> </pre>
    <pre> # fix plugin requirement</pre>
    <pre> sed -i -e 's/^plugin kirigamiplugin/# plugin kirigamiplugin/' $MC/qmldir</pre>
    <br>
    Regards,<br>
    Axel.<br>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      <hr>
      <img src="cid:part1.02090901.02080004@yahoo.com" height="75"
        width="75">
      <br>
      Axel Richter</div>
  </body>
</html>