**** BEGIN LOGGING AT Sun Apr 12 02:59:58 2015 Apr 12 10:55:15 nizovn: morning Apr 12 10:55:39 morning Apr 12 10:57:45 morning Apr 12 10:58:35 morphis: I just saw that qtquick1 is being deprecated in Qt 5.5; could we make sure we don't include it anymore ? I don't think we need it anyway. Apr 12 11:11:41 nizovn: Saw your PR for led :) Apr 12 11:11:54 DOes this work in the OS already or it's just back end stuff for now? Apr 12 11:15:14 it works partly, stopAll is not implemented, and for some reason on TP ledSet() cause the led to pulsate Apr 12 11:17:01 OK any way I can test it on TP? Does it show up when email arrives for example? Apr 12 11:21:53 no, it just provide the leds singleton, i tested it with such ReticleArea.qml https://bpaste.net/show/0edba9abec8a Apr 12 11:22:56 Herrie, nizovn: do we already have a led logic to use for notifications, missed calls, charging, etc? Apr 12 11:23:38 Or is there one that looked good and we'd like to have? Apr 12 11:32:36 Tofe: seems this has some led logic: https://github.com/openwebos/luna-sysmgr/blob/master/Src/base/CoreNaviManager.cpp , but not sure it's useful Apr 12 11:34:38 nizovn: I think it's more related to gestures on the gesturearea Apr 12 11:35:09 we already have our own way of drawing it, we're not using any led for that (as there's no gesture area on other phones) Apr 12 12:16:52 Tofe: looking through http://www.webos-internals.org/wiki/Patch_Enable_LED_Notifications ,i think for notification this is used: https://github.com/openwebos/luna-sysmgr/blob/master/Src/base/CoreNaviManager.cpp#L543 Apr 12 12:19:56 nizovn: ok, possible, I must say I didn't read through the whole thing :) Apr 12 12:42:57 Herrie: I've understood the problem when dragging the icon over certain tab titles Apr 12 12:43:43 The issue is that we get very far from the tab where the icon came from, and its content has been deleted, together with the mousearea that was managing the drag... Apr 12 13:32:25 Herrie, morphis: I've just fixed the last known issues on the tabbed launcher. For me, it's good to go, but please tell if you find a showstopper on the way :) Apr 12 13:42:48 Tofe: Great stuff let me try Apr 12 13:44:16 I've added a little indicator to tell when you are going to scroll right or left Apr 12 13:46:12 The next steps are: add a "remove" icon, and add possibility to configure tabs Apr 12 13:49:23 But I'd like to merge that first Apr 12 14:52:41 Tofe: great stuff! Apr 12 14:52:45 I can't seem to break it! Apr 12 14:53:07 Not sure what you mean by indicator? I couldn't spot it? Maybe I look at the wrong place :P Apr 12 14:57:26 P.s. On 3.x legacy the tab names were all in CAPS. I got very used to that ;) Apr 12 14:58:12 Herrie: the indicator is a light blue line on the side of the grid Apr 12 14:58:33 it's meant to be very discrete, so it's good if you didn't spot it immediately Apr 12 14:58:47 I'm glad you couldn't break it :) Apr 12 14:59:13 For uppercase of tabs, we'll see when we will implement the tab list configuration Apr 12 14:59:44 even if it's just a matter of changing 4 lines in the qml code Apr 12 14:59:54 Tofe: I only see light blue when I hover an icon on another tab Apr 12 15:00:09 I don't see a light blue line anywhere, but I might be blind :P Apr 12 15:00:31 did you try dragging the icon on the side of the grid ? Apr 12 15:01:27 I agree you have to be quite precise when doing that, but I didn't want to make the change of tab too easy Apr 12 15:01:41 Ah yeah I see it now Apr 12 15:01:45 Just 1 minor quirk left :P Apr 12 15:01:55 mmh? Apr 12 15:01:58 It doesn't snap to the "current" tab ;) Apr 12 15:02:19 I.e. I moved something to favorites now and I see "nloads" and then "Favorites" ;) Apr 12 15:02:55 For the rest have nothing to complain ;) It's really stable it seems :D Apr 12 15:03:01 And I like the larger icons as well Apr 12 15:03:07 THey were too small for my liking before Apr 12 15:03:34 I don't see the snapping bug Apr 12 15:03:47 Just scroll to the 2nd tab Apr 12 15:04:06 You'll see that "Downloads" is not on the left and you'll see part of "Apps" ;) Apr 12 15:04:23 yes, I centered it on purpose Apr 12 15:04:38 because then it's easier to change tab Apr 12 15:04:48 I don't like it tbh ;) Apr 12 15:04:58 Where's HaDAk when you need him LOL :P Apr 12 15:05:03 hehe Apr 12 15:05:19 Quite sure he's with me on this one :P Apr 12 15:05:43 I quite liked it, I think I'll make a Tweak if we don't agree :) Apr 12 15:05:53 But it's OK for now in general, we can improve that going fwd Apr 12 15:05:56 Tweak would be good Apr 12 15:06:18 I think we might be able to do something with a left and/or right arrow to indicate there are tabs to the left/right Apr 12 15:06:21 Similar to 2.x Apr 12 15:06:38 ah... you liked that? Apr 12 15:07:07 it's so 90's ;) Apr 12 15:07:48 Doesn't leave you guess ;) Apr 12 15:07:57 The centered bothers me because of cut-off words :P Apr 12 15:08:22 But I guess we could add those options in Tweaks ;) Apr 12 15:09:38 Did you test it on TP? Apr 12 15:10:20 no, not yet Apr 12 15:10:56 Let me do that Apr 12 15:11:03 If it's OK I'm happy with you to merge it Apr 12 15:11:20 I hope it's not a disaster, I mainly tested on N4 :p Apr 12 15:12:38 Seems fine Apr 12 15:12:43 Just 1 minor thing I noticed Apr 12 15:12:47 Let me take a pic Apr 12 15:12:52 sure Apr 12 15:15:24 http://tinypic.com/r/10dbkea/8 Apr 12 15:15:50 For the apps with a longer description, the text runs below the bottom of the box a little Apr 12 15:16:00 Nothing major, but it's not nice ;) Apr 12 15:17:13 I'd say move it a few pix down and add a few pix in height ;) Apr 12 15:17:43 yes; I think HaDaK's future modifications included that as well as other tweaks Apr 12 15:18:41 Herrie: https://github.com/webOS-ports/luna-next-cardshell/blob/tofe/tablauncher/qml/LaunchBar/FullLauncher.qml#L43 <-- here's the culprit Apr 12 15:23:56 OK Apr 12 15:24:00 Well it's minor Apr 12 15:25:15 ... and I may have already found a fix. But I'll have to test on TP Apr 12 15:25:27 or can you ? It's just the pointed line to modify Apr 12 15:25:45 Put this instead: property real cellHeight: iconSize + Units.gu(1.4)*2 + Units.gu(3) // we give margin for two lines of text Apr 12 15:26:03 it works for N4 Apr 12 15:26:10 I made it iconsize * 2 and looks OK for me? Apr 12 15:26:21 Just it's rectangular and not square anymore Apr 12 15:26:25 I'm OK to test your fix Apr 12 15:27:28 the text height is not necessarily related to iconSize, so it's a bit fragile to make computations based on it Apr 12 15:29:32 morphis: https://github.com/webOS-ports/luna-next-cardshell/pull/206 <-- seems fine to merge. There are little things to tweak, but it's stable and working Apr 12 15:32:03 Tofe: Can you merge LNC or only morphis? Apr 12 15:35:39 I can also Apr 12 15:35:58 It's just so that it looks more like a "review" :) Apr 12 15:36:24 but in this case, where you also tested it, and there is no architectural change, it's less interesting Apr 12 15:36:54 (well, no change apart from the launcher, of course) Apr 12 15:37:40 I'll just wait a couple of hours, eat a pizza, and if he doesn't show up, I'll merge it Apr 12 15:53:47 Tofe: Yeah let's see what morphis has to say. Could be he wants to hold off Apr 12 15:53:51 We're still pending release as well Apr 12 15:53:56 JaMa: Ping for that :P Apr 12 15:55:07 Oh, the risk here is quite minimal, even with a release coming soon Apr 12 15:55:22 nothing depends on LNC, from a release point of view Apr 12 15:56:19 Yeah that's true Apr 12 15:56:30 Would be a nice feature to add imho ;) Apr 12 16:01:47 yup Apr 12 16:14:09 Herrie|2: stable is building now Apr 12 16:14:39 JaMa: Thnx Apr 12 16:54:38 JaMa: Why are stable still building Grouper & Maguro? Apr 12 18:54:36 Can anyone recommend a browser that renders enyo styles the same way as LuneOS? Apr 12 18:55:10 I am having to test "what does this look like?" on device repeatedly and it just soaks up time. Apr 12 19:01:02 Elvispre: Chrome should come closest Apr 12 19:01:14 Since it uses webkit/blink whatever kind of rendering engine ;) Apr 12 19:01:33 Firefox uses Gecko and IE Trident so will be way off Apr 12 19:01:44 You might want to try a somewhat older Chrome though ;) Apr 12 19:02:24 Unfortunately, it is chrome that I am already using... Ah. Older version eh? Apr 12 19:03:52 Well we're using a relatively old webkit still since we're using QtWebkit still and not QtWebEngine Apr 12 19:08:23 QtWebEngine is not available for our platform AFAIK. It's only included in the QT Enterprise edition currently Apr 12 19:24:38 Herrie|2: it builds everything, but not all machines are part of release directory Apr 12 19:25:21 Herrie|2: there is recipe for qtwebengine which builds for LuneOS, it just isn't properly integrated Apr 12 19:39:16 JaMa: Grouper & Maguro are currently broken, so no need to build currently (we don't build nightlies for them either). Apr 12 19:40:07 For qtwebengine would be good to have sometime, what would be required to integrate it? Apr 12 19:41:04 Though since we only build 1 stable a month usually it's not that critical Apr 12 19:49:29 Herrie: I was able to execute qtwebengine example browser Apr 12 19:49:48 morphis said it needs to be integrated with our wayland etc to be more efficient IIRC Apr 12 19:50:00 I don't remember any details now Apr 12 20:00:43 Ah OK will ask him when he's around Apr 12 20:17:57 boom: FAILURE in 0.65 sec Apr 12 20:27:22 build failure? Apr 12 20:27:33 it was resolved in 0.65 sec after that :) Apr 12 20:29:44 ya, just funny how FAST these things are Apr 12 20:30:02 it's just tmpfs space check before the build itself Apr 12 23:10:39 The answer to my own question from earlier is: Firefox on Ubuntu 12.04 renders enyo 2 really like LuneOS. Apr 12 23:11:33 So now I should be able to try out different enyo styles about ten times faster than I have been able to today. Apr 12 23:11:52 However, now it is time to say goodnight. **** ENDING LOGGING AT Mon Apr 13 03:00:00 2015