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

List:       kde-panel-devel
Subject:    Re: Review Request 127193: Revival of Weather applet (for Plasma 5.6)
From:       "Friedrich W. H. Kossebau" <kossebau () kde ! org>
Date:       2016-03-01 15:18:32
Message-ID: 20160301151832.32153.34741 () mimi ! kde ! org
[Download RAW message or body]

--===============7695607099781401395==
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/127193/
-----------------------------------------------------------

(Updated March 1, 2016, 3:18 p.m.)


Status
------

This change has been marked as submitted.


Review request for Plasma and Marco Martin.


Repository: kdeplasma-addons


Description
-------

So the weather applet in branch kossebau/weatherapplet works okayish now here, both \
on panel and on containment:  https://share.kde.org/index.php/s/MxwDYtmRw9TtQ8X

This revival is done as minimal porting, after more considerations I for now kept \
libplasmaweather as it is where possible (also because I use classes from the lib in \
the QML plugin and in the applet, so some shared unit is needed). I propose to do \
further modernizing & refactoring of the applet code only once it works again \
completely and can be part of 5.6 release.

Please help with a quick review. And also with a few issues that still need to be \
solved for a perfect solution. Where I need your, the experts', help, please read on.

Layout:
`configGeneral.qml` needs larger minimal sizes of the input fields. How can this be \
done? I am lost with the QQ2 layout approach for now.

Size of applet in fullRepresentation mode when expanded from panel:
while the expanded applet had some kind of sane size all the time I was playing (cmp. \
the screenshot), at one point the size of the expanded representation only turned \
into some unusable 16x16 or similar size. For existing applets and new ones.


Q: Is this ported correctly (a hack I found elsewhere), or is there a better way \
meanwhile? ```
    q->setBusy(false);
```
to
```
    QObject *graphicObject = q->property("_plasma_graphicObject").value<QObject *>();
        if (graphicObject) {
            graphicObject->setProperty("busy", false);
        }
```

Q: `Plasma::Applet::showMessage()` can be ported to what?

Q: `DataEngine::query()` should be ported to? Similar code is unported also in the \
weather/ions/ion_noaa dataengine in plasma-workspace.

```
        Plasma::DataEngine::Data data = timeEngine->query(
                 QString(QLatin1String( "Local|Solar|Latitude=%1|Longitude=%2" \
                )).arg(latitude).arg(longitude));
        bool day = data[QLatin1String( "Corrected Elevation" )].toDouble() > 0.0);
```


Diffs
-----

  CMakeLists.txt 5568251 
  applets/CMakeLists.txt bd3ea48 
  applets/weather/CMakeLists.txt 354b6ee 
  applets/weather/package/contents/config/config.qml PRE-CREATION 
  applets/weather/package/contents/ui/DetailsView.qml bbcdd15 
  applets/weather/package/contents/ui/FiveDaysView.qml a39f334 
  applets/weather/package/contents/ui/Notice.qml d38c108 
  applets/weather/package/contents/ui/NoticesView.qml 16923c4 
  applets/weather/package/contents/ui/TopPanel.qml af57f45 
  applets/weather/package/contents/ui/Utils.js f2d5b27 
  applets/weather/package/contents/ui/WeatherListView.qml b29099f 
  applets/weather/package/contents/ui/configGeneral.qml PRE-CREATION 
  applets/weather/package/contents/ui/main.qml c501ab3 
  applets/weather/package/metadata.desktop 79646c2 
  applets/weather/plasma-applet-weather.desktop aca6da2 
  applets/weather/plugin/abstractunitlistmodel.h PRE-CREATION 
  applets/weather/plugin/abstractunitlistmodel.cpp PRE-CREATION 
  applets/weather/plugin/locationlistmodel.h PRE-CREATION 
  applets/weather/plugin/locationlistmodel.cpp PRE-CREATION 
  applets/weather/plugin/plugin.h PRE-CREATION 
  applets/weather/plugin/plugin.cpp PRE-CREATION 
  applets/weather/plugin/qmldir PRE-CREATION 
  applets/weather/weatherapplet.h c4b376b 
  applets/weather/weatherapplet.cpp 60f882a 
  libs/CMakeLists.txt bd71119 
  libs/plasmaweather/CMakeLists.txt a9faa7b 
  libs/plasmaweather/plasmaweather.knsrc 8525f20 
  libs/plasmaweather/plasmaweather_export.h 691db23 
  libs/plasmaweather/weatherconfig.h 9b3c2d7 
  libs/plasmaweather/weatherconfig.cpp 1ec0b42 
  libs/plasmaweather/weatherconfig.ui f285fff 
  libs/plasmaweather/weatheri18ncatalog.h 0122378 
  libs/plasmaweather/weatheri18ncatalog.cpp 1868352 
  libs/plasmaweather/weatherlocation.h 004d788 
  libs/plasmaweather/weatherlocation.cpp 1d275ea 
  libs/plasmaweather/weatherpopupapplet.h ce95a5a 
  libs/plasmaweather/weatherpopupapplet.cpp 4533619 
  libs/plasmaweather/weathervalidator.h eb33558 
  libs/plasmaweather/weathervalidator.cpp 4d016e2 

