**** BEGIN LOGGING AT Mon May 18 02:59:59 2015 May 18 03:37:10 Herrie, Tofe, Testr calls PalmSystem.addBannerMessage("Testr banner message", '{ }', "assets/Contacts-favorites-star-blue.png", "alerts"); Does that help? May 18 03:48:59 Garfonso, legacy puts up both a banner message and dashboard for an incoming IM, even if Messaging is open. May 18 03:51:48 I’m inclined to follow that lead, without a good use case argument against. May 18 04:58:58 DougReeder: I saw that, but some legacy apps seems to do an addBannerMessage call without specifying an icon and it still shows an icon ;) I tried to find any code for this in legacy but couldn't to see how this works ;) May 18 04:59:14 For now I just patched it so it iwll take the app's icon.png for this May 18 05:00:17 DougReeder: I think legacy implementation is fine for the notification May 18 05:03:04 Yes, if you don’t specify an icon, legacy uses the app icon. I have no idea what code is used to accomplish that. May 18 05:04:01 I searched but couldn't fine probably somewhere in a binary May 18 05:04:22 So we just took icon.png which will work in 99,5% of cases I guess May 18 05:10:26 Should fix Tweaks + legacy apps at least :) May 18 05:24:49 Is there a way to access the appInfo in that code? May 18 05:34:07 Not sure you mean ideally we take the icon name from appinfo.json? May 18 05:38:38 Right. May 18 05:39:15 Sorry to respond so slowly. I’m off to bed now. May 18 05:55:33 No worries, good night! May 18 06:28:47 Herrie: merged, looks good :) May 18 07:17:31 morning May 18 07:18:34 morning! May 18 07:24:15 Tofe: Yeah doesn't look bad need to check legacy keymap a bit more and do some tweaks but it looks very similar to the OWO one now :) May 18 07:24:59 Also need to update to the other languages for the symbols files will get to that as well later today. May 18 10:23:57 Tofe: Ping May 18 10:51:36 Herrie|Veer: pong May 18 10:55:20 Tofe: I'm doing quite some rebranding from Ubuntu to LuneOS for next PR. You will need to thoroughly test this :P May 18 10:58:04 ok :) May 18 11:06:09 Tofe: everything is pushed but you need to update meta-qt5 too May 18 11:06:38 Tofe: you need https://github.com/webOS-ports/webos-ports-setup/commit/fb6aecdcbe5438259872085d1dcc428f3567b28e May 18 11:08:55 morphis: yesterday I pulled the latest master or meta-qt5, it's almost the same commit, so it should be ok; my build is already quite advanced May 18 11:12:19 Tofe: Not sure if we have any ubuntu path references etc on device so you'd need to double check those while building. I can make sure everything is OK with QtCreator at my side but not that good at building stuff :P May 18 11:12:54 Tofe: maybe do a rm -rf tmp-glibc to get a clean one May 18 11:22:15 morphis: yeah, didn't do it this time, maybe that was a mistake May 18 11:49:41 Herrie: merged your PR May 18 11:53:07 Tofe: Thnx, decided to keep this seperated from Ubuntu stuff :P May 18 11:54:39 Herrie|Veer: yes, that was a good idea May 18 11:55:07 Ubuntu stuffs PR will be in soon. Almost done cleaning up :P May 18 11:55:18 Need to test it and will PR it too ;) May 18 11:55:35 Ok, we'll see May 18 12:15:13 Tofe: ok May 18 12:51:10 morphis: ping May 18 12:51:16 Herrie|Veer: pong May 18 12:52:00 Do you remember if we included the sounds that we got from Enda last year in our image? Seems we'll need some of those for our vkb now :P May 18 12:52:58 They're in /usr/share/systemsounds on legacy May 18 12:53:39 Herrie|Veer: I think we did May 18 12:57:09 I don't have an image here to verify May 18 13:53:36 Tofe: Seems I managed to get a second commit mangled into the PR that should have been separately but oh well :P May 18 13:53:57 You can take them in 1 go if you want. The phone keyboard ones are small anyway May 18 13:56:30 Herrie|Veer: ok thanks, I'll have a look tonight May 18 13:58:25 I think when all this is merged we're almost OK to include it in the nightlies. Just need to iron out the tablet sizing issues for now :) May 18 13:58:42 Then I think we're in a mergeable state :) May 18 14:02:10 great :) May 18 14:03:25 Herrie|Veer: your PR seems to be good at first sight; we'll see what it does after a bitbake build ;) May 18 14:05:20 Yeah that's what I'm worried about :P May 18 14:05:29 Probably needs a little TLC here and there May 18 14:40:30 Herrie|Veer: I guess you checked with a grep that no unwanted ubuntu strings were left May 18 14:42:42 I used my WinGREP tool but it searches whole folders :P May 18 14:42:57 Only reference we have left is for the main.ini and the sound May 18 14:43:23 Not sure we can safely get rid of the main.ini, I saw some reference to that in a cpp file May 18 14:43:24 Herrie|Veer: WinGREP? May 18 14:44:10 first of all, if it is in version-controlled code, use `git grep` May 18 14:44:29 second, please install Cygwin so that you can use normal unix utilities on your Windows box <.< May 18 14:44:56 GodGinrai: Well it's actually called Hurricane Search (very old tool on Windows that internally refers to itself as WinGREP at times :p) May 18 14:45:24 GodGinrai: Well yes I could use Cygwin but I like Hurricane Search GUI :P May 18 14:45:30 Works well :P May 18 14:46:12 Not only use it for coding but also for lots of other stuff so just being a creature of habit and lazy to use a different tool for coding :P May 18 14:47:00 git-grep is still the best thing for version-controlled code May 18 14:47:14 since it ignores anything not in version-control May 18 14:47:23 and automatically greps the whole repo May 18 14:51:38 Good to know, doubt I'll use it much though :P We don't do much of these rebrandings just this one was due after the vkb overhaul :P May 18 15:24:15 Tofe: It seems I somehow broke the extended stuff for top row. Cannot see anything obvious can you have a look when you get a chance? May 18 15:30:51 * DougReeder_ waves good morning May 18 16:33:55 ok, my mako build is done (and from scratch) May 18 16:37:14 morphis: from what i saw, flickable should be set only once, so i think we need to set it to true for all webapps, as our platform is touch. May 18 16:37:16 Herrie|: https://github.com/webOS-ports/webos-keyboard/pull/40 May 18 17:02:29 morphis: I found a partial fix for the mouse focus issue May 18 17:07:32 morphis: https://github.com/Tofee/qtwayland/commit/cf0b141becd6448cfe80c330cc99a77e4e6b8dbf (I call it a partial fix because, well, the real cause isn't really known yet, this commit might reintroduce a bug in qtwayland) May 18 17:13:55 Herrie|Veer: I'm now going to test your PR :p May 18 17:53:29 Tofe: OK just home from gym thnx for fix May 18 17:53:44 I'm reworking the extended keys stuff a bit May 18 17:53:56 Legacy had 4 a row and we have one with 11 now ;) May 18 17:54:02 So will come up with something more flexible May 18 17:56:51 Herrie|2: 11 is too much :) May 18 17:56:56 we've got 5 a row May 18 17:57:02 and 2 rows max May 18 18:12:15 Tofe: Yeah so tweaking that a little May 18 18:22:45 Herrie|2: Do you work on 761? Seems i found fix for it. May 18 18:31:13 Herrie|2: provided the spellchecker path is fixed, it works well (but the layout is still problematic) May 18 18:32:32 Did you try with the "mako" setting in SettingsStub.js ? It does reproduce quite well the issues we see on device May 18 18:33:32 I will also provide to you an ipk built with your PR May 18 18:34:52 nizovn: Happy to accept a fix ;) May 18 18:35:03 I tried some things but didn't find anything yet May 18 18:36:05 Herrie|2: i have no idea why, but it works if replace all Labels with Texts May 18 18:40:03 Herrie|2: https://dl.dropboxusercontent.com/u/4679068/luna-next/webos-keyboard_0.99.0%2Bgit34%2B4fcef7e6e6-r0.7_armv7a-vfp-neon.ipk May 18 18:42:08 Tofe: the PR fixes our problem? May 18 18:44:12 morphis: yes, and I didn't see any immediate regression May 18 18:45:02 still, if for example we see problems with cards stack manipulation and so on, it might be related to that May 18 18:45:40 ok May 18 18:46:46 merged May 18 18:47:22 ok thx May 18 18:48:15 Tofe: path fixed May 18 18:50:59 triggered new testing builds with that fix and some other things included May 18 18:53:44 Herrie|2: btw. what is with the guy who had the telegram app? May 18 19:00:40 morphis: Pattyland (PivotCE) May 18 19:03:42 I guess he'll put it up somewhere soon. He was discussing with ka6sox about Preware feeds before the weekend May 18 19:55:46 Tofe: If build is OK I updated PR so should be OK to merge to your branch May 18 19:55:57 I'll work on scaling a bit tomorrow May 18 20:50:25 Herrie: merged; but we have to keep in mind that the bb recipe has to be updated a little bit May 18 20:50:29 (mainly QA issues) May 18 20:51:27 Herrie: for the scaling issues, I think we used Units.gu where it was not pertinent May 18 20:51:45 like for "..." annotation positionning May 18 21:16:46 TOfe; did another PR with new approach for the popover :) May 18 21:16:52 Works well with 1, 2 and 3 lines :D May 18 21:17:12 BorderImage is back and some flexible calculation, could get rid of a set of images this way as well :) May 18 21:17:27 Yeah need to rework that all a bit tomorrow for scaling, new that from the start already May 18 21:20:27 Herrie: I agree with your PR, I also hesitated doing it that way when I reworked it. Just had one little remark, the rest seems ok. May 18 21:23:13 bed time now, gn8 ! May 18 22:07:01 Tofe: changed it to Math.ceil instead, tested and merged it :) **** ENDING LOGGING AT Tue May 19 02:59:59 2015