13:00 <popey> #startmeeting Trojita meeting
13:00 <meetingology> Meeting started Fri May 23 13:00:43 2014 UTC.  The chair is popey. Information about MeetBot at http://wiki.ubuntu.com/meetingology.
13:00 <meetingology> 
13:00 <meetingology> Available commands: action commands idea info link nick
13:01 <popey> Hows it going guys?
13:01 <DanChapman> slow :-) i've been battling with this webview all week!! finally getting somewhere now
13:02 <boren> DanChapman, Great, how you did it?
13:02 <DanChapman> also jkt has been maxed out with work so he hasn't had time to review anything, so hopefully next week some more should land
13:04 <popey> I was going to ask about that, looking at the trello board
13:04 <popey> seems a bunch in review
13:05 <popey> https://trello.com/b/73rFyG6n/ubuntu-email-client
13:06 <boren> This week, I made one request for limiting external link. We need major features from the backend, so the project seems slow.
13:07 <mhall119> are you guys able to contribute to the backend when this happens?
13:07 <DanChapman> boren well to disable the flickable it requires the content item size turning off and binding the contentHeight/width to the parent flickable. BUt still even that works horribly which i'm investigating. I'm finding using a full size webview and displaying the whole message inside a webview. See screenshots on trello
13:08 <DanChapman> *i'm finding it easier
13:08 <DanChapman> mhall119: well it's kind of blocking gcollura atm as he needs my smtp settings branch to land
13:10 <DanChapman> boren what features are you talking about?
13:10 <mhall119> can he not base his work on your branch, and we'll just submit them together to upstream?
13:11 <boren> DanChapman, I am thinking of the multiaccount and viewing html message.
13:11 <boren> and autoconfig
13:12 <DanChapman> mhall119: yes that's what he has been doing but jkt likes all commits to be ontop of current master so it get's a bit tricky from that point of view
13:13 <popey> is there nobody other than jkt who can review?
13:14 <DanChapman> popey nope
13:14 <popey> hm
13:14 <DanChapman> he has the final say
13:14 <popey> of course
13:15 <boren> DanChapman, How does jkt think of the webview solution?
13:15 <popey> ok, we can have a chat with jkt about that, mhall119 can you drop jkt a mail?
13:16 <DanChapman> boren well html isn't too much work all that's needed is to filter the attachments model properly and pass the "pathToPart" as the url
13:16 <mhall119> popey: sure thing
13:17 <DanChapman> boren jkt was concerned about html messages faking controls on the UI but the html messages are being loaded inside a sandboxed iframe so the don't have access to the parent document
13:19 <boren> DanChapman, Oh, perfect. Finally.
13:21 <mhall119> DanChapman: is there one specific branch of yours that gcollura is waiting for?
13:21 <DanChapman> mhall119: have you had a chance to look at click packaging this week?
13:21 <DanChapman> mhall119: yes https://git.reviewboard.kde.org/r/117588/ is the one
13:22 <DanChapman> it's ready to go on my part, jkt was looking into a better way to handle enums so i presume it's waiting on that
13:25 <DanChapman> boren trying your branch I get the notification to load external but nothing loads after clicking
13:27 <boren> DanChapman, en, I will investigate. Now  I know how to enable html.
13:27 <popey> Is there anything else we can be working on while waiting?
13:27 <mhall119> DanChapman: no, I tried settings the CLICK_MODE and EXEC like bzoltan suggested but that didn't seem to make qtcreator understand how to click package it
13:30 <DanChapman> popey yes loads :-D The messagelist view scrolling needs fixing as the "Scrolling...." drives me nuts :-D the message view needs more work. Also sender identities to be done to go with gcollura's work
13:30 <DanChapman> plus all the items in the todo on trello
13:31 <popey> Ok.
13:31 <DanChapman> boren yes you can either use the pathToPart or in FIndInterestingPart move text/html above text/plain and comment out the part=QmodelIndex()
13:31 <mhall119> DanChapman: the "Scrolling" thing is an optimization right?
13:33 <DanChapman> mhall119: yes
13:36 <DanChapman> How long is it till the current header/toolbar will be deprecated? That probably needs porting aswell at some point
13:38 <popey> you can already switch to the new header
13:38 <popey> its backwards compatible
13:38 <popey> in terms of being able to keep support for the old one.
13:38 <popey> but I would move to the new one ASAP
13:39 <popey> music, calendar and rssreader are all moving  or have moved to it
13:39 <mhall119> DanChapman: http://developer.ubuntu.com/api/qml/sdk-14.10/Ubuntu.Components.MainView/#useDeprecatedToolbar-prop is what you need to set
13:39 <DanChapman> popey ok i'll add an item for that one
13:39 <DanChapman> mhall119: thanks :-)
13:39 <mhall119> also, if you had an icon in your ToolbarButton, it needs to be set on the Action it contains instead
13:40 <mhall119> otherwise it just works
13:40 <DanChapman> wow as simple as that. Awesome ;-p
13:42 <mhall119> yeah, the SDK guys did a good job of making the new design work without breaking the API
13:44 <mhall119> DanChapman: did the sorting issue get fixed yet, or did jkt's suggestion not work?
13:45 <DanChapman> jkt's suggestion doesn't work but i have this temp fix waiting https://git.reviewboard.kde.org/r/118181/ if you could give it a try for me. Also a review on the password watcher would be good if anyone has time
13:46 <mhall119> I can try the temp fix next week (wrapping up a work sprint today and then flying home)
13:46 <DanChapman> changing the layoutdirection and trying to position the view at the end caused it to jump  down the list while it was loading. it looked nasty
13:47 <DanChapman> mhall119: that would be awesome thanks
13:48 <popey> DanChapman: are there any design blcokages? Anything you need design input for?
13:50 <DanChapman> I planned to contact delsa next week about displaying and editing/creating sender identities. I had a go at it myself :-) epic fail!
13:51 <popey> I'd recommend pinging him sooner rather than later. He may have a quiet period over the weekend ㋛
13:51 <DanChapman> that's a good point, i'll do that today then
13:52 <popey> sweet! nice one DanChapman
13:53 <popey> Ok, anything else?
13:54 <DanChapman> i'd like to start getting some autopilot tests together for what we currently have but until somewhere like Travis CI moves to 14.04 they just wouldn't get run enough
13:54 <DanChapman> anyway that's for another day.
13:56 <popey> ok.
13:56 <popey> Thanks again DanChapman & boren, we'll fire a mail off to jkt.
13:56 <DanChapman> thanks guys
13:56 <popey> #endmeeting