=== chriadam|away is now known as chriadam === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk [06:09] Hi. I'm using an OptionSelector with OptionSelectorDelegate with custom images (iconSource). [06:10] I see there is the property contrainImage, which is almos what I need. [06:10] I'd also like to set margins, so that the image is not occupying 100% of the height of the delegate [06:10] is there a way how to do it? [06:11] If it was possible to change the margins of the delegate's leftIcon... [06:18] hm, it seems I can get to the image via a hack like: Component.onCompleted: this.children[0].children[0].height -= units.gu(2); but that's hacky and fragile [06:51] http://paste.ubuntu.com/12011980/ ... any idea how to make this less hacky while sticking to the OptionSelectorDelegate? [07:13] good morning === chihchun_afk is now known as chihchun === chriadam is now known as chriadam|away === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk [11:54] is that wanted that the activeFocusOnPress from https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Components.Pickers.DatePicker/ seems to be taken from TextField doc? === chihchun_afk is now known as chihchun === rickspencer3_ is now known as rickspencer3 === JamesTai1 is now known as JamesTait === jhodapp is now known as jhodapp|sick [14:16] hi, is this the right place to ask about snappy packages too? [14:42] pindonga: there is #snappy [14:46] thx popey [14:47] np [14:53] should .local/share/ be created automagically? or is it up to the app to create it if its needed? === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [15:11] I asked already in the morning, but perhaps more people are here now... any idea on how to do this: http://paste.ubuntu.com/12011980/ without such horrible hack? [15:12] zub was one of my fave speccy games. [15:12] i.e. to make the OptionSelectorDelegate's icon smaller (so that the image does not fill the height completely - that looks ugly) [15:13] https://en.wikipedia.org/wiki/Zub (not related :) ) [15:23] I heard it was origially called Zob, but changed at the last minute because Zob is a rude word in some language. === chihchun is now known as chihchun_afk [16:35] mcphail: any news? ☺ === kivi is now known as harvo === harvo is now known as kivi [20:42] okay im getting kinda fustrated. i released some apps in high school that used the .net framework and made money on it. im trying to find a way to market myself in the linux community *1-2$ apps* ... wondering why paid apps havent been in the software store for a while now and wondering if i should just advertise my website instead? any tips are appreciated... [20:47] Is there no way to apply a conditional userscript to a webview with oxide? You could do url:variable?style1.js:style0.js with qtwebkit.experimental back in the day [20:59] sl1rpy: the desktop store is on it's way out, it's being replaced by the much better app store developed for the phone [21:00] so for now, if you're targeting desktop, yeah you're better off just advertising your own website and .deb package [21:01] huh, thanks for the tip. now would forums be a good way to get the word out about my portfolio? [21:01] idk what the chat policies are, havent read them... i know some of them dont like ads [21:02] mhall119, ^ [21:05] would it be better to compile software in 14.04 than 15.04? [21:08] sl1rpy: forums are fine, so is out Google+ App Developers group [21:11] oh cool.. do you have linky to it? mhall119 [21:12] nvm ... found it [21:14] mhall119, only thing left is whether 15.04 or 14.04 lts is best for developing game and software... [21:30] !ping [21:30] pong! [21:30] !ping [21:30] !ping [21:48] Is there still no documentation for Oxide? === kivi-a is now known as barosa === barosa is now known as harvo === harvo is now known as kivi [23:28] wellsb: how about https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Web/ [23:29] kalikiana, Nah, I need oxide for UserScripts and some other features. I figured out a way to do what I wanted. Thanks [23:30] ah, okay [23:30] wellsb: what are you working on? [23:32] I had an old app (esv-bible) for ubuntu touch, and it has been broken for eons because so much had changed with the api (I was still using Ubuntu.Components.Extras.Browser). Anyway, it has a night mode for reading, and I needed to be able to style a webview one of two ways depending on this setting. With oxide, a webview can only be set to a context (w/ associated userscripts) on creation, so I had to find a new way [23:37] wellsb: seems like a pretty big limitation. how did you handle it now? [23:41] It's a bit convoluted, but it works. In my webview, I wrote a function to execute javascript rootFrame.sendMessage("oxide://", "EXECUTE", {code: code}); and then in my .js file I have a message handler to handle the above and then I have the function in my .js style, and I pass a qml variable to it as a string in the executejavascript function of the webview