19:34 <mhall119> #startmeeting Document Viewer
19:34 <meetingology> Meeting started Thu May 30 19:34:59 2013 UTC.  The chair is mhall119. Information about MeetBot at http://wiki.ubuntu.com/meetingology.
19:34 <meetingology> 
19:34 <meetingology> 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
19:35 <dragly> Thanks all!
19:35 <mhall119> Bugs: https://bugs.launchpad.net/ubuntu-docviewer-app
19:35 <mhall119> Blueprint: https://blueprints.launchpad.net/ubuntu-phone-commons/+spec/initial-docviewer-development
19:35 <mhall119> Burndown: http://status.ubuntu.com/coreapps-13.10/ubuntu-docviewer-dev-coreapps-13.10-month-2.html
19:36 <mhall119> so we have one open bug
19:36 <Oranger> yes I saw it today
19:36 <mhall119> is it coming from the C++ wrapper, or some other component?
19:38 <Oranger> I think from the C++ wrapper
19:38 <Oranger> but I don't have a lot of informations about this bug
19:38 <mhall119> you're working with Kaleo on a replacement for that right?
19:38 <Oranger> It seem to be something which appen with an amd64 architecture
19:38 <mhall119> something that will provide you with command line args directly in QML
19:39 <Oranger> mhall119: Not this week
19:39 <Oranger> mhall119: I was working on poppler, but as soon as possible I will work with him to finish this work
19:39 <mhall119> ok, I'll take a work item to follow up on his progress
19:40 <mhall119> how is the Poppler work going?
19:41 <Oranger> It took me a long time to successfully compile it with Qt4 first, and now I'm working on the porting, everything is ok, I hope to finish it this week
19:41 <mhall119> fantastic, that's quick progress
19:41 <Oranger> we need to be fast, display pdf is the main feature of the app :)
19:42 <mhall119> alright, so there are a few work items for month-2 to go over
19:42 <mhall119> indeed :)
19:42 <mhall119> [chocanto] Investigate how to add gesture zooming/panning to Image view: TODO
19:42 <mhall119> that can wait on the Poppler work though
19:42 <Oranger> Yes, i think too
19:42 <mhall119> [jdstrand] Find out if Calligra components can be used to add office document support: TODO
19:43 <mhall119> I don't know if he's going to have time to do that this milestone or not, I'll check up on it
19:43 <Oranger> I don't have any news from him too
19:43 <mhall119> [mhall119] Get docviewer app registered to open file types it support when they are called with xdg-open: BLOCKED
19:43 <Oranger> Ah yes, I wanted to ask will you blocked this item :)
19:44 <mhall119> so I started on this earlier in the week, but it turns out that in order to implement it properly, someone needs to write a Qt Platform plugin for Ubuntu Touch
19:44 <mhall119> so I can make the changes to the .desktop file (which seems all that needs to be done for the docviewer), but without the platform plugin it won't get used
19:45 <Oranger> Oh ok, I thought it was already created
19:45 <mhall119> I'll go ahead and submit those changes anyway, just so they're there
19:45 <mhall119> nope, not yet, not from the Qt side anyway
19:45 <mhall119> which means the File Manager can't just say "Open this text file in an external program" and have that open the doc viewer
19:46 <mhall119> there is, however, a hack plugin that exposes QProcess to QML, so the file manager could explicitly call the docviewer with the filepath, and that would work
19:46 <mhall119> but that wouldn't require any additional work on the doc viewer
19:47 <mhall119> so I'll be talking to the file manager devs about that
19:47 <Oranger> don't give more work for a temporary thing
19:48 <mhall119> yeah, I'm just not sure how temporary it would be
19:48 <Oranger> I think when pdf display will be ok, I will open a default file so poeple will be able to test it
19:48 <mhall119> sounds good
19:49 <mhall119> alright, any other questions or concerns?
19:49 <Oranger> I think not, maybe on the way to change pages in pdf, but it's not very important
19:50 <mhall119> would that be built into the PDF component from Poppler? or something to implement separately in QML?
19:52 <Oranger> in QML
19:52 <mhall119> ok
19:53 <Oranger> I want to do it in QML but if we can't so, this question have no place to be ^
19:53 <mhall119> ok
19:54 <mhall119> anything else?
19:54 <Oranger> no :)
19:54 <Oranger> thank you !
19:54 <mhall119> #endmeeting