Re: [PATCH] Rework slot to quiet down Qt5 warning

2014-05-26 Thread Anton Lundin
On 25 May, 2014 - Tomaz Canabrava wrote: doesn't. On Sun, May 25, 2014 at 7:44 PM, Dirk Hohndel d...@hohndel.org wrote: Did you really want to just simply remove the connect? Maybe there's some implicit magic that I'm missing, but to me this looks wrong. /D On Mon, May 26, 2014 at

Re: [PATCH] Make ISO-6709 coordinate regex less restrictive

2014-05-26 Thread José Carlos Andreu Galán
Certainly I'm not an expert at regex. I understand what you say. I'll resubmit the patch with the changes. Thanks for the advice! 2014-05-26 0:41 GMT+02:00 Dirk Hohndel d...@hohndel.org: On Mon, May 26, 2014 at 12:02:33AM +0200, José Carlos Andreu Galán wrote: I found myself trying to

Re: Do not access gas permilles directly

2014-05-26 Thread Dirk Hohndel
On Sun, May 25, 2014 at 10:41:08PM +0200, Robert C. Helling wrote: this patch removes all unnecessary occurrences of gasmix.o2.permille in favour of get_o2(). This gets around the problem that air is (o2=he=0) in relation with comparing gases. Patch looks very good, but doesn't apply to

Re: Do not access gas permilles directly

2014-05-26 Thread Robert C. Helling
On 26 May 2014, at 15:55, Dirk Hohndel d...@hohndel.org wrote: Dirk, On Sun, May 25, 2014 at 10:41:08PM +0200, Robert C. Helling wrote: this patch removes all unnecessary occurrences of gasmix.o2.permille in favour of get_o2(). This gets around the problem that air is (o2=he=0) in

Re: Do not access gas permilles directly

2014-05-26 Thread Dirk Hohndel
On Mon, May 26, 2014 at 06:15:09PM +0200, Robert C. Helling wrote: On 26 May 2014, at 15:55, Dirk Hohndel d...@hohndel.org wrote: Dirk, On Sun, May 25, 2014 at 10:41:08PM +0200, Robert C. Helling wrote: this patch removes all unnecessary occurrences of gasmix.o2.permille in

Re: New planner graphics

2014-05-26 Thread Dirk Hohndel
On Mon, May 26, 2014 at 05:03:00PM -0300, Tomaz Canabrava wrote: Thanks for all the info. I have something *worckable* here, but right now I'm in the middle of cleaning things up to send. Can you be on IRC? That would help me. /D ___ subsurface

Planner: Working and in a good state.

2014-05-26 Thread Tomaz Canabrava
I lied. it doesn't properly cancels or saves the dive yet. but a huge improvement. :) From cb0de3db172da3eebb7f57aaf4459c48239d1711 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava tomaz.canabr...@intel.com Date: Mon, 26 May 2014 17:43:52 -0300 Subject: [PATCH 1/3] Activate the Planner On the

Re: [PATCH] Make ISO-6709 coordinate regex less restrictive

2014-05-26 Thread José Carlos Andreu Galán
Here it is. Hopefully now everything is correct. Regards, Jose 2014-05-26 9:20 GMT+02:00 José Carlos Andreu Galán joscand...@gmail.com: Certainly I'm not an expert at regex. I understand what you say. I'll resubmit the patch with the changes. Thanks for the advice! 2014-05-26 0:41

prettyfication of the planner.

2014-05-26 Thread Tomaz Canabrava
This makes the ProfileView better and faster, for the planner, add and profile modes. From a9d72f02ecdce7ae0e46dca0f32676063c7e956b Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava tomaz.canabr...@intel.com Date: Mon, 26 May 2014 18:20:40 -0300 Subject: [PATCH 1/2] Better movements from the lines