**** BEGIN LOGGING AT Sat May 16 02:59:59 2015 May 16 04:45:54 When the gesture area on my N4 stops working, I can get it working by tapping on a text field, thus opening the vkb. May 16 06:52:53 I’ve created a PR which adds System Popup tests to Testr. May 16 06:56:09 I think it’s great that we can specify height in gridunits, (and that works fine), but I think if gridunits is not specified, the height should be interpreted as CSS pixels, not physical pixels. For example, on the N4, specifying the height as “160” should produce a window 320 physical pixels tall. That’s how it works under webOS, and I thing we should maintain compatability. May 16 08:05:15 morphis: It looks like it is a sort of focus issue May 16 08:05:38 The concept of touch focus is a bit weird, but maybe it exists May 16 08:06:07 Tofe: Yes it seems like it May 16 08:06:17 It's visible but doesn't always react to touch May 16 08:06:22 Might be hard to debug somehow May 16 08:06:27 Could be z-index as well? May 16 08:07:06 not sure May 16 08:07:18 I'm digging in May 16 08:18:14 Tofe: I was testing some Enyo 1 apps, 1 seems to add a dashboard message, but it cannot find any image. I checked the code and it doesn't provide any. Seems that it looks for 1 in the app directory while maybe it should take a default one somehow instead? May 16 08:18:30 enyo.windows.addBannerMessage('Copied password to clipboard', '{}'); gives May 16 10:11:04 mako luna-next[1368]: WARNING: 10:11:04.902: file:///usr/palm/luna-next/shells/card/qml/Notifications/NotificationItem.qml:20:9: QML Image: Cannot open: file:///usr/palm/applications/com.gregstoll.passwordhash/ May 16 08:18:41 Maybe we should use icon.png as default there? May 16 08:18:49 Might also solve the one we have with Tweaks? May 16 08:22:15 Let me play around a bit with this and see if I can fix it May 16 08:43:36 my digging didn't give any interesting result yet May 16 08:49:47 Tofe: Any way in QML to check if a file exists? May 16 08:56:41 Tofe: Seems I might have found the cause for the icons not showing up: https://github.com/webOS-ports/luna-next-cardshell/blob/master/qml/Notifications/NotificationTemporaryPopupArea.qml#L53 May 16 08:57:21 object.iconUrl doesn't show the full path to the icon, but only to the folder. As nasty workaround I could append + "icon.png" but it would be better to sort at source? May 16 09:12:30 Just not really sure where it gets this object from ;) May 16 09:12:39 You wrote it so I guess you might hvae a clue ;) May 16 10:08:41 Tofe: Just FYI: http://issues.webos-ports.org/issues/765 is still there in current builds. Not sure it's something for you or morphis? May 16 10:56:01 Herrie: i'm looking into 619 and 681 May 16 10:56:01 Do you think this is correct behavior for 681? May 16 10:56:01 luna-send -n 1 palm://org.webosports.webappmanager/launchApp '{"appDesc":{"title":"Trello","icon":"","noWindow":false,"main":"https://www.trello.com","id":"com.trello.web","flickable":true},"processId":10000}' May 16 10:56:01 How i can replicate 619? i think it's issue in memos app, as scrollers in http://nightly.enyojs.com/latest/sampler/ seems to work. May 16 11:23:52 You might be right on 619 May 16 11:23:56 Seems to be memos only May 16 11:24:06 Well I can't get FeedSpider to run for some reason (white card) May 16 11:24:19 me too May 16 11:25:30 It worked in the past not sure what broke it May 16 11:26:43 For 681: morphis would need to confirm but I don't see anything wrong with it? May 16 11:27:58 it works, but with transparent background May 16 11:34:26 FeedSpider? May 16 11:36:45 no, trello scrolls, but if scroll it's borders, cardsview will be visible under it May 16 11:39:32 Ah May 16 11:40:29 Ah I see now, wehn you're at beginning or end it will show the background? May 16 11:41:00 yes :) May 16 11:41:11 WEll it's an improvement still :P May 16 11:41:17 Now it doesn't scroll at all ;) May 16 11:41:36 Adding flickable sorted it? May 16 11:43:08 trello have "flickable":true in appinfo.json, but it's ignored in appmanager May 16 11:43:56 fix may be to pass flickable as well to webappmanager May 16 11:44:29 it confusing that appmanager and webappmanager have different applicationdescription May 16 11:47:43 Maybe they should be synchronized May 16 11:47:51 It could be morphis/Tofe forgot them somehow? May 16 11:55:03 not sure; seems appmanager appdescription should contain not only general values, but also specific to webappmanager May 16 14:45:47 nizovn: you mean both have a different class to handle the application description? May 16 14:47:23 morphis: yes, in appmanager it's much bigger May 16 14:47:49 yeah, I used some small variant of it which just has things we need in webappmanager May 16 14:50:05 for example the flickable property is an additional one just used by webappmanager May 16 14:50:49 ah, but appmanager pass only those he knows May 16 14:51:05 yeah ... May 16 14:51:21 that seems to be one of the things which we never fixed when the webappmanager structure changed May 16 14:51:42 it was once ago a webapp-launcher which got passed the absolute path to the appinfo.json from the appmanager May 16 14:52:14 it would be better today if we would refactor the ApplicationDescription class from luna-appmanager to be in luna-sysmgr-common and use that one from webappmanager also May 16 14:52:36 however for a quick fix we can just add the missing properties in luna-appmanager to make sure they get passed May 16 14:53:20 ok, understood May 16 14:55:08 Herrie: btw. what do you think about a new std. wallpaper? May 16 15:18:50 i tested scrolling a little, seems it's buggy, not sure if we want to enable it. if open another webapp, bottom part of flickable page become white. May 16 15:21:18 of the previous app? May 16 15:21:28 yes May 16 15:22:45 hm May 16 15:24:06 seems i got it, flickable is global property, and another app owerwrite it to false May 16 15:26:02 right May 16 15:26:05 that is the problem May 16 15:26:21 so we need to call QQuickWebViewExperimental::setFlickableViewportEnabled on every focus? May 16 15:26:41 it's used when you create a new app to choose the right internal view type May 16 15:26:45 if that helps May 16 15:27:28 nizovn: https://github.com/webOS-ports/qtwebkit/tree/webOS-ports/master/Source/WebKit2/UIProcess/API/qt May 16 15:28:20 it should be only used on window creation May 16 17:25:24 morphis: Good idea, can we fix http://issues.webos-ports.org/issues/721 while at it? Maybe with a symlink? Users are used to have their wallpapers in /media/itnernal/wallpapers on legacy May 16 17:32:57 How you want to do it? Contest somehow? May 16 21:19:43 Herrie: sorry for the late answer, I got caught in a family trip in town May 16 21:20:34 Herrie: no, no real easy way of checking it... You'd have to use a C++ class and use that with a QML import May 16 21:20:44 (to check if a file exists, I mean) May 16 21:22:33 Herrie: it gets iconUrl from the notification object, which is filled in by the NotificationManager, which gets it from the properties of the LS2 notification May 16 21:22:50 the latter is the source **** ENDING LOGGING AT Sun May 17 02:59:58 2015