== Meeting information == * #ubuntu-touch-meeting: calendar meeting, 02 Apr at 13:09 — 13:48 UTC * Full logs at [[http://ubottu.com/meetingology/logs/ubuntu-touch-meeting/2015/ubuntu-touch-meeting.2015-04-02-13.09.log.html]] == Meeting summary == ''LINK:'' https://wiki.merproject.org/wiki/Buteo is the thing we're looking at, maybe renatu knows more, but I don't think we've made any commitment on timescales? ''LINK:'' https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1437031 ''LINK:'' https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1426519 ''LINK:'' https://developer.ubuntu.com/en/apps/platform/guides/url-dispatcher-guide/ ''LINK:'' https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1437031 ''LINK:'' https://bugs.launchpad.net/ubuntu/+source/ubuntu-calendar-app/+bug/1435542 ''LINK:'' https://code.launchpad.net/~pkunal-parmar/ubuntu-calendar-app/CalendarIcon/+merge/254178 ''LINK:'' https://code.launchpad.net/ubuntu-calendar-app/+activereviews == Vote results == == Done items == * (none) == People present (lines said) == * kunal (68) * popey (49) * charles (17) * tedg (10) * meetingology (3) * mihir (3) * renatu (1) * faenil (1) == Full Log == 13:09 #startmeeting calendar meeting 13:09 Meeting started Thu Apr 2 13:09:24 2015 UTC. The chair is popey. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 13:09 13:09 Available commands: action commands idea info link nick 13:09 hey, figured it was faster on irc than hangout :) 13:09 :) 13:09 https://wiki.merproject.org/wiki/Buteo is the thing we're looking at, maybe renatu knows more, but I don't think we've made any commitment on timescales? 13:10 yes, in last meeting he told something like that 13:10 oh yes. 13:10 Shall we look at the milestone and bugs then? 13:10 but are we still considering or its final ? 13:11 I don't know 13:11 I don't think any code has been wrotten 13:11 *written 13:11 hey faenil 13:11 o/ 13:11 heya :) 13:11 So we had a milestone for this week https://launchpad.net/ubuntu-calendar-app/+milestone/2015-04-02 13:12 yes we are going to move to buteo soon, but we do not have a time-line yet 13:12 ok, thanks renatu 13:12 How are those two bugs going? 13:12 https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1437031 13:12 https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1426519 13:13 this Date time indicator bug 13:13 I started working on it 13:13 but there are lot of gray area 13:13 like, I know what will be key (X-URL) but dont know what I should put there 13:14 mean what should be value 13:14 similarly what should be value for X-ICON 13:14 also not sure how I can handle invocation from indicator 13:14 is that something we should just decide on, or we need input from renatu / charles ? 13:15 renatu, mention something to add in jason file, but I think we need to add some code in QML as well 13:15 but i could not find any information 13:15 kunal: also there is a bug , https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1439049 13:15 we need input from renatu /charles 13:15 where they open event from indicator it opens Calendar instead of opening Event directly 13:16 good morning 13:16 hi, charles 13:16 looking at scrollback 13:16 I need some input 13:17 I wanted to know what should I put as value for X-ICON and X-URL 13:17 also how can i handle invocation from indicator 13:17 to launch particular view in calendar 13:21 * popey fills charles with coffee 13:21 popey, https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1437031 13:21 this one is ready 13:21 kunal, unfortunately this would be a question for renatu or tedg. I haven't created a click hook to register for a url type before 13:21 popey, thanks :-) 13:22 charles, ok 13:22 * popey pokes ted 13:22 * tedg waves 13:22 hey 13:22 *magic* 13:23 tedg: http://paste.ubuntu.com/10723944/ 13:23 (the scrollback) 13:23 popey, all you have to do is look in a mirror and say "tedg" five times 13:23 :) 13:24 Oh, okay. Let me find the link. Just a sec. 13:24 https://developer.ubuntu.com/en/apps/platform/guides/url-dispatcher-guide/ 13:25 kunal, ^ that's how you register for a custom URL 13:25 kunal, Then what you pass in just has to match that 13:25 kunal, once calendar-app is registered for "calendar:///foo", the foo part is up to you, whatever the app needs to load the particular event; e.g. "calendar:///eventId=id" 13:25 kunal, It can really be anything you want 13:25 * charles adds a bookmark 13:25 ok, 13:26 thanks tedg 13:26 tedg, how this URL is delivered to QML code ? 13:27 as command line ? 13:28 kunal, https://developer.ubuntu.com/api/qml/sdk-14.10/Ubuntu.Components.UriHandler/ 13:28 kunal, It'll be command line if it is not started, if it is running (or restored) it'll be via dbus. But best to use that component 13:29 ok, great, thanks tedg , it make all thing clear now 13:29 Excellent. 13:30 kunal: so that needs a bit more work, right? 13:30 charles, so in last meeting we decided, if event does not belong to Reminder or Clock , you will treat them as Calendar event 13:30 so do you want me to add those two parameter explicitly ? 13:30 yes, popey 13:30 kunal, right, so we also need to agree on a fallback url 13:31 that datetime will know enough to hardcode in the case of a missing x-url 13:31 kunal: ok, lets bump it to the next milestone (I just added) so we don't lose it. 13:31 but, instead i worked on this two bugs 13:31 https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1437031 13:31 https://bugs.launchpad.net/ubuntu/+source/ubuntu-calendar-app/+bug/1435542 13:31 whatever you need there is fine, just let me know what you want it to be 13:32 charles, let use calendar:///eventID=XXXX 13:32 for x-icon 13:32 what should I use 13:32 you need path to icon, or what ? 13:32 kunal, makes sense 13:33 path can move though, can't it? 13:33 yeah, actually tedg had an interesting point on this 13:33 or is it relative to the app install location? 13:34 he was thinking, packages can lie to us or omit it, it would be better for qtorganizer5-eds to insert the click package name, and for datetime to find the icon from that via the manifest / .desktop 13:34 I'm not sure today what we're going to do there, I need to get together with renatu and tedg and see if that's possible or not 13:35 so let's table the -icon for this week... 13:35 Are't there generic icons for this, which we can use ? 13:35 for calendar, yes 13:35 ok 13:35 I think that calendar could be the default as well. 13:35 calendar has it easier than the other apps, since anything that doesn't have the x-props is a calendar event 13:35 i.e. if you didn't set the value at all. 13:36 like this 13:36 https://code.launchpad.net/~pkunal-parmar/ubuntu-calendar-app/CalendarIcon/+merge/254178 13:36 ok 13:39 kunal: all good? 13:39 yes 13:39 now I know ,how I can resolve that issue 13:40 so for next milestone, I will keep working on this 13:40 plus I have few MR failing due to AP issue 13:40 I will try to resolve those 13:40 ok. 13:41 but there are some MR which can be merged 13:41 https://code.launchpad.net/ubuntu-calendar-app/+activereviews 13:41 I'll test/approve/merge them. 13:41 Need those AP tests fixing to enable a store upload to happen 13:41 ok, thanks 13:42 We shouldn't upload apps that don't pass all their AP tests. 13:42 so as of now 13:42 AP is failing for 13:42 lp:~pkunal-parmar/ubuntu-calendar-app/TapToCreateEvent ⇒ lp:ubuntu-calendar-app 13:42 which we need to evaluate anyway 13:42 I will try to resolve this AP first 13:42 lp:~pkunal-parmar/ubuntu-calendar-app/WeekNumber ⇒ lp:ubuntu-calendar-app 13:43 Well, trunk fails for me on my nexus 7 running RTM 13:43 ok 13:43 so if trunk fails I'm not surprised those merges fail too 13:43 We should get trunk in shape, then not regress 13:43 ok, I am was not aware of that 13:43 (easier said than done, I realise) :) 13:43 kunal: let me re-run again, and I'll file a bug for failing tests 13:44 I only ran it this morning, not had a chance to file bug. 13:44 right, i agree, I will try to see if trunk fails for me 13:44 if that happens, then I will try to fix trunk 13:44 else my branch wich failes 13:44 ok. thanks. 13:45 in anycase 13:45 lp:~pkunal-parmar/ubuntu-calendar-app/CalendarIcon ⇒ lp:ubuntu-calendar-app 13:45 this is just icon change 13:45 we can merge it 13:45 approved 13:45 ok :) 13:46 that was easy ㋛ 13:47 :) 13:47 Anything else? 13:47 so rest of them, I will confirm 13:47 once after running AP from trunk 13:47 nothing else from me 13:48 ok. 13:48 \o/ 13:48 Thanks kunal (and everyone else) 13:48 have a great weekend 13:48 wc :) 13:48 #endmeeting Generated by MeetBot 0.1.5 (http://wiki.ubuntu.com/meetingology)