Re: Eon Steel only downloading 16 out of 19 dives

2015-05-19 Thread Robert Helling
On 19 May 2015, at 20:15, Linus Torvalds wrote: Hi, > Hmm. In fact, I guess you can already get it. There's left-over > debugging code in there, and you just have to enable logging > (ENABLE_LOGGING during the build) and make sure to set the log level > to enable debug messages. the user (who

Re: GPS coordinate parsing

2015-05-20 Thread Robert Helling
Dirk, > On 20 May 2015, at 16:46, Dirk Hohndel wrote: > > parseCoord() in qthelper.cpp is what you should look at that’s what I looked at for quite a while but it seems to me (by adding qDebug()s there) this never gets called when entering coordinates in the location manager… best Robert

Re: git backend: actually update local cache from remote

2015-06-11 Thread Robert Helling
On 11 Jun 2015, at 20:47, Robert C. Helling wrote: Hi, > Somehow, we might make use of the fact that our files have more structure > than just line numbers, namely they are xml fields. a quick google search reveals that this http://www.cs.hut.fi/~ctl/ might be our man! Best Robert signat

[Patch] Turn on planner notes again

2015-06-16 Thread Robert Helling
From c7485d352762773addeae8ae533989f18fefb37c Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Tue, 16 Jun 2015 14:37:02 +0200 Subject: [PATCH] Set up signalling to display notes in planner again. This got broken in a recent transition to more abstract models. Signed-off-by: Robert C. He

Re: [Patch] Fix planner notes gas change output logic

2015-06-17 Thread Robert Helling
Rick, > On 17.06.2015, at 17:37, Rick Walsh wrote: > > I think to accomplish this, we need to consider a gaschange-on-the-run as a > zero minute segment. I do no think it is correct to have the change on the > ascent leg up to the change depth, as that would imply switching gas deeper > than

Re: [GSoC] Week 3 (Native Bluetooth support)

2015-06-17 Thread Robert Helling
Hi, > On 17.06.2015, at 16:45, Dirk Hohndel wrote: > > No one suggested that the application HAS to provide that functionality. > What we are suggesting is to make this an OPTION. If the application wants > to do this... I did not follow this discussion in all details. But maybe I can expand a

[PATCH] Unify ceiling calculation between Buehlmann and VPM-B

2015-08-12 Thread Robert Helling
…this makes also the ceilings displayed in the planner be correct for the current model.BestRobertFrom cb8aa7d60ba419cb7c0b50276df336557f359b3f Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Wed, 12 Aug 2015 12:06:52 +0200 Subject: [PATCH] Some unification between Buehlmann and VPM-B as

Re: Setting up a debug environment on MAC OS

2015-08-12 Thread Robert Helling
Guido, > On 12.08.2015, at 11:10, Guido Lerch wrote: > > I am trying to follow the install instructions on git, while downloading the > dependancies I run into this issue (last line) > > git tries to clone but the marble folder stays empty. > cd to marble-source and do git checkout Subsurfac

Re: [PATCH] Unify ceiling calculation between Buehlmann and VPM-B

