**** BEGIN LOGGING AT Wed Nov 06 02:59:58 2013 Nov 06 07:16:38 morning Nov 06 07:28:36 morning Nov 06 07:29:20 Herrie: saw you did some wiki work Nov 06 07:33:42 Yeah will do some more todya I guess :D Nov 06 07:34:12 Will do templates based on HaDAk's input for N7 and use that for the Nexus as well Nov 06 07:34:17 So we have an install template Nov 06 07:37:46 great Nov 06 07:38:06 Herrie: we need to review the documents and make sure everything is in a good shape Nov 06 07:53:10 Sure waiting for Scoutcamper to install some wiki extension Nov 06 07:53:46 This one: http://www.mediawiki.org/wiki/Extension:StringUtils Nov 06 07:57:28 Off to work Nov 06 08:27:34 morning Nov 06 08:28:02 Tofe: morning Nov 06 13:23:05 hey Herrie, where are you guys at with the keyboard? Nov 06 14:01:00 I didn't do anything on kb styling, busy with Wiki which is giving me headaches atm :s Nov 06 14:01:22 oh Nov 06 14:01:35 i've been balls to the wall on another project, and will loop back around to this when i'm finished. Nov 06 14:01:40 So you're free to play with it, seems easy enough based on the examples to give it a webOS look & feel Nov 06 14:01:42 it's taking slightly longer than expected to finish the other one Nov 06 14:02:10 Just confused why Wiki doesn't want to take some parameters but does take others :s Nov 06 14:02:21 Must be something really silly :s Nov 06 14:02:39 probably. usually is. Nov 06 14:03:20 Just can't get my head around it :s Nov 06 14:03:53 http://webos-ports.org/wiki/Install_WOP_for_Grouper Nov 06 14:04:48 unlocking boot loader: doesn't want to display device_name or device_codename :s Nov 06 14:04:56 hm Nov 06 14:05:34 Fastboot recovery shows device_name but doesn't want to do device_soc, device_vendor or others it seems :s Nov 06 14:05:52 Install WOP works fine with all :s Nov 06 14:06:09 yeah. i can't really help you there Nov 06 14:06:21 you realize, of course, i wrote a script to do this? ^^ Nov 06 14:06:32 you should link to that as a first resort, then say "manual method:" Nov 06 14:07:10 Well this is a generic template for installation not only for Grouper... Nov 06 14:07:54 Should theoretically apply to all possible devices that will be supported now & in future ;) Nov 06 14:08:13 Your install script will need some work for that I guess still :P Nov 06 14:08:38 not a ton. Nov 06 14:08:46 just a switch to specify the device Nov 06 14:08:47 easy peasy Nov 06 14:09:56 To have it dynamically generate might be more tricky? Nov 06 14:10:10 no way to tell the type of device. Nov 06 14:10:23 well. Nov 06 14:10:23 * HaDAk ponders Nov 06 14:10:27 i could if i had adb access and it was booted to android or something Nov 06 14:10:28 Shouldn't be rocket science still :P Nov 06 14:10:47 i could probably make it happen. Nov 06 14:10:54 Worries for later... just this small wiki problem is keeping me busy for some hrs already :s Nov 06 14:11:06 first thing's first…i'm still trying to figure out how to make a soft keyboard in python Nov 06 14:11:06 it's proving to be tricky Nov 06 14:11:32 wanna take a crack at my keyboard thing? ^^ Nov 06 14:12:28 python is not my thing :P Nov 06 14:12:39 What you need it for anyway? Nov 06 14:13:57 writing a new wireless manager for the GCW-Zero. (the current one is 100% manual input…can't even scan for networks). now, i need an on-screen keyboard (written in python) to input security keys. Nov 06 14:14:04 once i have that, i can wrap this project up and get back to webos stuff Nov 06 14:17:11 Aren't there out of box solutions? A quick Google gave me some results already :P Nov 06 14:24:11 really? :| Nov 06 14:25:19 python soft keyboard gave me a couple that were pretty much ready to plug in :P Nov 06 17:56:37 morphis: do you know, in maliit plugin, what is the method that says, like, "commit that key to the Qt input field" ? Nov 06 17:57:48 oh, I think I just found the right class: "Editor" Nov 06 18:06:48 morphis: you know, we do have preedit_enabled = true, actually Nov 06 18:38:18 morphis: disabling preedit for maliit-plugins-qt5 does make it work better. I think it's because we have an incomplete install, as hunspell is not working yet Nov 06 18:39:01 morphis: we just have to add CONFIG+=disable-preedit in meta-webos-ports/recipes-qt/maliit/maliit-plugins-qt5_git.bbappend, do you want me to do a PR for that ? Nov 06 19:07:36 Tofe: I have hunspell and presage already ready Nov 06 19:07:58 let me test this first and if it doesn't work I will disable it for now Nov 06 19:14:28 ok Nov 06 19:15:02 morphis: I hope maliit doesn't use the "extended" auxiliary surface to show the preedit :p Nov 06 19:17:05 :) Nov 06 19:30:56 I just saw a youtube video of a developper preview of Tizen 2.2 ( http://www.youtube.com/watch?v=-TUgZBwZybU#t=324 ) Nov 06 19:31:42 I'm really not a fan of their UI ... I do hope it's only a very basic theme... Nov 06 19:34:56 Tofe: hm, on the N7 maliit fills now the whole screen from the bottom up to the status bar Nov 06 19:35:06 Tizen UI looks like a cheap Android clone Nov 06 19:35:08 Tofe: yeah it looks very ...basic Nov 06 19:35:10 Ugly and nothing logical Nov 06 19:35:54 Tofe: btw. see the last three commits of my morphis/work branch for the maliit preedit work Nov 06 19:36:54 morphis: you mean, on the N7, you don't know if preedit works because you can't see the edit field... quite a pity; I'll try to see if there's a simple temporary workaround Nov 06 19:38:02 morphis: looks like they did some work to have some flexibility in the scaling of the keyboard Nov 06 19:38:12 they=ubuntu Nov 06 19:40:53 morphis: just so that you can test, you can always comment out the scaling in the qml WindowManager/OverlaysManager.qml, line 57 Nov 06 19:41:31 I'll try to make so that the scaling is more intelligent, i.e. never fills up more than half the height of the screen Nov 06 19:45:36 Tofe: ok, I will give a try with more time tomorrow Nov 06 19:46:05 morphis: not yet tested: https://github.com/webOS-ports/luna-next-cardshell/commit/d0dd18df919fc3e61ce931435b3cf8bf2be1b796 Nov 06 19:47:13 Tofe: sorry had a old cardshell version on the N7 Nov 06 19:47:23 with latest master it's only half the screen Nov 06 19:48:16 no difference with https://github.com/webOS-ports/luna-next-cardshell/commit/d0dd18df919fc3e61ce931435b3cf8bf2be1b796 Nov 06 20:17:43 Tofe: I will merge the preedit changes now Nov 06 20:22:03 morphis: do you have some entries to changelog? Nov 06 20:22:41 JaMa: yes Nov 06 20:22:44 let me write them Nov 06 20:24:29 JaMa: new stage is 6, right? Nov 06 20:26:23 morphis: yes Nov 06 20:27:57 JaMa: ok, written and pushed Nov 06 20:29:21 did you forget to update platformVersion? Nov 06 20:31:07 oh no Nov 06 20:31:32 done Nov 06 20:31:40 it's too later after too much work ... Nov 06 20:35:35 #6 closed Nov 06 20:49:13 morphis: ok Nov 06 21:04:07 JaMa: is any of the open stages already merged to the public? Nov 06 21:16:41 morphis: yes #1 and #2, see http://wiki.webos-ports.org/wiki/Staging_feeds **** ENDING LOGGING AT Thu Nov 07 02:59:58 2013