**** BEGIN LOGGING AT Tue May 12 02:59:59 2015 May 12 05:06:50 morning May 12 06:01:16 morning May 12 06:01:18 Tofe: https://github.com/webOS-ports/webos-keyboard/pull/29 May 12 07:23:17 Herrie: no special remark, looks good, merged May 12 07:26:15 Tofe: Fixed the Font stub as well to have === instead of == as per earlier discussions. Will do the other apps as well for that. May 12 07:26:43 Still needs some work on some bits for sizes but it doesn't look too bad. I'll check a bit legacy. May 12 07:34:30 I think we need to converge a bit on the phone vkbd now, so that we can improve the look&feel on N4 and merge the whole thing May 12 07:37:07 Tofe: I'll look at that once I'm done with the size thing. I think we should be able to make good progress on getting this done in the next few days. May 12 07:37:16 Got a 4 day weekend ahead :P May 12 07:37:51 We should also strip some more of the ubuntu references May 12 07:42:38 Herrie|Veer: yes, I'll take the stripping in charge May 12 07:46:18 Ok also saw there were some tests which we might not need? May 12 07:46:39 Also I think that we can drop the DropShadow.qml key May 12 07:54:02 almost all of the tests are useless, except our :) May 12 07:54:15 We don't have the framework to run them anyway May 12 07:57:38 Yeah so let's drop them then :) Might be good to add a phone/tablet switch in our test app? May 12 08:36:47 I tried already, but it's not as simple as changing the JS value it seems May 12 08:36:54 I'll give another try though May 12 08:39:21 I quickly fixed the annotation color to #646464 instead of #141414 directly in the branch May 12 08:39:33 Was a mistake I made with an earlier PR May 12 08:42:00 Herrie|Veer: I got the form factor switch to work, by forcing the whole keyboard to reload May 12 08:42:20 Nasty but works :P May 12 08:42:58 well, there is no property binding for a simple javascript value May 12 08:45:08 I'll PR that, and then do a big cleanup May 12 08:45:41 OK :) May 12 08:46:55 PR done May 12 08:48:43 Looking good, merged :) May 12 09:09:25 Herrie|Veer: here's what going to happen once I tested all that: https://github.com/webOS-ports/webos-keyboard/commit/70c8813292c2714538efe662c9ca64be81def7ae May 12 09:17:23 That will be a lot cleaner repo :) May 12 11:07:41 JaMa: btw. did you already any work to get qt 5.5 into meta-qt5? May 12 11:23:14 yes, but it's very early wip patch May 12 11:23:39 JaMa: ok May 12 14:34:43 morning May 12 14:35:19 Anyone happen to know if we support IndexedDB? Just happened to have a dev ask that.... May 12 14:57:26 possible, need to check later May 12 16:23:01 Yes, we support IndexedDB. But the db gets deleted when the app closes. :-( May 12 16:23:55 I thought I had entered a but for that, Herrie, but it appears not. May 12 16:29:49 Anyway, there’s a bug for it now: http://issues.webos-ports.org/issues/923 May 12 17:23:26 Hey, the page http://webos-ports.org/wiki/About_LunaCE says you can use window.open("myDashboard.html", "My Dashboard", 'attributes={"window": "dashboard", "dashHeight": 240}'); to open a dashboard under LunaCE. Does that work under the stock luna? May 12 17:29:59 DougReeder: THe IndexDB might have been solved with a recent commit May 12 17:30:23 How recent? I pulled a few days ago, and it’s still broken May 12 17:37:20 DougReeder: Not 100% sure May 12 17:37:52 IIRC, morphis thought it was an easy fix. May 12 17:38:20 This one: https://github.com/webOS-ports/meta-webos-ports/commit/82c3f1506ecd814c38c85651298fb319c40a50ad May 12 17:47:31 I pulled the latest testing yesterday or Sunday and built it for my N4. IndexedDB is still deleted when the app quits. May 12 17:50:14 DougReeder: Hmmz some more homework for morphis then I guess :P May 12 17:50:31 Regarding your Dashboard question: Stock Luna as in LuneOS or in legacy? May 12 17:51:19 As in legacy. I’m updating Testr to display a dashboard, and it needs to work in legacy, so a proper comparison can be made. May 12 17:59:54 In legacy not, I think you're stuck to a fixed height one there May 12 18:00:24 Only LunaCE introduces this May 12 18:00:30 There are a few apps that use it May 12 18:03:41 Right, it doesn’t need to display a nonstandard-height dashboard on legacy, it just needs to display it. May 12 18:05:12 It appears that 'attributes={"window": "dashboard"}' is the magic to make it a dashboard. May 12 18:14:13 Could be I haven't played with that on legacy tbh May 12 18:16:36 I'll run some scripts today on my app catalog IPK dumps to see which apps are Enyo, mojo, mix etc so we can have a full list of apps to test on LuneOS :D May 12 18:17:23 I have around 3500 IPK's laying around :D May 12 18:18:23 Ah wait seems it might be closer to 4000 ;) May 12 18:27:43 Herrie: that fix doesn't fix the db issue May 12 18:29:46 Tofe: ping May 12 18:32:06 morphis: Ah the description deceived me there then May 12 18:32:55 :) May 12 18:34:05 Herrie: btw. with qtwebengine we have to wait until 5.5 is out and integrated May 12 18:37:18 DougReeder: you're testing indexed db with your app, right? May 12 18:37:34 Right. May 12 18:38:09 do you have a ipk or so? May 12 18:38:50 morphis: Already understood that ;) May 12 18:39:03 It’s easiest to enable the Hominid Software feed in Preware, then install Serene Notes May 12 18:39:41 Herrie: yeah but I did another try last weekend with the 5.4 version and now we know for sure :) May 12 18:39:54 but started to rework webappmanager a bit to support both webkit and webengine May 12 18:46:01 DougReeder: ok May 12 18:51:18 Tofe: I have a build for qt 5.4.1 ready but there is a problem with the gesture area, if I submit the change and put it into a nightly can you look to figure out what the problem is? May 12 19:06:13 The gesture area in general needs some work, it's buggy at times May 12 19:06:28 morphis: You seen the vkb work? May 12 19:06:40 Herrie: yes May 12 19:06:56 basically I want to upgrade to 5.4.1 as soon as possible May 12 19:09:14 It still needs some TLC but it's looking good so far. What does 5.4.1 offer over 5.4 May 12 19:09:15 ? May 12 19:09:19 That we need? May 12 19:11:31 bug fixes May 12 19:11:39 and it's a step closer to 5.5 May 12 19:11:52 We can add the record function under the R button on VKB like legacy? May 12 19:12:03 It had a Rec and Mute under R I think May 12 19:12:06 Ah no X May 12 19:26:55 really? May 12 19:37:50 Herrie: next we would need a service to manage recording May 12 20:24:04 Herrie: and I need to add proper encoding support to the recorder May 12 20:24:06 right now it just produces a series of screenshots May 12 20:24:08 which are all written to one file May 12 20:39:36 moprhis: I checked seems it had virtual keyboard strokes recording ;) No video I guess? **** ENDING LOGGING AT Wed May 13 02:59:58 2015