2015-08-15 Thread Robert Helling
On 15 Aug 2015, at 13:49, Dirk Hohndel wrote: Hi Dirk, > Please remind me, what is missing to be able to show VPM-B ceilings for > logged dives? I remember there was something about the way VPM-B makes > assumptions about remainder of the dive… OK, here is VPM-B in a nutshell (not totally accu

Re: [PATCHES] Re: Problem with VPM-B in master

2015-08-22 Thread Robert Helling
On 22 Aug 2015, at 09:13, Rick Walsh wrote: Rick, > Thanks for looking into this, but unfortunately, the fix hasn't fixed it > (using the latest master, which includes your fixes). The second patch makes > it easier to see what works and what doesn't. It definitely appears to have > someth

Re: VPM-B oddity

2015-09-10 Thread Robert Helling
Rick, > On 10 Sep 2015, at 20:26, Rick Walsh wrote: > > The model assumes that deco starts at the last input point. This is ok for a > square profile dive. But for a multi-level dive, especially with a deep > bouncing, it doesn't make much sense. I think a better assumption would be > that

[PATCH] Add non-matching images

2015-09-11 Thread Robert Helling
Hi,I said some weeks ago, I should look at the handling of adding images. This is the first attempt in this direction.BestRobertFrom 7d18ecdf917a1a59e5c1de9b8eae113399d8fc3d Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Fri, 11 Sep 2015 11:31:02 +0200 Subject: [PATCH] Add checkbox to fo

Re: [PATCH] Re: Beta Testing - Dive Planner

2015-09-14 Thread Robert Helling
On 14 Sep 2015, at 16:42, Dirk Hohndel wrote: Dirk, > Either way - the code below has me a bit unhappy as we start the loop with > sample pointing at the very first sample. > > So simply accessing sample[-1]? Probably not a good solution. > > Which begs the question, do we need this transitio

Re: Divecomputer nickname handling..

2015-09-18 Thread Robert Helling
Andrej, > On 18.09.2015, at 02:42, Andrej Prsa wrote: > > I am an astrophysicist by day and I can tell > you that most of our field is rapidly migrating all of the UI stuff to > python. […] > Your mileage may vary, of course, I just figured I'd ask because, if > subsurface UI was in python, I'd

[PATCH] Re: Translation strings questions

2015-09-18 Thread Robert Helling
Davide,On 18.09.2015, at 00:36, Davide DB wrote:36 - Device %1 was authorized paired.What does it mean? Is it grammatically correct?According to http://doc.qt.io/qt-5/qbluetoothlocaldevice.html#Pairing-enum it means it is paired and does not require further authentication.218 S

Re: stuck in deco calculations

2015-09-19 Thread Robert Helling
Hi, > On 20 Sep 2015, at 07:46, Dirk Hohndel wrote: > > But regardless how much I stare at this, I can't see why we have entries > for 2005 and then 1996, so 33:25 and then 33:16. > > The Uemis contains a sample at 33:25, but none at 33:16. And this happens > when switching to the Atomics. So..

Re: stuck in deco calculations

2015-09-20 Thread Robert Helling
Hi, > On 20 Sep 2015, at 08:30, Robert Helling wrote: > > > I figured that what is special about 33:16 is that there is a sample with 0 > depth at 33:17. When I delete all 0 depth samples from the Uemis, the problem > goes away. My guess (so far unconfirmed is that some par

Re: stuck in deco calculations

2015-09-20 Thread Robert Helling
Hi, > On 20 Sep 2015, at 21:12, Linus Torvalds > wrote: > > So try the attached patch, and if it works for you, commit it with my > sign-off (and try to munge the above explanation into a commit > message). looks good to me and works for my test cases. Best Robert signature.asc Description:

Re: Eclipse vs coding style

2015-10-05 Thread Robert Helling
Giorgio, > On 06.10.2015, at 08:26, Giorgio Marzano > wrote: > > So which editors / ide are you guys using? Everybody with vi[m]? no. At heart, I am an EscapeMetaAltControlShift person. But I learned that Qt Creator can be really helpful when writing Qt stuff

Re: Managed Images

2015-10-13 Thread Robert Helling
Guido, > On 13.10.2015, at 11:41, Guido Lerch wrote: > > removal of a picture if the user removes it from the dive > if managed location is enabled. this sounds dangerous to me: So far, the image management (i.e. copy all images to a specified folder before adding them) is relevant only at im

Re: Proposal on new planner layout

2015-10-16 Thread Robert Helling
Hi, > On 16.10.2015, at 00:46, Davide DB wrote: > > II should then write down a list of settings in three separate > columns/category (maybe two): > > - Every time > - Often > - Never > > Afterwards I will move the (never/once in a blue moon) lit of settings > in the preference tab. > Just one

[PATCH] Re: Minor planner bugs

2015-10-20 Thread Robert Helling
Hi,On 19.10.2015, at 08:11, Martin Měřinský wrote:Hi.I have found a few minor bugs in 4.5.0 planner. I mentioned it in"Proposal on new planner layout" thread, but was asked to send itseparately.Start Subsurface (no log file).Ctrl+l (Log -> Plan dive).I get warning "Too many gas

Re: hash file access

2015-10-23 Thread Robert Helling
Willem, > On 23.10.2015, at 15:26, Willem Ferguson > wrote: > > On my machine the hash file in home/.subsurface can only be accessed by root. > This does NOT apply to the .subsurface directory. > This gives a terminal error message when executing Subsurfa

Re: [PATCH] user manual update: 2nd attempt

2015-10-27 Thread Robert Helling
> On 27.10.2015, at 13:44, Willem Ferguson > wrote: > > 2) Correct a some typoss. Love it! -- .oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oO Robert C. Helling Elite Master Course Theoretical and Mathematical Phy

[PATCHES]

2015-11-24 Thread Robert Helling
Hi,I am resending a number of patches I sent earlier which seem to me are still not pushed. Comments or pushes would be appreciated.From 10be4f46ca1a16353cedbd4b709bcc2332d69a78 Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Mon, 16 Nov 2015 16:10:07 +0100 Subject: [PATCH 1/2] Interpret

Re: Rounding up/down of maximum depths and other variables.

2015-12-08 Thread Robert Helling
Hi, > On 08.12.2015, at 16:28, Dirk Hohndel wrote: > > It's a reflection of what most (?) people use the temperature value for: > figure out what thermal protection to wear. It's also a left over from what > older dive computers used to do: they stored just one temperature value for a > dive

Never-ending story: Mac and mobile

2015-12-09 Thread Robert Helling
Hi, I wanted to report my experiences trying to build subsurface (-mobile) on my new Mac. Yesterday, I got this new Macbook Pro fresh from Apple and I had hoped that not carrying around old versions of stuff, I might be able to finally build the mobile version (as Dirk does without problems). S

[PATCH] Correct selection after replanning a copy

2015-12-16 Thread Robert Helling
0001-Unselect-source-dive-when-saving-a-copy-in-replan.patch Description: Binary data signature.asc Description: Message signed with OpenPGP using GPGMail ___ subsurface mailing list subsurface@subsurface-divelog.org http://lists.subsurface-divelog.o

Re: [PATCH] Correct selection after replanning a copy

2015-12-17 Thread Robert Helling
Hi Dirk, > On 17.12.2015, at 16:37, Dirk Hohndel wrote: > > Hi Robert, > > you are regressing a bit :-) > > An email with just an attachment that's not considered text by my mail > reader... and once I work around that, the patch is clearly whitespace > damaged... all these are artifacts from

