== Meeting information == * #ubuntu-touch-meeting: Docviewer meeting, 04 Dec at 15:05 — 15:38 UTC * Full logs at [[http://ubottu.com/meetingology/logs/ubuntu-touch-meeting/2014/ubuntu-touch-meeting.2014-12-04-15.05.log.html]] == Meeting summary == ''LINK:'' http://bazaar.launchpad.net/~ubuntu-docviewer-dev/ubuntu-docviewer-app/trunk/view/head:/src/app/qml/TextView.qml == Vote results == == Done items == * (none) == People present (lines said) == * popey (55) * sverzegnassi (49) * meetingology (3) * davmor2 (2) == Full Log == 15:05 #startmeeting Docviewer meeting 15:05 Meeting started Thu Dec 4 15:05:17 2014 UTC. The chair is popey. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 15:05 15:05 Available commands: action commands idea info link nick 15:05 How are you? 15:05 Fine! During these days I've worked on a couple of project, and I did some progress on the docviewer 15:06 However, there are some issues that may be blockers in future 15:06 ah okay. go on? 15:07 Mainly they are related to content-hub 15:07 The first is about the confined access to files 15:08 The point is that we should think that PDF files may be very large, and having a cache copy may use much space on disk 15:09 right 15:09 we had a similar issue with the music app 15:09 the music app uses content hub to copy downloaded mp3s from web-browser (and scopes I think) to ~/Music 15:09 Rather than copy to ~/.cache/..... 15:09 We should probably move/copy the files to ~/Documents instead 15:10 and then the user can manage the space better. 15:10 as ~/Documents is exposed over mtp 15:10 I took a look at the log of ubuntu-app-devel room earlier, and we have a problem with downloaded files 15:11 Atm, as far as I know, we cannot access to ./home/Documents through content-hub 15:11 I think we may be able to get an exception 15:11 In the same way the Music app does 15:11 Yep, we should 15:11 I mean, docviewer is supposed to be a system hub for document type 15:11 as gallery-app does 15:12 +1 15:13 Ok, the other relevant thing is about our plain text reader. 15:13 I didn't edit the code since I started to follow this project, and it needs to be rewritten. 15:14 Just going back to ~/Documents issue... 15:14 We are using a TextArea inside a Flickable, but TextArea already includes a Flickable, so scrolling and all mouse-related gesture are seriously compromised 15:14 yeah, ok :P 15:14 if you take a look at the apparmor.json in the music app.. 15:15 you can see it has "read_path" and "write_path" 15:15 * sverzegnassi searching for lp:music-app on launchpad 15:15 where we should have write_path maybe set to ~/Documents/Imported 15:15 and use content hub to pull downloaded PDFs to that directory 15:16 there's a section in music-app.qml which deals with the ContentTransfer 15:16 might be worth looking at. 15:16 I will need to speak to security to make sure this is all sane 15:18 so it's possible to change the content-hub behaviour and manage IO operations? 15:19 this would be great 15:19 yeah 15:19 awesome! 15:19 I'll speak to security people first. 15:19 make sure I'm not talking rubbish ☻ 15:20 looking forward for the answer :) 15:21 will let you know 15:21 that news answers to many opened question I wanted to talk during this meeting 15:21 heh, good! 15:21 ok, so you were saying about text documents? 15:22 yep! I've seen that we need to rewrite it from scratch. it's not that much work 15:22 Okay. 15:22 I trust your judgement on that. 15:22 http://bazaar.launchpad.net/~ubuntu-docviewer-dev/ubuntu-docviewer-app/trunk/view/head:/src/app/qml/TextView.qml 15:22 At the moment we have a flickable that contains a TextArea 15:23 but Textarea already contains a flickable, so there is a conflict between them 15:23 Understood. 15:23 Also, we don't need the keyboard support in the app anymore, since it's already included in uitk 15:24 ok 15:25 For the PDF plugin, I still have to get in touch with his maintainer, but the fix I was working on is finished 15:25 I still need to improve the behaviour of zooming on the QML side 15:26 but all the rest seems to work greatly. I hope to have something worth to be tested for the weekend 15:26 Excellent. 15:26 If you want me to do any testing, just shout 15:26 I'm sure davmor2 would be happy to help too, I know he tests it a bit already here and there 15:26 Sure! 15:27 I'll let you know when I have good stuff then! 15:27 Do you know something about the hack days? 15:27 popey: don't wake me up like that 15:27 Yeah, next week, we'll reach out and see if we can find people to help. 15:27 heh 15:28 I was expecting some news on the ubuntu dev blog 15:28 i did blog it. 15:28 but on my personal blog 15:28 oh, ok 15:29 we'll promote more next week. 15:29 awesome! 15:29 So, anything else? 15:29 The last thing was about a design question 15:30 Ah okay. 15:30 I was about to extend the header used for the Pdf view 15:30 to our image and text views 15:30 Ok, to add what? 15:31 To have a smaller font so that the file name is not ellipsed after the 8th char 15:31 popey, sverzegnassi: On a more serious note I will be doing test at random times on most apps in vivid so I am more than happy to shout out when I hit issues. 15:31 thanks davmor2 15:31 but yes, I need to find something to put under the file name 15:31 davmor2: great, thanks! 15:32 sverzegnassi: if it was downloaded, perhaps the url or domain it came from? 15:32 if we can get that info, it's an interesting idea 15:33 I thought about the mime type for the text files (e.g. "C++ header", or "Javascript", etc.) 15:34 but it may be redundant, since we show that info in the Details page 15:34 anyway it's not so important at this moment 15:34 yeah, I'm not convinced there's a lot of use cases for the sub-header 15:34 yeah 15:35 surely, we'll have the opportunity to discuss about this with the design team 15:35 yes. 15:35 we can file a bug and add a task for ubuntu-ux to bring it to their attention 15:35 thats the easy way 15:36 Ok, I'll do it later then 15:36 k 15:37 that's all, I think 15:37 Excellent. Thanks so much sverzegnassi ! 15:37 I'll get back to you once I have spoken to security 15:37 great! thanks you popey 15:37 have a nice weekend! 15:37 Have a great weekend! 15:37 :D 15:38 #endmeeting Generated by MeetBot 0.1.5 (http://wiki.ubuntu.com/meetingology)