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

List:       kde-panel-devel
Subject:    Re: Review Request: refactor the package model
From:       "Aaron J. Seigo" <aseigo () kde ! org>
Date:       2012-10-22 14:55:44
Message-ID: 20121022145544.14582.57293 () vidsolbach ! de
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/106742/#review20679
-----------------------------------------------------------


one small API issue, otherwise looks great.


plasmate/packagemodel.cpp
<http://git.reviewboard.kde.org/r/106742/#comment16328>

    missing space between } and else



plasmate/packagemodel.cpp
<http://git.reviewboard.kde.org/r/106742/#comment16329>

    wrong indentation level



plasmate/packagemodel.cpp
<http://git.reviewboard.kde.org/r/106742/#comment16330>

    this is a bit too specific to a single file: if we change the structure=
 in the future, will we add a new method for each new file like mainconfigx=
ml?
    =

    instead, i'd recommend changing this to:
    =

    bool PackageModel::fileExists(const QString &key) const
    =

    and call it with package->fileExists("mainconfigxml")


- Aaron J. Seigo


On Oct. 5, 2012, 4:25 p.m., Giorgos Tsiapaliokas wrote:
> =

> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/106742/
> -----------------------------------------------------------
> =

> (Updated Oct. 5, 2012, 4:25 p.m.)
> =

> =

> Review request for Plasma.
> =

> =

> Description
> -------
> =

> This patch refactors the package model making it "smarter",
> =

> so the package model will
> * create only the necessary files and dirs for a package
> * a dir is empty it will be auto deleted
> * the package model shows the description of the files(if it exists) inst=
ead of their names
> * if a main.xml file doesn't exist, the model will have an entry like "Ne=
w Configuration XML",
>    the "New..." entry won't be there.
> =

> =

> Diffs
> -----
> =

>   plasmate/editors/editpage.h 8cc5fab =

>   plasmate/editors/editpage.cpp 91f6bce =

>   plasmate/mainwindow.cpp 8e87b7b =

>   plasmate/packagemodel.h 43b9df5 =

>   plasmate/packagemodel.cpp 67cc0f4 =

> =

> Diff: http://git.reviewboard.kde.org/r/106742/diff/
> =

> =

> Testing
> -------
> =

> =

> Thanks,
> =

> Giorgos Tsiapaliokas
> =

>


[Attachment #5 (text/html)]

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





 <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: \
-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">one small API issue, \
otherwise looks great.</pre>  <br />





<div>




<table width="100%" border="0" bgcolor="white" style="border: 1px solid #C0C0C0; \
border-collapse: collapse; margin: 2px padding: 2px;">  <thead>
  <tr>
   <th colspan="4" bgcolor="#F0F0F0" style="border-bottom: 1px solid #C0C0C0; \
font-size: 9pt; padding: 4px 8px; text-align: left;">  <a \
href="http://git.reviewboard.kde.org/r/106742/diff/1/?file=88508#file88508line185" \
style="color: black; font-weight: bold; text-decoration: \
underline;">plasmate/packagemodel.cpp</a>  <span style="font-weight: normal;">

     (Diff revision 1)

    </span>
   </th>
  </tr>
 </thead>

 <tbody style="background-color: #e4d9cb; padding: 4px 8px; text-align: center;">
  <tr>

   <td colspan="4"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">KUrl \
PackageModel::urlForIndex(const QModelIndex &amp;index) const</pre></td>

  </tr>
 </tbody>



 
 




 <tbody>

  <tr>
    <th bgcolor="#e9eaa8" style="border-right: 1px solid #C0C0C0;" \
align="right"><font size="2">182</font></th>  <td bgcolor="#fdfebc" width="50%"><pre \
style="font-size: 8pt; line-height: 140%; margin: 0; ">                <span \
class="p">}</span><span class="k">else</span> <span class="p">{</span></pre></td>  \
<th bgcolor="#e9eaa8" style="border-left: 1px solid #C0C0C0; border-right: 1px solid \
#C0C0C0;" align="right"><font size="2">185</font></th>  <td bgcolor="#fdfebc" \
width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">              \
<span class="p">}</span><span class="k">else</span> <span class="k"><span \
class="hl">if</span></span><span class="hl"> </span><span class="p"><span \
class="hl">(</span></span><span class="o"><span class="hl">!</span></span><span \
class="n"><span class="hl">qstrcmp</span></span><span class="p"><span \
class="hl">(</span></span><span class="n"><span class="hl">key</span></span><span \
class="p"><span class="hl">,</span></span><span class="hl"> </span><span \
class="s"><span class="hl">&quot;config&quot;</span></span><span class="p"><span \
class="hl">))</span></span><span class="hl"> </span><span \
class="p">{</span></pre></td>  </tr>

 </tbody>

</table>

<pre style="margin-left: 2em; white-space: pre-wrap; white-space: -moz-pre-wrap; \
white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">missing \
space between } and else</pre> </div>
<br />

<div>