Re: [PATCH] Correct selection after replanning a copy

2015-12-17 Thread Robert Helling
Hi, > On 17.12.2015, at 17:49, Robert Helling wrote: > > Will give it another try tonight. I sent it in another thread as I took this as an opportunity to also get git send-email to work. Best Robert signature.asc Description: Message signed with OpenPGP usin

Re: [PATCH] Improve group information on USB device

2015-12-28 Thread Robert Helling
Hi,On 28.12.2015, at 14:05, Miika Turkia wrote:As the group can be something else than dialout on some systems, mentionthis on user manual.this patch adds the name of the group owning the device to the error message so the user does not have to look it up herself.I tested t

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 checked > from the main DC

Re: Import photos from web

2017-01-10 Thread Robert Helling
Hi, > On 11 Jan 2017, at 08:12, Dirk Hohndel wrote: > > Robert, can you shed more light on this? > yes, I was going to respond, just out of time now. Hope for more time later today. Best Robert signature.asc Description: Message signed with OpenPGP using GPGMail ___

Re: Import photos from web

2017-01-11 Thread Robert Helling
Hi, finally I got around to look at this again. > On 10 Jan 2017, at 09:27, Willem Ferguson > wrote: > > I am testing all the options in the dive list context menu. > > If one imports photos from the Web, it asks for a URL. I provide a URL to a > dropbox directory with photos taken during th

Re: Import photos from web

2017-01-11 Thread Robert Helling
Willem, > On 11 Jan 2017, at 12:35, Willem Ferguson > wrote: > > But I think an error message when the load is not successful is really > important from the user perspective. > > I already submitted a patch for that. > One more query. I suspect when one loads an image from the Web, the poin

Real gas calculations

2017-01-12 Thread Robert Helling
Hi, I just wanted to report that I am now convinced by Linus’ calculations of the real gas corrections (and also how a 4% correction at 200bar) can lead to an 8% correction to the SAC when the gas use is 200bar -> 100bar. So I incorporated this corruption also in the planner (pull request is on

Re: Real gas calculations

2017-01-12 Thread Robert Helling
Good morning! > On 12 Jan 2017, at 23:33, Linus Torvalds > wrote: > > I assume "curruption" is "calculation" ;) „Correction“ actually. This is what happens when I try to rush things… > > Also, the github pull request seems to have a stray debugging printf > in the isothermal_pressure() funct

Re: getting ready for 4.6

2017-01-15 Thread Robert Helling
Hi, > On 15 Jan 2017, at 05:49, Dirk Hohndel wrote: > > > - Add heatmap visualization of deco tissue loading > - Add --user= command line argument that allows switching between > different users from the command line > - Fixed spurious errors when saving to cloud storage > - Fixed problems pos

Re: AppImage of scubapro SmartTrak import tool