Diff: https://git.reviewboard.kde.org/r/127193/diff/


Testing
-------


Thanks,

Friedrich W. H. Kossebau


--===============7695607099781401395==
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit




<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="12" style="border: 1px #c9c399 \
solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">  \
<tr>  <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="https://git.reviewboard.kde.org/r/127193/">https://git.reviewboard.kde.org/r/127193/</a>
  </td>
    </tr>
   </table>
   <br />



<table bgcolor="#e0e0e0" width="100%" cellpadding="12" style="border: 1px gray solid; \
border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">  <tr>
  <td>
   <h1 style="margin: 0; padding: 0; font-size: 10pt;">This change has been marked as \
submitted.</h1>  </td>
 </tr>
</table>
<br />


<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="12" style="border: \
1px #888a85 solid; border-radius: 6px; -moz-border-radius: 6px; \
-webkit-border-radius: 6px;">  <tr>
  <td>

<div>Review request for Plasma and Marco Martin.</div>
<div>By Friedrich W. H. Kossebau.</div>


<p style="color: grey;"><i>Updated March 1, 2016, 3:18 p.m.</i></p>









<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
kdeplasma-addons
</div>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" \
style="border: 1px solid #b8b5a0">  <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: \
-moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: \
break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: \
inherit;white-space: inherit;">So the weather applet in branch kossebau/weatherapplet \
works okayish now here, both on panel and on containment:  \
https://share.kde.org/index.php/s/MxwDYtmRw9TtQ8X</p> <p style="padding: \
0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">This \
revival is done as minimal porting, after more considerations I for now kept \
libplasmaweather as it is where possible (also because I use classes from the lib in \
the QML plugin and in the applet, so some shared unit is needed). I propose to do \
further modernizing &amp; refactoring of the applet code only once it works again \
completely and can be part of 5.6 release.</p> <p style="padding: 0;text-rendering: \
inherit;margin: 0;line-height: inherit;white-space: inherit;">Please help with a \
quick review. And also with a few issues that still need to be solved for a perfect \
solution. Where I need your, the experts', help, please read on.</p> <p \
style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: \
inherit;">Layout: <code style="text-rendering: inherit;color: #4444cc;padding: \
0;white-space: normal;margin: 0;line-height: inherit;">configGeneral.qml</code> needs \
larger minimal sizes of the input fields. How can this be done? I am lost with the \
QQ2 layout approach for now.</p> <p style="padding: 0;text-rendering: inherit;margin: \
0;line-height: inherit;white-space: inherit;">Size of applet in fullRepresentation \
mode when expanded from panel: while the expanded applet had some kind of sane size \
all the time I was playing (cmp. the screenshot), at one point the size of the \
expanded representation only turned into some unusable 16x16 or similar size. For \
existing applets and new ones.</p> <p style="padding: 0;text-rendering: \
inherit;margin: 0;line-height: inherit;white-space: inherit;">Q: Is this ported \
correctly (a hack I found elsewhere), or is there a better way meanwhile?</p> <p \
style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: \
inherit;"><div class="codehilite" style="background: #f8f8f8"><pre \
style="line-height: 125%">    q-&gt;setBusy(false); </pre></div>
</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: \
inherit;white-space: inherit;">to</p> <p style="padding: 0;text-rendering: \
inherit;margin: 0;line-height: inherit;white-space: inherit;"><div class="codehilite" \
style="background: #f8f8f8"><pre style="line-height: 125%">    QObject *graphicObject \
= q-&gt;property(&quot;_plasma_graphicObject&quot;).value&lt;QObject *&gt;();  if \
(graphicObject) {  graphicObject-&gt;setProperty(&quot;busy&quot;, false);
        }
</pre></div>
</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: \
inherit;white-space: inherit;">Q: <code style="text-rendering: inherit;color: \
#4444cc;padding: 0;white-space: normal;margin: 0;line-height: \
inherit;">Plasma::Applet::showMessage()</code> can be ported to what?</p> <p \
style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: \
inherit;">Q: <code style="text-rendering: inherit;color: #4444cc;padding: \
0;white-space: normal;margin: 0;line-height: inherit;">DataEngine::query()</code> \
should be ported to? Similar code is unported also in the weather/ions/ion_noaa \
dataengine in plasma-workspace.</p> <p style="padding: 0;text-rendering: \
inherit;margin: 0;line-height: inherit;white-space: inherit;"><div class="codehilite" \
style="background: #f8f8f8"><pre style="line-height: 125%">        \
                Plasma::DataEngine::Data data = timeEngine-&gt;query(
                 QString(QLatin1String( \
                &quot;Local|Solar|Latitude=%1|Longitude=%2&quot; \
                )).arg(latitude).arg(longitude));
        bool day = data[QLatin1String( &quot;Corrected Elevation&quot; )].toDouble() \
