**** BEGIN LOGGING AT Fri Oct 23 02:59:58 2015 Oct 23 07:25:01 Morning Oct 23 07:25:03 Herrie: ping Oct 23 07:25:32 Herrie: nevermind, I'll put a comment on GH Oct 23 07:26:06 Tofe: OK Oct 23 07:26:29 morning Oct 23 07:27:59 Tofe: You're right, let me fix that Oct 23 07:32:58 Tofe: I don't need the QtWebEngine import in this qml when I use luneos-components right? Since it's imported there already? Oct 23 07:34:11 Herrie|Veer: correct Oct 23 07:41:05 Just I cannot test on-device now so don't want to mess up :P Oct 23 07:49:20 Can't either Oct 23 07:49:40 well, PR can wait till tonight, it's not a must-have for noon... Oct 23 07:50:11 Yeah LOL Oct 23 07:57:36 On my side I progressed a little bit with user scripts; we have to use them, because they are resilient to url changes, but their management in the context of a window.open is a bit unfinished Oct 23 07:58:53 I fixed the nasty raw crash, but now I have issues with having them work properly (something related to the WebChannel it seems) Oct 23 08:03:39 Tofe: OK well at least progress :% Oct 23 08:03:40 :) Oct 23 08:15:48 I think I found out also the issue with the webchannel, it's a bit the same cause as for the user scripts, I'll try something when at home Oct 23 08:35:34 :) Oct 23 08:35:42 So soon it's PR worthy? Oct 23 08:36:21 We'll see; the clock app is a pretty good simple app that uses the window.open in a way that reveals a lot of issues :) Oct 23 08:36:45 I didn't see the clock so far, but with that last fix there is some hope Oct 23 08:37:14 After that, I still have to fix the crash when closing a card, and then it should be PR worthy Oct 23 08:37:33 :) Oct 23 13:27:35 Tofe: I'm stuck as usual... Probably something small :P Oct 23 13:28:05 * Tofe awaits something tricky Oct 23 13:28:29 It's not that tricky :P Oct 23 13:29:06 Basically for the feeds I want to show a popup. So far so good. Just I want to switch the toggle on, only when the popup is accepted. Oct 23 13:29:10 When rejected not Oct 23 13:29:29 I guess it has to do with how I structured it and parent/child stuff. Oct 23 13:29:38 Let me push what I have... Oct 23 13:30:59 Been playing with properties, aliases but can't get it to work :s Oct 23 13:31:58 Buttons were red and green in Preware but kept them blue and grey in FirstUse for now. Oct 23 13:34:36 Looks like a good candidate for a signal (from the popup): you show the popup, popup eventually sends "validated" signal, the list catches that signal and switches the toggle to on Oct 23 13:37:04 Tried that but got stuck too :P Not too experienced dealing with signals :s Oct 23 13:38:30 It's in my PR now for FirstUse Oct 23 13:38:38 4e92fce Oct 23 13:38:57 It works except for switching the toggle and actually changing the value on the accept. Oct 23 13:39:13 Rest is tested and works decently enough :) Oct 23 13:39:31 Cross tested stuff in Preware as well before I added the popup :) Oct 23 13:45:22 Tofe: where I add the signal listener somewhere? Oct 23 13:45:54 Wait, maybe there is somehting I didn't understand: you show the warning for each feed, right? Oct 23 13:49:18 Tofe: You need to enable feeds individually. If you press a non webos-ports one it will show the popup. Once you OK it will enable that feed. For 2nd, 3rd feed it shouldn't show the popup anymore. If you press cancel it shouldn't toggle and enable and whe Oct 23 13:49:18 n you try another feed it should show you the popup again. Oct 23 13:49:23 Makes sense? Oct 23 13:50:13 ah ok, I understand. Yes, makes sense. I'll modify my suggestion then :) Oct 23 13:50:35 Now it seems to toggle all feeds to on, not a single one :P Oct 23 13:51:57 yes, I stopped in the middle of my proposition, because I suspected I went in the wrong direction Oct 23 13:53:19 Hehe :P Oct 23 13:53:34 Let me know once you're done and I'll test a bit :) Oct 23 13:55:56 I'm done I think Oct 23 13:57:09 There is another way, not involving signals, where you can call something like "overlayRect.show(function() { toggleOn=true; })" and overlayRect would store the function into a "var" property Oct 23 14:00:36 Seems to work, just get some nasty warnings now :P Oct 23 14:01:09 ah, maybe because of the undefined target... Oct 23 14:02:13 Yeah that's one of them and QML Connections: Cannot assign to non-existent propery "onWarningAccepted" Oct 23 14:02:59 ok, then maybe the other way I suggested may work a bit better. I'll rework my suggestions :D Oct 23 14:08:29 Herrie|Veer: ok, that second proposal should be warning-free Oct 23 14:09:02 (... if it works) Oct 23 14:21:53 Hmmz no but maybe I got it wrong somehow let me push it Oct 23 14:23:22 See 4036bca Oct 23 14:31:27 what doesn't work ? Nothing shows up? Oct 23 14:33:17 popup shows but when pressing OK nothing happens. Log says: FeedsPage.qml:100 ReferenceError: originDelegate is not defined Oct 23 14:33:30 ah ok Oct 23 14:34:30 Friday afternoon and my proxy here says "Pinacolada" LOL Oct 23 14:35:49 ok, with the little fixes I suggested it should work Oct 23 14:40:26 Yup that does the trick :) Thnx I'll clean the commented lines a bit up Oct 23 14:48:44 good Oct 23 14:54:25 OK PR updated. I guess we're good to merge now :) Oct 23 15:02:09 merged Oct 23 15:03:09 Let me kick off some builds then :) Oct 23 15:04:39 Will play a bit with N4 and Nexus this weekend to see to which extend calling is working or not... Oct 23 15:05:12 Since Phone app bugs are now sorted I can play a bit with it and extend it a bit maybe... Oct 23 15:07:38 Hook up bits for call history, favorites etc Oct 23 15:10:03 Tofe: You have any ideas on #593? It's curious that it starts working after Just Type was launched.. Could it be some focus issue or something? Oct 23 15:18:27 Launching JustType launches an Enyo app, so it triggers some mechanisms... But I don't see the difference with other apps. Oct 23 15:19:28 Hmmz strange then that this woudl enable hw kb Oct 23 15:19:52 So that might work with another Enyo (1?) app as well. Let me try that Oct 23 15:22:09 No that doesn't do the trick... Hmmmz any ideas how to debug this? Oct 23 15:29:26 mmmmmmmmmmh Oct 23 15:29:28 nope :) Oct 23 15:29:41 OK :P Was worth a try Oct 24 02:58:06 Herrie, Tofe, it’s best to have half or fewer buttons colored. So, either a red, or a green, but usually not both. **** ENDING LOGGING AT Sat Oct 24 02:59:59 2015