**** BEGIN LOGGING AT Thu Jan 22 02:59:59 2015 Jan 22 05:44:58 mophis, I had some time so I added the postMessage test to Testr: https://github.com/webOS-ports/org.webosports.app.testr/pull/12 Jan 22 06:05:53 morning Jan 22 06:06:53 morning Jan 22 06:07:10 morphis: Yeah will do some cleanup and push it Jan 22 07:36:19 morphis: https://github.com/webOS-ports/luna-next-cardshell/pull/176 Jan 22 07:36:35 When you turn screen off and then on, you'll see the clock on the lockscreen Jan 22 07:36:41 Once you unlock the lockscreen it's gone Jan 22 07:38:02 Herrie: wow, that's quite a PR you have here :) Jan 22 07:45:04 Tofe: 90% C&P from legacy Jan 22 07:45:07 :P Jan 22 07:45:53 I left old px and fontsizes in there for reference because needs testing on TP still Jan 22 07:50:44 sure Jan 22 07:51:29 I'm hesitating on the visibility condition of the "Clocks" object: shouldn't it also be conditional to the dockMode ? Jan 22 07:52:36 I'll put the remark on GH, so that we can follow it easily Jan 22 07:52:42 Yeah that's what morphis need to sort in DisplayManager first so this is temporary Jan 22 07:53:08 ok Jan 22 07:53:35 DockMode only gets enabled on Touchstone charging on legacy, morphis will change this in DisplayManager Jan 22 07:55:32 Yes, putting the N4 on a Touchstone won't help much :) Jan 22 07:57:26 Herrie: when the initial integration will be sorted out, I'll make it into a Loader item, so that we can have some flexibility about what is used in DockMode Jan 22 08:15:01 Tofe: The code was 1:1 copied from legacy I didn't change a thing besides making it appear in LNC + layout fixes + runtime fixes ;) Jan 22 08:15:33 So your remarks: Could be valid but just did lift & drop mostly Jan 22 08:19:22 Feel free to adjust where you feel it's needed Jan 22 08:20:14 Also later we need to change AppMenu a bit so it shows "Time" when in DockMode + List of dockmode/exhibition apps when you tap on it Jan 22 08:20:25 But we need more work for that done probably first Jan 22 08:48:13 Will have a look if I can rework the PR a bit based on your comments Jan 22 08:48:56 morphis: On Dockmode not working, could be we need to add stuff to the device .conf file Jan 22 08:49:40 OWO has DockMode section in luna-chile.conf which has value DockModeEnabled=true Jan 22 08:50:14 I guess we need to copy that section to the .conf for our targets? Jan 22 08:50:16 can't you read the current angles from the gyroscope and estimate if the N4 is on a Touchstone, or not? ;) That would actually be a nice gimmic. Jan 22 08:59:43 Herrie: yes, no worries, it was just first-impression remarks, and GH is very handy to make comments Jan 22 09:01:44 morphis: You want me to do a pr for the .conf files? Jan 22 09:10:13 Herrie: that switch is not used anywhere Jan 22 09:10:22 Hmmz seems it's only for Chili device it seems Jan 22 09:10:27 Not for others... Jan 22 09:10:34 So guess we don't need it :P Jan 22 09:10:49 Herrie|Veer: give me a bit to look into the details of this .. Jan 22 09:11:23 You can try the look on N4 looks quite good if you ask me :P Jan 22 09:14:05 ok Jan 22 14:07:42 Has anyone had the time to look into supporting Qi chargers with the N4? Jan 22 14:10:26 DougReeder: no Jan 22 14:10:56 That’s a low priority, but it would be cool. Jan 22 14:13:32 it would be cool, yeah Jan 22 14:14:17 The postMessage test works fine on my N4. Jan 22 14:14:27 DougReeder: very good! Jan 22 14:14:35 so the problem must be somewhere inside enyo Jan 22 14:18:17 morphis: On the DockMode: Tofe said he would rework that sometime in future into a DockMode component Jan 22 14:18:25 Herrie|Veer: ok Jan 22 14:18:46 Herrie|Veer: are we sure that those animations are stopped when the clock is visible? Jan 22 14:19:17 Clock is not visible you mean? Jan 22 14:19:29 yes Jan 22 14:19:46 I really didn't change anything on legacy code except for the runtime + sizing stuff Jan 22 14:19:46 sorry Jan 22 14:19:57 And plugging it into LNC Jan 22 14:20:12 So what was there in legacy is pretty much here Jan 22 14:20:39 P.s. Whats the advantage of FontUtils use over Pointsize? Jan 22 14:21:07 Herrie|Veer: yeah but the component is loaded different in legacy Jan 22 14:21:24 and if you remember we had high cpu usage in the past because animations where still running when the component wasn't visible Jan 22 14:21:27 that is why I am asking Jan 22 14:21:46 OK well I can adjust that a bit if needed? Jan 22 14:21:49 Just to be sure Jan 22 14:21:59 I didn't do any real performance tests tbh Jan 22 14:23:49 Herrie|Veer: FontUtils offers you common font sizes to keep them the same accross all QML implementations Jan 22 14:30:31 OK might need to rework that a bit then while I test it on TP Jan 22 14:30:42 ok Jan 22 14:30:47 Just tested this on N4 and looked OK to me so far :) Jan 22 14:30:51 lets not rush with this just to have one more feature Jan 22 14:33:54 I agree Jan 22 14:35:01 Let me try to rework it a bit based on your and Tofe's comments and see if I can get it tested on TP as well Jan 22 14:35:11 Then can merge and improve on it from there Jan 22 14:43:12 Herrie|Veer: ok Jan 22 15:15:33 I didn’t run Testr on a TP with LuneOS before submitting the postMessage test, and now that I try it, Testr crashes LuneOS whenever I launch it. (I think the IFRAME would be created on app launch) Jan 22 15:16:18 Or, rather, it crashes LuneSysMgr Jan 22 15:24:24 it's the audio kind in html5Audio.js that crashing testr app Jan 22 15:28:17 Ah? Okay, then. Jan 22 15:28:39 I’ve been checking out older versions of Testr, and they crash also. Jan 22 15:28:49 Is the problem in Breve? Jan 22 15:37:51 not sue it been there a while Jan 22 15:39:21 i got to go roll back to jan 6 version - every thing since then has been bad Jan 22 15:48:51 cobblemonster: it looked like enyo now also provides an Audio kind Jan 22 16:17:20 morphis: OK reworked the clocks a bit Jan 22 16:19:36 yes it is and in the 2.5.1.1 update Pull#10 i move to it Jan 22 16:20:58 But i got a cross site scripting error that iam trying to puzzel through Jan 22 16:34:26 But seems that x-large won't be large enough for my font :P Jan 22 16:34:36 Can we add some more sizes :P ? Jan 22 16:38:47 Herrie|Veer: if they are not large enough then specify them directly Jan 22 16:38:53 but in relation the the grid unit Jan 22 16:39:27 How do you mean that? Jan 22 16:39:36 I can use GridUnit sizes for fonts? Jan 22 16:39:50 I thought you told me before I shouldn't LOL :P Jan 22 16:40:31 Should still use pixelSize right, no pointSize? Jan 22 16:44:26 Herrie|Veer: generally you should use fontSize for this Jan 22 16:44:30 but if you need a special size Jan 22 16:44:53 OK :) Jan 22 16:45:48 like https://github.com/webOS-ports/luna-next/blob/master/plugins/common/fontutils.cpp#L54 Jan 22 17:10:53 hum farther down in the OS Testr app crashed on the stable jan 6 build on the touch pad and also my 2.5.1.1 update also crached when pushed to the touch pad Jan 22 17:11:31 but my update runs under Palm/HP OS Jan 22 17:12:06 cobblemonster: We still have a serious memory issue on the TP Jan 22 17:12:12 morphis is looking into this Jan 22 17:12:22 ok Jan 22 17:12:23 But doesn't seem that easy to track Jan 22 17:12:36 Causes frequent device reboots Jan 22 17:14:45 morphis/Tofe: updated PR based on your comments, reworked with Loader, fixed running + reworked fonts a bit and tested for landscape (QtCreator) and portrait (N4) Jan 22 17:49:45 I added a commit to my PR, that fixes the Audio namespacing issue (so we’re not distracted by that): https://github.com/webOS-ports/org.webosports.app.testr/pull/12 Jan 22 19:49:08 so.. is it just me, or is there not any strategy in db8 for dealing with duplicates ? Jan 22 20:00:00 cobblemonster/DougReeder: Seems that we might have a suspect on the problems with Enyo 2.5.1(.1). It might be webos-lib. Any chance you could modify one of the apps NOT to use webos-lib to see if they work then? Jan 22 20:00:43 The input problem? Jan 22 20:00:47 Yeah Jan 22 20:01:05 Because Enyo sampler packaged works, via browser works, so suspect webos-lib might be culprit Jan 22 20:01:20 I could toy around myself but you are way better in Enyo ;) Jan 22 20:01:23 That is suspiscious. Jan 22 20:01:53 It might be even this particular line: https://github.com/webOS-ports/webos-lib/blob/master/source/VirtualKeyboard.js#L66 Jan 22 20:01:58 Just not 100% sure Jan 22 20:02:11 hmmm....better to use enyo-webos instead of webos-lib? Jan 22 20:02:16 Or this one somehow: https://github.com/webOS-ports/webos-lib/blob/master/source/ApplicationEvents.js Jan 22 20:02:33 sugardave they're more of the same actually ;) Jan 22 20:03:46 We have a bit more things in webos-lib but yeah might be an idea to remove the redundant bits from webos-lib and use the ones from enyo-webos instead and only keep the ones that are not in enyo-webos is webos-lib ;) Jan 22 20:03:53 enyo-webos has enyo.ServiceModel, though....too easy Jan 22 20:04:11 IIRC, enyo-webos has less functionality. But I’m not sure if we need that extra functonality. Jan 22 20:05:58 webOS.platform.wearable=true :P Jan 22 20:06:10 If I have time, I could - I’m pretty heavily booked right now. Jan 22 20:06:13 That's for that fancy Audi watch I'm sure :D Jan 22 20:06:41 Herrie: can't wait! Jan 22 20:07:01 Rumors say MWC because there won't be a G4 there yet ;) Jan 22 20:08:59 in my (now slowed-down) most recent work on Lumberjack, I am using enyo-webos instead of webos-lib Jan 22 20:09:43 sugardave: One doesn't exclude the other... Wejust have some fancy stuff like different titles each time the app runs etc ;) Jan 22 20:10:01 yeah, I pulled out PortsHeader and something else Jan 22 20:11:08 I'm specifically talking about luna communication, lots of overlap there :D Jan 22 20:12:05 Yeah there is Jan 22 20:12:15 You're free to propose changes LOL :P Jan 22 20:12:55 Herrie: rumors say MWC for what? For LG to officially announce the webOS watches? Jan 22 20:13:56 GodGinrai: Yes that's what I read, but well... Who knows Jan 22 20:14:21 hopefully Jan 22 20:16:17 Look what's soon back: http://tinypic.com/r/11t03tx/8 & http://tinypic.com/r/egwx6v/8 & http://tinypic.com/r/6jneaw/8 Jan 22 20:16:31 Herrie: sure, just as soon as I'm done ironing this elephant Jan 22 20:16:47 Still needs some work and it's not full exhibition mode by far but it's a start :P Jan 22 20:17:16 Those ugly dots need some recreation in higher resolution :P **** ENDING LOGGING AT Fri Jan 23 02:59:59 2015