**** BEGIN LOGGING AT Wed May 07 02:59:58 2014 May 07 08:10:40 morning May 07 08:11:19 Herrie|Veer: the icon touch area issue is now fixed in github May 07 08:14:10 Great :) Did you make it the whole square as per my report or just included the text? Couldn't really figure out based on the code itself :P May 07 08:14:25 whole square May 07 08:16:14 :) May 07 08:16:25 Let me charge my device and test :) May 07 08:18:55 Will also try to get the battery + percentage on top working. Might need some help with that :P Tried something last week but got stuck a bit. Managed to get the battery icon rotated 270 degrees and half size but would center vertically instead of on bott May 07 08:18:55 om, so text wouldn't be on top. May 07 08:19:27 Will try based on your modified code to see if it works now, was probably something improper in my code ;) May 07 10:28:56 Tofe: Fix works great! It's a lot more intuitive now! Any idea why fwd swipe doesn't seem to make screenshot? May 07 10:32:04 Or I am looking in the wrong location... Should be in screencaptures folder right? May 07 10:32:20 I'll be out for lunch, will read reply later :P May 07 10:47:36 Herrie: fwd swipe should work, I'm a bit surprised May 07 10:49:23 some time ago it was in /tmp, but I think it is now in /var/smthg I think May 07 10:49:59 outputPath = QDir::homePath() + QLatin1String("/screencaptures"); May 07 10:51:33 Herrie: you can eventually put a "console.log" here https://github.com/webOS-ports/luna-next-cardshell/blob/master/qml/CardShell.qml#L93 May 07 10:52:01 That way we'll now if it is on QML side or LunaNext compositor side May 07 10:52:06 know* May 07 12:05:14 Tofe: Thnx back from lunch now. Testing May 07 12:33:38 Tofe: saves it to //screencaptures or at least it tries. Think code should check for trailing / in QDir::homePath() before adding leading / again for screencaptures. Added card for it. Don't have a c++ environment setup to play & test May 07 12:44:24 Herrie|Veer: oh, you mean your homePath is "/" ? looks weird... May 07 12:45:29 That's what it looks like... Don't really know how to use console.log to log it... When I try the QML breaks :P May 07 13:00:41 I don't think you have access to that from QML May 07 13:03:04 the problem, I think, is that it can't write to / May 07 13:03:27 but it shouldn't even try, as home should be something like /var/run, IIRC May 07 13:09:03 Well yes but seems like it isn't for some reason.... May 07 13:09:13 Should be /media/internal? May 07 13:09:25 That's where I have screencaptures folder May 07 13:13:44 Any suggestions how I get the percentage above the battery icon image in QML? May 07 13:14:30 Basically I have them displaying both now, centered vertically. Would want to have image on bottom and percentage on top. May 07 13:14:45 Still getting my head around this QML anchor stuff May 07 13:15:05 Got the battery image rotated 270 degrees ;) May 07 13:15:25 Not sure you have ever seen it on legacy? May 07 13:16:04 Herrie|Veer: you reproduce the battery problem on Qt Desktop ? May 07 13:16:30 Just testing on device for now May 07 13:16:31 in that case, if you push you current statut to a branch on github, I could try to help you May 07 13:16:45 your* status* May 07 13:17:26 Herrie|Veer: no, never seen that on legacy, but I think I see what you want to achieve May 07 13:18:05 OK I found a problem with the __getIconForBatteryLevel function that didn't return a normalizedLevel while charging (undefined). I'll push May 07 13:18:09 a fix for that May 07 13:18:19 And send you a screenie with legacy ;) May 07 13:18:31 can you send me your modified qml file (with this latest fix) by mail? May 07 13:19:18 ah ok, fine if you push all this May 07 13:20:27 I'll push the fix as PR and will send the QML by email May 07 13:20:46 if you push it, no need for the mail May 07 13:21:19 ok, I see the legacy stuff, it's what I had in mind May 07 13:23:11 patch-1 ? May 07 13:25:48 Yeah 3 commits in there May 07 13:26:01 1 for Tweaks option update May 07 13:26:10 And one each for the QML May 07 13:27:00 ok May 07 13:29:43 I reproduce the issue on Qt Desktop, so it should be fairly easy to converge May 07 13:30:23 It's probably the anchor stuff that needs rework. I had it working last week but then the other 2 battery options were broken :P May 07 13:32:41 ok, I see. Maybe we could extend the state transitions of the indicator, to make finer changes to the items May 07 13:33:18 currently there is only "visible" and "hidden", we could remove "visible" and add "icon", "text", iconAndText" May 07 13:33:47 otherwise it will necessarily look hacky May 07 13:35:22 You know best, I'm QML n00b :P May 07 13:40:18 oooh no, I found maybe a smart idea May 07 13:50:13 or maybe it was not so smart, after all May 07 14:12:50 LOL :P May 07 14:26:35 Herrie|Veer: I sent you a mail with a solution proposal May 07 14:31:43 Thnx let me test it :) May 07 14:32:45 No good :P May 07 14:33:08 Only icon works, percentage and icon+percentage are no good ;) May 07 14:33:24 Percentage is rotated while it shouldn't be May 07 14:34:58 That's for percentage only. Image+percentage: image looks OK, but percentage is too big (should be 1/2 too) May 07 14:38:09 Let me play a bit May 07 14:38:19 Got the text a bit better now May 07 14:41:22 Percentage shouldn't be vertical when alone ? May 07 14:42:32 in that case, my fault, you can remove the "Rotation" from the list of the transformations of the Text in the baseindicator May 07 14:43:02 Did that already :P May 07 14:43:17 In Image+Percentage, I did scale it down 50%, at least I was pretty sure of that May 07 14:46:17 Let me play a bit May 07 14:46:20 Anyway, I think you have some new things to play with May 07 14:46:28 Got it improved a bit already May 07 14:46:28 exactly : May 07 14:46:35 good :p May 07 14:56:34 Got percentage OK-ish now, battery image is half height still :s May 07 16:28:59 half height ? **** ENDING LOGGING AT Thu May 08 02:59:58 2014