<div dir="ltr">On Sat, Jul 13, 2013 at 9:25 PM, Heena Mahour <span dir="ltr"><<a href="mailto:heena393@gmail.com" target="_blank">heena393@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div>Hey  Marco and other plasma developers as well ,</div><div class="im"><div><br></div>><span style="font-size:13px;font-family:arial,sans-serif">using cmake is a requirement before it can move anywhere. </span></div>
<div><font face="arial, sans-serif"><br>
</font><div><span style="font-family:arial,sans-serif;font-size:13px">CMakeLists.txt and qmldir are made and is pushed for Mark's calendar component .He will make sure import org.kde.pim.calendar is to be installed .</span></div>

<div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Between Mark suggested that calendar would require months to complete (based on his experiance last year).</span><span style="font-size:13px;font-family:arial,sans-serif">Easily stuff that can take you months to grasp.</span><span style="font-size:13px;font-family:arial,sans-serif">.Would it be possible to port it in a month? Though a simple calendar with some functionalities as a pop up dialog to the clock that is resizable are already made (you can check out heenamahour/gsoc branch) .</span></div>
</div></div></blockquote><div><br></div><div>taken a quick look on the branch (between akademy and chronic lack of power outlets don't have much time ;)</div><div><br></div><div>so, first thing you should put it in the same folder name of the old c++ applet, just deleting it.</div>
<div><br></div><div>first, some comments for the clock itself:</div><div><br></div><div>the 12/24 hours format shouldn't be from a local config, but take from timeFormat of the klocale bindings.</div><div><br></div><div>
I don't care so far about the fancy texture the clock text had, make it work with simple text, just a Label (and optionally a second in smallestreadablefont for the date)</div><div><br></div><div>the size hints are so far to be a square applet (minimumWidth: height)</div>
<div>should use the paintedWidth of the time text instead</div><div><br></div><div>it should be a popupapplet, as usual anything regarding calculation of popuppostion should not be there</div><div><br></div><div>the clock should be the compactRepresentation component, while the calendar the "full" representation</div>
<div><br></div><div>Dialog foes away</div><div><br></div><div><br></div><div>for the calendar, in the end you should probably not implement one, but either use Mark's component or the old one that is in a kde-runtime branch (altough that may require more work)</div>
<div> </div></div>