&gt; 0.0); </pre></div>
</p></pre>
  </td>
 </tr>
</table>



<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>CMakeLists.txt <span style="color: grey">(5568251)</span></li>

 <li>applets/CMakeLists.txt <span style="color: grey">(bd3ea48)</span></li>

 <li>applets/weather/CMakeLists.txt <span style="color: grey">(354b6ee)</span></li>

 <li>applets/weather/package/contents/config/config.qml <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>applets/weather/package/contents/ui/DetailsView.qml <span style="color: \
grey">(bbcdd15)</span></li>

 <li>applets/weather/package/contents/ui/FiveDaysView.qml <span style="color: \
grey">(a39f334)</span></li>

 <li>applets/weather/package/contents/ui/Notice.qml <span style="color: \
grey">(d38c108)</span></li>

 <li>applets/weather/package/contents/ui/NoticesView.qml <span style="color: \
grey">(16923c4)</span></li>

 <li>applets/weather/package/contents/ui/TopPanel.qml <span style="color: \
grey">(af57f45)</span></li>

 <li>applets/weather/package/contents/ui/Utils.js <span style="color: \
grey">(f2d5b27)</span></li>

 <li>applets/weather/package/contents/ui/WeatherListView.qml <span style="color: \
grey">(b29099f)</span></li>

 <li>applets/weather/package/contents/ui/configGeneral.qml <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>applets/weather/package/contents/ui/main.qml <span style="color: \
grey">(c501ab3)</span></li>

 <li>applets/weather/package/metadata.desktop <span style="color: \
grey">(79646c2)</span></li>

 <li>applets/weather/plasma-applet-weather.desktop <span style="color: \
grey">(aca6da2)</span></li>

 <li>applets/weather/plugin/abstractunitlistmodel.h <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>applets/weather/plugin/abstractunitlistmodel.cpp <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>applets/weather/plugin/locationlistmodel.h <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>applets/weather/plugin/locationlistmodel.cpp <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>applets/weather/plugin/plugin.h <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>applets/weather/plugin/plugin.cpp <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>applets/weather/plugin/qmldir <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>applets/weather/weatherapplet.h <span style="color: grey">(c4b376b)</span></li>

 <li>applets/weather/weatherapplet.cpp <span style="color: \
grey">(60f882a)</span></li>

 <li>libs/CMakeLists.txt <span style="color: grey">(bd71119)</span></li>

 <li>libs/plasmaweather/CMakeLists.txt <span style="color: \
grey">(a9faa7b)</span></li>

 <li>libs/plasmaweather/plasmaweather.knsrc <span style="color: \
grey">(8525f20)</span></li>

 <li>libs/plasmaweather/plasmaweather_export.h <span style="color: \
grey">(691db23)</span></li>

 <li>libs/plasmaweather/weatherconfig.h <span style="color: \
grey">(9b3c2d7)</span></li>

 <li>libs/plasmaweather/weatherconfig.cpp <span style="color: \
grey">(1ec0b42)</span></li>

 <li>libs/plasmaweather/weatherconfig.ui <span style="color: \
grey">(f285fff)</span></li>

 <li>libs/plasmaweather/weatheri18ncatalog.h <span style="color: \
grey">(0122378)</span></li>

 <li>libs/plasmaweather/weatheri18ncatalog.cpp <span style="color: \
grey">(1868352)</span></li>

 <li>libs/plasmaweather/weatherlocation.h <span style="color: \
grey">(004d788)</span></li>

 <li>libs/plasmaweather/weatherlocation.cpp <span style="color: \
grey">(1d275ea)</span></li>

 <li>libs/plasmaweather/weatherpopupapplet.h <span style="color: \
grey">(ce95a5a)</span></li>

 <li>libs/plasmaweather/weatherpopupapplet.cpp <span style="color: \
grey">(4533619)</span></li>

 <li>libs/plasmaweather/weathervalidator.h <span style="color: \
grey">(eb33558)</span></li>

 <li>libs/plasmaweather/weathervalidator.cpp <span style="color: \
grey">(4d016e2)</span></li>

</ul>

<p><a href="https://git.reviewboard.kde.org/r/127193/diff/" style="margin-left: \
3em;">View Diff</a></p>






  </td>
 </tr>
</table>



  </div>
 </body>
</html>


--===============7695607099781401395==--


[Attachment #3 (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