Re: GPS coordinate problems

2016-01-23 Thread Willem Ferguson
On 23/01/2016 10:59, Joakim Bygdell wrote: Would it be possible to perhaps pull my coordinates from the server and email these to me? This will allow me to get to the data for the other dives. Can’t you try to use the web view and pull the data that way? https://cloud.subsurface-divelog.org/

Re: GPS coordinate problems

2016-01-23 Thread Joakim Bygdell
> On 23 Jan 2016, at 09:54, Willem Ferguson > wrote: > > On 22/01/2016 16:37, Dirk Hohndel wrote: >> >> IIRC you ran both on the same device, right? >> Subsurface-mobile is indeed truncating the values (I just looked at the code >> again and went "crap"). >>

[PATCH] QML-UI: Do not show strange double dashes for trips in Divelist

2016-01-23 Thread Jan Mulder
After fixing the regression (commit 9e9d220c9803) strange double dashes appeared in the Divelist headers for trips. Just suppress it. Signed-off-by: Jan Mulder --- qt-mobile/qml/DiveList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: GPS coordinate problems

2016-01-23 Thread Willem Ferguson
On 22/01/2016 16:37, Dirk Hohndel wrote: IIRC you ran both on the same device, right? Subsurface-mobile is indeed truncating the values (I just looked at the code again and went "crap"). But that doesn't explain why it get's different coordinates than the companion app. I'll try to run both

Re: GPS coordinate problems

2016-01-23 Thread Dirk Hohndel
> On Jan 23, 2016, at 1:13 AM, Willem Ferguson > wrote: > > On 23/01/2016 10:59, Joakim Bygdell wrote: >> Would it be possible to perhaps pull my coordinates from the server and >> email these to me? This will allow me to get to the data for the other dives.

[PATCH] Improve detection of CCR dives on yearly stats

2016-01-23 Thread Miika Turkia
It might be that we do not have the dctype set to CCR but the dive is still closed circuit. In this case we have an event "SP change" on time 0 sec. So we have to check this case as well. (Note this info is checked from the main DC only for the stats.) Signed-off-by: Miika Turkia

Subsurface Locality information

2016-01-23 Thread Willem Ferguson
Apologies for a long mail. It looks like one should be careful when changing the name of an existing divesite using the GUI. If the new dive site name is not listed in the divesite list at the beginning of the dive log, the present coordinates are cleared and a new divesite is created in the

Re: Subsurface mobile bug report

2016-01-23 Thread Dirk Hohndel
> On Jan 23, 2016, at 9:27 AM, Martin Fuhr wrote: > > Device: HTC One M8 (android 6.12.111.4) > Subsurface mobile: 4.5.2.701 > > Device: ASUS ZenPad S 8.0 (android 4.6.1) > Subsurface mobile: 4.5.2.701 > > Summary for both devices: > > Thanks for add "back to divelist"

Re:

2016-01-23 Thread Tomaz Canabrava
up =) On Fri, Jan 22, 2016 at 8:49 PM, Tomaz Canabrava wrote: > more work on making the settings acessble in a sane way from the Qml / > QWidgets frontend > the work on the settings wrapper is done, next batch of patches I'll > change qml code to actually use it. >

Re: [PATCH] Improve detection of CCR dives on yearly stats

2016-01-23 Thread Anton Lundin
On 23 January, 2016 - Miika Turkia wrote: > It might be that we do not have the dctype set to CCR but the dive is > still closed circuit. In this case we have an event "SP change" on time > 0 sec. So we have to check this case as well. (Note this info is checked > from the main DC only for the

Re: [PATCH] Improve detection of CCR dives on yearly stats

2016-01-23 Thread Robert Helling
Miika, > On 23.01.2016, at 17:31, Miika Turkia wrote: > > It might be that we do not have the dctype set to CCR but the dive is > still closed circuit. In this case we have an event "SP change" on time > 0 sec. So we have to check this case as well. (Note this info is