2017-01-17 Thread Robert Helling
Hi, > Am 17.01.2017 um 18:31 schrieb Dirk Hohndel : > > That is what I'm telling myself (except that there already are 8core phones > out there, as are tablets with 2560x1600 screen resolution) Let me mention in this respect that since yesterday I am the proud owner of a iPad Pro which runs Su

Re: Subsurface 4.7 / 5.0

2017-01-20 Thread Robert Helling
Hi, > On 20 Jan 2017, at 19:29, Dirk Hohndel wrote: > > We have several key developers who are somewhere between "HATE C++" and > "rather write C code". The more we move to C++, the more we lose their > support. I would love to help move the mobile version forward and if I could do that while

Feature request

2017-01-21 Thread Robert Helling
Hi, Since today I took my cylinders and refs to testing, could we please introduce a compile time option to turn subsurface into a ski logging program? Thanks Robert ___ subsurface mailing list subsurface@subsurface-divelog.org http://lists.subsurface

Re: Accessing cloud storage and changing settings

2017-01-21 Thread Robert Helling
Hi, > On 21 Jan 2017, at 15:18, wrote: > > I sort of cheated by switching to the English English version. I switched > back to Dutch and the date/time error was thrown again. > > The format is: ddd d MMM > The format for short format is: dd-MM-yy I had time to look at this. Turns out, a

Re: Subsurface 4.7 / 5.0

2017-01-21 Thread Robert Helling
Dirk, > On 21 Jan 2017, at 20:29, Dirk Hohndel wrote: > > I don't know, I want something that more than one person contributes to. > So I'm happy to have a Java Android app at this point. Assuming we have > at least three developers who have done this before, are willing to help me > get the inf

Re: Quirks of Subsurface planner

2017-01-21 Thread Robert Helling
Willem, > On 20 Jan 2017, at 07:42, Willem Ferguson > wrote: > > 4) I could not replicate it in this specific exercise, but in some cases when > re-opening a dive for editing in the planner, the part of the dive where the > planner initially calculated the deco profile, (upon re-editing) come

Re: Subsurface 4.7 / 5.0

2017-01-21 Thread Robert Helling
Dirk, > On 21 Jan 2017, at 23:21, Dirk Hohndel wrote: > > Here's my plan for right now. Fix things so we go back to Kirigami 1. remind me: Didn’t we run into some problems („bugs“) in Kirigami for which by sticking with an old version we give up any hope of them ever being fixed? Not that I t

Re: New Subsurface-mobile Beta for iOS [was: Re: New Subsurface-mobile Beta for Android [was: Re: Subsurface 4.7 / 5.0]]

2017-01-22 Thread Robert Helling
Dirk, > On 22 Jan 2017, at 04:24, Dirk Hohndel wrote: > > I used to be able to push test builds to my device via TestFlight > and an internal test channel that didn't require review, but while I got the > notification that the new version (1.2.0(4.6.0.22)) is available, when I try > to load it

Re: Android/OSi comparison against Windows 10

