T42 | Barnett %lastname% was added by: Barnett %lastname% | 03:54 |
---|---|---|
T42 | Dominic %lastname% was added by: Dominic %lastname% | 06:01 |
T42 | <adampigg> rinigus: browsing flatpak-runner code ........ | 07:27 |
T42 | <adampigg> what indentatiom style is that?? :D | 07:27 |
rinigus | @adampigg: right now its a mix. as it was originally a quick hack on the basis of the fork. should probably reformat it into something | 07:29 |
T42 | <adampigg> rinigus, i cant un-see the brackets intented at diffferent levels to the loop and the block :) | 07:31 |
T42 | <adampigg> s/indented | 07:32 |
rinigus | @adampigg: runner.cpp is in the style I use (emacs default) | 07:33 |
T42 | <adampigg> its neat how its not thatmuch code | 07:34 |
rinigus | @adampigg: true. assuming that the qt5.12(or 5.9) will land one day - sooner the better - we can rework compositor part on the basis of qtwayland examples | 07:35 |
rinigus | but we should add code to provide gui for some operations, such as populating with desktop icons, settings and such. that's missing right now | 07:36 |
rinigus | hopefully, tonight I'll get time to work on the keyboard ... | 07:37 |
T42 | <adampigg> i noticed you can force dpi, where is that setting stored? | 07:37 |
T42 | <adampigg> will it help certain apps? | 07:37 |
T42 | <adampigg> elisa on latte looks terrible, i presume it doesnt/ like the dpi | 07:38 |
T42 | <adampigg> is it a qsettings ini file | 07:38 |
rinigus | @adampigg: the app, ideally, should probably use hidpi support. for the runner, dpi is calculated on the basis of screen reso but can be overwritten using qsettings at https://github.com/sailfishos-flatpak/flatpak-runner/blob/master/src/runner.cpp#L71 | 07:39 |
rinigus | app name/organization is flatpak-runner/flatpak-runner | 07:40 |
T42 | <adampigg> k | 07:40 |
T42 | <adampigg> i guess the real/ aim is is to be writing custom apps anyway | 07:41 |
rinigus | @adampigg: yes, and to do it together with plasma mobile probably. would be wise to join forces with them. as for styling, much can be done by customizing qt styles, as far as I understand | 07:42 |
T42 | <adampigg> need to ping the angelfish packagesrs for an x86 build | 07:45 |
rinigus | @adampigg: or make it yourself. there is a devel doc in "main" repo that you could follow | 07:46 |
T42 | <adampigg> k | 07:47 |
T42 | <adampigg> rinigus, what stops you going the terminal route, and hacking a simple keyboard into flatpak-runner as a test? | 07:51 |
rinigus | @adampigg: that's what I have with qtvirtualkeyboard. but SFOS keyboard is better and would allow me to avoid such hack | 08:03 |
rinigus | ... sorry, misunderstood. | 08:04 |
rinigus | ... I hack it on the app level. for a hack with flatpak-runner, not sure I can do that well. I think better solution is implant maliit into flatpak runtime and then let qt do its magic | 08:05 |
T42 | <adampigg> k | 08:05 |
T42 | <elros34> woudn't be enough to unset QT_IM_MODULE in flatpack so just sailfish keyboard will appear? | 08:07 |
rinigus | @elros34: nope, that doesn't work. I am sure we need QM_IM_MODULE=Maliit and there should be Maliit inside flatpak to trigger it. let's see if it works | 08:33 |
T42 | <elros34> ok | 08:34 |
Mister_Magister | mal: anything special needed for 3.2.1.20? | 08:43 |
Mister_Magister | or can i just go on with same packages versions | 08:43 |
T42 | <adampigg> mister_magister: i did | 08:51 |
Mister_Magister | @adampigg what did you do | 08:51 |
T42 | <adampigg> just went with same package vers | 08:51 |
Mister_Magister | ah thanks | 08:52 |
T42 | Sandra %lastname% was added by: Sandra %lastname% | 09:35 |
Mister_Magister | ye seems to work fine | 11:42 |
T42 | 鲍雯荔 %lastname% was added by: 鲍雯荔 %lastname% | 14:03 |
rinigus | slowly but progressing: https://pasteboard.co/IP2W08m.png . now just have to figure out double compensation of keyboard covered area, making it work in landscape (maybe failing as that compensation area is too large), and few smaller issues with flatpak integration | 17:46 |
T42 | <adampigg> @rinigus [slowly but progressing: https://pasteboard.co/ …], awesome work! | 18:25 |
rinigus | fixing overcompensation for keyboard rectangle was trivial. orientation is gonna be trickier, but should possible | 19:35 |
T42 | <adampigg> rinigus: is this code in -runner? | 19:47 |
rinigus | nope, in https://github.com/sailfishos-flatpak/maliit-framework/commit/a87d64d36eb7304f6285815ae90713a9e9f513d0 | 19:47 |
rinigus | @adampigg: but I will have to get into runner to test how to forward screen orientation | 19:48 |
T42 | <adampigg> rinigus: shouldnt be too hard, i detect orientation in advanced-camera | 19:49 |
T42 | <adampigg> an orientation sensor, a signal and youre half way there! | 19:50 |
rinigus | @adampigg: that's right! let's see some code and take it from there | 19:50 |
T42 | <adampigg> rinigus: https://github.com/piggz/harbour-advanced-camera/blob/master/qml/pages/CameraUI.qml#L26 | 19:51 |
rinigus | was just going to ask :) | 19:51 |
T42 | 安诗植 %lastname% was added by: 安诗植 %lastname% | 20:01 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!