<table width="100%" border="0" bgcolor="white" style="border: 1px solid #C0C0C0; \
border-collapse: collapse; margin: 2px padding: 2px;">  <thead>
  <tr>
   <th colspan="4" bgcolor="#F0F0F0" style="border-bottom: 1px solid #C0C0C0; \
font-size: 9pt; padding: 4px 8px; text-align: left;">  <a \
href="http://git.reviewboard.kde.org/r/106742/diff/1/?file=88508#file88508line211" \
style="color: black; font-weight: bold; text-decoration: \
underline;">plasmate/packagemodel.cpp</a>  <span style="font-weight: normal;">

     (Diff revision 1)

    </span>
   </th>
  </tr>
 </thead>

 <tbody style="background-color: #e4d9cb; padding: 4px 8px; text-align: center;">
  <tr>

   <td colspan="4"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">KUrl \
PackageModel::urlForIndex(const QModelIndex &amp;index) const</pre></td>

  </tr>
 </tbody>




 
 



 <tbody>

  <tr>
    <th bgcolor="#b1ebb0" style="border-right: 1px solid #C0C0C0;" \
align="right"><font size="2"></font></th>  <td bgcolor="#c5ffc4" width="50%"><pre \
style="font-size: 8pt; line-height: 140%; margin: 0; "></pre></td>  <th \
bgcolor="#b1ebb0" style="border-left: 1px solid #C0C0C0; border-right: 1px solid \
#C0C0C0;" align="right"><font size="2">211</font></th>  <td bgcolor="#c5ffc4" \
width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">            \
<span class="p">}</span></pre></td>  </tr>

 </tbody>

</table>

<pre style="margin-left: 2em; white-space: pre-wrap; white-space: -moz-pre-wrap; \
white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">wrong \
indentation level</pre> </div>
<br />

<div>




<table width="100%" border="0" bgcolor="white" style="border: 1px solid #C0C0C0; \
border-collapse: collapse; margin: 2px padding: 2px;">  <thead>
  <tr>
   <th colspan="4" bgcolor="#F0F0F0" style="border-bottom: 1px solid #C0C0C0; \
font-size: 9pt; padding: 4px 8px; text-align: left;">  <a \
href="http://git.reviewboard.kde.org/r/106742/diff/1/?file=88508#file88508line294" \
style="color: black; font-weight: bold; text-decoration: \
underline;">plasmate/packagemodel.cpp</a>  <span style="font-weight: normal;">

     (Diff revision 1)

    </span>
   </th>
  </tr>
 </thead>

 <tbody style="background-color: #e4d9cb; padding: 4px 8px; text-align: center;">
  <tr>

   <td colspan="2"><pre style="font-size: 8pt; line-height: 140%; margin: 0; \
"></pre></td>  <td colspan="2"><pre style="font-size: 8pt; line-height: 140%; margin: \
0; ">bool PackageModel::mainConfigXmlExists() const</pre></td>

  </tr>
 </tbody>




 
 



 <tbody>

  <tr>
    <th bgcolor="#b1ebb0" style="border-right: 1px solid #C0C0C0;" \
align="right"><font size="2"></font></th>  <td bgcolor="#c5ffc4" width="50%"><pre \
style="font-size: 8pt; line-height: 140%; margin: 0; "></pre></td>  <th \
bgcolor="#b1ebb0" style="border-left: 1px solid #C0C0C0; border-right: 1px solid \
#C0C0C0;" align="right"><font size="2">293</font></th>  <td bgcolor="#c5ffc4" \
width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "><span \
class="kt">bool</span> <span class="n">PackageModel</span><span \
class="o">::</span><span class="n">mainConfigXmlExists</span><span \
class="p">()</span> <span class="k">const</span></pre></td>  </tr>

 </tbody>

</table>

<pre style="margin-left: 2em; white-space: pre-wrap; white-space: -moz-pre-wrap; \
white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">this is a \
bit too specific to a single file: if we change the structure in the future, will we \
add a new method for each new file like mainconfigxml?

instead, i&#39;d recommend changing this to:

bool PackageModel::fileExists(const QString &amp;key) const

and call it with package-&gt;fileExists(&quot;mainconfigxml&quot;)</pre>
</div>
<br />



<p>- Aaron J.</p>


<br />
<p>On October 5th, 2012, 4:25 p.m., Giorgos Tsiapaliokas wrote:</p>






<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" \
style="background-image: \
url('http://git.reviewboard.kde.org/media/rb/images/review_request_box_top_bg.png'); \
background-position: left top; background-repeat: repeat-x; border: 1px black \
solid;">  <tr>
  <td>

<div>Review request for Plasma.</div>
<div>By Giorgos Tsiapaliokas.</div>


<p style="color: grey;"><i>Updated Oct. 5, 2012, 4:25 p.m.</i></p>






<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;">This patch refactors the package model making it &quot;smarter&quot;,

so the package model will
* create only the necessary files and dirs for a package
* a dir is empty it will be auto deleted
* the package model shows the description of the files(if it exists) instead of their \
                names
* if a main.xml file doesn&#39;t exist, the model will have an entry like &quot;New \
Configuration XML&quot;,  the &quot;New...&quot; entry won&#39;t be there.</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>plasmate/editors/editpage.h <span style="color: grey">(8cc5fab)</span></li>

 <li>plasmate/editors/editpage.cpp <span style="color: grey">(91f6bce)</span></li>

 <li>plasmate/mainwindow.cpp <span style="color: grey">(8e87b7b)</span></li>

 <li>plasmate/packagemodel.h <span style="color: grey">(43b9df5)</span></li>

 <li>plasmate/packagemodel.cpp <span style="color: grey">(67cc0f4)</span></li>

</ul>

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




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








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



_______________________________________________
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