**** BEGIN LOGGING AT Tue Aug 30 02:59:58 2016 Aug 30 03:45:09 * DougReeder checks in Aug 30 04:44:30 ka6sox: Great! Aug 30 04:44:34 DougReeder: Hi ;) Aug 30 04:44:55 * DougReeder smiles Aug 30 04:45:33 I’m converting Serene Notes to Enyo 2.7, and I’d forgotten half of what I did. Aug 30 04:45:48 Where should I put up some conversion notes? Aug 30 04:47:15 DougReeder: Just create some wiki page for it? Aug 30 04:47:30 Yeah. Aug 30 04:48:17 Let me know in case you don't have permissions for it... Aug 30 04:48:29 DougReeder: You worked with bindings in Enyo before? Aug 30 04:48:40 I think I have permission to create ordinary pages Aug 30 04:48:50 Yeah, I’ve worked with bindings. Aug 30 04:49:02 I'm trying to get some to work but have no luck :S Aug 30 04:49:34 I'm trying to tweak Settings a bit so the Picker behaves more like legacy Aug 30 04:49:51 * DougReeder nods Aug 30 04:50:16 But bindings don't work for me :S Aug 30 04:50:27 Also i cannot seem to set the slider value :S Aug 30 04:50:32 They are hard to debug Aug 30 04:51:32 Some of the apps still use the old syntax. Aug 30 04:52:28 Maybe that's my issue I guess :S Aug 30 04:52:36 Settings uses 2.5 still I think Aug 30 04:53:19 Bindings don’t change in 2.7 Aug 30 04:54:25 To debug a binding, add a transform function that logs the passed-in value and returns it: Aug 30 04:56:06 {from: '$.slider.value', to: '$.label.content', transform: function (val) { Aug 30 04:56:07 console.log("binding foo; value " + val); Aug 30 04:56:08 return val; Aug 30 04:56:08 }} Aug 30 04:58:02 If you never see the log message, fix the from: value. Aug 30 04:58:30 DougReeder: OK will try that Aug 30 05:15:19 Morning Aug 30 05:15:32 * DougReeder waves goodnight. Aug 30 05:15:39 ... and good night ! :) Aug 30 05:16:32 Herrie: I've fixed the suggestion list not showing up when there was no history (but there was a search url) Aug 30 05:17:17 However, not showing the suggestion before you type 2 chars is intentional: usually you never have anything relevant before 2 chars Aug 30 05:26:41 Tofe: morning: Yeah the min of 2 is fine Aug 30 05:29:02 Let me test Aug 30 05:32:09 Yup seems to work, let me merge Aug 30 05:32:59 \o/ Aug 30 05:33:17 And kick off a new nightly as well Aug 30 05:33:31 Ok done Aug 30 07:00:27 Herrie: FYI, in QML you should avoid, when not necessary,to set a property in JS with "a=value"; instead, try to use property bindings, it simplifies a lot of things :) Aug 30 07:25:19 morning Aug 30 08:04:11 morning2 Aug 30 13:19:02 Tofe: Did 2 PR's to my own branch to test latest upstream changes for qtwebengine & chromium. Will do a build when home tonight. I don't expect it to break stuff but would be good if you can do a sanity check on the code :) Aug 30 17:00:47 Herrie: do you know where I could find legacy's browser contextual menu images? Aug 30 17:03:18 nevermind, found it Aug 30 17:06:20 Tofe: OK Aug 30 17:07:58 Were you able to sort the transparency? Aug 30 17:09:43 nope Aug 30 17:10:13 not sure exactly where that comes from yet Aug 30 17:40:24 but I have a couple of ideas to try Aug 30 17:56:03 Tofe: OK. My webengine build should be done soon :) Aug 30 17:57:11 mine just begun Aug 30 17:58:05 (without your merge, it's just to update my build to experiment on the popup) Aug 30 18:11:36 Went for grocery shopping and it's almost done now ;) Aug 30 18:11:39 Creating the image Aug 30 18:50:11 OK flashed now booting Aug 30 18:53:21 webengine is built now Aug 30 19:03:42 Tofe: I have something odd... Not sure it's my webengine or was there already.... Aug 30 19:04:06 1. I open browser, load html5test.com Aug 30 19:04:15 2. Open a new tab (with the +), close the new tab Aug 30 19:04:30 3. reload html5test.com in the first tab and you'll get a LNC restart Aug 30 19:05:49 Log: https://bpaste.net/show/984fbfa6733c Aug 30 19:06:15 confirmed on my brand new qemu build Aug 30 19:06:24 Also something we shouldn't be seeing is "Aug 30 20:54:25 mako luna-next[1571]: WARNING: 20:54:25.721: file:///usr/palm/luna-next/shells/card/qml/Notifications/AlertWindowsArea.qml:74: ReferenceError: compositorInstance is not defined" I guess Aug 30 19:08:33 crash in libLuneOSService.so Aug 30 19:08:51 probably due to Db8Model::restart Aug 30 19:09:21 the warning you're pointing to should be fixed too, yes Aug 30 19:11:14 (...though why we would get such warning) Aug 30 19:11:21 +I don't see Aug 30 19:12:05 Tofe: It's probably the USB mode popup frm systemUI Aug 30 19:12:09 So you shoudl try on N4 Aug 30 19:12:15 You don't get that on qemu Aug 30 19:12:48 no I mean, compositorInstance should be defined, it's clearly set by CardsArea.qml Aug 30 19:14:24 yup, crash in db8model.cpp:174 Aug 30 19:18:20 ok, we get called by LS2 (because watch=true) after the Db8Model object has been destroyed. Baad. Aug 30 19:23:33 That doesn't work :P Aug 30 19:30:39 https://github.com/webOS-ports/luneos-components/pull/54 this works for me Aug 30 19:32:54 I still don't have the transparent background for the popups, it's frustrating :) Aug 30 19:33:37 Tofe: Yeah quite Aug 30 19:38:26 Testing your fix now Aug 30 19:46:20 Seems to work on Mako too with newer webengine/chromium Aug 30 19:47:39 is the mako build working? Aug 30 19:47:52 erm. nexus 5? Aug 30 19:48:31 HaDAk: Nexus 5 no progress sorry Aug 30 19:48:35 Been busy Aug 30 19:48:40 Time is really limited it seems :S Aug 30 19:48:48 Tofe: Aug 30 21:45:58 mako luna-next[1571]: WARNING: 21:45:58.285: file:///usr/palm/luna-next/shells/card/qml/Notifications/AlertWindowsArea.qml:74: TypeError: Cannot call method 'closeWindowWithId' of undefined Aug 30 19:48:53 Funny stuff :S Aug 30 19:49:00 Might be related to the one I posted earlier Aug 30 19:49:20 Herrie: it's exactly the same one :) Aug 30 19:49:45 * Tofe is still puzzled Aug 30 19:52:03 Tofe: Well the error is different but on the same line :P Aug 30 19:52:37 yup Aug 30 20:02:18 ok I give up transparency for tonight Aug 30 20:03:45 Herrie: apart for the contextual menu, is your injected javascript used for something else? Aug 30 20:04:52 it overloads quite some basic events, so if we can reduce it, I think that'd be good Aug 30 20:07:41 Tofe: nizovn wrote those bits Aug 30 20:08:05 For the contextual menu Aug 30 20:08:10 ok Aug 30 20:08:49 so if I manage to make the ctx menu work in QML with the wanted style, then we're ok to put that out Aug 30 20:10:18 I think I'll first do a square menu, which works like the current one (plus back,forward and reload, which are standard items from webengine) Aug 30 20:10:34 and then I'll try to hack the transparency in Aug 30 20:11:10 anyway the current ctx menu is square too :) Aug 30 20:17:14 Tofe: Nice Aug 30 20:17:29 I think I fixed the bug that you can't add a C+DAV account from Calendar :P Aug 30 20:17:30 https://github.com/webOS-ports/org.webosports.service.contacts.carddav/pull/81 Aug 30 20:17:36 Garfonso: ^ Aug 30 20:19:11 Tofe: that userscript was also used for opening urls in new cards (by detecting _blank target). but probably this can be rewritten without js in newer Qt **** ENDING LOGGING AT Wed Aug 31 02:59:58 2016