**** BEGIN LOGGING AT Thu Jan 07 02:59:59 2016 Jan 07 04:33:57 Herrie, IIRC, layered dashboards are handled by the JS framework. Mojo in 1.x had that, Mojo in 2.x didn’t, and no version of Enyo implemented that. Jan 07 04:39:59 I can confirm that 975 is fixed, except the system popup 160 DIPs high is slightly taller than the 160 gridunit one. Shouldn’t they be the same, Herrie? Jan 07 05:15:04 Something resembling webOS’s Quick Actions is taking off: http://www.theverge.com/2016/1/6/10718282/internet-bots-messaging-slack-facebook-m Jan 07 05:54:16 DougReeder: Yeah they look similar, but indeed not 100% the same. Could be our GridUnit value is not 100% accurate somehow. Jan 07 05:54:27 It's a few px only, could be rounding somewhere i'm not sure Jan 07 05:54:49 It’s probably close enough, assuming people use repsonsive design. Jan 07 05:55:07 I think so too :) Jan 07 05:55:08 But it does raise questions Jan 07 05:56:24 DougReeder: They're 2 different implementations on it's own, so I think it's to be expected that the implementation isn't 100% the same Jan 07 05:56:39 Though we might have a look sometime when possible. Jan 07 05:56:40 * DougReeder nods Jan 07 05:56:52 I can confirm that it happens on both Maguro and Mako Jan 07 06:01:06 Will test on TP as well Jan 07 06:05:10 On TP they are the same hieght. Jan 07 06:11:26 DougReeder: I guess it's because we need to provide a GridUnit value for each device. For TP it's exactly 10. But for N4 it's set to 18 while it might actually need to be 18,4 or something. Not sure if we can provide a number like that or if we should wan Jan 07 06:11:26 t it. Jan 07 06:12:39 I’d prefer to use DIPs. They are device-independent, like GI. But I have no problem with people using GU. Jan 07 06:13:47 DougReeder: Problem is that in QML we cannot use DIP I think so we need another approach. Jan 07 06:13:59 Ah. Jan 07 06:14:14 DIP size = pixels * devicepixelratio? Jan 07 06:14:59 hw pixels = DIPs * devicepixelratio Jan 07 06:16:37 OK. Jan 07 06:17:09 GridUnits is really a similar approach :) Jan 07 06:17:23 * DougReeder nods Jan 07 06:18:50 Not sure why we chose to use GridUnits and not something like DIP. My guess is because of QML and it was a readily available implementation from Ubuntu already. Jan 07 06:19:24 Tofe or morphis could elaborate about that I guess Jan 07 06:30:59 morning Jan 07 06:32:09 Herrie: your guess is correct. It's really the same thing anyway. Jan 07 06:34:50 IMHO, the advantage of GridUnits is that you always use "reasonable" numbers, between 0.5 and 10. You know that below 1 it will hardly be usable by touch, so it's kind of a "thumb" unit Jan 07 07:52:53 Tofe: any additional suggestions about gesturehandler PR? Jan 07 08:20:11 Tofe: Seems I can RMA my CPU at least, so sent it :) Should get reply within a week :) Jan 07 09:41:02 I guess it's a good sign they didn't reject it straight away based on it's purchase date in Oct 2012 :) It's in the mail so we'll see :) Jan 07 10:00:22 nizovn: I don't think so; did you already test it on device? Jan 07 10:01:07 no, tested only on emulator Jan 07 10:01:58 ok; but that's quite good already Jan 07 10:02:15 Let's merge it I'd say Jan 07 10:04:22 Tofe: You seen my messaging PR? Or that doesn't hit your mailbox? Jan 07 10:05:35 Ah that's also merged :) Jan 07 10:09:17 Will kick off some new nightly including all this goodness :) Jan 07 11:13:21 JaMa: ping Jan 07 11:13:50 pong Jan 07 11:14:56 Had any luck in finding the reason for Mako not booting with Jethro? Jan 07 11:20:16 sorry, no :/ Jan 07 11:23:32 OK no time or no luck yet? Jan 07 11:24:02 no time Jan 07 11:26:50 OK :) Jan 07 11:27:19 That answer worries me slightly less then you not being able to find the cause :P Jan 07 11:39:50 hehe :) Jan 07 13:10:58 Hmmmz appearantly LG will have Google Play store on webOS TV's :s Jan 07 13:10:59 ? Jan 07 19:04:53 nizovn: ping Jan 07 19:05:47 Herrie: pong Jan 07 19:15:30 nizovn: Maybe I'm misunderstanding how Screen Edge Flick gestures work? Jan 07 19:15:55 Aren't these the ones that when you're in maximized view and you swipe in from left and/or right it would switch to another card? Jan 07 19:17:41 in general these too, but for now we're listening only flicks from top/bottom edges Jan 07 19:28:31 nizovn: AH yeah those I got working Jan 07 19:28:36 I thought it did all 4 Jan 07 19:28:50 So I thought it was maybe a N4 issue :P Jan 07 19:30:01 nizovn: That should theoretically also help in getting a wave launcher working eventually right? Jan 07 19:30:20 yes, but needs some work Jan 07 19:31:31 nizovn: Yeah I'm not sure we could do a wave launcher in pure QML Jan 07 19:31:56 * Tofe proposes discretely https://github.com/webOS-ports/qtwebengine/pull/13 Jan 07 19:33:47 Tofe: Does it work? Jan 07 19:33:53 Yes Jan 07 19:33:58 Also YouTube? Jan 07 19:34:01 Yes Jan 07 19:34:07 Notification sound too? Jan 07 19:34:09 Yes Jan 07 19:34:32 Nice :D Jan 07 19:34:45 Anyone here has a maguro? Jan 07 19:34:50 (that last one already worked, it was a QtMultimedia issue; but I guess you meant HTML5 Audio) Jan 07 19:35:36 Herrie|Laptop: I have one, burried somewhere Jan 07 19:35:51 Tofe: Ehm it didn't with me, but maybe I did something wrong Jan 07 19:35:57 I.e. SMS notification didn't give me sound Jan 07 19:36:01 I need to check a bit more maybe Jan 07 19:36:22 Ah, it may be that dashboard don't do any sound, yes Jan 07 19:36:38 (because, well, we don't ask it to, today) Jan 07 19:36:51 Tofe: Well it should I guess :P Jan 07 19:36:55 But that's easy enough to add Jan 07 19:36:58 I'll do some PR Jan 07 19:37:15 Yes, nothing too difficult. Should even work on Desktop Qt I think Jan 07 19:37:16 You had any chance to look into this TypeError undefined? Jan 07 19:37:36 You had some ideas about it already Jan 07 19:37:38 Nope, not really; my first guess doesn't lead anywhere Jan 07 19:38:38 Ah ok Jan 07 19:38:49 I'll see if I can use webinspector sometime on device to see if I get leads Jan 07 19:40:55 My current wild guess is that it would point here: https://github.com/webOS-ports/luna-webappmanager/blob/master/src/qml/webos-api.js#L140 Jan 07 19:43:33 Problem is I cannot get webinspector to run on emulator... nizovn: Does it work for you? Jan 07 19:43:54 Log says it was started on port 1122, port forward is there in VBOX but doesn't work :S Jan 07 19:47:49 You're right, #977 for banner sounds is still there Jan 07 19:48:18 Tofe: Will you PR or should I do it? Jan 07 19:48:21 Herrie|Laptop: not sure how to check, never used it. but there is something in emulator's browser on 127.0.0.1:1122 Jan 07 19:48:34 nizovn: OK Jan 07 19:48:55 Well basically you should be able to run localhost:1122 on your PC and it shoudl connect to webinspector in the VIrtualBox Jan 07 19:49:03 You're using LuneOS browser? Jan 07 19:49:19 Or virtualboxIP:1122 to be more correct on your host pc Jan 07 19:49:28 It's basically use to debug HTML & JS Jan 07 19:49:30 It's pretty cool Jan 07 19:49:35 Gives traces etc Jan 07 19:50:10 Herrie|Laptop: I have Mako and Maguro at home - at the office right now. Jan 07 19:50:31 Andolamin: I'm just wondering if it's my Maguro that has speaker issues (likely) Jan 07 19:51:03 Herrie|Laptop: you don't hear the VolUp/VolDown keys? Jan 07 19:52:11 Tofe: I hear sound, it's just ugly Jan 07 19:52:16 I think it's my speaker Jan 07 19:52:19 I got it 2nd hand Jan 07 19:52:23 So could well be Jan 07 19:52:48 Herrie|Laptop: no, it doesn't work for me either Jan 07 19:56:26 nizovn: Funny it works on LuneOS browser though Jan 07 19:56:30 That means it's running Jan 07 19:56:34 WHich log confirmed Jan 07 19:57:05 JaMa: You any ideas? WebInspector is running on qemux86, port 1122, virtualbox has port forward but we cannot access it on local PC via browser Jan 07 20:01:21 have anyone used it since we switched to qtwebengine? Jan 07 20:01:32 I didn't :) Jan 07 20:04:20 JaMa: Might have found a "solution", testing now Jan 07 20:05:56 Herrie|Laptop: I get a TypeError for a call to "this.$.body.setRedirects" in the email app (in MessageDisplay.js) Jan 07 20:06:50 Tofe: Yeah I saw that one before Jan 07 20:06:52 http://pastebin.com/ie2wCHhS Jan 07 20:07:08 could it simply be the same issue for the accounts? Jan 07 20:07:13 Tofe: I doubt it Jan 07 20:07:32 I think the setRedirects we would address with QT 5.6? Jan 07 20:08:04 why so ? Did they add it in a recent version of blink? Jan 07 20:08:46 Ah no, I remember the discussion. Request redirections are more easily handled in 5.6 Jan 07 20:09:15 Herrie|Laptop: what kind of scenario do you do in accounts to get the issue? Jan 07 20:09:36 I've added a Google C+Dav and an email account, all went fine Jan 07 20:09:50 Tofe: You need to try to add an account from email app Jan 07 20:09:56 I always get stuck on N4 Jan 07 20:10:05 ok Jan 07 20:10:06 I.e. screens on top of each other, not clickable Jan 07 20:10:18 On emulator I don't get the "firstuse" screen to setup an account Jan 07 20:10:25 I go to the 3 pane view directly Jan 07 20:10:31 While there's no accounts Jan 07 20:12:27 JaMa: No not really, because it's broken ;) Jan 07 20:12:39 Do we have some kind of firewall running in the image that might need to be updated? Jan 07 20:13:08 JaMa: SSH port forwarding still works fine Jan 07 20:13:21 So it could be something with the name or something else we'd need to fix Jan 07 20:13:22 btw home/end buttons work in firstuse mode, but they shouldn't Jan 07 20:13:54 nizovn: That should be easy enough to fix right? Jan 07 20:14:01 yes Jan 07 20:15:05 Herrie|Laptop: I get the same issue, same place Jan 07 20:15:37 Tofe: You mean you can replicate or while debugging? Jan 07 20:16:41 Herrie|Laptop: is the port open when you check it from inside the running image (like with netstat)? Jan 07 20:17:18 Herrie|Laptop: I get stuck, and the only interesting error in the log is the TypeError, corresponding to the setRedirects Jan 07 20:18:42 JaMa: Any specific parameters for netstat? Jan 07 20:19:48 -anp Jan 07 20:21:19 JaMa: https://bpaste.net/show/6ce159076137 Jan 07 20:24:16 tcp 0 0 localhost.localdomain:1122 0.0.0.0:* LISTEN Jan 07 20:24:20 ok, it's there Jan 07 20:31:05 Andolamin: You up for some more Enyo things? Jan 07 20:31:10 It's probably something small ;) Jan 07 20:40:28 Herrie|Laptop: Yeah, I think I have time tonight/tomorrow. Jan 07 20:41:11 Andolamin: Basically to bring the compose SMS back from the Quick Actions Jan 07 20:41:20 This is legacy code: https://bpaste.net/show/f96f4545dfec Jan 07 20:41:46 I already added the needed bits to appinfo.json here: https://github.com/webOS-ports/org.webosports.messaging/commit/eb8761e237e93fdd403800dcd9a38ba0fcf6a7de Jan 07 20:42:26 Yeah - sure, I'll take a look at if after I get off work Jan 07 20:46:45 Tofe: Sometimes some banners/dashboards seems to disappear randomly (i.e. I have 3 or 4 open), I swipe one and others get deleted too: I get some warnings on the Jan 07 20:46:54 log: https://bpaste.net/show/7749ac3e8a50 Jan 07 20:47:02 Seems some index might be wrong somewhere? Jan 07 21:02:02 DougReeder: ping Jan 07 21:56:19 Tofe: Seems a recent change broke dashboards altogether on device (black). Seems something wrong with notifObject Jan 07 22:08:02 Tofe: Hmmz seems only on emulator somehow Jan 07 22:08:09 On N4 just content rendering is slow Jan 07 22:31:54 Herrie: I *might* have broken it when I did my "QUrl" stuff Jan 07 22:32:04 I'll look into that tomorrow Jan 07 22:32:57 Herrie: for slow rendering, don't forget that one core is at 100% because of JustType somehow Jan 07 22:33:18 Time for bed now :) gn8! Jan 07 23:47:37 * elvispre notes that html5 audio now plays wav but not mp3 (on his N4). Jan 07 23:49:02 I think this may be because the qtwebengine build omits the mp3 codecs by default as they require a license and royalty payments. **** ENDING LOGGING AT Fri Jan 08 02:59:58 2016