**** BEGIN LOGGING AT Tue Aug 19 02:59:59 2014 Aug 19 17:32:11 Just made a some commits to the settings app. Starting to work on the way the panel navigation is setup when the screen is smaller Aug 19 17:40:33 rennat, there is already a PR pending for a lot of this Aug 19 17:41:49 ah ya there is. Nevermind then. What should I work on then to avoid conflicts? Aug 19 17:43:07 Need to review what you made Aug 19 17:43:48 See if there's something additional Aug 19 17:43:54 How's your QML? Aug 19 17:44:00 Could use a hand with the new browser :) Aug 19 17:44:14 John (CobbleMonster) did quite some fixes to Settings recently :) Aug 19 17:44:23 Testing them now and will merge PR afterwards Aug 19 17:47:56 rennat: Ever played with QML? It's mainly JS anyway ;) Aug 19 17:48:10 Herrie: would be great if he works on some enyo things Aug 19 17:49:27 Also fine :D Aug 19 17:49:42 rennat: so how are your enyo skills? Aug 19 17:51:58 don't have experience in QML Aug 19 17:52:17 right now I am mostly an Enyo dev Aug 19 17:52:31 rennat: that is great Aug 19 17:52:52 rennat: I have something you can do with enyo Aug 19 17:53:09 what can I do then? Aug 19 17:53:13 and the settings Aug 19 17:53:14 app Aug 19 17:53:45 basically I want a page to manage user certificates Aug 19 17:53:51 the service is already there Aug 19 17:54:28 rennat: https://github.com/webOS-ports/certmgrd/blob/master/src/certmgr_service.c has the API Aug 19 17:54:39 and it should look like the page in classic webOS Aug 19 17:55:06 rennat: what do you think about this? Aug 19 17:55:55 sounds doable. Other than the front end GUI what else is there? Aug 19 17:56:26 ..to do? Aug 19 17:57:29 you mean in general for the operating system? Aug 19 17:58:22 sorry, for the certificates. I'll just have to take a look. Aug 19 17:58:52 ah ok Aug 19 17:59:03 you can start with replicating the UI Aug 19 17:59:45 when it comes to the backend integration I can help you Aug 19 18:00:22 ok cool. Will do. Aug 19 18:01:02 rennat: one of things you will have problems with UI wise is the file picker Aug 19 18:01:27 we have it at https://github.com/webOS-ports/webos-lib/blob/master/source/FilePicker.js Aug 19 18:01:33 but currently its not working Aug 19 18:02:09 the mediaindexer in the background will already find certififcates and index them Aug 19 18:02:55 if that file picker in the file browser app in LuneOS? Aug 19 18:03:33 no Aug 19 18:03:44 it's mainly the enyo1 file picker from legacy Aug 19 18:03:50 but wrapped in a enyo2 kind Aug 19 18:04:49 ok cool, thank you for the help Aug 19 18:06:53 rennat: would be great if you report back here on you coming forward Aug 19 18:07:03 most developers are here so we can solve problems very fast Aug 19 18:09:52 report back? Aug 19 18:09:53 on my progress? Aug 19 18:09:56 right Aug 19 18:10:10 ok cool Aug 19 18:38:50 JaMa: ping Aug 19 19:23:08 morphis: pong Aug 19 19:24:57 JaMa: you saw Garfonso saying that the stage number is missing in /etc/webos-release? Aug 19 19:25:26 nope, in stable or testing? Aug 19 19:29:37 in stable afaik Aug 19 19:29:56 JaMa: Also I just saw that the image from 17th august has a version file the update service can't decipher: "Rockhopper release 1.0--4 (luneos-antoccino)" => stage is empty? Aug 19 19:30:09 ah no, it's testing Aug 19 19:30:27 maybe we should put in "0" there Aug 19 19:30:30 to have something valid Aug 19 19:30:42 or BUILD_NUMBER? Aug 19 19:31:01 well it's probably the 4 at the end, right? Aug 19 19:41:32 BUILD_NUMBER should be the 4... Aug 19 19:42:07 the empty one should be plattform version. Would be nice if there could be a 0 there. Aug 19 19:42:25 I guess it's empty, because there are no stages, yet? Aug 19 19:48:17 testing and unstable aren't using staging Aug 19 19:48:36 so it's empty and I can export some constant (like 0) from jenkins job Aug 19 20:32:02 ah, ok. 0 would be nice. ;) Aug 19 20:36:23 Garfonso: done, it will be 0 in next build Aug 19 20:46:11 Garfonso: time for some discussions around the notification API? Aug 19 21:01:34 Herrie|away: new builds are triggered Aug 19 21:03:55 morphis: great Aug 19 21:04:24 Got a question: Any idea how I can set the opacity of backImage in NavigationBar.qml from main.qml? Aug 19 21:05:48 opacity: Aug 19 21:05:58 0.0 - 1.0 Aug 19 21:06:05 Yeah but it seems I cannot address my backImage Aug 19 21:06:10 So must be making a silly mistake Aug 19 21:06:23 I need to monitor load/change states for page in main.qml Aug 19 21:06:24 possible Aug 19 21:06:41 But need to set the opacity from main Aug 19 21:07:13 Herrie|away: you know how to monitor the load progress? Aug 19 21:07:16 see http://qt-project.org/doc/qt-5/qml-qtwebkit-webview.html Aug 19 21:07:35 Foudn some sample code for that Aug 19 21:07:43 have a progress bar for loading working already Aug 19 21:07:50 ah great Aug 19 21:07:58 Now want to set the back + fwd buttons to opacity 1 ;) Aug 19 21:08:05 why? Aug 19 21:08:05 They're 0.5 now by default Aug 19 21:08:13 So we can go back + fwd :D Aug 19 21:08:24 but why are they 0.5 by default? Aug 19 21:08:27 0.5 meaning there's no history Aug 19 21:08:32 Like on legacy Aug 19 21:08:37 So you cannot press them Aug 19 21:08:37 ah ok Aug 19 21:08:50 I see Aug 19 21:08:51 And when history is available make them opacity 1 :) Aug 19 21:09:03 aren't there two different images for that in the legacy app? Aug 19 21:09:33 No Aug 19 21:09:36 Debugged that Aug 19 21:09:49 There are 2 images: 1 normal, 1 "active" Aug 19 21:09:49 ok Aug 19 21:10:00 unavailable/disabled = normal + 0.5 opacitu Aug 19 21:10:20 then do a property in the NavigationBar Aug 19 21:10:28 property bool historyAvailable Aug 19 21:10:46 then a: opacity: historyAvailabe ? 1.0 : 0.5 in the icon Aug 19 21:10:57 and set the property in main when needed to true or false Aug 19 21:11:03 Ah :D Aug 19 21:11:05 Will try that Aug 19 21:11:06 thnx Aug 19 21:11:14 ? : is a short form of if else Aug 19 21:12:18 btw. you're replicating the old app now? Aug 19 21:27:10 Legacy as a start Aug 19 21:27:13 FOr layout Aug 19 21:27:28 Can extend later, just want to add the basics first Aug 19 22:49:26 hows the Port for Galaxy Nexus? **** ENDING LOGGING AT Wed Aug 20 02:59:59 2014