**** BEGIN LOGGING AT Thu Apr 14 02:59:58 2016 Apr 14 03:38:10 ka6sox: Not sure what you mean? Apr 14 03:38:43 You mean that users don't need to have their own build environment but can use a public one? Apr 14 03:44:57 Herrie, if it would speed development I have resources :) Apr 14 03:57:30 ka6sox: It would for sure make getting started easier I guess :) Apr 14 03:57:37 Just not really sure about the logistics ;) Apr 14 03:58:05 ya, okay Apr 14 03:58:12 we talk later…tonight is taxes :( Apr 14 03:58:26 ka6sox: Did mine as well earlier in the week ;) Apr 14 03:58:36 First time in forever I need to pay back :S Apr 14 03:58:46 Not a terrible lot EUR 1200 or so but still Apr 14 03:59:11 Seems they messed up my preliminary return last year and paid me approx EUR 100/month too much :P Apr 14 03:59:48 thats gonna hurt Apr 14 04:00:00 Yeah well... Apr 14 04:00:09 I should've checked better I guess Apr 14 04:00:26 But nothing really changed compared to earlier years, so not sure what happened there Apr 14 05:57:21 Herrie: late pong Apr 14 05:57:36 You'll need to do DEFINES += "DEFAULT_FINGERTERM_FONTFAMILY=monospace" Apr 14 05:57:55 adding both the define and its value is a bit tricky, unfortunately Apr 14 06:26:00 Tofe_: Nope it wasn't that ;) Apr 14 06:26:05 It's more nasty it seems :P Apr 14 06:26:27 https://github.com/Herrie82/fingerterm/blob/master/fingerterm.pro#L6 Apr 14 06:26:42 I need to add the \\\ in order to bypass the macro stuff Apr 14 07:20:55 Tofe_: It works OK this way now :) Apr 14 07:21:49 Just struggling with a few other things. Is there any way I can run the app on QtCreator on Windows or push qml files. I know change something, build in vbox, put it on share, push to device, install which is a bit tedious :P Apr 14 07:37:31 Herrie|Veer: yes, backslashes also work Apr 14 07:40:07 Tofe: without it wouldn't. It would fail with some error about macro. Don't recall it exactly. A bit of Googling gave me this and that seems to work. Apr 14 12:07:51 Andolamin: ping Apr 14 13:13:54 Herrie|Veer: I won't be home most of the week-end, so maybe my lag time will be longer Apr 14 13:14:14 But next week, I should be back in business Apr 14 13:14:35 Tofe_: OK :) Enjoy Apr 14 13:14:47 Any ideas how I can more efficiently test FingerTerm? Apr 14 13:15:02 Like webos-keyboard or you doubt it'll be possible on Windows? Apr 14 13:15:23 Well, the thing is, you'll want to actually test the luneos target platform... Apr 14 13:16:12 Fingerterm does have a libvte dependency, which might complicate things Apr 14 13:16:41 Tofe: or just pushing changed qml would already save me 4 steps Apr 14 13:17:03 It now just has a binary on device Apr 14 13:17:11 yes, if you are not modifying cpp and the qml isn't embedded in the executable, then you can do that Apr 14 13:17:12 ah Apr 14 13:18:01 Tofe_: It is... I guess that's somewhere in the .pro file somehow? Apr 14 13:18:03 Not sure how to change that :P Apr 14 13:20:58 you'll have to change the following: https://github.com/Herrie82/fingerterm/blob/master/main.cpp#L150 https://github.com/Herrie82/fingerterm/blob/master/resources.qrc Apr 14 13:21:32 the first one to point to an actual path, and the second one to remove qml from the resources Apr 14 13:23:01 There's 2 remaining things I want to fix: Startup screen uses wrong font. For the Button I need to add ButtonStyle to specify font but that will break look & feel so need to tweak that a bit. Also the cursor position is always wrong. Apr 14 13:27:19 Even though we specify Prelude it works inside the app, but at startup screen it takes some default font. Apr 14 13:27:34 If you have an idea to change the default font that would be even better Apr 14 13:29:15 If I add font from settings.ini it's working OK but ideally I wouldn't need to specify the font for anything. Apr 14 14:17:21 Tofe: Can you check if you're happy with my changes now for Fingerterm? Apr 14 14:17:39 Still waiting for my Mer account to be created before I can do the MR. Apr 14 14:57:11 Andolamin: you awake yet? Apr 14 14:58:14 Herrie|Veer: Yeah, on the train. What's up? Apr 14 14:59:52 Since upstream merged the patch I switched our testing build to upstream HEAD. Build fails on final step while making the image. I didn't see anything obvious in the commits they have we didn't have before. You have any clues? Apr 14 15:02:20 Hmm, not off the top of my head. Won't be able to look into it until this weekend but I'll dig into it on Saturday Apr 14 15:02:46 I sent you the link of the output by email. Apr 14 15:05:40 Got it, thanks Apr 14 15:08:25 Could be just a temporary problem, which might disappear with another build, not sure. Apr 14 15:08:35 Just strange it's at the final step more or less Apr 14 17:19:32 Tofe_: https://github.com/webOS-ports/luneos-components/pull/46 Apr 14 17:23:25 Tofe_: This was the error I was getting without the \\\ https://bpaste.net/show/d3579fa7fe79 Apr 14 17:25:11 Herrie: you already had right version: "DEFAULT_FINGERTERM_FONTFAMILY"(with quotes) Apr 14 17:25:25 nizovn: I still got the macro error Apr 14 17:25:58 Now it's OK like this: https://github.com/Herrie82/fingerterm/blob/master/fingerterm.pro#L11 Apr 14 17:26:12 Has to do with the assignment of value somehow Apr 14 17:26:33 DEFINES normally doesn't really seem to be commonly used to assign values. More as a boolean ;) Apr 14 17:29:49 it works for me with quotes in cpp. but i agree it doesn't matter: quotes in pro or in cpp file. Apr 14 17:36:16 nizovn: Yeah it works, that's most important :) Apr 14 17:36:30 Just seems the Mer guy who can make my account for the MR/PR is on holiday :p Apr 14 17:36:36 So cannot send my changes upstream yet Apr 14 17:38:50 Herrie: btw did you try prelude font e.g in vi? i guess it could be a pain.. Apr 14 17:43:12 nizon: I like it better compared to the monospace one :P Apr 14 17:44:06 ok Apr 14 17:44:16 It's anway more webOS-y ;) Apr 14 17:44:32 I doubt anyone will do anything too serious in Fingerterm though :P Apr 14 17:44:54 nizovn: After we upgraded to QT 5.6 the power button seems to misbehave. You have any ideas where I should look? Apr 14 17:46:28 I guess luna-sysmgr somewhere? Apr 14 17:49:08 seems yes, some logs would be useful Apr 14 17:49:45 nizovn: Will check Apr 14 17:51:29 Seems we might need to use Qt::Key_PowerOff instead of Qt::Key_Power here: https://github.com/webOS-ports/qt-palm-plugin/blob/master/nyxkeyboardhandler.cpp#l248 Apr 14 17:51:39 Though I'm not sure we're still using qt-palm-plugin Apr 14 17:53:25 nizovn: On maguro it opens Just Type and VKB Apr 14 17:53:38 So it seems it's mixing up Power button with a Home key somehow Apr 14 17:54:13 yes, maybe Apr 14 17:57:01 nizovn: MMSD was spamming the log, filtered those out: https://bpaste.net/show/56d0940fa308 Apr 14 17:58:24 ok, thanks Apr 14 18:25:56 Herrie: could you try add && key >=0x02 here: https://github.com/webOS-ports/luna-next-cardshell/blob/master/qml/LaunchBar/JustTypeField.qml#L137 Apr 14 18:54:30 nizovn: Interesting: I saw the power menu quickly appear when lnc was restarting. Seems that the key fix at least prevents Just Type to launch now Apr 14 18:54:42 So it might be a z-index problem Apr 14 18:55:39 Still don't have power menu showing though Apr 14 18:55:54 Let me put it's z-index back to the original 800 to see if that fixes it Apr 14 18:57:46 Nope that doesn't fix it Apr 14 18:57:50 Let me pull another log Apr 14 18:58:05 Might be some wayland or compositor issue with mapping Apr 14 19:01:00 nizovn: https://bpaste.net/show/496740947722 Apr 14 19:01:13 This looks suspicious: Apr 14 14:56:52 maguro luna-next[22515]: WARNING: 14:56:52.685: file:///usr/palm/luna-next/shells/card/qml/Notifications/AlertWindowsArea.qml:74: TypeError: Cannot read property 'winId' of undefined Apr 14 19:03:07 I guess some homework for Tofe when he's back :P Apr 14 19:05:40 I guess it doesn't hurt to put your key fix in at least right? Apr 14 19:10:41 yup Apr 14 19:17:40 Any idea why this broke with QT 5.6? Apr 14 19:17:57 no Apr 14 19:34:32 Herrie: that warning can be probably solved by replacing in window.winId closeWindowWithId with winId. not sure that will help with the problem. Apr 14 19:43:44 this is also seems suspicious: Synchronous XMLHttpRequest on the main thread is deprecated.... **** ENDING LOGGING AT Fri Apr 15 02:59:58 2016