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 Date: Mon, 26 May 2014 18:20:40 -0300 Subject: [PATCH 1/2] Better movements from the lines when added / removed. This

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

2014-05-26 Thread Dirk Hohndel
On Tue, May 27, 2014 at 12:03:15AM +0200, José Carlos Andreu Galán wrote: > - regExp = QString("(\\d+)[" UTF8_DEGREE > "\\s](\\d+)[\'\\s](\\d+)([,\\.](\\d+))?[\"\\s]([NS%1%2])" > - "\\s*(\\d+)[" UTF8_DEGREE > "\\s](\\d+)[\'\\s](\\d+)([,\\.](\\d+))?[\"\\s](

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 : > 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

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 Date: Mon, 26 May 2014 17:43:52 -0300 Subject: [PATCH 1/3] Activate the Planner On the cleanup dirk forgot to set the

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 m

Re: New planner graphics

2014-05-26 Thread Dirk Hohndel
On Mon, May 26, 2014 at 09:54:20PM +0200, Robert C. Helling wrote: > Hi, > > I played around some more with Tomaz’ recent patches that move the > planner to the new profile. Here are some comments: > > 1) I think it is pretty save to get rid of the assert in planner.c: I > put it there to make su

Re: New planner graphics

2014-05-26 Thread Tomaz Canabrava
On Mon, May 26, 2014 at 4:54 PM, Robert C. Helling wrote: > Hi, > > I played around some more with Tomaz’ recent patches that move the planner to > the new profile. Here are some comments: > > 1) I think it is pretty save to get rid of the assert in planner.c: I put it > there to make sure the p

New planner graphics

2014-05-26 Thread Robert C. Helling
Hi, I played around some more with Tomaz’ recent patches that move the planner to the new profile. Here are some comments: 1) I think it is pretty save to get rid of the assert in planner.c: I put it there to make sure the planner does not do something stupid. I am now pretty convinced that th

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 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

Re: Cylinder bug on Subsurface 4.1.0.0 not on 4.0.3.0

2014-05-26 Thread roberto forini
Sorry for that. I've read the release info and realized it was an option only after the email sending :( apologize! Il 24/mag/2014 19:52 "Dirk Hohndel" ha scritto: > On Sat, May 24, 2014 at 07:25:37PM +0200, roberto forini wrote: > > I tried to add more than 1 cyl on 4.1.0.0 at first it works and

Re: Do not access gas permilles directly

2014-05-26 Thread Robert C. Helling
On 26 May 2014, at 15:55, Dirk Hohndel 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 >> relation with

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: [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 : > On Mon, May 26, 2014 at 12:02:33AM +0200, José Carlos Andreu Galán wrote: > > I found myself trying to copy/paste coordinat