On 15 October 2017 at 22:15, Stefan Fuchs <[email protected]> wrote: > Am 15.10.2017 um 20:39 schrieb Lubomir I. Ivanov: > > On 15 October 2017 at 20:58, Lubomir I. Ivanov <[email protected]> wrote: > > On 15 October 2017 at 20:49, Dietrich Meyer <[email protected]> wrote: > > I am using Subsurface 4.6.4-947 on Opensuse Tumbleweed, and don't see this > problem. > Editing existing dive sites is just working, i.e grabbing the marker and > dragging it to whereever, no problems. > > it worked for me a couple of days ago on Ubuntu, as my dive log file > has some custom dive locations (e.g. named "dsadasdsads") which now > suddenly cannot be edited. > i'm seeing a strange QML bug related to "mouse areas". > > pull-request with a fix created here: > https://github.com/Subsurface-divelog/subsurface/pull/668 > > please test, so that we can include this in the next version. > > Unfortunately no success under Linux yet: > I can grab the marker and drag it
ok, in that case my patch works. > but if I move the mouse a little bit > faster I "loose" the marker. Then if I want to try again it's very difficult > to grab the marker again. > Under Windows and Qt5.9.2 with the same codebase it still works fine. > that's a separate issue and i cannot reproduce it on both Linux and Windows. > During testing I also recognized s.th. else around this "Reverse GPS lookup" > to retrieve the country name from the GPS position: > Windows: > Function works in general but returns the country name in English language > (while I run Subsurface in German). > I'm really surprised because I thought this already worked for me returning > German country names. that's a separate issue. core/divesitehelpers.cpp ReverseGeoLookupThread::run() has supported languages for a while but i have only seen this in english if you have started getting the lack of translations just now it could be an issue with the 3rd party providers. > Linux: > This function is still grayed out after moving the marker. This may be > linked to the general issue of moving the marker. If I copy&paste > coordinates then the button gets active and returns again English names like > under Windows. > the reverse-lookup button being grayed out for new dive sites, is also a separate issue. i can confirm that. lubomir -- _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
