**** BEGIN LOGGING AT Sat Oct 12 02:59:59 2013 Oct 12 13:11:45 morning Oct 12 13:11:49 Tofe: ping Oct 12 13:12:11 morning Oct 12 13:12:14 morphis: pong Oct 12 13:13:07 Tofe: did I told you already about the focus problem when you closed an application? Oct 12 13:13:50 morphis: not sure Oct 12 13:14:04 I'm working right now on the focus, to have some keyboard shortcuts Oct 12 13:14:07 once I close an application I can't interact with the launcher anymore Oct 12 13:14:58 why do you say it's a focus issue ? Oct 12 13:15:39 is my first suggestion Oct 12 13:16:20 is it only that you can't launch apps, or that you can't for example expand the launcher ? Oct 12 13:17:09 expanding the launcher doesn't work Oct 12 13:18:26 oki Oct 12 13:30:22 https://github.com/webOS-ports/luna-next-cardshell/pull/22 <-- some keyboard shortcuts Oct 12 13:35:32 morphis: I can also see a shift between my click location in the emulator and the reticular position Oct 12 13:36:07 Tofe: still with the latest modifications to luna-next/cardshell? Oct 12 13:36:30 ah, maybe I'm missing the latest luna-next, you're right Oct 12 13:36:35 yes Oct 12 13:41:01 Tofe: "event.key <= 0x0ff" <- does that mean you show just type for a limited range of keys? Oct 12 13:41:54 or where is the handling of the specific keys? Oct 12 13:42:42 morphis: yes, I'm trying to limit the JustType capture to only the alphanum keys Oct 12 13:42:52 the rest is handled by the GestureArea itself Oct 12 13:42:56 ah Oct 12 13:43:12 because, well, these are shortcuts to the gestures, actually Oct 12 13:43:17 can you make 0x0ff somewhat more readable? Oct 12 13:43:37 ok, I'll define a formal value Oct 12 13:48:15 done, I've re-pushed Oct 12 13:48:49 I introduced a __isDisplayableKey function, a bit more human understandable Oct 12 13:49:45 ok Oct 12 13:49:57 morphis: the reticle still shows up shifted down-right, in the emulator Oct 12 13:50:13 hm Oct 12 13:50:25 btw. you pushed also a debugFocus.js Oct 12 13:50:42 morphis: ah, yes, taken from Ubuntu Oct 12 13:50:47 ah Oct 12 13:50:55 GPLv3, isn't it ? Oct 12 13:51:15 yeah Oct 12 13:51:22 can you add it with a separate commit? Oct 12 13:51:58 oh, sure. Oct 12 13:54:06 btw. I added some web applications: https://github.com/webOS-ports/web-apps Oct 12 13:56:46 morphis: here you go. I've rework the main commit too, it now looks better in 4 parts. Oct 12 13:58:14 morphis: ah, if we have a twitter app, we can go official :p Oct 12 14:00:58 morphis: I closed an app in the emulator, the rest still works; note that I closed it with swipe up, not in a violent way Oct 12 14:04:52 hm Oct 12 14:05:03 maybe the closing it differently causes a problem Oct 12 14:05:42 you encountered the bug when closing it from outside ? Oct 12 14:05:56 because then the path of events is a bit different Oct 12 14:06:06 with both ways Oct 12 14:06:46 for the reticle, I think there's simply a miscalculation between the top-left corner position and the center position of the reticle, on LunaNext side Oct 12 14:07:40 Tofe: merged Oct 12 14:07:46 thanks Oct 12 14:07:57 Tofe: that could be possible Oct 12 14:13:45 morphis: how do you close a webapp from outside of luna-next ? Oct 12 14:14:04 pkill WebAppMgr Oct 12 14:14:32 oh. I would have thought this was a bit too violent. Okay then, let's slash some PIDs Oct 12 14:15:03 Tofe: the problem is that when the webappmgr segfaults it's automatically restarted by systemd Oct 12 14:15:18 so once we have this case we need to sure luna-next handles this case Oct 12 14:15:27 as through development this can happen quite often Oct 12 14:15:51 still fine on the emulator after murdering WAM Oct 12 14:16:37 (I had two apps running) Oct 12 14:22:00 morphis/ToFe: I also had that the reticle position was indeed a bit off in VBOX emu with y'day's image ;) Good to see the keyboard shortcuts are back :) Oct 12 14:22:33 morphis: PayPal can also be done easily ;) Oct 12 14:22:44 mobile.paypal.com Oct 12 14:22:46 Herrie: you want paypal on your phone? Oct 12 14:23:02 Herrie: feel free to provide any further web apps you want :) Oct 12 14:23:17 but paypal is a bit critical Oct 12 14:23:18 Why not :P Oct 12 14:23:21 Yeah LOL Oct 12 14:23:31 Eventually would like it ;) Use it quite often actually Oct 12 14:23:49 Herrie: if you want just add it Oct 12 14:23:57 Herrie: the structure is quite simple Oct 12 14:24:09 OK will play sometime.... Another one I came across recently on my trip to Dubai: http://mobile.emirates.com/ Oct 12 14:24:16 Quite good too, I know it's specific but well ;) Oct 12 14:24:16 https://github.com/webOS-ports/web-apps/blob/master/org.webosports.app.wikipedia/appinfo.json is quite simple Oct 12 14:24:35 https://github.com/webOS-ports/web-apps/blob/master/org.webosports.app.wikipedia/index.html takes the url to the site Oct 12 14:24:38 I can manage that Oct 12 14:24:44 Will add some... Oct 12 14:24:51 and you need an icon Oct 12 14:24:58 OK Oct 12 14:25:07 Need to setup my GitHub sometime and will work on them Oct 12 14:25:07 Herrie: but please only add ones which are needed by more people Oct 12 14:25:14 OK ;) Oct 12 14:25:17 like amazon, ebay, ... Oct 12 14:25:35 maybe we add some functionality later to create them on the fly from the browser Oct 12 14:25:54 OK Oct 12 14:35:06 Tofe: which calculation did you mean for the reticle item? Oct 12 14:39:24 wow there was a spotify app for webOS Oct 12 14:46:05 wow, thats really nice they supply a libspotify c library to access the service Oct 12 14:59:06 morphis: setX(pos.x) should be setX(pos.x-width/2), for instance Oct 12 14:59:36 Tofe: where? Oct 12 14:59:44 ah I see Oct 12 15:00:58 let me fix that Oct 12 15:01:26 oki Oct 12 15:20:42 Morphis: What if I create a ton of webapps even if not used by everyone that could be enabled/disabled somewhere in teh OS? Oct 12 15:20:49 Better to have more than less? Oct 12 15:21:45 Herrie: my aim was to have some common mobile web sites prepackaged Oct 12 15:22:05 like gmail, twitter, youtube, wikipedia to have something Oct 12 15:22:19 if we get real app replacements for them we can drop them Oct 12 15:22:50 OK Oct 12 15:23:24 I don't need apps if the mobile website is fine. I never understood why there were so many apps while a proper mobile site could suffice and support more platforms Oct 12 15:23:40 Especially with HTML5 which has tons of possibilities Oct 12 15:26:21 Herrie: it works without internet connectivity if you have a local app Oct 12 15:27:00 morphis: maybe we could have a look at the Firefox Marketplace ? Oct 12 15:27:15 Yeah but most apps need internet connectivity for anything useful Oct 12 15:27:28 For Gmail we can use email app for Twitter Macaw Enyo? Oct 12 15:27:38 Herrie: yeah Oct 12 15:27:53 For youtube and wikipedia I doubt that any app is much use without internet connection Oct 12 15:28:38 Herrie: for example a wikipedia app could save pages for offline use Oct 12 15:28:46 "Please wait during initial wikipedia full download... Be patient, this may take some weeks on an Edge connection" :p Oct 12 15:28:52 Ah ok... Something like readitlater can do? Oct 12 15:29:29 :) Oct 12 15:29:35 Herrie: yeah Oct 12 15:29:38 How about supporting Mojo apps somehow? I know it's not opensourced and cannot be redistributed, but having some script to pull in a Doctor and copy the framework should be possible? Not sure how all the hooking would work? Oct 12 15:29:53 Herrie: could be possible Oct 12 15:30:01 just someone needs to do the job :) Oct 12 15:30:17 Yeah LOL, not sure up who's street that is? DKirker? or.... ? Oct 12 15:30:34 and someone needs to package macaw to put it into our feed which ka6sox-away set up Oct 12 15:31:32 I guess I could manage packaging that up ;) Oct 12 15:31:33 a lot to do :) Oct 12 15:31:39 I've done that in the past sometimes ;) Oct 12 15:32:03 Can we still use IPK or.... ? Oct 12 15:33:09 yeah, it's the same Oct 12 15:34:53 OK :) Oct 12 15:35:02 Will try to get to it sometime ;) Oct 12 15:51:26 what is Macaw? Oct 12 15:59:42 Macaw-Enyo = Enyo Twitter client ;) Oct 12 16:00:18 Project Macaw = updated Phnx Twitter client for webOS (but still in Mojo). Macaw-Enyo = Enyo 2 rewrite of this ;) Oct 12 16:00:51 https://github.com/minego/macaw-enyo Oct 12 16:01:56 Project Macaw in Mojo is I guess the best Twitter client for legacy webOS currently both on TP and phones. Works great even on my small Veer ;) **** ENDING LOGGING AT Sun Oct 13 02:59:58 2013