<div dir="ltr"><br><br><div class="gmail_quote">On 2 January 2013 23:38, Pino Toscano <span dir="ltr"><<a href="mailto:pino@kde.org" target="_blank">pino@kde.org</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">
> - BranchDialog sounds like could be replaced with<br>
> KInputDialog::getText with a custom validator<br>
<br>
</div>Still there.<br>
<div class="im"><br>
> - CommitDialog, other than being a KDialog, should better be use<br>
> layouts instead of placing widgets manually<br>
<br>
</div>Still there.<br></blockquote><div><br></div><div><div>*[1] The 2 above are some good impovements for the future, but not something</div><div>that should keep plasmate in playground.</div></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im"><br>
> - a numer of .ui files sets bold/bigger texts, but using a qt rich<br>
> text which forces a font size (and in few cases also the font face)<br>
<br>
</div>Still there.</blockquote><div><br></div><div>In which ui files are you referring to?</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">

> - TimeLine::loadTimeLine does a funky job in putting translated bits<br>
> among the git output; a better way would be parsing the output<br>
> extracting the various details, and composing a new ad-hoc string<br>
> (and the date would need localization, as the FIXME say)</div></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
> -  StartPage::saveNewProjectPreferences saves the status of all the<br>
> js/py/etc radio buttons separately... saving the index or the name of<br>
> the active one would be much easier</div></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"></div><div class="im">
> - EditPage::showTreeContextMenu uses the internalPointer() of the<br>
> model, which makes it prone to break if the model changes<br>
> implementation internally<br>
<br>
</div>Still there.</blockquote><div> </div><div>*[1] the above 3 are good improvements but not something which should</div><div>keep plasmate in playground. </div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">
> - why ImageLoader::run forces the formats?<br>
<br>
</div>Still there.</blockquote><div><br></div><div>yes we missed that</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
> - why KConfigXtWriter writes <kcfg> prologue/epilogue by hand?<br>
<br>
</div>Now it writes the namespaces in a wrong way, closing the quoting<br>
manually and adding attributes by hand in a single string...</blockquote><div><br></div><div>When I was implementing this one I couldn't find some API in QXmlStreamWriter</div><div>which does the job and I assume that the same applies for rest of the people who</div>
<div>read my review, am I missing something?</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
> - TextEditor::modifyToolBar does a big no-no job in looking for<br>
> actions (never ever compare to translated strings, especially when<br>
> coming from other components)<br>
<br>
</div>What about just finding the actions in the actionCollection() of the<br>
KTextEditor::View, and hiding them, instead of messing up with the<br>
XMLGUI document?<br></blockquote></div><br>this is the only documented solution in <a href="http://techbase.kde.org/Development/Architecture/KDE4/XMLGUI_Technology">techbase</a>, so I don't see any reason<div>to avoid it and its also the recommended one.</div>
<div><br><div>P.S.: [1] As it regards issues like those,  we can always disagree about stuff like that</div><div>but the point is to focus on the major issues.</div><div><br>-- <br><div dir="ltr">Giorgos Tsiapaliokas (terietor)<br>
KDE Developer<br><br><a href="http://terietor.gr" target="_blank">terietor.gr</a></div>
</div></div></div>