**** BEGIN LOGGING AT Tue Apr 14 02:59:59 2015 Apr 14 05:25:13 If I package wIRC-Enyo with the plugin from the git archive, it claims to connect to Freenode and Mozilla, but I can’t actually join a channel. Apr 14 05:35:02 It has a version number of “enyo-v0.0.9”, which is not encouraging for completeness. Apr 14 06:03:02 DougReeder: Even with the latest Mojo wIRC I have sometimes that it appears I joined a channel but my msgs are not visible Apr 14 06:04:11 Could be the library it uses in the backend would need some updating to a newer version Apr 14 06:14:07 Seems we're using 1.0 of libircclient and there's 1.8 out already: http://www.ulduzsoft.com/linux/libircclient/ Apr 14 06:15:00 DougReeder: Seems you're able to build binary stuff, could you see if you can get FreeTether to build as well? Apr 14 06:16:08 https://github.com/RyanHope/freeTether Apr 14 06:56:31 morning Apr 14 07:05:54 morphis: ping Apr 14 07:09:13 JaMa: ping Apr 14 08:39:05 DougReeder: I checked libircclient, seems we used the 1.0 release pretty much unmodified (minor diffs in header but could be due to different 1.0 versions). Actual source is 100% identical. Changes with 1.8 are not that major (let me see if I can push it Apr 14 08:39:05 to GH so it's easier to see, since I used WinMerge now). So updating to 1.8 shouldn't cause too much problems but might solve a lot of bugs :) Apr 14 09:01:59 DougReeder: http://github.com/herrie82/libircclient has 2 commits, the 1.0 version used in wIRC and 1.8. Most diffs are comments it seems, not that much actual code changes. Apr 14 09:34:50 JaMae: morning Apr 14 09:43:58 Herrie|Veer: morning Apr 14 09:44:56 JaMae: Seems it sorted itself... Looked like Jenkins was stuck but seems builds just take very long :P Apr 14 09:46:10 I was warning that they will, because I've bumped bitbake/oe-core/meta-oe a bit Apr 14 09:46:43 OK just didn't expect 14hrs for some builds LOL :P Apr 14 09:49:50 which one? Apr 14 09:54:34 Not sure 1 was running for 7+ hrs or so already when I checked earlier this morning... Apr 14 09:55:03 I think it was the qemuarm Apr 14 10:14:13 Herrie|Veer: pong Apr 14 10:16:10 morphis: Do we still need to provide PR's to dizzy for various components? Apr 14 10:17:38 I think we can let the script work Apr 14 10:18:12 there is a script now? How does it work? Apr 14 10:19:12 https://gist.github.com/morphis/791b675915696ba60846 Apr 14 10:21:41 so for cdav (as example), what goes into master branch will go into the builds, if you run that script, right? Apr 14 10:24:36 Garfonso: The way I read it yes Apr 14 10:25:05 morphis: We might want to add a few more new repo's like luna-sysservice & lumberjack Apr 14 10:30:04 Garfonso: correct Apr 14 10:30:19 Herrie|Veer: yeah sure, I think we should also setup a jenkins job for it Apr 14 10:31:20 Would be good so it runs it before the build :) Apr 14 10:31:56 yeah Apr 14 13:24:40 Herrie, when building Freetether, I get “fatal error: 'lunaservice.h' file not found”. MIght be internals Apr 14 13:25:04 That is, might be http://git.webos-internals.org/libraries/lunaservice/ Apr 14 13:34:18 DougReeder: Yeah that could be... FreeTether has a fatal flaw that only allows you to run it once currently Apr 14 13:34:39 Once per reboot? Apr 14 13:34:51 You need to reboot or use Roshan (MobileTeck's) app to clean the bridge. Would be good if it could be included in the app Apr 14 13:35:13 Roshan didn't manage to get it compiled so he released FreeTether Cleaner :P Apr 14 13:35:18 “clean the bridge”? Apr 14 13:35:51 Yeah if bridge0 exists it will do a cleanup Apr 14 13:35:56 Let me find the code :P Apr 14 13:40:35 We talking about the Pre3 tethering problems? Apr 14 13:43:00 GodGinrai: Yeah :P That you can only run FreeTether once, then need reboot Apr 14 13:43:10 Exists on Veer & TP (Go) as well Apr 14 13:44:05 Oh, I wasn't aware of that Apr 14 13:44:10 thought it was a Pre3 only thing Apr 14 13:44:15 DougReeder: This is the fix Roshan did but in a separate app: http://github.com/mobileteck/FreeTetherCleanup/service/FreeTetherCleanerService.js Apr 14 13:45:00 There's also a FreeTetherCheckerService.js :P Apr 14 13:45:02 That URL give me 404 Apr 14 13:45:37 But https://github.com/mobileteck/FreeTetherCleanup exists Apr 14 13:45:55 Yeah sorry forgot to add the blob/master in the path Apr 14 13:46:07 But you can find it from there ;) Apr 14 13:46:56 I’ve got a boatload of things queued up to do - I dont’ really have time to take on another app. Apr 14 13:48:33 OK :P Apr 14 13:48:51 Well I can provide the code, I just don't have the environment to compile it seems :'( Apr 14 13:48:59 Or if I would know how to set it up Apr 14 13:52:44 But you can compile it with the lunaservice.h file? Apr 14 13:53:40 I haven’t tried putting lunaservice on my dev machine; was waiting for a response on webos-internals. Apr 14 13:54:21 Looks like you’d need to add a JS service to freeTether to do the cleaning, and that’s not trivial. Apr 14 13:55:12 Ah ok :) Apr 14 13:55:33 I might try to get my Internals Dev stuff working Apr 14 13:55:40 Just had some 404's last time Apr 14 14:01:32 trying to make lunaservice nets me “fatal error: 'glib.h' file not found” Apr 14 14:07:59 The Makefile for freeTether tries to pull from a bunch of /usr/include directories that aren’t on my Mac. Apr 14 14:09:06 Ah ok, those are all WebOS Internals I guess Apr 14 14:09:35 I'll try to get my env working and fix any broken instructions on Internals site for when others want to do it as well :P Apr 14 14:10:05 We might not use it too much but I guess FreeTether could be used on LuneOS as well with very minor modifications :) Apr 14 14:12:49 Though not sure there's an Enyo version though but the app is quite straight forward in case it would need a rewrite :P Apr 14 14:17:07 Can someone take a look at http://hominidsoftware.com/preware/Packages ? Preware 2 doesn’t seem to recognize that there’s a second app listed. Apr 14 14:20:32 Oh, “Skip package because of device version 3.0.5 < 3.5.0” Apr 14 14:24:00 That might explain :P Apr 14 14:30:59 that might be a hack in Preware from the time when LuneOS reported 0.0.0 as version. Or does LuneOS now report 3.0.5? Apr 14 15:21:49 Tofe: Ping Apr 14 15:35:38 PalmSystem.deviceInfo has platformVersion 3.5.0, but Preware 2 isn’t reading it. I’ll fix that. Apr 14 16:43:22 /msg Herrie2 was any work done on reboot and shutdown for n4? Apr 14 16:45:14 /me waves hello Apr 14 16:53:13 Zzzzzzzzz Apr 14 16:53:30 Herrie|2: pong Apr 14 17:02:07 /msg Tofe it's quiet in here Apr 14 17:05:28 yup Apr 14 17:06:44 This crap irc client I'm using on bb 10 doesn't show commands correctly. I actually see the slash and msg instead of how it's supposed to display. Apr 14 17:06:54 Is it coming across correctly? Apr 14 17:10:12 AlanM-BB: No Apr 14 17:10:23 It's showing with /msg while it shouldn't ;) Apr 14 17:10:29 There's no work done for reboot stuff yet Apr 14 17:10:31 “AlanM-BB: /me waves hello” Apr 14 17:10:33 It's a generic probelm Apr 14 17:10:39 * Herrie|2 waves hello Apr 14 17:10:53 Tofe: Did some Tweaks for Tab launcher, expect a PR later today :) Apr 14 17:11:35 UPPER, lower and Capitalization for the titles, added the arrows as well Apr 14 17:11:43 Just working on the snapping stuff now Apr 14 17:11:46 Not sure how to fix that Apr 14 17:12:01 But might have another idea I'll try in combination with the arrows Apr 14 17:12:15 Arrows only make sense when you have a full screen width tab Apr 14 17:12:58 Will do a bit of testing and you can expect a PR later tonight I guess : Apr 14 17:13:00 :D Apr 14 17:15:32 Herrie: Ok great ! Apr 14 17:16:01 Herrie: for the snapping, the solution is with playing with the highlight properties of the tabContentList ListView Apr 14 17:16:23 OK The + Units.gu(10) and - 10? Apr 14 17:16:58 Stupid crap bb irc app. Apr 14 17:20:23 Herrie: yes, for example; but there may be easier ways Apr 14 17:22:36 Herrie: look at snapMode = ListView.SnapToItem for instance, if you disable the preferredHighlight Begin and End, it might just do what you want Apr 14 17:27:07 AlanM-BB: Yes, wIRC rocks compared to yours LOL :P Apr 14 17:28:28 AlanM-BB: no, that's actually how you are sending the messages XD Apr 14 17:38:30 i saw alan's "/me" correctly, but his "/msg" are going to channel Apr 14 17:49:27 Herrie: you might have noticed that I broke the vertical scrolling of apps grid in the launcher ? :) Apr 14 17:49:36 The fix is ready: https://github.com/webOS-ports/luna-next-cardshell/commit/16ea195941af6361375d2f06eda47e441e6e663e Apr 14 17:56:55 morphis: when I try to remove an app with removeLaunchPoint in a LS2 call, it doesn't work, and I see "void luna::PalmSystemExtension::removeBannerMessage(int)" traces in the console Apr 14 17:56:55 Apr 14 17:57:07 Could it be a missing banner card thingy ? Apr 14 18:00:23 ah, no, it's just that I misunderstood the goal of that function. It seems to be fine. Apr 14 18:04:40 Tofe: didn't notice, too little icons I guess :P Apr 14 18:08:37 Herrie: btw, my "remove" little icon works; but it doesn't do anything unfortunately Apr 14 18:08:44 just shows up when it should Apr 14 19:04:28 morphis, elvispre: https://github.com/webOS-ports/luna-next-cardshell/pull/207 Apr 14 19:13:04 Oh, hey, tomorrow night is the JS User Group. I might be able to recruit someone. What apps need someone to be primary maintainer? Apr 14 19:14:06 Tofe: great stuff let me test that! Apr 14 19:14:50 it's just a keyboard don't get too excited :) Apr 14 19:15:05 Tofe: well it allows the other PR to be merged :D Apr 14 19:15:11 yup Apr 14 19:15:42 And a bug to be closed :P Apr 14 19:15:49 Well feature request more Apr 14 19:17:21 Tofe: I think PIN should be bigger, it's too small ;) Apr 14 19:17:27 At least for my fingers Apr 14 19:17:37 I'd say 1,5 or 2 times as big ;) Apr 14 19:17:54 I completely agree, but I didn't know exactly what PR was pending, so I just fixed the vkbd for now Apr 14 19:20:12 Herrie: basically in PasswordField.qml everything is in pixel, not units.gu Apr 14 19:20:31 So on high dpi, it looks too small Apr 14 19:21:33 Tofe: OK yeah too small on N4 Apr 14 19:21:53 I can convert to Units.gu Apr 14 19:22:35 ok, great Apr 14 19:24:45 Tofe: OK to merge Apr 14 19:25:13 mergred Apr 14 19:25:16 Need to ask morphis for write access Apr 14 19:27:29 maybe yes Apr 14 19:29:29 Oh, I think those tiny unlock screens look kind of cute :-) Apr 14 19:37:05 elvispre: It's too small for my "fat" fingers LOL Apr 14 19:38:16 And I got decent office fingers for a guy LOL Apr 14 19:38:25 They're not that big at all Apr 14 19:40:39 Medium-sized male office fingers Apr 14 19:49:41 Okay, the first use time zone picker on TP could be smaller - is it difficult to make Reactive? Apr 14 19:49:51 DougReader: Yeah I need to work on that, should be minor to fix ;) Apr 14 19:49:51 Reactive to what? Apr 14 19:49:53 Adapts to screen size. Apr 14 19:49:54 bah, 320x240 oughta be enough for anyone Apr 14 19:49:54 DougReeder it does more or less jsut TP has different orientation Apr 14 19:49:57 * DougReeder wags a finger at EricBlade Apr 14 19:51:14 * Tofe gives an EGA screen to EricBlade -- upgrade ! Apr 14 19:53:36 I almost always use tablets in landscape mode. I guess a lot is designed for portrait orientation. Apr 14 19:54:24 DougReeder I made this on N4 Apr 14 19:54:33 Works on TP but needs some TLC Apr 14 19:54:49 * DougReeder nods “N4 definitely has priority” Apr 14 19:56:30 OT: 15min to SpaceX launch: http://livestream.com/accounts/142499/events/3959775 Apr 14 19:59:32 thanks DougReeder! Apr 14 20:03:50 I have a bit of enyo js that says 'if (window.webOS)'. A month or so ago it was true on a LuneOS device. Now it seems to be false. Is that expected? Apr 14 20:05:27 (Hmmm. Might be the refactoring of webos-lib and enyo-webos.) Apr 14 20:05:59 That would be some library thing, not fundamental. Apr 14 20:09:25 I thing everything calls window.PalmServiceBridge and PalmSystem eventually. Apr 14 20:11:04 ... and that stream locks up with 12 seconds on the clock Apr 14 20:11:24 ...and returns right after launch heh Apr 14 20:13:19 elvispre: Yeah could be some of the lib-refactoring Apr 14 20:25:18 Referring back to the Settings code... window.PalmSystem (as DougReeder says!) may be more the thing to test. Apr 14 21:24:00 Tofe: https://github.com/webOS-ports/luna-next-cardshell/pull/208 Apr 14 21:24:10 Might need some tweaking but should be OK Apr 15 00:10:42 The Preware 2 fix that sets device.version correctly is https://github.com/webOS-ports/preware/pull/20 **** ENDING LOGGING AT Wed Apr 15 02:59:58 2015