13:05 #startmeeting Dekko 13:05 Meeting started Thu Jan 7 13:05:04 2016 UTC. The chair is popey. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 13:05 13:05 Available commands: action commands idea info link nick 13:05 Happy new year! 13:05 You too! 13:05 Okay, where are we :) 13:05 * DanChapman is feeling refreshed after taking a break :-D 13:06 Excellent! 13:07 Still no James? I had some questions. I'm redoing the recipient input in the message composer (again) and had a couple of questions 13:07 faenil, is James about? 13:07 https://drive.google.com/file/d/0BwhxYaiA7z1qZWt0bk9NcVZWTnM/view?usp=sharing 13:08 popey: nope 13:08 I think he's ill :/ 13:08 https://drive.google.com/file/d/0BwhxYaiA7z1qc04tSFpUZm1NSjQ/view?usp=sharing 13:08 oh dear 13:09 what's the question? 13:09 Ahh ok. He previously mentioned about using selectors like in contacts app for Home > Work > Mobile etc and wondered where that is supposed to go :-D 13:09 But for To >> Cc > Bcc in dekko 13:10 Can that appear when pressing "To:" itself? 13:10 which to me is the most logical place to put them 13:10 In other mail apps, you toggle them on by tapping To, which shows a list, you tap cc to enable that one, or bcc to enable that one. 13:11 in gmail you have CC and BCC on the right 13:11 and you tap on them to add the corresponding field below To 13:11 oh yes 13:11 ahh ok... 13:11 wonder where I've seen it on left then 13:11 nvm 13:12 i prefer the gmail way :) 13:12 after you tap on them they go below To, on the left :) 13:13 Yeah we have the CC/BCC on the right now, i'll just leave it at that for now then 13:14 yeah, seems wise 13:14 Next! 13:18 I have one for faenil! :-D When rows are getting inserted into the message list model and currentIndex is already set. It doesn't seem to adjust on count changes. Are we supposed to compute that manually? 13:18 i.e the highlight isn't following the currently selected message 13:19 popey, on a different note Dekko's had some good contributions from gci so far. 13:19 I'm not really sure, I think you have to adjust it, although I'd expect it to do it automatically ofc 13:19 DanChapman, excellent news! 13:19 DanChapman, do you have an AUTHORS file to make sure we keep track of contribs 13:21 faenil, right.. yeah i thought it should automatically do it. It's a pain having to do it manually. 13:22 it depends on the interpretation really, you may want to keep element number4 in highlight 13:22 even if the model changes 13:22 (I agree finding usecases for that is not trivial though) 13:23 popey, yep I just haven't updated it yet. It's only been one student so far but he's seems enthusiatic in getting stuck in. which is awesome 13:23 Great news! 13:24 faenil, yeah, i can see there are cases where you wouldn't want it to change. 13:26 I will see if a QItemSelectionModel could help here as that can hold the QModelIndex rather than an int as the currentIndex 13:29 I'm having a look at QQuickItemView's src 13:29 https://github.com/qtproject/qtdeclarative/blob/dev/src/quick/items/qquickitemview.cpp#L1264 13:33 DanChapman: https://github.com/qtproject/qtdeclarative/blob/dev/src/quick/items/qquickitemview.cpp#L197 13:33 Right so my model needs to emit a modelUpdate(QQmlChangeSet,bool)?? 13:34 that seems to suggest that it should update currentIndex :/ 13:35 althought I don't know where newCurrentIndex here is coming from, if there have been no removes at all 13:35 https://github.com/qtproject/qtdeclarative/blob/dev/src/quick/items/qquickitemview.cpp#L197 13:36 yeah it looks like it should do. 13:39 Right i'll come back to that one. Gonna take some time to understand how that qquickitemview works. 13:39 So, what's next? 13:40 DanChapman: yeah, keep me updated :) 13:40 I havn't got anything else atm. Just cracking on with getting stuff finished. 13:41 Ok, where do we stand on store updates? 13:42 See the current dates for OTA9? End of the month. 13:43 Yeah i noticed it had been extended a week. give me 2 more days to re-do this composer then i will pass a click about for testing. If all seems good we'll get that pushed 13:44 faenil, are scrollbars going to land in ota-9? 13:44 Win 13:44 DanChapman: yes, a first version 13:44 thanks DanChapman 13:44 use ScrollView 13:44 I want to get an update ready for that as well as it makes a massive difference in the message list 13:45 We done? 13:45 I think so. 13:45 thanks DanChapman faenil ! 13:45 cool 13:46 np :) 13:46 #endmeeting