Re: Trying to use Subsurface

2014-06-29 Thread Glenn Drew
Hi Jef. I am having problems again getting data off my dive computer and into Subsurface. I try this on an infrequent basis and wonder if I am forgetting something but my reading of the manual makes me think it may be something else. I have attempted 5 downloads and each time the progress bar indi

[PATCH] Manual: spelling & typos

2014-06-29 Thread Willem Ferguson
User manual: Spelling, typos The user manual was spell-checked against the Oxford Dictionary. Almost all the joined words, e.g. checkbox, dropdown, were kept, but divelog was changed to dive log. Quite a few tyops and spelling errors corrected. A short section on dive pla

Re: [PATCH 1/2] git-format: save dive picture data

2014-06-29 Thread Dirk Hohndel
On Sun, Jun 29, 2014 at 05:49:59PM -0700, Linus Torvalds wrote: > On Sun, Jun 29, 2014 at 5:22 PM, Dirk Hohndel wrote: > > > > If there is GPS data (think of someone taking a phone in a case and taking > > a picture of the boat right at the start of the dive or something) we > > should encode it i

Re: [PATCH 1/2] git-format: save dive picture data

2014-06-29 Thread Linus Torvalds
On Sun, Jun 29, 2014 at 5:22 PM, Dirk Hohndel wrote: > > If there is GPS data (think of someone taking a phone in a case and taking > a picture of the boat right at the start of the dive or something) we > should encode it in a reasonable fashion, too :-) The code is there. I don't have any such

Re: [PATCH 1/2] git-format: save dive picture data

2014-06-29 Thread Dirk Hohndel
On Sun, Jun 29, 2014 at 11:31:04AM -0700, Linus Torvalds wrote: > > I think we migth want to think more about the actual save format, but this > encodes the time offset within the dive in the name of the picture data. > That seems reasonable. I think it looks good. If there is GPS data (think

[PATCH 2/2] Parse git-format picture data

2014-06-29 Thread Linus Torvalds
From: Linus Torvalds Date: Sun, 29 Jun 2014 11:21:52 -0700 Subject: [PATCH 2/2] Parse git-format picture data This adds the loading of picture data from git repositories too. Signed-off-by: Linus Torvalds --- load-git.c | 97 -- 1 fi

[PATCH 1/2] git-format: save dive picture data

2014-06-29 Thread Linus Torvalds
From: Linus Torvalds Date: Sun, 29 Jun 2014 10:30:01 -0700 Subject: [PATCH 1/2] git-format: save dive picture data This doesn't actually parse the data at load time yet, but I need a save file to do that.. The diff looks larger than it is because this moves the "mktree()" function up earlier to

[PATCH] Only calculate deco stops, TTS and NDL every 30s

2014-06-29 Thread Anton Lundin
This introduces a limiter that we only calculate deco stop, TTS and NDL with a minimum of 30s intervall and just reused the values from the previous sample in other cases. I run my OSTC3 at 2s sample intervall so this is a 15x speedup in that case. Signed-off-by: Anton Lundin --- I choose the 3

[PATCH] Calculate approx gas bill on dives

2014-06-29 Thread Anton Lundin
This uses a bit naive gas computations to figure out how much of different base gases you used up on the dives he statistics is done for. Its quite useful to get a minimum line about how big your gas bill is going to be after a dive trip. Signed-off-by: Anton Lundin --- qt-ui/maintab.cpp | 3 +

[PATCH] User manual: planner and device names

2014-06-29 Thread Willem Ferguson
Update of user manual Several updates are implemented here. 1) Updates to the dive planner section, following excellent suggestions from Rob. 2) Updates reflecting the date picker, including hitting ESC to close the calendar. 3) The edit of device names. 4) Severa

Re: The UI looks weird

2014-06-29 Thread Dirk Hohndel
On Sun, Jun 29, 2014 at 08:43:48AM -0300, Tomaz Canabrava wrote: > On Sun, Jun 29, 2014 at 8:16 AM, Henrik Brautaset Aronsen > wrote: > > I just built the latest Subsurface, and a couple of things are weird: > > > > 1) When I started without a log I got planner stuff in the bottom half of > > th

Re: [PATCH] User manual: Load photographs onto dive profile: Robert and Tomaz

2014-06-29 Thread Dirk Hohndel
On Sun, Jun 29, 2014 at 10:35:46AM +0200, Willem Ferguson wrote: > On 29/06/2014 00:43, Dirk Hohndel wrote: > >On Sat, Jun 28, 2014 at 06:37:09PM +0200, Willem Ferguson wrote: > >>Updates to user manual : Load photographs > >Strangely this didn't apply. I manually made this work but I wonder why >

Re: Device names in Subsurface

2014-06-29 Thread Dirk Hohndel
On Sun, Jun 29, 2014 at 08:23:45AM -0700, Dirk Hohndel wrote: > > On Jun 28, 2014, at 11:32 PM, Willem Ferguson > wrote: > > > Dive computers can be assigned a nickname. So I can call my Suunto dive > > computer "Willem's main computer" and save this nickname. But where does > > this nickname

Re: Device names in Subsurface

2014-06-29 Thread Dirk Hohndel
On Jun 28, 2014, at 11:32 PM, Willem Ferguson wrote: > Dive computers can be assigned a nickname. So I can call my Suunto dive > computer "Willem's main computer" and save this nickname. But where does this > nickname have any effect elsewhere in Subsurface? The dive computer displayed > on

