/srv/irclogs.ubuntu.com/2013/12/25/#ubuntu-app-devel.txt

BHSPiMonkeyI 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 available00:00
BHSPiMonkeyBut I might not have considered all of the wonkiness of the new appstore security models00:00
BHSPiMonkeyDo you think trying to continue within the Ubuntu SDK is a bad idea for now?00:02
dakerBHSPiMonkey: if it's for the desktop i think it's ok00:03
BHSPiMonkeyI'll have to figure out how to get the C bindings written and tossed into the project00:04
dakerBHSPiMonkey: more the security model http://mdeslaur.blogspot.com/2013/12/ubuntu-touch-and-user-privacy.html00:07
BHSPiMonkeyThanks00:08
BHSPiMonkeyI'm going to fiddle around with the project template that mixes C++ with QtQuick200:08
BHSPiMonkeyAnd see what it lets me do.00:08
dakerBHSPiMonkey: i use C++/QML plugin on my app https://bazaar.launchpad.net/~rad.io-devs/rad.io/trunk/files00:09
BHSPiMonkeyWill look over it, thanks00:10
dakeryw00:14
BHSPiMonkeydaker: how do you get image assets included in your build? My image sources all come up not found00:18
dakerBHSPiMonkey: ?00:20
dakerthe folder architecture stays the same00:20
BHSPiMonkeydaker: 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 build00:21
BHSPiMonkeyI think I'll need to change up the project's .pro a little00:21
BHSPiMonkeyokay, 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
dakerBHSPiMonkey: Qt.resolvedUrl(IMG)00:27
BHSPiMonkeydaker: right, but it still looks in the wrong place00:28
BHSPiMonkeyI had to prepend ../../, even with resolvedUrl00:28
BHSPiMonkeyStarting to get somewhere... http://i.imgur.com/QenFE8r.png00:37
dakerBHSPiMonkey: :)00:38
BHSPiMonkey(a dummy data model for now, but still)00:38
BHSPiMonkeyI wonder how hard it would be to allow switching between grid and list views00:40
mihirhey guys :)09:37
mihirmhall119: thanks for the review :)09:37

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!