rinigus

Results 368 comments of rinigus

Re iconWidth: it is not set to let it scale proportionally. Do you still have this issue at UT?

It boils down to Icon implementation in UT. Corresponding type used by Pure Maps is https://github.com/rinigus/pure-maps/blob/master/qml/platform.uuitk/IconPL.qml . It is expected that the width would be calculated on the basis of...

Has anyone looked into it from UT side? Any bugs in Icon code? We have, in principle, square icons. I can try to set them both equal if not set...

This [section](https://gitlab.com/ubports/development/core/lomiri-ui-toolkit/-/blob/main/src/LomiriToolkit/lomirithemeiconprovider.cpp#L149-161) is a bit weird, if I read it correctly. I would have used something like: ```c++ if (requestSize.width() > 0 && requestSize.height()==0) { ratio = qreal(requestSize.width())/s.width(); } ......

No, Info and Delete are Ubuntu Touch provided icons from its theme. So, they could be something else...

Thank you very much for looking into it. No, on Kirigami it works as it should. Note that you can probably install Pure Maps through Flatpak on Linux PC and...

Is this notification expected on starting the app or constantly monitored? I would have to figure out UI also on how to indicate it and in which conditions (as if...

Re getting notification: that notification comes from your shell (phosh). As Pure Maps is distributed via Flatpak, its a part of the service and interaction between the shell and flatpak....

Right now Pure Maps shows location in a dimmed mode when GPS location is not available or has rather poor precision. But, as I can see, more is needed. As...

Its possible to do so by parsing and replacing corresponding language tags in the map tile style. Then change of the language is essentially loading that altered style.