20:00 #startmeeting File Manager App 20:00 Meeting started Thu May 30 20:00:24 2013 UTC. The chair is mhall119. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 20:00 20:00 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 20:00 some links: 20:00 Bugs: https://bugs.launchpad.net/ubuntu-filemanager-app 20:00 Blueprint: https://blueprints.launchpad.net/ubuntu-phone-commons/+spec/initial-filemanager-development 20:00 hello 20:00 Burndown: http://status.ubuntu.com/coreapps-13.10/ubuntu-filemanager-dev-coreapps-13.10-month-2.html 20:01 hello ajalkane, CarlosMazieri__ 20:01 what is that channel about ? 20:01 so, wow, 100% DONE on the month-2 work items, and we're only halfway through month-2 20:01 elkng: this is where development teams have their weekly meetings 20:02 elkng: https://wiki.ubuntu.com/Touch/CoreApps/Meetings 20:02 mhall119: is that channel always here or its created when meeting started ? 20:02 always here 20:02 the bot changes it though 20:02 21:00:24 -!- meetingology changed the topic of #ubuntu-touch-meeting to: Welcome to the meeting channel of the Ubuntu Touch Platform | | File Manager App Meeting | Current topic: 20:03 just before you arrived 20:03 ok, only one open bug: #1180956 Copying to a folder that contains the file already results in error 20:03 CarlosMazieri__: did you just fix that? 20:04 No, only right now I am aware about it 20:04 [carlos-mazieri] prevent paste into the origin, send error signal: DONE 20:04 ajalkane: did you notice that problem? 20:05 CarlosMazieri__: yes, I reported it 20:05 is that work item different from the bug reported? 20:05 My interpretation of the workitem is that it's different 20:05 YES, this new item, it was missing to check 20:05 ok 20:06 so there aren't any more work items for this cycle, and only 3 left on the Blueprint 20:06 [popey] Get final icons for displaying FS objects: TODO 20:06 Create and cache thumbnails for documents, images and videos: TODO 20:06 Create proper icons for current placeholder icons in toolbar (and context-menu if it supports icons in future): TODO 20:07 mhall119: i requested icons from design, they said they'd provide "later" 20:07 popey: are we going to get FS icons for mobile? 20:07 ok 20:07 i.e. after final designs done for core apps 20:07 but no time until then 20:08 CarlosMazieri__: ajalkane: how about the other two, are they something we can target for the rest of month-2? 20:09 I have very little time at least until fall, so I know those are too much work for me to tackle at the moment 20:09 does month-2 mean June ? 20:09 yeah 20:09 since we have no other work items for June 20:10 unless you guys have some more things that need to be done that we can add work items for 20:10 Since I don't have much time, I'm just seeing if there's some small polishing or if the "dogfood" eating results in bugs that I should fix. 20:11 ok 20:11 there is a thumbnail in memo, I guess it is only for images 20:11 oh, one thing I wanted to bring up is opening files in external apps 20:11 I tested that in Nemo as reported in the email 20:12 it doesn't currently work on Ubuntu 20:12 What about opening files in external apps? 20:12 opening files 20:12 umm it doesn't? 20:12 It requires latest carlos's plugin 20:12 not that I've gotten working 20:12 ok, maybe I need that 20:13 so how does the nemo plugin figure out what app to use? 20:13 We switched to opening by calling plugin's function for extra flexibility in future 20:13 It's just the same Qt's openExternal function, but one could in future do something extra there if needed 20:13 I reported that Nemo open files does not work 20:14 It tries to use Internet browser to open the files I tested: mp3, pdf and text 20:14 ok 20:14 this is what I get: file:///home/mhall/projects/Ubuntu/sdk/pure-qml/ubuntu-filemanager-app/FileActionDialog.qml:37: TypeError: Object DirModel(0x8707478) has no method 'openPath' 20:14 I'm confused. Carlos, are you talking about that running it in Ubuntu does not work, or in Nemo mobile it doesn't work? 20:14 now, Qt offers http://www.developer.nokia.com/Community/Wiki/How_to_use_Qt.openUrlExternally_in_QML 20:15 mhall119: that's definitely outdated plugin 20:15 Nemo emulator 20:15 is it? 20:15 oh, outdated nemo plugin you mena? 20:15 yeah with Carlos's changes 20:15 I have 0.3.4bzr3raring0 installed 20:15 It's week or two old in Carlos' repo that has openPath function 20:16 I guess you are running the nemo plugin without any of our changes 20:16 oh, so not in the core apps PPA? 20:16 where's core apps PPA? I'd like to take a peek how recent it is 20:16 https://launchpad.net/~ubuntu-touch-coreapps-drivers/+archive/daily 20:16 jenkins should be setup to build a new package there every time your plugin branch gets a new revision 20:17 popey: ^^ we have that setup right? 20:17 i believe so.. one moment 20:18 yo fginther 20:18 hello 20:18 fginther looks after some of our build infrastructure 20:18 CarlosMazieri__: where is your latest plugin code? What branch? 20:18 lp:~carlos-mazieri/ubuntu-filemanager-app/model/folderlistmodel 20:18 fginther: we're just checking to see if the nemo plugin in https://launchpad.net/~ubuntu-touch-coreapps-drivers/+archive/daily is being built regularly, and if so where from? 20:19 popey, checking 20:21 popey, it is based on this branch: lp:~ubuntu-filemanager-dev/ubuntu-filemanager-app/nemo-qml-plugins-packaging 20:21 ok, I've created a new series to track the plugin work: https://launchpad.net/ubuntu-filemanager-app/plugin 20:21 popey, but there have been no merge proposals processed 20:22 it also has a new branch, absed on the one CarlosMazieri__ just said he's using, it's at lp:~ubuntu-filemanager-dev/ubuntu-filemanager-app/plugin 20:22 thanks fginther 20:22 CarlosMazieri__: ajalkane: from now on, let's propose merges into that branch the same way we do for the app's trunk 20:22 so, should CarlosMazieri__ do a merge proposal to lp:~ubuntu-filemanager-dev/ubuntu-filemanager-app/nemo-qml-plugins-packaging ? mhall119 ? 20:22 popey: no, fginther can you point jenkins to lp:~ubuntu-filemanager-dev/ubuntu-filemanager-app/plugin instead? 20:22 mhall119, yes 20:22 thanks 20:22 sweet! 20:22 thanks fginther 20:23 CarlosMazieri__: ajalkane: does that all make sense? 20:24 OK, I will propose a mege 20:25 CarlosMazieri__: it's an exact copy of your branch right now 20:25 so merge proposals are only needed going forward 20:26 OK, thanks, 20:26 popey, mhall119, it's ready to go now 20:26 but now the branch is something everybody in the team can push to, and we can do code reviews and stuff like we do for the app's code 20:26 thanks fginther 20:26 so, while we're on the subject of the plugin code 20:26 Good 20:27 ajalkane: last week I asked if you could find out where the upstream version of the code is, and what we need to do to submit CarlosMazieri__'s code to them, were you able to find that out? 20:27 mhall119: do I need to look at the bug you mentioned ? 20:27 CarlosMazieri__: please 20:27 mhall119: sure, I sent Carlos an overview. Did you get the e-mail Carlos? 20:27 where is it ? 20:28 where it the bug? or the email? 20:28 the bug description 20:28 https://bugs.launchpad.net/ubuntu-filemanager-app/ 20:28 bug #1180956 20:28 Thanks 20:28 np 20:28 how about ajalkane's email, did you get that? 20:31 about upstream, yea 20:31 CarlosMazieri__, is there a packaging branch for lp:~ubuntu-filemanager-dev/ubuntu-filemanager-app/plugin? 20:32 CarlosMazieri__: cool, I really want to make sure we're getting these changes upstream, otherwise we'll be maintaining a fork and that's going to cause us a lot more work down the road 20:32 CarlosMazieri__: ajalkane: if there's anything I can do to help with getting it upstream, just let me know 20:33 are there any other questions, concerns or blockers from you guys? 20:33 fginther: there was packaging in the previous branch? 20:33 popey, yes. it was inline 20:33 fginther: maybe it is the lp:~ubuntu-filemanager-dev/ubuntu-filemanager-app/nemo-qml-plugins-packaging 20:33 Nope for me 20:33 CarlosMazieri__, I'll try it 20:35 no questions from my side 20:36 fginther: if it's in the other branch, can you add it to the new one and send an MP? 20:36 mhall119, I will if I get it to build :-) 20:36 thanks fginther 20:36 #endmeeting