**** BEGIN LOGGING AT Fri Dec 19 02:59:59 2014 Dec 19 07:14:15 morning Dec 19 07:21:30 gm Dec 19 07:54:09 morning! Dec 19 08:22:40 morning Dec 19 08:22:42 EricBlade: yeah, the dashboard-window class for example and some other Dec 19 08:22:52 Herrie: https://github.com/filmor/webos-messaging/blob/master/build_lib/include/sanitize.h is just the API definition but not the implementation Dec 19 08:23:06 Tofe: Re your question yesterday, I'm happy to make some screenshots from legacy 2.x and 3.x when needed Dec 19 08:23:14 morphis: Ah :s Dec 19 08:44:56 Herrie|Veer: btw. there is something you can help with regarding messaging Dec 19 08:45:15 :) Dec 19 08:45:15 http://git.webos-internals.org/applications/messaging-plugins/tree/3.0/MessagingPlugins-Dist/prephone/usr/palm/accounts has all the account definitions Dec 19 08:45:46 need to rename them from org.webosinternals.messaging.* to org.webosports.messaging.* Dec 19 08:46:06 and let them reference to com.palm.libpurple instead of palm://org.webosinternals.imlibpurple/ Dec 19 08:47:07 also the account app needs to be ported Dec 19 08:47:08 http://git.webos-internals.org/applications/messaging-plugins/tree/3.0/MessagingPlugins-Dist/prephone/usr/palm/applications/org.webosinternals.messaging Dec 19 08:50:25 OK where they need pushing to? Dec 19 08:53:11 https://github.com/webOS-ports/messaging-accounts Dec 19 08:53:25 just create a folder accounts and put them in there Dec 19 08:54:50 then we just need someone to rewrote the account validator in enyo Dec 19 14:35:27 morphis: ping Dec 19 14:36:24 Herrie|Veer: pong Dec 19 14:37:14 I assume I need to update the templateId inside json as well as the imaccountvalidator from webosinternals to webosports too? Dec 19 14:38:13 the id yes Dec 19 14:38:24 but the imaccountvalidator is prefixed with com.palm Dec 19 14:38:41 https://github.com/webOS-ports/imaccountvalidator/blob/master/service/com.palm.imaccountvalidator.json.prv#L5 Dec 19 14:43:53 OK :) Dec 19 14:54:19 Herrie|Veer: btw. if you want to try the cdav account validator seems to be a good reference Dec 19 14:54:39 OK :) Dec 19 14:55:14 I'll just do straight conversions for now and we can test/amend/change later Dec 19 15:01:41 good Dec 19 15:02:32 morphis: do you think it's good to create new geoclue client on every luna request? Dec 19 15:03:41 i mean start/stop geoclue service Dec 19 15:04:36 nizovn: hm, might be too much Dec 19 15:04:44 having just one would be better I think Dec 19 15:06:12 then we need custom geoclue.service because it has 5sec inactivity timeout Dec 19 15:06:37 you mean the systemd service configuration? Dec 19 15:06:41 yes Dec 19 15:10:58 nizovn: you mean http://cgit.freedesktop.org/geoclue/tree/data/geoclue.service.in#n8? Dec 19 15:11:27 yes Dec 19 15:11:59 why not Dec 19 15:17:43 so it just need to be somewhere in geoclue recipe folder? ah and what is the directory for new geoclue recipe( meta-webos-ports/recipes-webos/geoclue)? Dec 19 15:20:56 geoclue? Dec 19 15:24:20 nizovn: you have to add it in the same folder as meta-oe has it in Dec 19 15:24:27 recipes-navigation/geoclue Dec 19 15:24:36 then create a geoclue_x.x.bb Dec 19 15:25:21 flags disabling mm should be in bb? Dec 19 15:25:24 however we could also send the upgrade to upstream meta-oe Dec 19 15:25:34 better do a separate bbappend for that Dec 19 15:25:42 so we keep our distro specific changes separated Dec 19 15:25:58 nizovn: and you can do the systemd service file change with a patch Dec 19 15:26:08 which you than apply in OE Dec 19 15:28:06 ok Dec 19 15:28:52 GodGinrai: ? http://www.freedesktop.org/wiki/Software/GeoClue/ Dec 19 15:35:49 huh, never heard of it Dec 19 15:37:22 morphis: I'll possibly need another patch for luna-prefs json.. some components are depending on luna-prefs.pc to add json directory to include path and it doesn't have json-c in requires now Dec 19 15:37:45 morphis: it was ok with cjson, because it was using cjson/json.h and /usr/include was always included by something else Dec 19 15:38:05 morphis: so in other words, I'll do SRCREV bumps a bit later Dec 19 15:38:15 JaMa: ok Dec 19 15:38:23 and possibly convert more components before doing that Dec 19 15:44:08 JaMa: which ones? Dec 19 15:56:09 nizovn: should I do the geoclue OE part? Dec 19 15:57:55 morphis: if you want :) Dec 19 15:58:11 nizovn: ok Dec 19 15:58:44 hmmz seems there's a logo + video on mynewpalm.com Dec 19 15:58:50 morphis: webos-connman-adapter and luna-webappmanager were failing Dec 19 15:58:57 Seems like someone is up to something... Dec 19 15:59:35 morphis: for conversion there are 11 recipes still depending on cjson in meta-luneos Dec 19 18:20:32 morphis: all 11 migrated now, waiting for build and test :) Dec 19 19:14:07 JaMa: great Dec 19 19:16:57 Tofe: seems like your code for parentWinId doesn't work Dec 19 19:18:09 not sure why Dec 19 19:18:21 maybe it's the parentWinId which is not assigned correctly yet Dec 19 19:35:02 mmh Dec 19 19:35:29 morphis: what is the easiest way to test it ? Dec 19 19:35:47 I am verifying now that the parentWinId is correctly send Dec 19 19:35:51 and it seems like it is not Dec 19 19:39:28 where do you set it ? Dec 19 19:40:44 ah, foudn it Dec 19 19:47:14 first problem is Dec 19 19:47:23 I never proposed the windowId to the client Dec 19 19:47:37 changed that now but it doesn't arrive at the client Dec 19 19:52:34 Tofe: btw. https://github.com/nemomobile/lipstick/pull/221 Dec 19 19:54:41 ah ok Dec 19 19:54:51 I did it in the CompositorWindow c'tor Dec 19 19:54:55 but that doesn't work Dec 19 19:55:05 you have to offload the call until the surface window is fully created Dec 19 19:55:16 a QTimer::singleShot(0,...) helps Dec 19 19:55:50 WARNING: 19:55:19.443: file:///usr/palm/luna-next/shells/card/qml/CardView/CardGroupModel.qml:25: Error: Invalid write to global property "groupIndex" Dec 19 19:55:52 is what I get now Dec 19 19:56:27 ah a missing var in the QML code Dec 19 19:57:02 Tofe: works now! Dec 19 19:57:20 but the new card isn't put on top of the stack and isn't focused Dec 19 20:00:06 Tofe: https://github.com/webOS-ports/luna-webappmanager/pull/3 Dec 19 20:01:56 Tofe: https://github.com/webOS-ports/luna-next/pull/91 Dec 19 20:03:33 but really nice to have that working Dec 19 20:05:49 ok, there is problem which crashes the webappmanager Dec 19 20:06:15 morphis: ok, good work :) Even if I still have to fix some details as you pointed out Dec 19 20:06:24 yeah Dec 19 20:06:40 no we just have to teach Herrie how to implement multi window support in the browser :) Dec 19 20:07:49 hehe Dec 19 20:20:14 morphis: https://github.com/webOS-ports/luna-next-cardshell/commit/33f0a8ce85946ed4ed7cebb059dc3f3d894de954 should help a bit Dec 19 20:20:52 though it may be lacking a last thing to focus the window Dec 19 20:22:03 that would help Dec 19 21:06:21 morphis: Benjamin is wokring on 595 Dec 19 21:06:37 And he has the data connection icons more or less ready so they should hit Wiki shortly :) **** ENDING LOGGING AT Sat Dec 20 02:59:59 2014