**** BEGIN LOGGING AT Sat Apr 11 02:59:59 2015 Apr 11 05:54:51 Anyone remember how to minimize an app programatially under webos? i.e. what’s the Enyo equivalent of the Mojo StageController.deactivate() ? Apr 11 08:22:40 morning Apr 11 08:29:47 Herrie|2, morphis: now, for some kind of reason, ofono started to work Apr 11 09:20:50 Tofe: I got bars on my TP4G with the Ericsson now as well and SMS works :S Apr 11 09:21:08 Strange stuff going on, I'm sure morphis put some Easter Egg code somewhere :P Apr 11 09:26:12 hehe Apr 11 09:26:29 But I have the appearing disappearing bars now too Apr 11 09:26:35 I didn't have any bars before on TP4G Apr 11 09:26:47 And this is with some MVNO SIM Apr 11 09:31:34 I don't have this anymore Apr 11 09:31:56 Herrie|2: did you put the cardshell rotation qml code in ? Apr 11 09:32:48 Currently I have my updated qt5-qpa code with orientation, and the tablauncher qml code (i.e. no qml rotation) Apr 11 09:57:01 Tofe: No I just tried the tablauncher Apr 11 09:57:06 Without orientation Apr 11 09:57:17 I think QPA is also not there on N4 Apr 11 09:57:21 I just put latest nightly Apr 11 10:03:09 ok Apr 11 10:03:33 Herrie: I've got the db8 save/restore working now Apr 11 11:05:44 Tofe: Great stuff Apr 11 11:07:04 With regards to the various tabs, any ideas how we could make the number and name user configurable? Via Settings or Tweaks? Apr 11 11:19:32 Herrie|2: I don't know yet Apr 11 11:27:27 ok, looks like dragging over a flicking list isn't making Qt happy Apr 11 11:27:58 Herrie|2: I made the "DONE" button invisible during dragging, btw. Only gets in the way, and pretty useless during a drag Apr 11 11:30:50 Tofe: OK Apr 11 11:31:26 Your current list of tabs is flexible (I mean number wise) and not fixed? That would be a first step. On the actual implementation of the names and number of tabs we can think of a solution then Apr 11 11:45:02 Tofe: On legacy the backgroun square moves together with the icon, not sure if that's difficult to achieve. They're basically "grouped" together Apr 11 11:46:53 Herrie: currently, the list is pretty static; but it's just a ListModel to implement, in the end Apr 11 11:47:23 Herrie: for the square background, I made it so on purpose: that way the user sees clearly where the icon will be inserted Apr 11 11:47:47 I'm actually hiding the square :) Apr 11 11:52:11 Tofe: OK I guess I need to try your new fixes ;) Apr 11 11:52:32 Once you push them ;) Apr 11 11:52:58 the drag over the list of titles is still problematic for portrait mode right now Apr 11 11:53:01 the rest is fine Apr 11 11:55:48 Herrie|2: the current state is pushed Apr 11 12:07:37 Ok will test :) Apr 11 15:00:45 ping Herrie Apr 11 15:01:04 Lock Mode settings ready for review: https://github.com/webOS-ports/org.webosports.app.settings/pull/54 Apr 11 17:27:35 elvispre: pong, will give it a go :) Apr 11 18:30:24 elvispre: Looking good Apr 11 18:30:44 The password input not working is probably something that Tofe/morphis need to fix Apr 11 18:31:48 It seems the text for the secure unlock options is more to the rigth compared to the other texts. So needs to move a little to the left. I also think the popup for the password could be a bit bigger, it's really small and doesn't really attract the attention of the user. A full screen option like PIN might be better Apr 11 18:31:56 I need to check how it was one on legacy Apr 11 18:34:44 Herrie: Yes, the password dialog is not really styled. I thought I'd wait for some feedback before doing anything to it.] Apr 11 18:35:18 Pre 3 legacy behaviour is not entirely consistent either. Apr 11 18:38:11 "Text more to the left" is trickier to address than you might guess. That's a button, not just a label. I'll take another look at it though. Apr 11 18:38:26 s/left/right Apr 11 18:40:41 actually making the pw dialog a bit bigger should be enough I guess Apr 11 18:41:39 I guess the input is too rounded off Apr 11 18:41:49 The corners shoul be smaller Apr 11 18:41:55 That makes it look off I think Apr 11 18:42:17 Where's HaDAk when you need him LOL :P Apr 11 18:42:25 I'll try to use more the same styles as the rest of the app. Apr 11 18:42:28 :) Apr 11 18:42:30 :) Apr 11 18:43:19 Let me see if I can figure out the unlock issue Apr 11 18:43:22 With PW Apr 11 18:43:27 Might be a simple focus Apr 11 18:43:50 That would be cool. It caught me out a couple of times! Apr 11 18:46:56 Tofe: ping Apr 11 19:43:32 Herrie: pong Apr 11 19:55:25 Tofe: Tab launcher looks OK a few suggestions: It doesn't "snap" to the tab, so sometimes the leftmost tab is shown half Apr 11 19:55:39 The title I mean Apr 11 19:57:55 I mean I see 1/3 of pps instead of Apps Apr 11 19:58:03 It should always shows the whole tab title Apr 11 19:58:39 Might be good to add a left and/or right arrow to the tabs like 2.x so you can see when you're at the last one as well Apr 11 19:59:03 I guess anyway we might want to tweak layout a bit between landscape and portrait layouts Apr 11 20:00:18 Tofe: Also elvispre worked on the password lockmode in Settings (code here: https://github.com/corpuscle/org.webosports.app.settings/tree/controlLockMode) but it seems we cannot get the VKB to show up when trying to unlock from LNC lockscreen Apr 11 20:00:52 I tried adding a few Qt.inputMethod.show() on various places but vkb doesn't show. Could be you need to tweak VKB a bit to show on the right Z ? Apr 11 20:01:31 To test: Push the code above to device, set password, to lock screen after it turns off Apr 11 20:02:03 Then make sure USB not connected and turn of screen and turn on, move padlock and you get text input without VKB Apr 11 20:02:17 Connect USB to bypass this for now (bug but helps for now :P) Apr 11 20:05:30 Herrie: I made a very small patch to the password dialogs. They're no bigger, but the styling is more conventional now. See what you think. Apr 11 21:13:46 elvispre: Looking better Apr 11 21:14:15 Needs a bit of spacing at various places and I would make the inputfield bg a different color I guess when not activated Apr 11 21:35:22 Herrie: for tab snapping, it's already there, just doesn't work at first open Apr 11 21:35:37 Herrie: for the rest, I'll have a look; looks like a Z order issue yes Apr 11 22:00:51 Tofe: OK, for tab snapping. Let me know in case you need more info for reproducing the issue **** ENDING LOGGING AT Sun Apr 12 02:59:58 2015