Re: Dive planner MG, TP and FC

2015-10-14 Thread Ivan Wagner
I think there are two main applications here: 1. for tracking data with the current planner which calculates everything in detail for every dive sample. 2. for bottom timer users which want to have an idea of the plan thus calculations are really easy by just adding parameters such as stops, SAC

Re: Dive planner MG, TP and FC

2015-10-14 Thread Henrik Brautaset Aronsen
14. okt. 2015 16.45 skrev "Ivan Wagner" : > > In fact I use the Shearwater Petrel as a bottom timer... a :D so much > money for a bottom time. Hehe, same here. Allthough the latest firmware added a stopwatch and resettable average depth in OC Tec mode, so

Re: Dive planner MG, TP and FC

2015-10-14 Thread Willem Ferguson
On 14/10/2015 16:05, Robert Helling wrote: Hi, On 14.10.2015, at 15:26, Willem Ferguson > wrote: This is the gas pressure in the cylinder at the start of the ascent phase? This is a meaningful request but would require

Re: Dive planner MG, TP and FC

2015-10-14 Thread Willem Ferguson
Robert, Can a make a second attempt to make more sense? But this is, I am sure, boring to you. The group that I do deep dives with use a thirds approach: whether you dive caves or open water and nothing goes wrong, diver needs a third of the back gas remaining at the end of the dive. So,

4.5 has been released

2015-10-14 Thread Dirk Hohndel
Hi everyone It took a while - 2109 commits by git's counting (which is a bit flawed as a few commits that went into 4.4.1 and 4.4.2 are counted twice). That's the most we ever had between two major releases (for comparison, the switch from Gtk to Qt (3.1->4.0) was only 1643 commits. And from the

[PATCH] Cleanup and correct CCR detection

2015-10-14 Thread Anton Lundin
== has precedence over & and would have needed some parenthesis. Instead of that, this moves that code into the block below which already contains a correct CCR check. Signed-off-by: Anton Lundin --- src/shearwater_predator_parser.c | 6 ++ 1 file changed, 2

Re: [PATCH] Add deco model info strings to shearwater parser

2015-10-14 Thread Ivan Wagner
Dear Anton, I was watching at the deco model names in your patch. GF in my opinion is wrong it should be ZHL16 (See: https://en.wikipedia.org/wiki/B%C3%BChlmann_decompression_algorithm). It's ok to have the deco info model describing gradient factors (associated with ZHL16) though. ivan On

Re: Error when executing on Ubuntu

2015-10-14 Thread Miika Turkia
On Wed, Oct 14, 2015 at 8:33 AM, Willem Ferguson < willemfergu...@zoology.up.ac.za> wrote: > I still get a single error message when running Subsurface in Ubuntu > 15.04. It seems this relates to some of the changes discussed during the > last week. Is this due to the code or due to my specific

[PATCH] Add deco model info strings to shearwater parser

2015-10-14 Thread Anton Lundin
This adds two strings describing the deco model information of the dive. Signed-off-by: Anton Lundin --- Anton sends a patch, and its not even for Subsurface?!? src/shearwater_predator_parser.c | 32 1 file changed, 32 insertions(+) diff

[PATCH 1/2] User manual tidy-up

2015-10-14 Thread sergey . starosek
From: Sergey Starosek Signed-off-by: Sergey Starosek --- Documentation/user-manual.txt | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index

[PATCH 2/2] Documentation: update russian translation of user manual

2015-10-14 Thread sergey . starosek
From: Sergey Starosek Signed-off-by: Sergey Starosek --- Documentation/user-manual_ru.txt | 209 +++ 1 file changed, 125 insertions(+), 84 deletions(-) diff --git a/Documentation/user-manual_ru.txt

Re: Error when executing on Ubuntu

2015-10-14 Thread Guido Lerch
I can do some tests over the weekend if others are not faster. Regards, Guido +41 79 3217739 > Am 14.10.2015 um 08:30 schrieb Miika Turkia : > >> On Wed, Oct 14, 2015 at 8:33 AM, Willem Ferguson >> wrote: >> I still get a single error

Re: Update 4.5 and cloud storage

2015-10-14 Thread Dirk Hohndel
On Wed, Oct 14, 2015 at 09:38:08PM +0200, Martin de Weger wrote: > Hi all, > > First of all a big thank you for all the new options in version 4.5. > > I just created a cloud account to check things out (haven’t had time to do so > during beta testing due to work issues), but I seem to have 2

[PATCH] Add app icon to statistics window

2015-10-14 Thread sergey . starosek
From: Sergey Starosek Signed-off-by: Sergey Starosek --- qt-ui/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index f9bfd77..d28c1c6 100644 --- a/qt-ui/mainwindow.cpp +++

Re: Error when executing on Ubuntu

2015-10-14 Thread Tomaz Canabrava
Dudes and dudettes, I'm on a free software convention this week, my time will be near zero. I'd appreciate if someone can help on those things. Tomaz Em 14 de out de 2015 06:13, "Guido Lerch" escreveu: > I can do some tests over the weekend if others are not faster. > >

Dive planner MG, TP and FC

2015-10-14 Thread Ivan Wagner
Dear list, I was taking a look at the dive planner feature within subsurface and I see some useful features that could be added: - Minimum gas (based on a scenario of an out-of-gas event and and ascent respecting ascent rates, deep stops etc) - Turn pressure based on gas rule such as all usable,

Re: [PATCH] Add deco model info strings to shearwater parser

2015-10-14 Thread Anton Lundin
On 14 October, 2015 - Ivan Wagner wrote: > Dear Anton, > > I was watching at the deco model names in your patch. GF in my opinion > is wrong it should be ZHL16 (See: > https://en.wikipedia.org/wiki/B%C3%BChlmann_decompression_algorithm). > It's ok to have the deco info model describing gradient

Re: Update 4.5 and cloud storage

2015-10-14 Thread Dirk Hohndel
> On Oct 14, 2015, at 8:48 PM, Martin de Weger wrote: >> >>> 2) The dives I uploaded are not visible on the web. I get the following >>> error: >>> >>> The requested URL /user/<>/dives.html was not found on >>> this server. >> >> That's not debuggable. If you go to

Fwd: Re: Dive planner MG, TP and FC

2015-10-14 Thread Willem Ferguson
Ivan, Robert, I think I understand the request. On 14/10/2015 14:21, Ivan Wagner wrote: Dear list, I was taking a look at the dive planner feature within subsurface and I see some useful features that could be added: - Minimum gas (based on a scenario of an out-of-gas event and and ascent