streaky_ | good evening, could anyone tell me if there is much of a difference between a dual boot ubuntu image and a full installation for a nexus 4? thanks | 01:00 |
---|---|---|
=== aaron_ is now known as ahoneybun | ||
ahoneybun | ahayzen: still around? | 01:39 |
=== chihchun_afk is now known as chihchun | ||
=== chihchun is now known as chihchun_afk | ||
=== chihchun_afk is now known as chihchun | ||
liuxg | how can I do a vibration in QML app? thanks | 06:32 |
DanChapman | liuxg: HapticsEffect is what you want for that https://developer.ubuntu.com/api/apps/qml/sdk-14.10/QtFeedback.HapticsEffect/ | 07:10 |
liuxg | DanChapman, thanks. do you have any example for using the API? I have not tried it yet. | 07:11 |
DanChapman | liuxg: there is an example on that docs page i linked. | 07:14 |
liuxg | DanChapman, OK. thanks! I will it :) | 07:14 |
liuxg | DanChapman, thanks, it works beautifully | 07:39 |
=== ara is now known as Guest1907 | ||
=== oSoMoN__ is now known as oSoMoN | ||
=== chihchun is now known as chihchun_afk | ||
=== beuno_ is now known as beuno | ||
=== jgdxx is now known as jgdx | ||
JamesTait | ogra_, has anyone else reported photo sharing from the gallery not actually sharing the photo in your alternate-webapps-container version of G+? | 13:53 |
ogra_ | JamesTait, you mean directly from gallery ? | 13:54 |
=== pat_ is now known as Guest98059 | ||
ogra_ | or when importing into G+ via content hub | 13:54 |
JamesTait | ogra_, oh, actually it was from camera app - I took a photo, swiped across to view it, shared via the top-right menu. | 13:55 |
ogra_ | hmm, that shouldnt be offered, i dropped that ... | 13:55 |
ogra_ | do you run the app from the store or did you sideload it ? | 13:55 |
ogra_ | the only thing the app in the store should offer is url sharing ... photos and videos are excluded in that version | 13:56 |
JamesTait | I think originally I might have sideloaded it, and then updated via the store when it became available there. I woudln't swear to it, though. | 13:56 |
ogra_ | you need to import them from the running G+ app | 13:56 |
ogra_ | hmm, might be that the versioning of the sideloaded one was higher ... the store has 0.2 | 13:57 |
ogra_ | (so uninstall and re-install it) | 13:57 |
JamesTait | ogra_, just checked my ~Downloads - google-plus.ogra_0.2_all.click | 13:57 |
JamesTait | ogra_, so it looks like I sideloaded it. | 13:58 |
ogra_ | right, uninstall and reinstall should fix it then | 13:58 |
JamesTait | ogra_, cool, thanks. ☺ I thought it would probably be just me! | 13:59 |
=== Guest98059 is now known as pmcgowan | ||
JamesTait | ogra_, yep, uninstalling and re-installing drops it from the sharing menu. | 14:03 |
ogra_ | perfect | 14:03 |
ogra_ | sharing after importing into the app will work though ... | 14:04 |
JamesTait | I still have the "official" webapp in the sharing menu, so I can use that, and then use yours for browsing (which looks better, IMO). | 14:06 |
ogra_ | right, that will work too :) | 14:13 |
liuxg | is there anyway to detect the orientation change in QML application? | 14:19 |
ahayzen | liuxg, https://developer.ubuntu.com/api/apps/qml/sdk-14.10/QtSensors.OrientationReading/ | 14:22 |
liuxg | ahayzen, yeah, thanks! except that, is there a easier way to do that? I just tried to use "onWidthChanged" in the MainView, but it does not seem to work. | 14:25 |
ahayzen | liuxg, as the example states onReadingChanged: { } | 14:25 |
liuxg | ahayzen, it would be good to fix the orientation of the app as well. | 14:25 |
ahayzen | yeah all of these improvements we are waiting for to land for some apps :/ | 14:26 |
liuxg | ahayzen, thanks for that. I know it should work. :) for the orientation detection, if it is accessible without using the sensor (underneath, it should be case), that would be the best. this is such a commonly used feature for a lot of apps. | 14:28 |
ahayzen | liuxg, the width > height I did manage to use for one app to detect if you are in landscape/portait | 14:29 |
ahayzen | liuxg, i had "property bool landscape: width > height" on the PageStack | 14:30 |
liuxg | ahayzen, I just tried to use onWidthChanged in the MainView. it does not seem to give me anything. Maybe, I will get another try. | 14:30 |
liuxg | ahayzen, you used that on the pagestack. in my app, I do not use the pagestack. | 14:30 |
ahayzen | i don't think that worked for me IIRC but on the pagestack or something that was a child did, it was weird if i remember correctly | 14:31 |
ahayzen | liuxg, probably best to ask some SDK folks ;-) | 14:31 |
liuxg | ahayzen, thanks. I just tried another example. the width and height are not changed when orientation is changed. | 14:33 |
liuxg | ahayzen, thanks for answering. I just checked width change event of the Page, it is the same. | 14:36 |
ahayzen | liuxg, probably best to make a mini-app and then ask the sdk guys why it doesn't work, then if they agree it is a bug report it :) | 14:37 |
nik90 | liuxg, ahayzen: AFAIK detecting the width and height change of the mainview used to work, since that's how I was able to use Ubuntu.Layouts to morph between phone, tablet portrait and tablet landscape UIs for my flashback a long time ago. | 14:37 |
nik90 | liuxg: I haven't tested it recently | 14:37 |
nik90 | liuxg: I basically defined property bool isLandscape: width > height | 14:37 |
nik90 | and used that | 14:37 |
ahayzen | nik90, for me it worked in like the PageStack but then that app was weird as it was a Window->MainView->PageStack | 14:37 |
nerochiaro | bfiller: https://code.launchpad.net/~uriboni/oxide/find-in-page/+merge/258184 | 14:38 |
ahayzen | yeah i did the same but in the PageStack | 14:38 |
nik90 | ah ok | 14:38 |
liuxg | nik90, ahayzen, I am now using the 15.04 image. it is very weird that I did not get the change event. | 14:39 |
bfiller | nerochiaro: the oxide MR has conflicts https://code.launchpad.net/~uriboni/oxide/find-in-page/+merge/258184 | 15:19 |
nerochiaro | bfiller: i will merge trunk into it shortly. middle of something right now | 15:21 |
bfiller | nerochiaro: thanks | 15:21 |
nerochiaro | bfiller: fixed the find in page MR for oxide by merging trunk | 15:51 |
bfiller | nerochiaro: thanks | 15:57 |
popey | Elleo: seems cutespotify is broken on vivid arale :( http://paste.ubuntu.com/11132731/ | 16:19 |
Elleo | popey: :/ will try to take a look at the weekend | 16:20 |
popey | kk | 16:21 |
=== JamesTai1 is now known as JamesTait | ||
=== _salem is now known as salem_ | ||
danielbe | Hello. I would like to install the developer kit for ubuntu sdk 14.10 from the command line. I used the following command: sudo click chroot -a armhf -f ubuntu-sdk-14.10 create | 19:24 |
danielbe | However, the command fails: http://paste.ubuntu.com/11135043/ | 19:26 |
danielbe | The server on which I want to install the click chroot has ubuntu 14.04. | 19:27 |
=== salem_ is now known as _salem | ||
Neo31 | hi there mhall119 | 21:44 |
=== Benno-007 is now known as Guest40312 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!