**** BEGIN LOGGING AT Mon Oct 10 02:59:59 2016 Oct 10 07:15:01 morning Oct 10 07:49:52 Morning Oct 10 08:05:43 Tofe: Did you test the pinch to zoom on device? Oct 10 08:05:58 I tried to pinch to zoom card on N4 but doesn't seem to work for me? Oct 10 08:06:10 Or I must do something wrong :P Oct 10 08:42:36 Herrie|Pre3: yes, it worked; not perfectly, but it was spreading Oct 10 08:43:05 I'll redo the test tonight, maybe I've forgotten something Oct 10 08:43:22 Tofe: Ah Oct 10 08:43:22 And it's not a zoom, it's a spread of the card stack Oct 10 08:43:30 I was testing pinch-to-zoom Oct 10 08:43:38 Which didn't work :P Oct 10 08:43:45 Spread works more or less indeed Oct 10 08:44:40 We could introduce a Tweak to switch between pinch-to-spread and pinch-to-zoom Oct 10 08:45:00 having both seems unlikely Oct 10 08:53:25 Tofe: Why it seems unlikely? Oct 10 08:53:53 I think the pinch to zoom only works when they're not stacked, not 100% sure though Oct 10 08:54:00 Would need to test that on TP Oct 10 09:12:02 Well, it's just that the behavior doesn't seem very easy to understand Oct 10 09:12:32 Tofe: Let me play a bit with my tp tonight to see what is does there Oct 10 09:16:52 ok :) Oct 10 09:17:52 I don't recall how it is implemented from top of my mind Oct 10 09:18:04 It's not something I play with every day on my tp :P Oct 10 09:18:19 Once the card size & spread are fine I usually leave them alone :P Oct 10 09:29:00 Tofe: On current code I have some graphic artifacts on top/bottom of card and I cannot swipe them off screen. Oct 10 09:29:18 Even when I ungroup them I cannot swipe the card up to close it Oct 10 10:49:13 can you take a screenshot ? Oct 10 10:49:21 or reproduce it ? Oct 10 10:49:29 Tofe: Let me try after lunch Oct 10 10:49:41 thx Oct 10 12:06:40 Tofe: Hmmz seems to behave now. Will test more extensively tonight to see if I can break it and pull a log then Oct 10 13:09:40 ok Oct 10 15:22:59 Tofe: ping Oct 10 16:54:04 Herrie: the problem with switch was that it could show wrong feed state: if you didn't accept warning, it would be checked anyway Oct 10 16:55:25 Tofe: we still need to revert check, as it should become checked only after accepting warning Oct 10 17:12:47 Herrie|Pre3|2: pong Oct 10 17:12:52 * DougReederPhone checks in Oct 10 17:13:45 did a OPO port of LuneOS ever end up happening? Oct 10 17:17:48 GodGinrai: Not yet Oct 10 17:18:05 Tofe: Is there a way for the Phone app to know it's carded? Oct 10 17:19:11 nizovn: with my proposal, the "checked" property will always be in sync with configEnabled, isn't that enough? Oct 10 17:19:26 Herrie|Pre3|2: maybe, one moment Oct 10 17:19:40 Herrie|Pre3|2: I see, thanks Oct 10 17:23:16 luna://org.webosports.luna/getFocusApplication ? Oct 10 17:23:28 and then compare with its own id Oct 10 17:26:39 Tofe: when you click on switch, it will be checked, but configEnabled will not be true, in general Oct 10 17:27:40 ah wait I begin to understand Oct 10 17:28:10 GodGinrai: That's on Andolamin's to-do list Oct 10 17:28:25 Just he's trying to get the Rpi builds running again first Oct 10 17:29:01 Herrie|2: oh, cool. It seems Andolamin and I have a lot of coinciding interests (he also started working w/ Mocchi) Oct 10 17:29:46 *Mochi Oct 10 17:35:13 Tofe: OK will try that Oct 10 17:35:26 I saw there are also some signals in LNC Oct 10 17:35:33 But not sure I could use those in Phone App? Oct 10 17:38:03 I've been poking at a OnePlus X port, but I don't have a OnePlus One, so haven't been working on that one. Oct 10 17:38:31 And I've discontinued working on an Enyo 2.7 port of Mochi in favor of an Enyo next-gen port, instead. Oct 10 17:38:32 nizovn: ok, now I understand. Let's keep it as you do then, it's not worth the effort to have an ultra-clean solution :) Oct 10 17:40:48 Tofe: ok; i don't know clean solution tbh (using qml switch) Oct 10 17:48:10 nizovn: The QML Switch is already a lot cleaner compared to what we had :P Oct 10 17:49:05 yes, maybe :) Oct 10 18:30:44 Andolamin: enyo next-gen is far enough along to port to? Oct 10 18:49:11 Tofe: I checked the spread & card resize Oct 10 18:49:22 You cannot resize teh cards on a stack, only if they are single cards Oct 10 18:49:30 I guess that confirms what I said before already Oct 10 18:50:05 Also the cards cannot be spread too much or too close. I can send you some screenshots for reference if helpful Oct 10 18:50:26 So we should be able to implement something similar right? Oct 10 18:50:40 Since we can distinguish between single card and one on a stack I assume? Oct 10 18:58:41 Currently I think we can get the cards too close together when we pinch Oct 10 19:06:13 Herrie|Laptop: I've already put some limits, but they are not very good Oct 10 19:09:30 I didn't implement any pinch to zoom :) Oct 10 19:09:46 yet Oct 10 19:10:03 the logic so far is almost only one line: https://github.com/webOS-ports/luna-next-cardshell/blob/cc0b2f13e11917a5bfe1f4958518125894810799/qml/CardView/CardGroupListView.qml#L135 Oct 10 19:20:56 Tofe: Ygm Oct 10 19:21:11 For actual values I guess I could like Oct 10 19:21:30 s/like/look in woce lunasysmgr as well Oct 10 19:24:06 I doubt it would be the same kind of ratio Oct 10 19:25:26 here the ratio corresponds to the approximate proportion of the card that stays visible under another card Oct 10 19:26:08 From your screenshots, it looks like it should go from 0.1 to 0.6 Oct 10 19:27:49 But I think the way I use pinch.ratio in my code (line 134) is wrong, I'll debug that a bit Oct 10 19:31:26 Tofe: Pictures always help in these cases :-) Oct 10 19:35:50 ok I've updated my branch, it's a bit better now Oct 10 19:39:26 I'll work more on this tomorrow evening Oct 10 19:44:53 Tofe: OK :) Oct 10 19:45:00 Will test it in the morning Oct 10 19:45:20 gn8! Oct 10 19:49:33 gn8 Oct 10 19:49:47 I guess I'll be up at 5 again, 6 if lucky LOL Oct 10 19:49:54 lol Oct 10 20:16:45 GodGinrai: Yes/No :P Oct 10 20:18:10 Andolamin: lol Oct 10 20:18:31 Is the Enyo team still looking for hires, btw? I'm finishing up a contract and looking for companies currently Oct 10 20:23:41 Yes, still looking Oct 10 20:24:13 If you want you can send me your resume at alan.stice@lge.com and I'll pass it along Oct 10 20:26:05 join us.... we have cool stickers! Oct 10 20:26:34 * halfhalo is still @ lge as well, but not enyo. Because he is cool like that Oct 10 20:26:51 halfhalo: lol Oct 10 20:27:05 Andolamin: sure. I'll try to send it your way later tonight. Thanks :) Oct 10 23:30:42 Herrie, the R-Pi builds should work on both 32 and 64-bit processors? Oct 10 23:37:00 Ah, I guess 64-bit is the key difference. Does the built-in wifi and BT on the three afftect what we can support, or do our wifi and BT stacks already handle that/ Oct 11 00:10:30 Hey, I just pulled the latest testing sources, and gstreamer wouldn’t compile because valgrind.h was missing: https://gist.github.com/DougReeder/a3aa9911f6ade9be1be79b8def72a072 Oct 11 00:10:37 What do I do about that? **** ENDING LOGGING AT Tue Oct 11 02:59:58 2016