attah | poetaster: for ubports, you might be able to disturb Flohack | 07:42 |
---|---|---|
poetaster | attah, thanks. I wish they made an English copy of the Foundation (Stiftung) founding docs. available. It's structually similar to what I had in mind. | 08:02 |
attah | oh, they don't? | 08:02 |
Nico | poetaster: What parts are you looking for or you can't understand? I can probably translate ;p | 08:03 |
poetaster | Nico, I'm a native speaker. It's posting to the community I'm thinking of. In many respects, Ubports as a foundation does what I imagine. At least states that. | 08:05 |
Nico | I see | 08:07 |
Nico | Do you need translation anyway? ;p | 08:07 |
poetaster | It'd be a bit of work that I don't think is justified now. But we could toss it at google :) | 08:08 |
poetaster | it's 16 pages in length. | 08:08 |
Nico | :p | 08:08 |
Nico | Or deeptranslate or what it was called | 08:09 |
poetaster | DeepL? | 08:10 |
Nico | That I think | 08:10 |
poetaster | here we go.... | 08:10 |
poetaster | OH. It's not bad. All those years of hobby translating poetry annulled by some damn algo. | 08:11 |
Nico | :D | 08:12 |
Nico | I think many people just pass their text to it nowadays and fix up a few details after the fact | 08:12 |
poetaster | I do believe the journalists I work with lean heavily on it or google translate. | 08:13 |
poetaster | now to hunt down that QT image bug | 08:36 |
poetaster | attah, funny but, img = img.rgbSwapped() yeilds a BGR preview which inserts RGB ... | 15:55 |
poetaster | well, it's either QImageReader or QImage itself. | 15:57 |
poetaster | (ah, or qrgb, or qbytearry ....) | 15:59 |
attah | I thought that was already your conclusion (: | 16:07 |
poetaster | Yeah, I'm going in circles :) I believe I've read all the code ... so it must be time for a beer. | 16:08 |
attah | correct | 16:08 |
poetaster | that's something! | 16:08 |
poetaster | attah, https://github.com/sailfishos/qtbase/blob/43a7947c26b79e9976e82957d3a0c48cf6e7596c/src/gui/painting/qrgb.h#L75 | 16:30 |
attah | lolwat | 16:33 |
poetaster | ah, I'm just chasing down jolla changes. Might be a dead end. But that's not from QT | 16:34 |
poetaster | unless it's a backport I missed. | 16:35 |
attah | The question is how that contributes to making it device specific | 16:40 |
attah | because ports without the problem were more or less up to date, right? | 16:41 |
poetaster | I'm no longer certain it is device specific. | 16:43 |
attah | ok, good to know | 16:43 |
poetaster | Ok, so it's NOT QImageReader (directly calling QImage.load, same effect. of couse, that's what QImageReader does). | 16:44 |
attah | https://github.com/qt/qtbase/blob/dev/src/gui/painting/qrgb.h | 16:45 |
attah | looks samey | 16:45 |
poetaster | so backports ? I see different code in the qt5 base at /qt/ | 16:47 |
poetaster | yeah, that looks like a backport. | 16:49 |
poetaster | I believe that's current qt6, or? | 16:49 |
attah | yes, should be | 16:50 |
attah | I linked this, right? https://github.com/sailfishos/nemo-qml-plugin-thumbnailer/commit/983e7d6e4c3cabbc2fa6c6e383b945540e7afc19 | 16:51 |
poetaster | I think so... sec | 16:52 |
attah | ...but i think we arrived on that it would not be in the pipeline... but maybe it can give some hints | 16:52 |
attah | "which isn't supported on all hardware" hmmmmmm | 16:55 |
poetaster | I had seen it. But I'm still suspicious of what seems like backports to me. the link to the commit I sent should be right about 5.6. The code in current sfos base is not that. | 17:03 |
poetaster | there is a related issue. why isn't autotransform used? it works. | 17:05 |
poetaster | In the ImageReader from paint, Kimolli had used the nemo imagemeta data, but QImageReader works. sec. better test again (switching because I'm testing QImageReader's queued image reading in stopmomtion) | 17:08 |
poetaster | ok. confirmed. if I setAutoTransform on QImageReader I can skip the nemo meta methods. hmmmm. | 17:15 |
poetaster | I'm wrong about qrgb, not a backport. | 17:20 |
poetaster | doing a qml/js canvas.load and canvas.drawImage does two things. One, does not use autotransform (orientation) with Reader, probably doesn't use AutoColor properly. | 17:23 |
poetaster | attah, ONLY setting ir.setAutoTransform(true); kills both birds. orientation is correct, colors are correct. | 17:30 |
poetaster | that's using my own ImageProvider, with QImageReader (no nemo stuff). | 17:30 |
poetaster | attah, interesting. that works on 32 bit but not 64 bit (works on 3.4 vollaphone, but not aarch 4.4) | 17:34 |
poetaster | Sorry, I'm testing 3.4, then 4.4 ... now to the experia. | 17:35 |
poetaster | (heh, everyone has left the chat because I'm boring them to tears). heh. | 17:48 |
poetaster | attah, finally, same bugs Volla Phone and Xperia 10ii (4.4.0.68) | 17:51 |
attah | poetaster: sorry, hand-calibrated 75 thermometers... because reasons | 18:38 |
attah | so you are saying it could have changed since 3.x basically? | 18:40 |
attah | that would narrow it down | 18:40 |
Dima2387 | Does anyone know lib for working with phone contacts?) | 18:40 |
Flohack | poetaster: I am here this evning a bit | 18:41 |
Flohack | If you need anything PM me | 18:41 |
attah | Dima2387: It might not be quite that simple... maybe this is a lead: https://github.com/sailfishos?q=contacts&type=all&language=&sort= | 18:43 |
Dima2387 | thank you again) | 18:43 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!