Re: [PATCH] Planner notes - revise logic for gasmix output

2015-06-22 Thread Robert C. Helling
Hi Rick,On 21 Jun 2015, at 03:13, Dirk Hohndel d...@hohndel.org wrote:Robert, I consider you the maintainer of the planner. I took Rick's ratherstraight forward looking patches earlier, but would you take a look atthis one before I apply it?I am currently looking at the patch and write down things

Re: dive site management enhancements (request)

2015-06-22 Thread Anton Lundin
On 22 June, 2015 - Dirk Hohndel wrote: On Mon, Jun 22, 2015 at 12:47:34PM -0700, Linus Torvalds wrote: On Mon, Jun 22, 2015 at 6:00 AM, Dirk Hohndel d...@hohndel.org wrote: On Mon, Jun 22, 2015 at 05:42:33PM +0800, Miika Turkia wrote: - Allow editing of multiple sites on divesite

Re: [PATCH] Planner notes - revise logic for gasmix output

2015-06-22 Thread Rick Walsh
Thanks Robert, I'm on my phone so I've read but haven't tested your patches. On 23 Jun 2015 7:09 am, Robert C. Helling hell...@atdotde.de wrote: Hi Rick, I am currently looking at the patch and write down things I notice. The gas change looks good for our case of a switch at a depth

Re: dive site management enhancements (request)

2015-06-22 Thread Miika Turkia
On 22 Jun 2015, at 21:00, Dirk Hohndel d...@hohndel.org wrote: On Mon, Jun 22, 2015 at 05:42:33PM +0800, Miika Turkia wrote: I have just tested out companion app on iPhone and this brings a few enhancement requests. Some of these might already have been discussed, but with poor Internet

Re: dive site management enhancements (request)

2015-06-22 Thread Dirk Hohndel
On Tue, Jun 23, 2015 at 07:15:46AM +0800, Miika Turkia wrote: Not sure how the UI for that would work. Can you explain a bit more? Linus already improved this beyond my imagination Yeah, he does that some times. But it passes. Now if he sent the patches to IMPLEMENT all this. Now THAT

Re: dive site management enhancements (request)

2015-06-22 Thread Linus Torvalds
On Mon, Jun 22, 2015 at 2:29 PM, Anton Lundin gla...@acc.umu.se wrote: How did I get involved into this? What can I say? The letters for Anton and Miika are right next to each other on the keyboard. In one case, it's even the exact same letter! Or maybe I'm incompetent. Linus and

Re: dive site management enhancements (request)

2015-06-22 Thread Dirk Hohndel
On Mon, Jun 22, 2015 at 03:48:51PM -0700, Linus Torvalds wrote: On Mon, Jun 22, 2015 at 2:29 PM, Anton Lundin gla...@acc.umu.se wrote: How did I get involved into this? What can I say? The letters for Anton and Miika are right next to each other on the keyboard. In one case, it's even the

Re: [PATCH] Planner notes - revise logic for gasmix output

2015-06-22 Thread Dirk Hohndel
On Mon, Jun 22, 2015 at 11:09:19PM +0200, Robert C. Helling wrote: Hi Rick, On 21 Jun 2015, at 03:13, Dirk Hohndel d...@hohndel.org wrote: Robert, I consider you the maintainer of the planner. I took Rick's rather straight forward looking patches earlier, but would you take a look at

yet another tryout of the locationmanagement

2015-06-22 Thread Tomaz Canabrava
What this batch of patches does: nothing much - setting the ground for the locationmanagement. it's a start of the third attempt ( or fourth? ) of a rewrite from scratch. From 1781ef7c8b034e5844dd4381bdf501a8cfa1d0e1 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava tomaz.canabr...@intel.com Date:

GSoC Status - Week 4 (VPM-B)

2015-06-22 Thread Jan Darowski
Hi! Last week I've managed to fix previous problems with crushing pressure calculation and implemented critical volume algorithm for vpm-b. It means that now we can generate vpm-b based deco plans. I've spent a lot of time on finding the way to merge this new method with the previous algorithm but

Re: Cloud storage and web view

