== Meeting information == * #ubuntu-touch-meeting: Calendar app meeting, 30 Jan at 14:05 — 14:55 UTC * Full logs at [[http://ubottu.com/meetingology/logs/ubuntu-touch-meeting/2014/ubuntu-touch-meeting.2014-01-30-14.05.log.html]] == Meeting summary == ''LINK:'' https://bugs.launchpad.net/ubuntu/+source/qtorganizer5-eds/+bug/1265953 == Vote results == == Action items == * (none) == People present (lines said) == * pkunal-parmar (73) * popey (60) * renato (5) * dpm (4) * nik90 (3) * meetingology (3) == Full Log == 14:05 #startmeeting Calendar app meeting 14:05 Meeting started Thu Jan 30 14:05:55 2014 UTC. The chair is popey. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 14:05 14:05 Available commands: #accept #accepted #action #agree #agreed #chair #commands #endmeeting #endvote #halp #help #idea #info #link #lurk #meetingname #meetingtopic #nick #progress #rejected #replay #restrictlogs #save #startmeeting #subtopic #topic #unchair #undo #unlurk #vote #voters #votesrequired 14:06 Calendar App links:- 14:06 Bugs: https://bugs.launchpad.net/ubuntu-calendar-app/+bugs 14:06 Reviews: https://code.launchpad.net/ubuntu-calendar-app/+activereviews 14:06 Blueprint: https://blueprints.launchpad.net/ubuntu-phone-commons/+spec/coreapps-1404-calendar-dev 14:06 General Links:- 14:06 Milestones: https://launchpad.net/ubuntu-phone-coreapps/+milestones 14:06 Burndown: http://status.ubuntu.com/coreapps-14.04/ 14:06 Blockers: https://wiki.ubuntu.com/Touch/CoreApps/Blockers 14:06 how we doing pkunal-parmar, any progress? 14:06 yes, I proposed MR for key navigation 14:07 yup, will take a look. 14:07 so now we support up/down and left/right navigation in all views 14:08 I also tried AllDay event support from EDS 14:08 it seems working 14:09 the up/down keyboard in Year view seems odd 14:09 it jumps 14:09 yes, yearview there is some issue 14:09 I am not sure why 14:09 it skips the middle months 14:11 right july august it jumps 14:11 that's different issue 14:11 I was not aware of that 14:11 must be some mis-calculation in pos 14:12 thanks I will check that 14:12 ok, left a comment 14:12 also, having CTRL+SHIFT+Tab to mirror CTRL+Tab would be nice 14:12 so you can tab backwards 14:12 I was trying that 14:13 but somehow I was not getting SHIFT modifier in key press events 14:13 hmm 14:13 may be OS is consuming it 14:13 but not sure 14:13 it works in the clock app 14:13 is it ? 14:13 nik90: did you have issues with CTRL+SHIFT+TAB? 14:14 yeah, just tested it with clock trunk 14:14 nope I had no issues with ctrl+shift+tab 14:15 I used Qt.Key_Backtab in combination with (event.modifiers && Qt.ControlModifier) to implement it 14:15 thanks. 14:17 Keys.onTabPressed: { 14:17 if(event.modifiers & Qt.ControlModifier && event.modifiers & Qt.ShiftModifier) { 14:17 print("######################") 14:17 } 14:17 } 14:17 I am trying this code 14:18 but I will try back_tab as well 14:18 let me check out that 14:19 yes , back_tab is working 14:19 Keys.onBacktabPressed: { 14:19 yay! 14:19 thanks nik90 14:19 :) 14:19 pkunal-parmar: on another subject. dpm collated some of the convergence designs the community have been coming up with at https://wiki.ubuntu.com/Touch/CoreApps/Convergence 14:19 thanks :) 14:20 these are just some of the first ideas we've seen 14:20 we're at a sprint next week and will be talking to the design team. 14:20 I'm also looking to get some additional developers to help you. 14:21 ok, that design I have looked 14:21 you mentioned allday support in EDS. Do we have a handle on other oustanding issues with event display / modification? 14:21 but if we have design for all pages then we can code accordingly 14:22 else we will need to keep changing the code 14:22 yes, regarding AllDay event support 14:22 can you check out my last comment here 14:22 https://bugs.launchpad.net/ubuntu/+source/qtorganizer5-eds/+bug/1265953 14:22 I am not sure who should handle that case 14:23 * popey looks 14:24 why would that be allday:false? 14:25 it's a week long event, right? 7 full days of one event, right? 14:25 yes 14:25 so right, I think that EDS when sync event, it should set that flag to true 14:25 in such case 14:25 so I agree with you (sorry, I misunderstood/misread) yes, it should be true 14:26 so as such AllDay flag is working fine, if we set if when creating new event 14:27 do we know when it will be released ? 14:27 so I can propose MR for my current implementation ? 14:28 renato: is https://bugs.launchpad.net/ubuntu/+source/qtorganizer5-eds/+bug/1265953 going to get a landing slot? Who's doing that? 14:29 popey, we are waiting for this one: https://bugs.launchpad.net/ubuntu/+source/qtorganizer5-eds/+bug/1272333 14:29 we intend to release both 14:29 ok, any idea when? 14:30 popey, probably this week or early next week 14:30 ok. thanks. 14:31 pkunal-parmar: you have a MR ready? 14:31 yes 14:31 I need to do some cleanup 14:31 but It will not take much time 14:32 BTW I tested Recurrence also 14:32 on latest EDS it seems to work fine 14:32 great. 14:33 anyway, I think I can propose AllDay event MR 14:33 when EDS change lands 14:33 my code will start working 14:33 else it will not disrupt anything 14:35 ok. good plan 14:36 so do you find anything else missing in Key Navigation ? 14:37 or anything else not working properly ? 14:37 i had a brief play 14:37 let me try again 14:38 I can't break it ㋛ 14:38 so that's always a good sign 14:38 :) 14:38 hmmm.. 14:39 pkunal-parmar: in the add event screen, tabbing to next field would be nice ☻ 14:39 difficult as tab in the description actually inserts a \t tab character 14:40 do you know, if we set recurrence to weekly or daily, that event will reoccurre for 1 year or how long 14:41 actually I have not tried to put tab in NewEvent 14:41 I don't know actually. I don't know how occurrance works in EDS.. renato ? 14:41 I will try that in separate MR 14:41 ok 14:42 pkunal-parmar, I've just had a look at https://bugs.launchpad.net/ubuntu/+source/qtorganizer5-eds/+bug/1265953 14:42 I will keep this MR to navigation right now 14:42 thanks for reporting and for the testing 14:42 right, that reminds me 14:42 pkunal-parmar, you can set for how long this event will occur 14:43 renato, how ? 14:43 pkunal-parmar, it seems that actually writing the flag works, but not in the way expected. Would you mind filing a separate bug to keep track of it? 14:43 in that case do we need to add something to UI 14:43 ok, I can 14:43 pkunal-parmar, great, thanks. That will help us more clearly tracking it and fixing it 14:44 BTW that sync issue which Michal reported, can he share his event to me ? 14:44 I will see if that comes fine to my calendar 14:45 till now I did not see any timing issue while syncing google cal event 14:46 pkunal-parmar, QOrganizerRecurrenceRule.setLimit 14:46 ok, thanks 14:47 so If I dont set, there is not limit ? 14:48 popey, should we offer option to limit the recurrence ? 14:48 We should. 14:49 Repeat [X]. Until [ Forever | DD.MM.YYYY ] 14:49 ? 14:49 is that what you mean? 14:49 right 14:50 my phone calendar has option, Never, after certain count, after certain date-time 14:51 I will add something similar 14:51 thanks pkunal-parmar 14:52 Ok. Anything else pkunal-parmar ? 14:52 anyway, please add comment to MR if you find something missing 14:52 Sorry, we over-ran a bit, but I think it was very useful! 14:53 will do 14:53 I will try to resolve yearview issue 14:53 and then propose MR 14:53 ok. I'll try and keep on top of your MRs ☻ 14:54 thanks 14:54 ok, shall we wrap up? 14:55 thanks pkunal-parmar & renato 14:55 #endmeeting Generated by MeetBot 0.1.5 (http://wiki.ubuntu.com/meetingology)