Re: GSoC evaluations

2014-06-29 Thread Dirk Hohndel
On Jun 29, 2014, at 4:55 AM, Tomaz Canabrava wrote: > I think I send this e-mail a bit too late, the deadline was this > friday. I hope everybody had send their evaluations. ._. Yes, everyone did. And everyone passed (which makes me very happy) /D __

[PATCH] Surface pressure is in mbar, not bar

2014-06-29 Thread Anton Lundin
Signed-off-by: Anton Lundin --- qt-ui/diveplanner.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-ui/diveplanner.ui b/qt-ui/diveplanner.ui index afed678..ce9b56e 100644 --- a/qt-ui/diveplanner.ui +++ b/qt-ui/diveplanner.ui @@ -148,7 +148,7 @@

Re: [Planner] gas consumption calculation broken after 5b5a25d.

2014-06-29 Thread Robert C. Helling
On 28 Jun 2014, at 15:41, Dirk Hohndel wrote: > On Sat, Jun 28, 2014 at 01:45:46PM +0200, Anton Lundin wrote: >> On 28 June, 2014 - Anton Lundin wrote: >> >>> On 27 June, 2014 - Dirk Hohndel wrote: >>> On Fri, Jun 27, 2014 at 09:19:15PM +0200, Joakim Bygdell wrote: > After 5b5a25d cal

Re: GFlow specification in Preferences

2014-06-29 Thread Robert C. Helling
On 29 Jun 2014, at 09:02, Willem Ferguson wrote: > In the Preferences panel, where GFLow and FGHigh are specified, there is a > checkbox for "Use GFLow at max depth". The meaning of this checkbox is clear, > but what is the effect on the calculations if this checkbox has NOT been > activated

[PATCH] Don't translate HTML tags

2014-06-29 Thread subsurface
From: Henrik Brautaset Aronsen We were sending HTML tags to translate() in worldmap-save.c Signed-off-by: Henrik Brautaset Aronsen --- worldmap-save.c | 27 +++ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/worldmap-save.c b/worldmap-save.c index 35a689

Re: GSoC evaluations

2014-06-29 Thread Tomaz Canabrava
I think I send this e-mail a bit too late, the deadline was this friday. I hope everybody had send their evaluations. ._. On Sun, Jun 29, 2014 at 8:51 AM, Tomaz Canabrava wrote: > Students, > > Please fill the evaluations so we can pass / fail you, this is very > important. :) > > Tomaz

GSoC evaluations

2014-06-29 Thread Tomaz Canabrava
Students, Please fill the evaluations so we can pass / fail you, this is very important. :) Tomaz ___ subsurface mailing list subsurface@hohndel.org http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface

Re: The UI looks weird

2014-06-29 Thread Tomaz Canabrava
Thanks for the tickets and mockup. :) we really need a interface designer taking a look on the app. On Sun, Jun 29, 2014 at 8:41 AM, Henrik Brautaset Aronsen wrote: > Henrik Brautaset Aronsen wrote: >> >> I just built the latest Subsurface, and a couple of things are weird: >> >> 1) Ticket #571:

Re: The UI looks weird

2014-06-29 Thread Tomaz Canabrava
On Sun, Jun 29, 2014 at 8:16 AM, Henrik Brautaset Aronsen wrote: > I just built the latest Subsurface, and a couple of things are weird: > > 1) When I started without a log I got planner stuff in the bottom half of > the UI: http://imgbin.org/index.php?page=image&id=18164 easy to fix. > 2) The

Re: The UI looks weird

2014-06-29 Thread Henrik Brautaset Aronsen
Henrik Brautaset Aronsen wrote: I just built the latest Subsurface, and a couple of things are weird: 1) Ticket #571: When I started without a log I got planner stuff in the bottom half of the UI: http://imgbin.org/index.php?page=image&id=18164 2) Ticket #572: The calendar widget doesn't f

Re: [PATCH] User manual: Updates to dive export section (Worldmap, HTML)

2014-06-29 Thread Gehad Elrobey
I will send a patch with some relevant documentation before Friday. Regards, Gehad On Sun, Jun 29, 2014 at 12:58 AM, Miika Turkia wrote: > Gehad, can you write a bit more about the HTML export before the next > release. I know, I do not fully understand all the differencies of the > options. (

The UI looks weird

2014-06-29 Thread Henrik Brautaset Aronsen
I just built the latest Subsurface, and a couple of things are weird: 1) When I started without a log I got planner stuff in the bottom half of the UI: http://imgbin.org/index.php?page=image&id=18164 2) The calendar widget doesn't fit well into the UI. It is quite huge, and would look bett

Re: [PATCH] User manual: Load photographs onto dive profile: Robert and Tomaz

2014-06-29 Thread Willem Ferguson
On 29/06/2014 00:43, Dirk Hohndel wrote: On Sat, Jun 28, 2014 at 06:37:09PM +0200, Willem Ferguson wrote: Updates to user manual : Load photographs Strangely this didn't apply. I manually made this work but I wonder why your tree and my tree (i.e., master) are out of sync... /D ___

GFlow specification in Preferences

2014-06-29 Thread Willem Ferguson
In the Preferences panel, where GFLow and FGHigh are specified, there is a checkbox for "Use GFLow at max depth". The meaning of this checkbox is clear, but what is the effect on the calculations if this checkbox has NOT been activated? This is for user manual. Kind regards, willem