Re: Split a dive by time

2018-07-02 Thread Berthold Stoeger
On Monday, 2 July 2018 09:36:34 CEST tormento wrote: > Linus thanks for your interest in my minor problem. > > Which build is the one with your fix? The one I have tried from nightly > splits the dive in three parts, the last two of negligible lenght, while > the first one is much longer than the

Cannot connect on first launch

2018-07-02 Thread tormento
I have one minor bugs on Windows: I use nightly builds. After every manual update, i.e. unpacking the .exe and replacing older files, on the first launch I get the "automatic check for updates" windows. I can accept or decline but the following effect is that the first connection to cloud goes

Re: Split a dive by time

2018-07-02 Thread tormento
Thanks, it made its purpose. I can understand it's not a widely used feature. Anyway sometimes, when training people, strange and unusual dives occur. I keep on thinking that a "split by time" would be more than welcome :) Alberto Il giorno lun 2 lug 2018 alle ore 13:55 Berthold Stoeger <

Re: Split a dive by time

2018-07-02 Thread Robert C. Helling
Hi, > Am 02.07.2018 um 13:55 schrieb Berthold Stoeger : > > On the one hand, these are "low-hanging fruit". I have a „context menu split dive here“ almost ready. Best Robert ___ subsurface mailing list subsurface@subsurface-divelog.org

Re: iOS app no longer switching to device language

2018-07-02 Thread Dirk Hohndel
> On Jul 2, 2018, at 2:17 PM, Jan Iversen wrote: > > I normally test with Spanish and English > > Just changed language on my iPhone and beta 4.7.8.387 does not change > language but my master version 4.7.8.286 does change. I will isolate it a bit > closer tomorrow. Thanks. I appreciate

iOS app no longer switching to device language

2018-07-02 Thread Dirk Hohndel
Now that we actually have a few developers with clue about iOS applications... while no one reported this during the lng beta phase, it appears that I somehow managed to break support for other languages in Subsurface-mobile for iOS. But given that it's been so long since we last pushed a

Re: iOS app no longer switching to device language

2018-07-02 Thread Jan Iversen
I am on my iPhone now, and yes here it seems not to change. But on my iPad I used to have Spanish on the beta version. Let me check tomorrow when I get near my iPad. Reds Jan i Sent from my iPhone > On 2 Jul 2018, at 23:04, Dirk Hohndel wrote: > > > Now that we actually have a few

Re: iOS app no longer switching to device language

2018-07-02 Thread Jan Iversen
I normally test with Spanish and English Just changed language on my iPhone and beta 4.7.8.387 does not change language but my master version 4.7.8.286 does change. I will isolate it a bit closer tomorrow. Enviado desde mi iPhone > El 2 jul 2018, a las 23:04, Dirk Hohndel escribió: > > >

Fwd: OSTC 2 issues on iOS

2018-07-02 Thread Dirk Hohndel
> Begin forwarded message: > > From: patrick werner > Subject: Re: OSTC 2 issues on iOS > Date: July 2, 2018 at 10:18:22 AM PDT > To: Dirk Hohndel > > Hi Dirk, thank you for your help. my english is not the best one. > but in understand 90 % of your text :-) > > it works with the

Re: iOS app no longer switching to device language

2018-07-02 Thread Jan Iversen
You do remember that packaging/ios/translations moved to something like packaging/iOS/build-qt5.10 if you ude otter scripts for release building that Might be the problem Reds Jan I Enviado desde mi iPhone > El 2 jul 2018, a las 23:22, Dirk Hohndel escribió: > > Delivered-To:

Fwd:

2018-07-02 Thread patrick werner
--- Weitergeleitete Nachricht -- Von: patrick werner Datum: Mo. 2. Juli 2018 um 16:32 Betreff: An: subsurface.log Description: Binary data ___ subsurface mailing list subsurface@subsurface-divelog.org

Re: Cannot connect on first launch

2018-07-02 Thread Dirk Hohndel
> On Jul 2, 2018, at 8:58 AM, tormento wrote: > > I am currently running 4.8.0-4. The latest version I can see on GitHub is > 4.8.0-2. Is it a regression from the version I am currently using? You got the continuous build from Linus' PR. So you were ahead of master. I have merged a couple of

Re: Cannot connect on first launch

2018-07-02 Thread tormento
I am currently running 4.8.0-4. The latest version I can see on GitHub is 4.8.0-2. Is it a regression from the version I am currently using? Il giorno lun 2 lug 2018 alle 17:41 Dirk Hohndel ha scritto: > > > On Jul 2, 2018, at 12:33 AM, tormento wrote: > > > > I have one minor bugs on Windows:

Re: OSTC 2 issues on iOS

2018-07-02 Thread Dirk Hohndel
OK, I figured out what caused us not to recognize your dive computer in the first place. The logic of how we got there is a bit convoluted - part of this is that the OSTC family of dive computers displays different names on Bluetooth that don't always match their model number. Yours, for

Re: Cannot connect on first launch

2018-07-02 Thread Dirk Hohndel
> On Jul 2, 2018, at 12:33 AM, tormento wrote: > > I have one minor bugs on Windows: > > I use nightly builds. After every manual update, i.e. unpacking the .exe and > replacing older files, on the first launch I get the "automatic check for > updates" windows. I can accept or decline but

Re: Split a dive by time

2018-07-02 Thread Robert Helling
Dirk, > On 2. Jul 2018, at 17:35, Dirk Hohndel wrote: > > I assume that this has a helper function split_dive_at_time(struct dive *d, > duration_t seconds) almost. I called it split_dive_at_time(struct dive *dive, int time). But you are right, duration_t is probably better. And it uses

Re: OSTC 2 issues on iOS

2018-07-02 Thread Dirk Hohndel
Hi Patrick, From your log it looks like we need to slightly adjust our pattern matching - I thought we already recognized "OSTC+" as an OSTC dive computer, but apparently we don't. Found new device: "Torantrieb" "LE:{1cc8fa89-54ed-49f8-b4e7-63b9ec1b2bc8}" Not recognized as dive computer Found

Re: Split a dive by time

2018-07-02 Thread Dirk Hohndel
> On Jul 2, 2018, at 6:19 AM, Robert C. Helling > wrote: >> Am 02.07.2018 um 13:55 schrieb Berthold Stoeger : >> >> On the one hand, these are "low-hanging fruit". > > I have a „context menu split dive here“ almost ready. Nice. I assume that this has a helper function