**** BEGIN LOGGING AT Wed Sep 02 02:59:58 2015 Sep 02 04:24:24 DougReeder: I'm flashing latest nightly now ;) Sep 02 04:24:39 Banners and Dashboards should now behave like legacy more or less :D Sep 02 04:31:05 Tofe: Seems Dashboards cannot be swiped out anymore Sep 02 04:31:28 They disappear on touch instead Sep 02 05:20:33 Herrie: we never could do that; if I enable the functionallity, we lose interactivity with the dashboard... I don't know yet how to solve that. Sep 02 05:22:23 https://github.com/webOS-ports/luna-next-cardshell/blob/master/qml/Notifications/NotificationArea.qml#L292 Sep 02 06:41:44 Tofe: Maybe my memory is incorrect but really remember we could at some point in time Sep 02 06:41:50 On desktop it works for sure ;) Sep 02 06:42:49 What interaction wouldn't work? Like if you'd have a Delete button on it (for email for example) that wouldn't work anymore when sliding is enabled or... ? Sep 02 07:08:27 morning Sep 02 07:15:56 Tofe: Splash icon works again. Also the dashboard rendering seems OK now :) No more distorted ones :) Sep 02 07:25:35 Herrie: no, on desktop it doesn't work either Sep 02 07:25:54 you're dismissing "sticky" notifications, not dashboards Sep 02 07:26:25 to create a dashboard, it's the 2nd icon in the launchbar (I really have to make distinguishable icons...) Sep 02 07:59:57 Tofe: "sticky" notifications? What??? Sep 02 08:18:44 it's the notifications that have a non-zero timeout Sep 02 08:18:59 i.e. the "dbus" notifications Sep 02 08:24:28 Ah :) Sep 02 08:24:42 Yeah we need some clarification then in the desktop tests :P Sep 02 08:24:48 Because I can swipe those :P Sep 02 08:36:02 yes, and you'd be able to swipe these notifications on device too, if I had an example on how to create one :) Sep 02 08:51:22 Ah ok, but these cannot have interactive elements then? Sep 02 08:51:35 Like icons that would have individual actions? Sep 02 08:54:37 Well, you can click on them to trigger an action, but it's a click anywhere on the notification; that I can manage Sep 02 08:54:51 What I cannot do is for example the mediaplayer dashboard Sep 02 09:11:41 Tofe: Ah ok. No clues in legacy on how you could solve this? Sep 02 09:31:10 Well, I think legacy was handling swipes with more control over it than we have with simple QML Sep 02 09:31:57 Still, I'll try to see what can be done. Sep 02 09:36:47 Yeah C++ had a bit more options but QML is getting there :) Sep 02 09:39:37 isnt there a kde mobile coming out now Sep 02 09:40:29 iogangster: KDE Plasma you mean? Sep 02 09:40:50 Yeah I've seen that one. Shares a lot of technology with us, Ubuntu and Jolla ;) Sep 02 09:42:30 a weirdo but im real tho Sep 02 09:42:42 who in SF Sep 02 09:42:50 i got bunk beds, hacker space Sep 02 09:43:31 filbert st Sep 02 17:42:05 Herrie|2: ping Sep 02 17:46:32 Tofe: pong Sep 02 17:47:02 Herrie: I get a lot of spurious "removeBannerMessage" LS2 calls Sep 02 17:47:31 I'm not sure of how to read ls2-monitor output, but systemui pops up Sep 02 17:47:55 However I didn't find anything really relevant in there... Do you have an idea? Sep 02 17:54:07 Tofe: MRs is gone, I'm looking after the little one who's getting tired ;) I'll have a look when she's back in about 1hr Sep 02 17:54:16 I noticed extended keys don't work on VKB for N4 Sep 02 17:54:19 Will look into that Sep 02 17:54:29 I think it might be my latest PR from a couple of weeks ago Sep 02 17:54:36 Will try previous release to see if it's OK there Sep 02 17:54:39 It's OK on TP Sep 02 17:54:47 With latest nightly Sep 02 17:55:15 ok; no hurry anyway Sep 02 18:30:20 Tofe: It might be: https://github.com/webOS-ports/luna-systemui/blob/webOS-ports/master/data/PowerdService.js#L68 Sep 02 18:30:45 This needs reworking anyway. I made quite some of the changes to this file before I realized our banner implementation was at fault no luna-systemui ;) Sep 02 18:31:04 Now you fixed the banners, I can probably pretty much revert all those changes and just use the metrics bits Sep 02 18:31:14 Need to compare OWO version with ours to see what's the differences Sep 02 18:33:39 ok Sep 02 18:34:16 I'm now working on the dashHeight feature Sep 02 18:34:40 there's not much left to be done, but there is an annoying issue related to that Sep 02 18:36:08 When we set window properties, it is sync'ed asynchronously between webappmanager (who sets most of them) and the luna-next (who reads them). Morphis already worked on that before, but there are still some problematic cases, so I'm trying to see if we could do something more reliable Sep 02 18:36:51 (dashHeight is one of these window properties, that why it's related ;) ) Sep 02 18:37:42 morphis: ping Sep 02 19:20:34 Herrie: dashHeight PR ! luna-next + cardshell + webappmanager are necessary. They are fairly independant, up to some point Sep 02 20:06:21 Tofe: Thnx. CLeaned up luna-systemui a bit as well. Will merge PR's and kick off a nightly Sep 02 20:08:49 If the swipe now working for dashes + user defined height Sep 02 20:08:50 ? Sep 02 20:08:58 yup Sep 02 20:08:59 s/if/is Sep 02 20:09:13 All tested? Sep 02 20:09:18 yup Sep 02 20:09:29 (with weather) Sep 02 20:10:17 OK :) It keeps visible even after you close the card it says you can close? Sep 02 20:10:43 nope Sep 02 20:10:49 but that's another story Sep 02 20:11:27 Yeah it's not critical for the height to work ;) Sep 02 20:11:42 Nightlies are building Sep 02 20:12:30 I guess the card closing the dashboard is because we close the children windows of a window, something like that Sep 02 20:13:07 Seems both weather and poplater don't do this one legacy Sep 02 20:13:24 DougReeder might have some insight. I think he has a Dash calculator :P Sep 02 20:14:16 I mean our behavior is wrong, I just guessed the cause Sep 02 20:21:05 Tofe: Yeah it's wrong ;) Sep 02 20:23:12 I guess we should have an exceptions for dashboards, so they don't get closed as children of a window ;) Sep 03 02:18:18 Herrie, Tofe, dashboard & system popup windows should not be closed when a card window is closed - they open & close independently. Sep 03 02:20:07 … and they can be opened when no card window is open. **** ENDING LOGGING AT Thu Sep 03 02:59:59 2015