== Meeting information == * #ubuntu-touch-meeting: Weather meeting, 11 Dec at 17:19 — 17:42 UTC * Full logs at [[http://ubottu.com/meetingology/logs/ubuntu-touch-meeting/2015/ubuntu-touch-meeting.2015-12-11-17.19.log.html]] == Meeting summary == ''LINK:'' https://launchpad.net/canonical-devices-system-image/+milestone/ww50-2015 ''LINK:'' https://bugs.launchpad.net/music-app/+bug/1518764 == Vote results == == Done items == * (none) == People present (lines said) == * ahayzen (60) * popey (48) * faenil (30) * davmor2 (5) * meetingology (3) * DanChapman (1) == Full Log == 17:19 #startmeeting Weather meeting 17:19 Meeting started Fri Dec 11 17:19:57 2015 UTC. The chair is popey. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 17:19 17:19 Available commands: action commands idea info link nick 17:20 GO! 17:20 \o/ 17:20 So, we have the new api docs and keys etc for new weather 17:20 its cold, windy and possibly wet... 17:20 haha 17:20 dark 17:20 so very dark 17:20 that 17:20 * faenil holds a SPAM card: Use ListItemLayout in your list items o/ 17:20 ah yeah i saw the email \o/ 17:20 faenil, i'll look at that over the xmas break :-) 17:21 faenil, can we use that with multiselect/reorder etc? 17:21 ahayzen: that's separate, ListItemLayout is what you put *inside* the list item...swiping actions etc are handled by ListItem 17:21 you should use both 17:21 and yes, ListItem supports multiselection/dragging afaik 17:21 have a look at the uitk gallery ;) 17:22 faenil, ok so the stuff in here http://bazaar.launchpad.net/~music-app-dev/music-app/trunk/view/head:/app/components/Delegates/MusicListItem.qml and here http://bazaar.launchpad.net/~music-app-dev/music-app/trunk/view/head:/app/components/MusicRow.qml .. we could maybe move then :-) 17:22 the important point is you shouldn't use the old ListItem module 17:22 we use the new 1.3 ListItem {} in music already 17:22 and have WIP for weather 17:23 ahayzen: yep replace MusicRow content with a ListItemLayout 17:23 which is a clever row that layouts the content the way visual designers want it to be laid out :) 17:23 faenil, coolio, and whats the difference with SlotLayout? or is that just the base of ListItemLayout ? 17:23 + properties for layout tweaking etc 17:23 \o/ 17:24 ListItemLayout comes with 3 c++ labels, so if you need 2-3 labels it will be faster than having a SlotsLayout with a mainSlot: Column {Label {} Label{} Label {} } 17:24 ah ok i see 17:24 most of ours are two labels :-D 17:24 at the expense of customizability, you cannot currently tweak the vertical spacing between the labels in ListItemLayout 17:24 but you shouldn't 17:24 the space is already decided by visual designers 17:24 okies, i'll try it out after sorting out the bgplaylists :-) 17:25 faenil, thanks for reminding me :-) 17:25 ahayzen: as long as you have a Column just to show labels in a listitem, you should instead use LIstItemLayout :) 17:25 ahayzen: hehe, sorry, I keep spamming :D 17:25 no problem lol 17:25 ahayzen: I just really want to see smoother scrolling in our platform :D 17:25 popey, that new API, is it usable *now* 17:25 music-app is not bad already, but some other apps are quite laggy 17:25 Should be. 17:26 faenil, music isn't *too* bad we got the songs view down to less than 16ms on mako 17:26 ...and that was before the new 1.3 listitem... 17:26 popey, awesome :-) 17:26 ahayzen: it's not about the loading, it's the scrolling :) 17:27 faenil, loading of the delegates is less than 16ms 17:27 but yeah, if loading is already that fast then it's quite good. Bu 17:27 but I won't believe you if you tell me you were using the old ListItems module 17:27 so when you scroll it loads the delegate in less than 1 frames time 17:27 (ListItem.Empty etc) 17:27 the delegate? I hope you don't really mean 1 :D 17:27 hah, we used an Item or Rectangle IIRC 17:27 ok, then it's cool ;) 17:28 the big problem we have to fix is apps using the old ListItems module 17:28 well when you scrolled with QtC in analyse mode the frames were all drawn in time :-) ... i'll have to reprofile again once i've moved to ListItemLayout :-) 17:28 yeah :-) 17:28 ahayzen: defintely, keep me posted with the results! 17:28 faenil, will do :-) 17:28 :) 17:29 17:29 :D 17:29 ahayzen: and share the word please :D 17:29 haha :-) 17:29 * ahayzen wants todo a profiling mission across all coreapps...but has Uni work todo first 17:29 hehehe yeah, I finished Uni last Dec 17:29 I feel your pain :D 17:29 :-) 17:30 Sounds like a job for boxing day :) 17:30 popey, what were the short-term goals for weather? 17:30 haha 17:30 converged view 17:31 api migration 17:31 migrate listitems :-) https://code.launchpad.net/~ubuntu-weather-dev/ubuntu-weather-app/reboot-finish-listitem-migration/+merge/278209 17:31 notifications / alerts 17:31 ah yes, did you remember your solution to that? 17:32 no :( 17:32 But I will, and have added to my todo 17:32 popey, and oh yeah, that thing that dekko uses for keychain... 17:32 was that for passwords ? or what? and i assume only c++ ? 17:32 * ahayzen is wondering if there is a better way of storing API keys 17:32 heh, that was 18 months ago, I have no idea :) 17:32 hehe 17:33 looks like we need to sketch weather app designs as well 17:33 I don't know, sorry. It may be able to store other things 17:33 yes, we do. 17:33 popey, should we have another shared folder for weather ? 17:34 yeah, I'll pull it together, sorry, it dropped down my list. 17:34 google drawings/lucid charts for mockups isn't too bad :-) 17:35 * popey notes 17:35 hey o/ yes qtkeychain is a c++ api which wraps gnome-keyring and kwallet. 17:35 ahayzen, did you use google drawings for those music ones? 17:36 popey, yup ! 17:36 cool, will take a look, thanks 17:36 LucidCharts is good as well if you have access 17:36 just simple rectangles and stuff is enough normally though :-) 17:36 kk 17:36 Ok, anything else? 17:37 erm, ... when is OTA8.5 ? 17:37 like next weekish ? 17:37 yeah 17:37 in theory 17:37 they respan it and re-tested 17:37 davmor2, may know :) 17:37 then i assume folks will be on holiday after that until the new yearish 17:37 yeah 17:37 so we should target any releases for music/weather for the first few weeks of jan ? 17:37 Canonical company shutdown is 24th onwards 17:37 \o/ 17:37 but not everyone takes xmas-new year off 17:38 some like to work then because no interruptions 17:38 spam canonical email then folks! 17:38 8.5 is tested 17:38 I'm off from 18th to new year, but I'll be around 17:38 \o/ 17:38 oooh 17:38 We done? 17:38 that music-app power thing made it right? :') 17:38 * popey looks 17:38 ahayzen: it did 17:38 sweet 17:39 thanks davmor2 :-) 17:39 https://launchpad.net/canonical-devices-system-image/+milestone/ww50-2015 17:39 yay 17:39 it will be in the rc-proposed image at some point today too they had to cherry pick it for 8.5 17:39 https://bugs.launchpad.net/music-app/+bug/1518764 17:39 ok think we are done popey ... so shall next friday be our last meeting of this year ? 17:39 \o/ 17:39 as its your 'last' working day 17:39 Actually I'm off from 18th \o/ 17:40 But I'll be around for meetings, that's cool. 17:40 haha its cool, i'll let you know what i'm doing could be in-transit from Uni->Home 17:40 ok, lets organise via the telegrams 17:40 \o/ 17:40 was that all you needed to know from 8.5 17:40 ya. 17:40 thanks davmor2 ! 17:40 yup :-) 17:41 is it beer o'clock? 17:41 no worries 17:41 not yet, just revision :'( 17:41 aw 17:42 popey, ok we're done :-) 17:42 \o/ 17:42 #endmeeting Generated by MeetBot 0.1.5 (http://wiki.ubuntu.com/meetingology)