2017-01-31 Thread Robert Helling
> On 31 Jan 2017, at 18:36, John Smith wrote: > > There's also the average depth line that I can't turn off on the mobile > version - something I never have on on the desktop. IIRC, you can turn it off by turing it on and then off on the desktop and then uploading to the cloud (that should al

Re: Inconsistencies: Showing planner details in dive list

2017-01-31 Thread Robert Helling
Willem, > On 01 Feb 2017, at 08:05, Willem Ferguson > wrote: > > Following on previous similar correspondence, here are some comments about > importing a dive plan into the dive list and adding it to the downloaded dive > record so that one can switch between plan and downloaded dive using le

Re: Inconsistencies: Showing planner details in dive list

2017-02-01 Thread Robert Helling
Hi, > On 01 Feb 2017, at 08:05, Willem Ferguson > wrote: > > Following on previous similar correspondence, here are some comments about > importing a dive plan into the dive list and adding it to the downloaded dive > record so that one can switch between plan and downloaded dive using left a

Re: Different number of gases and tanks error with Suunto Vytec and Air Integrated

2017-02-01 Thread Robert Helling
Dirk, > On 31 Jan 2017, at 11:52, Robert Helling wrote: > > I have no idea why we fail in that case. Related seems commit > > commit 956d1897345c727af23089cd98cef34597aed9ff > Author: Dirk Hohndel mailto:d...@hohndel.org>> > Date: Sun Dec 6 09:40:21 2015 -08

Re: doing a 4.6.1 release

2017-02-01 Thread Robert Helling
Dirk, > On 02 Feb 2017, at 03:37, Dirk Hohndel wrote: > > Is there anything else pending that I should wait for? Or is this a good > point to create 4.6.1 ? there are three things on my pending issues list: - Stefan’s patch printing the altitude/surface pressure in the dive plan which needs a

Re: Inconsistencies: Showing planner details in dive list

2017-02-02 Thread Robert Helling
Willem, > On 01 Feb 2017, at 15:37, Robert Helling wrote: > > I think an easy approach would be as follows: Yes, we only have one set of > cylinders per dive, but you don’t have to use all of them, only those with > corresponding gas switch events are shown on the profile (

[PATCH] Re: Crash when saving dive in planner after latest commits

2017-02-03 Thread Robert Helling
> On 03 Feb 2017, at 21:55, Stefan Fuchs wrote: > > Hallo Dirk, hi All, > > very short note: > > Latest git (SHA f563f736078ac3dfbb999b6c2e2352defd729f62) crashes when saving > a planned dive under linux. Even didn't try windows. > > Did a "git reset --hard" to some older point on a copy of

Re: [PATCH] Detect location of `ldconfig' before use

2017-02-05 Thread Robert Helling
Hi, > On 05 Feb 2017, at 15:21, Cristian Ionescu-Idbohrn > wrote: > > I have an idea ;) > > Why not error handle those the code that produces those "warnings" (as > you call them) on that particular architecture, instead of > ignoring/hiding the errors (exit status failure) for everyone? That

Re: Deco calculation for repetitive dive - strange effect

2017-02-05 Thread Robert Helling
> On 05 Feb 2017, at 22:29, Stefan Fuchs wrote: > > I again see one strange effect in deco calculation of repetitive dives. I > thought it may be linked to the surface time issue Robert fixed a few days > ago but this is still there after the patch. > > Please check the attached file and try

Re: Deco calculation for repetitive dive - strange effect

2017-02-06 Thread Robert Helling
Hi, > On 06 Feb 2017, at 08:55, Robert Helling wrote: > > I haven’t completely understood this, but this seems to be specific to VPM-B > (no oddity for Buehlmann). The VPM-B model has all kinds of strange state > data (like what was the total time in deco, at which point do

Re: Deco calculation for repetitive dive - strange effect

2017-02-06 Thread Robert Helling
Hi, > On 06 Feb 2017, at 19:30, Robert Helling wrote: > > a no progress report: I guessed it’s the max_ambient_pressure but now I know, > it is not. Tonight, I will not have further time to look into this (we have > visitors), so if someone else wants to give it a try: There

Re: Deco calculation for repetitive dive - strange effect

2017-02-07 Thread Robert Helling
On 07 Feb 2017, at 09:09, Rick Walsh wrote:That quirk is indeed odd.  I can see how it could have this unexpected effect, but are you sure that's the entire cause?  I found no change at all when the surface interval was in the range 10min to 47hr.  Surely there ought to be so

[PATCH]Re: Deco calculation for repetitive dive - strange effect

2017-02-07 Thread Robert Helling
Hi,On 07 Feb 2017, at 19:53, Stefan Fuchs wrote:I understand that we don't want to tweak the VPM-B implementation to make the results look nicer w/o knowing if this is then still in line with the ideas of "the real model" and I fully agree to this. But maybe based on Linus finding t

Re: Subsurface deco calculations

2017-02-08 Thread Robert Helling
Linus, > On 08 Feb 2017, at 20:42, Linus Torvalds > wrote: > > There was magic special code for merging a planned dive, and I think > that was due to perhaps similar issues. I got rid of that special case > entirely, and hope that my fixed version JustWorks(tm). I know, I wrote the code for th

Re: Subsurface deco calculations

2017-02-08 Thread Robert Helling
Linus, > On 08 Feb 2017, at 21:31, Linus Torvalds > wrote: > > Yeah, it looked to me that everything that that code was doing was now > handled automatically by the improved cylinder merging code. > > So I _think_ it all works, but somebody who actually uses the planner > should very much chec

Bugs

2017-02-08 Thread Robert Helling
Hi, I just wanted to report three bugs I am working on: 1) Gas changes in the manual entered part of a dive should always be shown in the notes (and not according to our complicated rules regarding ascending etc). I already have a fix for that on github, but that will go in a pull request for

Re: Subsurface deco calculations

2017-02-08 Thread Robert Helling
Hi, > On 09 Feb 2017, at 00:09, Linus Torvalds > wrote: > > I've pushed out my branch and made a github pull request for people. I > still encourage people to take a look, but it seems to handle both > Miika's and Willem's cases just fine, and it passes my "looks sane" > test. one thing I forg

Deepblu suggests Subsurface

2017-02-09 Thread Robert Helling
Hi, I just discovered Deepblu, some kind of social media dive log. It seems it is build around their Cosmiq dive computers (that talk via BT to an iOS App which then upload to their proprietary cloud). And they advertise it also to diver that don’t own one of their computers. And guess what, fo

Re: [PATCH]Re: Deco calculation for repetitive dive - strange effect

2017-02-09 Thread Robert Helling
Hi, > On 09 Feb 2017, at 21:50, Stefan Fuchs wrote: > > 1. VPlanner in some way also gives you a bonus (shorter deco) when doing the > second dive as a repetitive dive but in a different way. in the last paragraph of the Baker notes that Rick quoted he actually sells this as a feature of VPM-

Re: Bugs

2017-02-10 Thread Robert Helling
> On 08 Feb 2017, at 22:05, Robert Helling wrote: > > Hi, > > I just wanted to report three bugs I am working on: > > 1) Gas changes in the manual entered part of a dive should always be shown in > the notes (and not according to our complicated rules regarding asce

TestPlanner

2017-02-10 Thread Robert Helling
Hi, does anybody have an idea why in the tests the planner no longer changes gas? Best Robert signature.asc Description: Message signed with OpenPGP using GPGMail ___ subsurface mailing list subsurface@subsurface-divelog.org http://lists.subsurface-di

Re: 4.6.1: translations and last minute fixes that are missing?

2017-02-10 Thread Robert Helling
> On 11 Feb 2017, at 05:42, Dirk Hohndel wrote: > > Robert, I know I'm waiting for your fixes. Is anyone else working on > things that I should wait for? Done. As are German translations of six new strings. Best Robert signature.asc Description: Message signed with OpenPGP using GPGMail

Re: 4.6.1: translations and last minute fixes that are missing?

2017-02-11 Thread Robert Helling
Stefan, > On 11 Feb 2017, at 09:16, Stefan Fuchs wrote: > > Maybe we finish a first implementation of the rock bottom / minimum gas > calculation end of this weekend. > > But this can from my point of view wait until 4.6.2 or 4.7. I would think, something like this needs testing. We should no

Re: Credits

2017-02-19 Thread Robert Helling
Dirk, > On 19 Feb 2017, at 01:45, Dirk Hohndel wrote: > > I finally put together a Credits page for Subsurface, that tries to link > to the other open source components and their licenses. This doesn't > exactly follow the letter of the rules when it comes to full compliance > with the various l

VPM-B Benchmarks

2017-02-19 Thread Robert Helling
Hi, I just pushed a branch to Github: https://github.com/atdotde/subsurface/tree/latest_update One of the patches is supposed to fix an error that made our desaturation artificially fast. Now, the deco times are slightly more conservative. But it seems they are too conservative for the benchma

Re: VPM-B Benchmarks

2017-02-19 Thread Robert Helling
Hi Rick, > On 19 Feb 2017, at 23:54, Rick Walsh wrote: > > Note, we have a subsurface_conservatism_factor variable in deco.c, which is > used to increase the critical radii by 1.2%, which increases the conservatism > slightly. With the saturation/desaturation values being set to zero, which

Re: Subsurface minimum gas calculation - First version for review

2017-02-20 Thread Robert Helling
Stefan, > On 20.02.2017, at 15:02, Stefan Fuchs wrote: > > Now I identified the next hurdle: Is there somewhere the curve cylinder > pressure versus dive time for every specific cylinder? Or how could I create > it for a specific cylinder id? I found that this is neither in struct > cylinder_

Re: translations again

2017-02-21 Thread Robert Helling
Dirk, > On 21 Feb 2017, at 22:28, Dirk Hohndel wrote: > > The question becomes: should I leave Transifex source strings unchanged, > create a 4.6 branch, cherry pick the hand full of bug fixes in master that > came in since 4.6.2 (three commits from Linus, a couple from Robert, one > from Jan) a

Re: German CCR divers wanted for question about how to translate "(CCR) setpoint"

2017-02-21 Thread Robert Helling
Stefan, > On 21 Feb 2017, at 23:13, Stefan Fuchs wrote: > > How do German CCR divers call this correctly? My guess is that most of you > are using the English term "Setpoint", maybe in German with upper case "S"? > Or is there a widely used German term? I am not rebreather trained myself but

Re: keyboard shortcuts

2017-02-22 Thread Robert Helling
Hi, > On 22 Feb 2017, at 16:48, Dirk Hohndel wrote: > > One are the official shortcuts (Ctrl-D to download, Ctrl-L to plan = > substitute Cmd for Ctrl on the Mac). And then we have the "in menu" > shortcuts - and those are truly ill maintained. OK, I checked, it’s really the Cmd-L for the plann

Re: keyboard shortcuts

2017-02-22 Thread Robert Helling
Hi, > On 22 Feb 2017, at 19:31, Robert Helling wrote: > > OK, I checked, it’s really the Cmd-L for the planner that is not working, > others like Cmd-Q and Cmd-C do work in the de_DE translation. And the menu > entry misses the ampersand. I hope that it’s enough to fix tha

Re: Table header for available gases in planner - "Work press."

2017-02-26 Thread Robert Helling
Hi,On 26 Feb 2017, at 10:41, Stefan Fuchs wrote:If nobody disagrees I can change this after my holiday. I had a look atthe code already and found out that this may be no complete no brainerbut let's see if I can do it...thanks to the magic of OO programming, this is surprisingly sim

Re: Table header for available gases in planner - "Work press."

2017-02-26 Thread Robert Helling
> On 26 Feb 2017, at 13:38, Robert Helling wrote: > > <0001-Call-the-cylinder-working-pressure-starting-pressure-i.txt> That should of course better be translated… From ece86d001d7feabc2a0fedf6f07fd3e9b46ae1b1 Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date:

Re: Table header for available gases in planner - "Work press."

2017-02-26 Thread Robert Helling
On 26 Feb 2017, at 14:04, Stefan Fuchs wrote:- You please need to put the second "s" in "Start press."! It's today "press." everywhere.- Does translation work with this way of changing it? What is clear is that we don't create a new string, "Start press." is already known.of course:

Re: manual edit of depth and time when adding / editing dives

2017-02-26 Thread Robert Helling
Dirk, > On 26 Feb 2017, at 06:22, Dirk Hohndel wrote: > > Please let me know what you think... except for dereferencing a potentially NULL current_dive (see my comment on github) this looks good and safe to me. Best Robert signature.asc Description: Message signed with OpenPGP using GPGMail

Re: 4.6.3

2017-03-02 Thread Robert Helling
Dirk, > On 2 Mar 2017, at 07:05, Dirk Hohndel wrote: > > I tagged it, built it, pushed it, posted the announcement to our site, but > for once didn't post it on FB, G+ or anywhere else - this way the > translators have a chance to translate the announcement on github... let's > see if that works

Re: Update cylinder table in planner after planner points changed - small help needed

2017-03-12 Thread Robert Helling
> On 12 Mar 2017, at 20:51, Stefan Fuchs wrote: > > The trash/trashforbidden icons should be updated immediately after one > changes the planner points and in this way "utilizes" or "frees" a gas. > For me it is not clear what is the best way to do the connection and the > trigger. > > I wo

Re: I/O layer refactoring

2017-03-17 Thread Robert Helling
Hi, > On 16.03.2017, at 18:57, Dirk Hohndel wrote: > > Linus, Anton, Lubomir, Robert... if you have comments on the below, please > respond over on > that mailing list (not hear, let's help keep this discussion in one place). > have never seriously looked at libdivecomputer code, not even ho

Re: [Subsurface-divelog/subsurface] Recreational dive planner (#262)

2017-03-19 Thread Robert Helling
Jan, > On 19 Mar 2017, at 13:59, Jan Mulder wrote: > > I understand where I was thinking the wrong way. I had set slow ascent > speeds, and did not really notice the change of scale of the entire window > when changing data of the profile. What is still counter intuitive for me, is > that it

Re: trying to make progress with Subsurface-mobile

2017-03-24 Thread Robert Helling
Hi, > On 19 Mar 2017, at 01:10, Dirk Hohndel wrote: > > Any help would be welcome. I'm running out of time today, I'll try to make > new beta apps for Android and iOS so people can test. I tried again, to get up to speed with the mobile version but this is another report of failure (or more po

Re: trying to make progress with Subsurface-mobile

2017-03-24 Thread Robert Helling
> On 24.03.2017, at 11:11, Robert Helling wrote: > > Any help would be appreciated! For the record: Qt 5.5 is too old. I get a running Subsurface-mobile on desktop with 5.8 Thanks Jan Robert -- .oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oO

Planner screencast

2017-03-30 Thread Robert Helling
Hi, since I am under the impression that many of our users are not fully aware of the planner features in Subsurface (and since nobody reads manuals), I had the plan to record a screencast of how the planner works. Turns out this is harder to do than I thought. But last night, I recorded a firs

Re: OSTC Sport bluetooth problem with Linux

2017-04-04 Thread Robert Helling
Hi > Am 04.04.2017 um 13:56 schrieb Dirk Hohndel : > > The problem is that it is BTLE which we don't support. > We need to figure out how to find it when scanning, and then the > communication protocol We need to get hold of one. There is still the conjecture that it's not so different as far

Building iOS Subsurface-mobile

2017-04-10 Thread Robert Helling
Hi, yesterday, after managing to build the mobile app on the desktop again, I decided I should try to also build the iOS version (some months ago, I was able to do that but many things happened since then). But after investing about two hour, I still fail. After fixing a few other things, when

Re: Building iOS Subsurface-mobile

2017-04-11 Thread Robert Helling
Dirk, > On 11. Apr 2017, at 03:48, Dirk Hohndel wrote: > > I am building on Sierra with Xcode 8.1 > > I just on Saturday did a complete build from scratch, so I'm reasonably > certain that this should work. > > The only oddity is that you need to run build.sh to create all of the libs / > de

Re: Latest subsurface-mobile craches on android

2017-04-14 Thread Robert Helling
Hi, > On 12. Apr 2017, at 21:19, Dirk Hohndel wrote: > > OK, so this dies in the QQuickItem destructor. That's a starting point. > I guess this is addressed in commit 71191f1294abdfcb40720707e4722173b62fdfac Author: Marco Martin Date: Thu Apr 13 19:57:22 2017 +0200 QML UI: only assign

Re: Subsurface-mobile crashes

2017-04-14 Thread Robert Helling
Hi Dirk, > On 14. Apr 2017, at 20:09, Dirk Hohndel wrote: > > Interesting. I have also one device (an iPadPro) where the square is 20% too > big. > So far all reports are either 19.5-20mm square or 23.5-24mm square. But I > haven't > figured out how to tell. I just tested on my iPhone 6plus a

Re: AP Vision import

2017-04-15 Thread Robert Helling
Hi Miika, > On 15. Apr 2017, at 19:10, Miika Turkia wrote: > > The problem is that the character encoding in the sample file is > iso8859-1. Unfortunately we assume the encoding to be UTF-8 on our > imports. I do not know any efficient way to detect the encoding nor to > convert the input into U

Re: TestParse

2017-04-22 Thread Robert Helling
Hi, > On 22. Apr 2017, at 19:24, Dirk Hohndel wrote: > > So we seen to write an extra po2='0.6 bar' - but we don't appear to do that > when I run it here. I haven't spent much time beyond that very basic > analysis, though... > I had a brief look but have no idea either. Just one or two rema

Re: last call for 4.6.4

2017-04-26 Thread Robert Helling
> On 26. Apr 2017, at 17:55, Dirk Hohndel wrote: > > . Is there > anything else that is worth waiting for, or should I just get 4.6.4 out? Thumbs up from me. Robert signature.asc Description: Message signed with OpenPGP ___ subsurface mailing list

Settings Petrel

2017-04-27 Thread Robert Helling
Hi, I have no idea if this is technically possible but this suggestion came from one of our users on Facebook and I am simply relaying it here: He said, if would be great if we could „upload settings“ to Petrel and related dive computers when downloading dives. „settings“ was then specified as

Please build for Mac / Bluetooth progress

2017-05-01 Thread Robert Helling
Dirk, if you find the time, could you please create a build for Mac so the users who complained about not being able to connect to OSTC could check the patch I submitted recently. Short report on my (non-)progress with OSTC Sport : Downloading dives works now with the qt bluetooth. Downloadin

Seabear H3, was: Forward of moderated message

2017-05-02 Thread Robert Helling
Hi, on facebook, somebody asked if Subsurface could import logs from the Seabear H3. It seems, this presents itself as a USB mass storage device with one dive per file. I asked him to provide samples (see below). It looks like CSV with some header information. Anybody feels like looking into th

Initial crash in MacOS Sierra

2017-05-15 Thread Robert Helling
Thiago, could you please have a look at this: https://github.com/Subsurface-divelog/subsurface/issues/398#issuecomment-301407498 User reports Subsurface crashing on start up and it seems it is in the intial n

  1   2   3   4   5   6   >