**** BEGIN LOGGING AT Wed Aug 26 02:59:59 2015 Aug 26 03:52:32 Well, I’m not able to reporduce the Luna restarts with the input type=“file” Aug 26 05:24:31 DougReeder: You mean Tofe's IPK fixed it? Aug 26 05:24:38 Or .. just not able to replicate? Aug 26 05:25:05 Nope, I just stopped observing it on my N4, after a re-flash. Aug 26 05:25:45 There was a missing image which I fixed recently Aug 26 05:25:58 That might have been the cause (shouldn't be but who knows) Aug 26 05:27:25 If it doesn’t re-ocur, there’s not really anything to do about it. Aug 26 05:28:51 https://github.com/webOS-ports/luneos-components/commit/4a2c18562735d22fa9826109cbbff19ef2c603bd Aug 26 05:29:02 THat's what I fixed because the buttons looked odd Aug 26 05:29:21 morphis: ping Aug 26 06:15:30 Herrie|2: i'm going to restyle a little AuthenticationDialog, for now it looks http://i62.tinypic.com/2r4la52.png Aug 26 06:29:26 Herrie|2: I'm glad it fixes the problems for you too :) I don't have merge rights either though Aug 26 06:29:29 morphis: ^ Aug 26 07:18:48 nizovn: Feel free to do so Aug 26 07:19:14 Needs some wrapping for sure and maybe inputs need some style tweaking too. Aug 26 07:34:38 Tofe: ping Aug 26 07:38:35 Herrie|Veer: pong Aug 26 07:39:18 It seems our banner notifications are implemented incorrectly :P Aug 26 07:39:26 oh. Aug 26 07:39:30 Banners should actually close by themselves and ours don't Aug 26 07:39:48 You mean after some timeout? Aug 26 07:39:58 Tofe: Yes Aug 26 07:40:46 Try charging your TP with a wall charger and you'll see a "Charging Battery" sliding in on top and sliding out again and it's gone. Aug 26 07:40:54 With our implementation it stays. Aug 26 07:41:57 I was puzzled why we had multiple battery notifications (i.e. 5%, 10% at the same time). I worked around that but only when I saw the "Charging Battery" I noticed that it didn't disappear by itself while it should... Aug 26 07:42:07 Well, yes, our implementation doesn't have any concept of timeout Aug 26 07:42:23 The same probably causes the email "synchronisation" start and finish to show both. Aug 26 07:42:36 While they should only show for a short period of time :P Aug 26 07:42:52 Ok, I'll have a look - probably straightforward to fix Aug 26 07:43:30 Tofe: Yeah Aug 26 07:43:46 Dashboards on the other hand should stay visible until we interact Aug 26 07:47:19 I've sent you some info on them via email :) Aug 26 07:47:27 Let me know in case of questions Aug 26 07:47:37 ok thanks Aug 26 07:49:33 Let me see if I can find the timeout for you ;) Aug 26 07:50:27 Yes, that's what I was looking for; I guess it would be part of the window properties Aug 26 07:52:37 Min seems to be 2s max 5s Aug 26 07:52:45 Depending on some conditions Aug 26 07:54:30 Where do you see that? Aug 26 07:55:17 Check BannerMessageHandler.cpp in LunaSysManager Aug 26 07:55:31 I'm on Veer so cannot easily c&p the full link from my pc Aug 26 07:55:52 it's called kMaxShowTimeMS and kMinShowTimeMS Aug 26 07:56:30 I took it from woce lunasysmgr Aug 26 07:56:40 Because ours is stripped to bare minimum :P Aug 26 07:57:08 It's on http://github.com/woce/LunaSysMgr Aug 26 07:57:22 Yes, already on it Aug 26 07:57:36 2s if banner is alone, 5s if there is more than one visible Aug 26 07:59:00 Tofe: Yeah that's what I understood as well :) Aug 26 08:23:23 Herrie|Veer: https://github.com/webOS-ports/luna-next-cardshell/commit/dd5e5b4f429b348fed89f1ed1e8e70e9c26638f6 should do it Aug 26 08:25:17 Though I don't know if they should overlap or stack on each other Aug 26 08:29:46 Tofe also not sure about that one... I think they're next to each other on legacy Aug 26 08:29:56 I need to check that sometime Aug 26 08:39:14 Tofe: I think this is Ok for PR and we can take it further if needed later on. Aug 26 08:39:24 Just checked it in QtCreator but seems OK Aug 26 09:09:32 morphis: ping Aug 26 09:49:39 DougReeder: Let me know when you're around Aug 26 09:54:24 Tofe: You gonna update PR based on the comments? Aug 26 10:36:19 Herrie|Veer: yes, it should be fine now that I know much better how things work Aug 26 10:36:32 :) Aug 26 12:24:57 Tofe: So your PR is ready to be merged as is? Aug 26 12:35:11 Herrie|Veer: for qtwayland? Aug 26 12:35:53 Tofe: yes Aug 26 12:38:34 Herrie|Veer: the current proposed PR works, but has to be improved as it doesn't repect fully the wayland protocol Aug 26 12:38:57 Tofe: OK Aug 26 12:39:12 Anyway it's a far better intermediate situation than a crash Aug 26 12:39:15 But we can merge as is since it solves the bug and you'll improve from there? Aug 26 12:39:24 That's what I think ;) Aug 26 12:39:35 Yes, sure, if you find someone to merge it :) Aug 26 12:39:56 JaMa: Any chance you could merge the qtwayland PR for us in webos-ports? Seems morphis is not around to do it and both Tofe and myself don't have access ;) Aug 26 12:53:19 Herrie|Veer: sure, do you have PR link handy? Aug 26 12:54:18 http://github.com/webOS-ports/qtwayland/pull/5 Aug 26 12:54:30 JaMa: is that the correct target branch? Aug 26 12:55:13 I think you wanted it to webOS-ports:webOS-ports/master Aug 26 12:55:20 master-next is for qt 5.5 Aug 26 12:55:34 Seems we're using master-next in dizzy already? Aug 26 12:55:49 webOS-ports/master-next is what I see in the bb Aug 26 12:56:40 ah, that's wrong, will fix that as well Aug 26 12:57:17 :) ok, I'll add a PR for master (the one for -next is still valid anyway) Aug 26 12:57:33 JaMa: I can do that as well Aug 26 12:57:42 Need to update it anyway for the new build Aug 26 12:59:17 JaMa: Seems we're missing 7bd5cd8 in master Aug 26 13:00:51 Herrie|Veer: no, it's there as 496d1708a697bca3aab1c86d6ffcb5b640c56d96 Aug 26 13:01:29 Tofe: OK good Aug 26 13:01:31 (and anyway my latest PR also includes a reworked version of that commit) Aug 26 13:01:57 JaMa: I can just switch to master in bb and update SRCREV right? Aug 26 13:02:10 I've done that already Aug 26 13:06:14 Thanks I'll trigger a build then :) Aug 26 13:24:05 DougReeder: ping Aug 26 13:25:12 JaMa: Thnx for help :) Aug 26 13:39:17 yw :) Aug 26 13:39:34 btw should I build another unstable with Fido release for testing? Aug 26 13:42:30 JaMa: Why not :) I can give them a spin :) Aug 26 13:45:13 cool, will trigger that after OE world builds (few days) Aug 26 14:07:22 Herrie|Veer: I can't test the build nor the runtime, but the correct fix should look like this: https://github.com/Tofee/qtwayland/commit/5f1cca6cc23e7d7036f13e3b32972420d2883ce0 Aug 26 14:26:04 Tofe: I'll leave you to test that later and then you can do a PR Aug 26 14:44:14 yup, that was also my intent Aug 26 16:56:40 Tofe: Ping Aug 26 17:05:46 Herrie|2: pong Aug 26 17:15:46 Herrie|2: wanna test another qtwayland ? https://dl.dropboxusercontent.com/u/4679068/luna-next/qtwayland_5.4.2%2Bgit0%2B8d4ea4eb60-r0.5_armv7a-vfp-neon.ipk Aug 26 17:16:08 For me it works pretty well Aug 26 17:23:27 Tofe: Seems LNC update broke everything Aug 26 17:23:33 No banner, no power stuff Aug 26 17:24:19 YOu sure https://github.com/webOS-ports/luna-next-cardshell/blob/dd5e5b4f429b348fed89f1ed1e8e70e9c26638f6/qml/Notifications/AlertWindowsArea.qml#L53 is correct? Aug 26 17:25:46 Well, mmh, let me check quickly Aug 26 17:26:38 For banner it looks like it does something of 1px at the bottom but not 100% sure Aug 26 17:26:41 Movement is so minimal Aug 26 17:27:04 there was one change I was not sure of Aug 26 17:27:22 ah, yes, it's what you highlighted Aug 26 17:27:30 did you try reverting it on device? Aug 26 17:27:40 I'm in the process of updating my LNC Aug 26 17:28:21 Yeah Aug 26 17:28:24 It works then Aug 26 17:28:30 Just banner should completely disappear Aug 26 17:28:34 It now still shows the icon Aug 26 17:28:38 Which it shouldn't I think Aug 26 17:28:44 let me play with it Aug 26 17:28:51 what do you use to show the banner? Aug 26 17:29:24 I let my battery run low :P Aug 26 17:29:31 Or you can add an email account with some emails Aug 26 17:29:35 And it will start syncing Aug 26 17:29:57 We don't have anything with Testr? Aug 26 17:33:05 ah it's an alert, not a banner Aug 26 17:36:46 I think we have in Testr Aug 26 17:37:05 Alert is at 5% with OK button Aug 26 17:37:11 20, 10 are banners Aug 26 17:37:14 +% Aug 26 17:38:01 no, Testr opens a notification, not a banner Aug 26 17:38:37 Banner notification Aug 26 17:38:45 Should not add icon it says Aug 26 17:38:50 But it does ;) Aug 26 17:39:07 Dinner now, will check legacy afterwards for confirmation Aug 26 17:39:38 it may have icon Aug 26 17:41:20 https://goo.gl/PdXD4f Aug 26 17:41:21 https://github.com/webOS-ports/luna-next-cardshell/pull/231 in case you want to relaunch a build Aug 26 17:43:03 i wanted to show banner notification when copying text in browser, but seems it's impossible Aug 26 17:43:58 nizovn: I think I'm getting more and more confused between notifications, banners, popups and dashboard. Well, the latest I can see more clearly, but the rest... Aug 26 17:44:19 oh, and alerts, too. Aug 26 17:46:59 Tofe: yeah, me too :) but available pages ^^ seems can explain a bit Aug 26 17:48:16 well, from what I understand, alerts == popups (which are persistent), banners can be notifications, but I don't know when it's not Aug 26 17:51:53 Let me dig in legacy doctors and make a list ;) Aug 26 17:59:23 i wish i was more useful. Aug 26 17:59:25 * HaDAk sighs Aug 26 18:37:27 Tofe: Alert = popup and intrusive, user needs to respond (like power dialog) Aug 26 18:37:46 Then we have banners and dashboards Aug 26 18:38:02 Banners are temporary in most cases Aug 26 18:38:35 A dashboard opens in full then minimizes to an icon which you can expand (for example email notification) Aug 26 18:38:47 I'm figuring out how to tell when a banner should stay or go now ;) Aug 26 18:49:23 Herrie|2: maybe that should be a parameter that a dev specifies Aug 26 18:49:38 OR Aug 26 18:49:48 if it needs to stay, have it minimize to the dashboard Aug 26 18:50:01 also, something the app dev can specify Aug 26 18:50:49 https://goo.gl/ejRnyZ says dashboard opens as persistent banner Aug 26 19:13:51 Seems banners should auto-hide Aug 26 19:14:02 And dashboards can be made into banners with a notification icon Aug 26 19:14:11 At least all examples I saw Aug 26 19:15:18 But then there's: https://github.com/woce/LunaSysMgr/blob/beta/Src/lunaui/notifications/BannerMessageHandler.cpp#l97 which indicates you can force it not to surpress Aug 26 19:15:23 I didn't see this being used anywhere though Aug 26 19:19:22 Herrie|2: I think I've understood what you described when you said "only an icon remains" Aug 26 19:19:30 Herrie|2: that's just standard notification Aug 26 19:19:47 click on the line where the icon is ==> you'll get the expanded notification area Aug 26 19:23:26 Yeah those are dashboards Aug 26 19:23:33 Can be swiped, interactive etc Aug 26 19:23:55 The banners should just show the small icon + text (text is required not optional) and disappear after the timeout Aug 26 20:04:06 Nope, what you get really (based on what you described) is notifications: swipeable, not interactive, can be minimized. Aug 26 20:04:23 It's also what I got when I clicked on "Banner notifications" in Testr Aug 26 20:05:39 Tofe: That's because LNC handling of certain things isn't correct ;) Aug 26 20:05:44 Dashboards are OK Aug 26 20:05:50 popups/alerts too Aug 26 20:05:53 Banners not ;) Aug 26 20:06:05 They should simply disappear after the timeout, leaving no traces Aug 26 20:07:44 Let me see if I cna run Testr on legacy ;) Aug 26 20:35:53 Tofe: It runs on legacy. Banner appears and completely disappears after timeout Aug 26 20:36:47 When a 2nd banner appears before first one is gone, it fades out first one and replaces it by a 2nd one Aug 26 20:38:51 Sent you IPK to play with ;) Aug 26 20:45:03 I need to check this on TP still to see what it does there Aug 26 20:45:07 But similar quite sure Aug 26 20:47:20 Let me get my TP Go to test Aug 26 20:50:54 Acts the same, only 1 of the same banner at the same time. Not sure what would happen with multiple different kinds of banners at the same time though Aug 26 20:50:57 Not easy to test that Aug 26 20:51:12 All others are dashboards in some way or form ;) Aug 26 20:51:21 Either in full size or minimized right away Aug 26 20:51:26 And Alert = Alert ;) Aug 26 20:51:34 Just like popup Aug 26 20:56:15 So for now we'd only need to make sure to banners completely disappear and there's only 1 at the same time it seems. Aug 26 20:56:23 Other implementations seem OK for now **** ENDING LOGGING AT Thu Aug 27 02:59:58 2015