BHSPiMonkey | I thought I could design a UI within the new framework that would scale nicely across devices and primarily be used on desktop, though still be able to run as-is on phones and tablets if arm packages of the library are available | 00:00 |
---|---|---|
BHSPiMonkey | But I might not have considered all of the wonkiness of the new appstore security models | 00:00 |
BHSPiMonkey | Do you think trying to continue within the Ubuntu SDK is a bad idea for now? | 00:02 |
daker | BHSPiMonkey: if it's for the desktop i think it's ok | 00:03 |
BHSPiMonkey | I'll have to figure out how to get the C bindings written and tossed into the project | 00:04 |
daker | BHSPiMonkey: more the security model http://mdeslaur.blogspot.com/2013/12/ubuntu-touch-and-user-privacy.html | 00:07 |
BHSPiMonkey | Thanks | 00:08 |
BHSPiMonkey | I'm going to fiddle around with the project template that mixes C++ with QtQuick2 | 00:08 |
BHSPiMonkey | And see what it lets me do. | 00:08 |
daker | BHSPiMonkey: i use C++/QML plugin on my app https://bazaar.launchpad.net/~rad.io-devs/rad.io/trunk/files | 00:09 |
BHSPiMonkey | Will look over it, thanks | 00:10 |
daker | yw | 00:14 |
BHSPiMonkey | daker: how do you get image assets included in your build? My image sources all come up not found | 00:18 |
daker | BHSPiMonkey: ? | 00:20 |
daker | the folder architecture stays the same | 00:20 |
BHSPiMonkey | daker: I have image files I'm using in my UI, but they can't be found at runtime because they're not making it into the build | 00:21 |
BHSPiMonkey | I think I'll need to change up the project's .pro a little | 00:21 |
BHSPiMonkey | okay, added my assets dir to DEPLOYMENTFOLDERS and now it makes it into builds, but I don't know how to specify the image paths in my QML relative to the binary (it's instead looking for the files relative to the QML files) | 00:25 |
daker | BHSPiMonkey: Qt.resolvedUrl(IMG) | 00:27 |
BHSPiMonkey | daker: right, but it still looks in the wrong place | 00:28 |
BHSPiMonkey | I had to prepend ../../, even with resolvedUrl | 00:28 |
BHSPiMonkey | Starting to get somewhere... http://i.imgur.com/QenFE8r.png | 00:37 |
daker | BHSPiMonkey: :) | 00:38 |
BHSPiMonkey | (a dummy data model for now, but still) | 00:38 |
BHSPiMonkey | I wonder how hard it would be to allow switching between grid and list views | 00:40 |
mihir | hey guys :) | 09:37 |
mihir | mhall119: thanks for the review :) | 09:37 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!