[13:57] Where should I file a bug for the emulator? [16:06] TommyBrunn: here: https://bugs.launchpad.net/ubuntu/+source/goget-ubuntu-touch [16:14] Is there any good way to inspect the qml scene? I'm trying to wrap my head around how positioning works, and it would be helpful to be able to see where the different components are, how big they are, etc. [20:25] popey: hi! Are there plans to have the file manager app declare itself as an importer of content? [20:25] popey: or, in other words, if I find time to implement the feature in these days, does it have a chance of being approved? [20:35] mardy: not sure I understand [20:35] mardy: so save something _to_ file manager? [20:35] popey: yes [20:37] popey: or do we have default apps for every content type? [20:37] we dont [20:38] popey: so, for instance, I would like to be able to download a document from the browser, and have the file manager store it; then I'll read it on the PC, when I connect it [20:38] but the browser wont let you download random files right now, will it? [20:39] It only lets you download registered file types. [20:39] so you'd not get to the content-hub dialog for an unknown file [20:45] popey: true [20:46] popey: actually, let me explain my use case, maybe you know better how things works and can tell me if it makes sense [20:46] mardy: you'd need to negotiate that one with dbarth and kenvandine I suspect [20:46] ok [20:46] popey: I want to download images for later use, but I don't want them to show up in the gallery [20:47] popey: I'd like to keep the gallery only for images which I take myself [20:48] popey: so I thought that I could store them in the file manager, in some directory, and then retrieve them later with the PC [20:48] ak [20:48] popey: do you think that this would work, or does the gallery app somehow intercept all the images stored on the phone? [20:49] I dont think it intercepts, it just finds anything / everything in ~/Pictures and below [20:51] I think the directories it looks in are hard wired, like mediascanner [22:38] hey, has anyone managed to make qtdesigner to work for qml ubuntu components? [23:43] perrito666: i dont think anyone has, no. [23:55] is there a component for a filesystem tree with listitems or should I build it by hand?