13:03 <popey> #startmeeting Calendar meeting 13:03 <meetingology> Meeting started Thu Jun 26 13:03:03 2014 UTC. The chair is popey. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 13:03 <meetingology> 13:03 <meetingology> Available commands: action commands idea info link nick 13:03 <mihir> hey popey , pkunal-parmar 13:03 <popey> How are you guys? 13:03 <mihir> popey: i am doing great :) 13:03 <pkunal-parmar> I am doing good, how about you 13:03 <popey> super! 13:03 <popey> I see we had some pep8 errors creep in.. 13:05 <pkunal-parmar> yes, so we updated something ? 13:05 <pkunal-parmar> BTW i dont see those on my machine 13:05 <popey> i think a new pep8 landed 13:05 <popey> which is a bit more strict with comments 13:05 <popey> sorry about taht 13:05 <popey> *that 13:05 <mihir> okay 13:05 <pkunal-parmar> how can I download it ? 13:06 <popey> good question 13:06 <popey> which pep8 packages do you have installed? 13:07 <popey> pep8 and python-autopep8 ? 13:07 <popey> you might be able to get away with grabbing http://cz.archive.ubuntu.com/ubuntu/pool/main/p/pep8/pep8_1.5.6-0ubuntu1_all.deb and http://cz.archive.ubuntu.com/ubuntu/pool/main/p/pep8/python3-pep8_1.5.6-0ubuntu1_all.deb 13:07 <popey> and "sudo dpkg -i *.deb" on them 13:08 <pkunal-parmar> ok 13:08 <mihir> Okay thanks :) 13:08 <pkunal-parmar> will try that then 13:09 <popey> but in this instance it looks like it just wants a space after a # in comments 13:09 <popey> the other option of course is to upgrade your machine to 14.10 ☻ 13:10 <pkunal-parmar> how stable is that ? are you using it ? 13:10 <pkunal-parmar> I mean 14.10 13:10 <popey> I'm using it on one of my machine 13:10 <popey> not had a prblem 13:11 <pkunal-parmar> ok 13:11 <pkunal-parmar> may be I will update my machine to 14.10 13:11 <popey> It might overcome the issues we've had with EDS updates 13:11 <mihir> I'll try to do that too :) 13:11 <pkunal-parmar> yes, regarding that 13:11 <popey> thanks! 13:12 <mihir> now , pkunal-parmar regarding my MR i did try that but EDS jumbles after it stores and retrives 13:12 <pkunal-parmar> I am not sure why its freezing, but looks like some backend problem 13:12 <pkunal-parmar> but can not be sure 13:12 <mihir> Retrieve* 13:12 <pkunal-parmar> I will upgrade and see what's problem 13:12 <popey> good idea 13:12 <pkunal-parmar> mihir, I will try 13:12 <popey> so mihir https://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/1297739/+merge/221109 that one just needs pep8 i think.. 13:13 <mihir> Hmm yes but popey there is one change you asked for needs to be done,. 13:13 <popey> https://code.launchpad.net/~pkunal-parmar/ubuntu-calendar-app/NewEvent-Contact/+merge/223570 seems to be failing badly. 13:13 <popey> oh, also pep8 13:13 <popey> http://91.189.93.70:8080/job/generic-mediumtests-utopic/665/consoleFull 13:13 <mihir> yup , i saw that. 13:14 <mihir> pkunal-parmar: is it good to change start date via adding days if the the current day is not starting day of an event ? 13:15 <mihir> like if today is tuesday and i create event for Mon-Wed-Fri , so I'll add one day in start day and create an event 13:16 <mihir> so it starts from Wednesday rather than Tuesday. 13:17 <pkunal-parmar> i think EDS should take care of that, we should be able to use current date without creating event on past 13:18 <mihir> pkunal-parmar: it is not taking care of at as popey mentioned in MR https://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/1297739/+merge/221109/comments/537120 13:19 <popey> yeah, you shouldn't have to fudge the dates 13:19 <mihir> pkunal-parmar: sorry this limk https://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/1297739/+merge/221109/comments/537225 13:19 <popey> renato__: you about? 13:20 <renato__> popey, sorry I am in another meeting right now :D 13:20 <pkunal-parmar> we need to varify what options we are saving to event 13:20 <popey> renato__: ok 13:20 <pkunal-parmar> and what we save is correct then we should raise bug on EDS 13:20 <mihir> pkunal-parmar: we are storing on Weekly 13:20 <popey> +1 13:21 <pkunal-parmar> mihir, try to dump event before saving and then after and see what is saved 13:22 <mihir> We saving an event with Weekly option , and assigning DaysOfWeek property for an event 13:23 <mihir> pkunal-parmar: if we don't change startDate , then it startDate is the day event has been created, and repetation options is weekly 13:23 <mihir> and it create repetition from the event date has been created and followed by the repetition options we have chosen 13:24 <pkunal-parmar> I would still like to see what's getting saved 13:25 <mihir> pkunal-parmar: sure i'll post a comment once i reach back home :) 13:25 <popey> thanks mihir 13:25 <mihir> pkunal-parmar: without changing start dates right / 13:26 <mihir> and also , if you could look at the sorting problem..that would be great too 13:26 <pkunal-parmar> yes 13:26 <pkunal-parmar> without changing dates 13:26 <pkunal-parmar> sure, I will try that 13:27 <mihir> pkunal-parmar: are we left with any functionalities that needs to be implemented ? 13:27 <mihir> popey: 13:28 <popey> the calendar management branch needs landing of course 13:28 <popey> i see you started breaking that up, hows that going? 13:28 <mihir> and i see, Calendar app running good on Touch Emulator 13:31 <pkunal-parmar> I think we should be able to merge all branch except calendar filtering 13:31 <pkunal-parmar> so I will create branch for setting calendar on new event 13:32 <pkunal-parmar> and another branch for changing color for calendar 13:32 <popey> great 13:32 <mihir> pkunal-parmar: okay :) 13:32 <pkunal-parmar> and calendar filter support needs to wait till we find out freezing issue's fix 13:32 <popey> do we have a bug for freeezing issue? 13:33 <mihir> popey: i guess no 13:34 <pkunal-parmar> no, it happens only when we change collection/calendar 13:34 <pkunal-parmar> so its not happening on trunk code 13:34 <popey> ok 13:36 <popey> when it's freezing do you see high cpu load? 13:36 <popey> I have seen that with the EDS backend on the device sometimes. 13:36 <popey> but it releases after a while 13:36 <pkunal-parmar> I did not try 13:36 <pkunal-parmar> I can check that 13:36 <popey> especially bad if you have a busy calendar 13:36 <popey> i think 13:37 <pkunal-parmar> actually for this freeze, it never got free, I waited for quite some time 13:37 <popey> ah 13:37 <popey> desktop or device? 13:37 <pkunal-parmar> device 13:37 <popey> yeah, worth looking at top and dmesg, see what's going on. 13:38 <pkunal-parmar> ok, will try that 13:38 <popey> Ok, anything else? 13:38 <mihir> popey: nothing from my side :) 13:38 <mihir> pkunal-parmar: i 'll post comment of an output of event after it save in EDS 13:39 <pkunal-parmar> ok 13:39 <pkunal-parmar> nothing from my side as well 13:39 <popey> Ok, great. Thanks as always guys. 13:39 <popey> #endmeeting