**** BEGIN LOGGING AT Sat Mar 07 02:59:58 2015 Mar 07 04:36:44 Who do I talk to about making an icon? Mar 07 06:44:54 DougReeder, Herrie who will talk to Benjamin Mar 07 07:16:30 DougReeder: What you need? Mar 07 14:50:43 I need a “create new person” icon, like in webOS 2. (3 uses text). The webOS 2 icon is a head & shoulders silouette (like the missing picture icon) with a plus sign, but it doesn’t have to look like that. It does need to be 32x32 (it can fill that completely, the button surrounds it with more space). It should be dark on a transparent background. It only needs a “normal” form; the button takes care of Mar 07 14:50:44 active. Mar 07 15:43:53 DougReeder: Should be easy enough I guess, let me check for the 2.x one Mar 07 15:45:20 DougReeder: You mean this one? http://tinypic.com/r/2n08qiu/8 Mar 07 15:47:42 Benjamin already created this one as a vector: http://webos-ports.org/images/2/22/Generic-details-view-avatar%404x.png Mar 07 15:47:50 Could be the basis and just add a + ? Mar 07 17:27:34 nizovn: ping Mar 07 17:27:40 morphis: pong Mar 07 17:28:00 nizovn: somehow the display management is broken after we enabled ALS Mar 07 17:28:26 can't unlock and enable/disable display doesn't work really too Mar 07 17:28:44 If I set EnableALS=false everything works again Mar 07 17:29:15 will test Mar 07 17:29:39 nizovn: can you as first step do a PR to disable it again so we can push out the release? Mar 07 17:29:58 ok Mar 07 17:33:15 thanks Mar 07 17:38:07 morphis: btw what is the best way to bring leds? i think to import CoreNaviLeds.* to luna-sysmgr-common and make ledsadapter plugin in luna-next. Mar 07 17:41:52 nizovn: or we directly put that code into a plugin Mar 07 17:41:54 not sure if we will use it from anywhere else Mar 07 17:46:50 morphis: Since when we have ALS code? Mar 07 17:47:13 I noticed display is acting up on N4 for the last few weeks it seems Mar 07 17:47:27 yeah but the change with ALS came in yesterday Mar 07 17:47:40 code was already there for some time though Mar 07 17:47:44 OK Mar 07 17:47:58 I noticed my N4 doesn't want to wake up from sleep recently Mar 07 17:48:04 Not sure when it started tbh Mar 07 17:48:52 I think that is there already for some time, saw it too Mar 07 17:56:01 Herrie, Tofe: btw. did we finally found a solution for the height of dashboard windows? Mar 07 18:09:09 morphis: It's OK no N4, just not on TP yet Mar 07 18:09:14 Tofe is looking into that I think Mar 07 18:09:27 On TP the power menu has a lot of black space, N4 it's OK for me Mar 07 18:09:54 Herrie: as I said before: the heights are statically set so they will be different Mar 07 18:10:12 we need some generic height so it can be adjusted automatically to the dimensions of each device Mar 07 18:10:39 morphis: well, they will look different, but it's no reason for a black space to appear Mar 07 18:11:04 I think the black space is the resizing somehow not to work properly but didn't have a chance yet to debug Mar 07 18:11:36 ah ok Mar 07 18:11:39 Probably has to do with the landscape orientation but not 100% sure Mar 07 18:12:20 I think the synClientWindowSize in https://github.com/webOS-ports/luna-next-cardshell/commit/d29218671ddb7f8f6c769d8477cc5163f41d541c might need some rework Mar 07 18:12:27 But not sure Mar 07 18:13:23 Herrie: we don't do a lot of resizing, actually. The commit here is only related to the "card" window type, not alert or dashboard windows Mar 07 18:13:41 Ah ok Mar 07 18:14:29 I was thinking about specifying some relative height from the html side for dashboard windows Mar 07 18:14:41 which we then recacluate into real heights Mar 07 18:14:48 and use Units.gu as base for that Mar 07 18:35:41 Tofe: can you implement a simple change in the cardshell? Mar 07 18:36:00 morphis: sure Mar 07 18:36:23 when a new notification is created and the display is off, can you call luna-send -n 1 luna://com.palm.display/control/alert '{"status":"banner-activated"}' Mar 07 18:36:32 same goes when all notifications are removed Mar 07 18:36:36 send banner-deactivated Mar 07 18:37:06 how do I check the display status? Mar 07 18:37:30 bash-4.3# luna-send -n 1 luna://com.palm.display/control/status {} Mar 07 18:37:30 {"returnValue":true,"event":"request","state":"off","timeout":120,"blockDisplay":"false","active":false,"subscribed":false} Mar 07 18:37:36 ok perfect Mar 07 18:37:57 state can be "off", "on", "dimmed" Mar 07 18:38:10 thanks! Mar 07 18:38:31 that will get the screen now turned on when a notification receives but the screen is off Mar 07 18:40:33 Tofe: https://github.com/webOS-ports/luna-sysmgr/commit/cd03f671e56dcfb24068dcf58678ede491943cac is the code for that Mar 07 18:41:03 :) no pb, I'll do that Mar 07 18:41:59 why checking the display status before sending the signal, actually? Mar 07 18:42:34 right, lets send it always Mar 07 18:42:50 Herrie: for the mediaindexer, the "name" field should be without extension? Mar 07 18:51:28 Herrie: https://github.com/webOS-ports/mediaindexer/pull/4 Mar 07 18:53:16 hop. Mar 07 18:53:49 not fully tested I must say :) but it can't hurt much anyway. Mar 07 18:55:43 Tofe: while looking at that I must say that we should do the same for dashboard and alerts .. Mar 07 18:56:12 for alerts use generic-activated /generic-deactivated Mar 07 18:56:28 for dashboard banner-* is fine Mar 07 18:58:52 let's go then :) Mar 07 18:59:40 :) Mar 07 18:59:41 Herrie: ping Mar 07 19:00:15 Herrie: can you look at https://github.com/webOS-ports/luna-qml-launcher/pull/4 and try if settings app works still fine Mar 07 19:00:32 will trigger builds with that in a few mins Mar 07 19:06:56 morphis: same PR Mar 07 19:11:03 Tofe: thanks Mar 07 19:11:35 Tofe: btw. how far is the tabbed launcher work? Mar 07 19:15:02 morphis: there are some scenario where Qt still behaves weird Mar 07 19:15:15 but appart from that, the rest is ok Mar 07 19:15:30 but not ready to be merged yet? Mar 07 19:16:15 morphis: Name + searchKey one Mar 07 19:16:18 For mediaindexer Mar 07 19:16:25 Herrie: ok, that should be fixed now Mar 07 19:16:31 But searchKey is set to name if I remember correctly Mar 07 19:17:10 searchkey is set from name Mar 07 19:17:17 so if name is fine searchkey will too Mar 07 19:17:49 Ok :D Mar 07 19:17:50 new builds are triggered Mar 07 19:17:55 morphis: I'm a bit hesitant -- I could also disable the DnD for now, even if it reduces the interest a lot Mar 07 19:18:06 yeah right Mar 07 19:18:13 then lets rather fix it before merging Mar 07 19:18:17 ok Mar 07 19:18:35 morphis: I found it to be too buggy currently to be in the images, though it looks promising Mar 07 19:19:10 Just Tofe needs to kill some bugs first ;) Mar 07 19:19:30 Herrie: yeah, I just hope the bugs are on my side, not qt's ;) Mar 07 19:19:44 Yeah well QT can fix stuff too right, just takes longer :P Mar 07 19:20:01 yep Mar 07 19:21:03 morphis: WIll test the build when ready Mar 07 19:21:36 Why would settings app be influenced by a QML change, should we test FirstUse, Browser or Phone app instead? Mar 07 19:21:44 Settings app = Enyo Mar 07 19:21:49 FirstUse, Browser & Phone are QML Mar 07 20:09:04 Herrie, the first one has the right shape, but wouldn’t show up well against the gray background of an onyx button. The second one might be something to work from. Mar 07 20:13:34 https://github.com/webOS-ports/org.webosports.app.contacts/blob/master/assets/bg_field_new.png is what I’m using for now - it shows up well against the gray gradient background of an Onyx button. Mar 07 21:40:35 DougReeder: You happen to have a screenshot of where it's shown in the app? Might give Benjamin a better idea :) Mar 07 21:55:52 I can generate that Mar 07 22:00:41 It would replace the + icon here: http://hominidsoftware.com/non-public/20150307165642.png Mar 07 22:13:12 The webOS 2 icon can be seen at the lower left of http://hominidsoftware.com/non-public/contacts_2015-11-01_063242.png but that is on a dark background. Mar 07 22:14:16 Herrie|2: yeah, meant first use Mar 07 22:14:25 just set useLuneOSStyle: true in appinfo.json Mar 07 22:14:44 that will use the new LuneOS style instead of the default one which comes with QtQuickControls Mar 07 22:54:26 DougReeder: Thnx Mar 07 22:54:57 morphis: Doesn't seem to work... Button adn textinput is still in old style, that should be Mochi now right? **** ENDING LOGGING AT Sun Mar 08 02:59:58 2015