**** BEGIN LOGGING AT Fri Feb 12 02:59:58 2016 Feb 12 04:19:23 morning :) Feb 12 05:56:11 Garfonso: That's an early morning :P Feb 12 05:56:45 I'm finally back on a decent wake up hour :p Feb 12 06:17:24 Morning Feb 12 06:17:50 Herrie: let me check that serviceName Feb 12 06:19:11 Herrie: we agre you're sure there is only one Tweak.qml on the device/qemu ? Feb 12 06:19:40 because if it would take the old one, you would get exactly this message Feb 12 06:20:00 Let me check Feb 12 06:21:03 Tofe: Once this is fixed I'll be doing some minor UI PR :) Feb 12 06:22:17 Tofe: Hmmz there was a Tweak.qml still on the device :P Feb 12 06:22:21 Not sure how Feb 12 06:22:39 OOps I know now... Feb 12 06:22:49 Was overwriting my local lnc directory without deleting it Feb 12 06:26:03 ok, well, one bug less :) Feb 12 06:26:14 Yeah Feb 12 06:26:20 Still have an issue with the moved wallpaper Feb 12 06:26:50 When you flash N4 it doesn't overwrite /media/internal/ Feb 12 06:27:03 So the new wallpapers don't get there, while it's clearly in the image :S Feb 12 06:33:24 did you do a copy or a symlink? Feb 12 06:37:03 ka6sox: I just moved the whole location in the image Feb 12 06:37:15 ka6sox: Which seems fine for new installs but not for upgrades Feb 12 06:38:21 Tofe: https://github.com/webOS-ports/luna-next-cardshell/pull/258 Feb 12 06:40:10 Herrie, I would mkdir -p and copy so that any custom wallpapers they have don't get killed Feb 12 06:40:35 that way it would work for both Feb 12 07:01:43 YOu mean here? https://github.com/webOS-ports/meta-webos-ports/blob/fido/meta-luneos/recipes-core/initrdscripts/initramfs-boot-android/init.sh#l118 Feb 12 08:02:57 morning Feb 12 08:22:09 morning Feb 12 08:22:53 morning Feb 12 08:24:04 bjawebos & Tofe: morning Feb 12 08:31:34 Tofe: You happy with my explanation for the PR? Feb 12 08:31:55 For the AppMenu I kept it simple so it doesn't get in your way :P Feb 12 08:33:07 But should at least "fix" the appmenu showing on lockscreen for now :) Feb 12 08:34:42 Herrie|Veer: yes, I'm happy with it :) Feb 12 08:34:54 let me merge Feb 12 08:35:11 done Feb 12 08:35:26 The gradient bg on the lockscreen is just cosmetics but makes it look "fancier" :P Feb 12 08:35:40 Just noticed it was missing :P Feb 12 08:38:49 Yes, no pb; the only thing to remember with a gradient is that performance isn't that great, so it shouldn't be used too much where there is a lot of resizes Feb 12 08:39:05 Tofe: OK Feb 12 08:39:29 I was also looking at the visual feedback for screenshots. Got that half working now :P Feb 12 08:40:39 So probably need a little help there, since I'm not that familiar with transitions & animations Feb 12 08:55:22 I can get it to work properly first time. Then 2nd time it works too but it doesn't disappear anymore. I guess I'm missing something somewhere and I need to reset something :P Feb 12 09:23:13 yes, animations can be a bit tricky Feb 12 09:55:53 Tofe: See my herrie/fixes2 branch, last commit. I'm sure this is far from correct, so any pointers I'll gladly take :) Feb 12 12:47:29 Tofe: Will try your suggestion shortly. Still need to test this on device too, to make sure the animation doesn't appear in the screenshot itself like this :P Feb 12 12:48:00 On TP in 3.0.5 with same colors it looks warmer (more yellowish) but could be my matte crappy laptop display vs TP shiny one Feb 12 13:21:45 Tofe: pushed updated code with a Timer. Not very elegant but seems to work. Performance wise it might be better compared to the onOpacityChanges Feb 12 13:22:57 I can probably drop the onVisibleChanged altogether and set both opacity and visible using the Timer. Feb 12 13:55:38 Herrie|Veer: I commented too quickly... Feb 12 13:57:26 Herrie|Veer: I'm sure we can do better than the timer, but it'll need to wait till tonight, it's a bit busy at work these days Feb 12 13:58:31 Tofe: Yeah that's exactly my problem. Easiest solution I can think of is a Timer that runs once Feb 12 13:58:34 See the other commit Feb 12 13:58:39 Tofe: OK Feb 12 13:58:47 I'll just push what I have now Feb 12 13:59:45 And will test tonight Feb 12 14:01:54 Tofe: There's an onStopped which can be used at the end of animation. I put it in there and that seems to work :) Feb 12 14:03:20 So that achieves the same as Timer basically :) Feb 12 14:12:58 Herrie|Veer: an animator isn't an animation Feb 12 14:14:11 Tofe: It's Friday afternoon, are we doing spellchecks now :P Feb 12 14:15:11 See the code. It's the onStopped of the OpacityAnimator. So that should be OK? Result seems fine for me :) Feb 12 14:35:28 Might not work for all scenarios but seems ok for this case Feb 12 14:37:42 ah ok, I foolishly believed the doc :p if stopped exists, that's perfect yes Feb 12 14:39:39 Tofe: It's documented :) Feb 12 14:39:49 Stopped signal and you can use onStopped :) Feb 12 17:52:08 home ! Feb 12 18:04:01 Tofe: Same here Feb 12 18:04:58 Herrie: I'm working on little improvement for the gradient effect: a bit quicker, and some little QML details Feb 12 18:05:53 Tofe: OK Feb 12 18:06:14 Yeah I think you can do it in pure QML instead of image as well? Feb 12 18:08:09 you mean some shader effect? Feb 12 18:10:08 No, I was more thinking of avoiding playing with "visible" too much, and trying to use the animations as they are intended to be used as much as possible Feb 12 18:10:14 but it's ready, so you'll see Feb 12 18:10:37 First I'll merge your PR because it works :p Feb 12 18:13:33 Herrie: https://github.com/webOS-ports/luna-next-cardshell/pull/260 Feb 12 18:13:44 really mainly about code aethetics :p Feb 12 18:14:17 but, also, about not activating the shooter too soon Feb 12 18:15:32 Obviously, this low priority, but has antone looked into iBeacon support? It's an open standard, right? Feb 12 18:33:15 I guess we'd be more interested in Eddystone. Feb 12 18:35:51 ... Or AltBeacon. Feb 12 18:54:16 morning Feb 12 20:07:07 Tofe: Looks good. I assume you tested it? Feb 12 20:07:26 DougReederAlso: We didn't look into this yet Feb 12 20:07:37 Herrie: only on desktop, but should be fine Feb 12 20:07:48 Tofe: Any reason why you reduced the duration to 500? I took 900 from OWO luna-sysmgr Feb 12 20:08:09 Herrie: it just seems a bit long... no? Feb 12 20:08:42 https://github.com/openwebos/luna-sysmgr/blob/master/Src/base/visual/WSOverlayScreenShotAnimation.cpp#l79 Feb 12 20:08:51 Tofe: Well we can make it Tweaks enabled :P Feb 12 20:13:42 Tofe: YOu're aware how our Android FS is being setup? Seems that on upgrades media/internal doesn't get overwritten? Feb 12 20:14:56 Herrie: no, I never really looked at it **** ENDING LOGGING AT Sat Feb 13 02:59:58 2016