2015-06-22 Thread Jan Mulder
On 21-06-15 22:02, Dirk Hohndel wrote: Another morning of hacking, and another set of patches are pushed... This time around I added the ability to store pictures in a git repository. Instead of just storing a reference to a local file we now actually store the pictures themselves in the git

dive site management enhancements (request)

2015-06-22 Thread Miika Turkia
I have just tested out companion app on iPhone and this brings a few enhancement requests. Some of these might already have been discussed, but with poor Internet and heavy diving I cannot keep up with the bit life :D - Allow editing of multiple sites on divesite management. E.g. when selecting a

Re: dive site management enhancements (request)

2015-06-22 Thread Linus Torvalds
On Mon, Jun 22, 2015 at 6:00 AM, Dirk Hohndel d...@hohndel.org wrote: On Mon, Jun 22, 2015 at 05:42:33PM +0800, Miika Turkia wrote: - Allow editing of multiple sites on divesite management. E.g. when selecting a few days worth of dives, it would be nice to be able to add names to these all

Re: dive site management enhancements (request)

2015-06-22 Thread Dirk Hohndel
On Mon, Jun 22, 2015 at 12:47:34PM -0700, Linus Torvalds wrote: On Mon, Jun 22, 2015 at 6:00 AM, Dirk Hohndel d...@hohndel.org wrote: On Mon, Jun 22, 2015 at 05:42:33PM +0800, Miika Turkia wrote: - Allow editing of multiple sites on divesite management. E.g. when selecting a few days

Re: [PATCH] Planner notes - revise logic for gasmix output

2015-06-22 Thread Robert C. Helling
Hi Dirk, On 23 Jun 2015, at 02:53, Dirk Hohndel d...@hohndel.org wrote: I tried to close a few dozen Coverity issues and ended up changing some of those very same conditional statements since Coverity convinced me that it was possible for nextdp to be NULL... looks good to me. But I think

Re: Questions related to the dive profile widget

2015-06-22 Thread Lubomir I. Ivanov
On 22 June 2015 at 14:43, Gehad Elrobey gehadelro...@gmail.com wrote: Hello, I have some questions regarding the dive profile widget, as currently I am integrating the dive profile with the print module. when I change the font scale of the dive profile using setFontPrintScale() the dive

Re: Cloud storage and web view

2015-06-22 Thread Dirk Hohndel
Hi Jan, as discussed on IRC, here's a quick patch, just to get some idea on what's going wrong for you... Save it somewhere and apply it with patch -p1 /tmp/diff rebuild and run Subsurface, make a small change and save to the cloud again then please send me the stderr output Thanks /D diff

Re: GSoC Status - Week 4 (VPM-B)

2015-06-22 Thread Dirk Hohndel
On Mon, Jun 22, 2015 at 01:28:04PM +0200, Jan Darowski wrote: Hi! Last week I've managed to fix previous problems with crushing pressure calculation and implemented critical volume algorithm for vpm-b. It means that now we can generate vpm-b based deco plans. I've spent a lot of time on

Re: Cloud storage and web view

2015-06-22 Thread Dirk Hohndel
Hi Jan, thanks for testing! On Mon, Jun 22, 2015 at 11:14:55AM +0200, Jan Mulder wrote: I did some testing. My log did not contain any pictures, so I added one picture to one dive. Working locally, I saved, and after that forced a save to cloud. Opened the cloud storage, and the picture

Re: dive site management enhancements (request)

2015-06-22 Thread Dirk Hohndel
On Mon, Jun 22, 2015 at 05:42:33PM +0800, Miika Turkia wrote: I have just tested out companion app on iPhone and this brings a few enhancement requests. Some of these might already have been discussed, but with poor Internet and heavy diving I cannot keep up with the bit life :D - Allow

Provide planner option to switch gas only when a stop is required

2015-06-22 Thread Rick Walsh
These patches add the planner option to postpone a gas switch to the next required stop. I haven't managed to make it do silly things, but please do check when you get a chance - no rush apply. The option is ignored when the current gas is hypoxic. It's interesting to see what effect delaying