Re: Undo some broken CCR features

2014-11-17 Thread Willem Ferguson
On 17/11/2014 22:58, Dirk Hohndel wrote: A few questions... a - why are there two different commit messages? On Mon, Nov 17, 2014 at 09:19:20PM +0200, Willem Ferguson wrote: Undo some features that were broken in Robert's patch 0d7c192e: 1) Calculate correct partial pressure of oxygen to be p

git save requires existing repository

2014-11-17 Thread Dirk Hohndel
Linus, can you remind me of the rationale why you did this? I obviously didn't get around writing a better UI for git saves (huge surprise), but when I just looked through the code to help Miika figure out how to test it, I realized that I thought we talked about Subsurface simply creating a new

[PATCH] eon steel

2014-11-17 Thread Miika Turkia
First patch limits the EON steel pressure and temperature samples to somewhat sensible values. (I still need to dig into this more to understand where the bogus data comes from, is it my parsing or is it in the DB.) The second removes some unused variables from the DM5 import. miika From 48692396

Re: 4.3 Beta 1

2014-11-17 Thread Dirk Hohndel
On Mon, Nov 17, 2014 at 11:41:12PM +, Dirk Hohndel wrote: > Windows installers are on the serer in the download area (not daily, the > real download area). Patches and tag are pushed. > > I will post announcements soon. Unfortunately for certain reasons (don't ask) > I can't create a Mac DMG r

4.3 Beta 1

2014-11-17 Thread Dirk Hohndel
Windows installers are on the serer in the download area (not daily, the real download area). Patches and tag are pushed. I will post announcements soon. Unfortunately for certain reasons (don't ask) I can't create a Mac DMG right now, so until that's fixed this is Windows only (and Linux from sou

Re: INSTALL file

2014-11-17 Thread Steve Butler
On 11/17/2014 01:56 PM, Lubomir I. Ivanov wrote: On 17 November 2014 23:53, Lubomir I. Ivanov wrote: On 17 November 2014 23:49, Steve Butler wrote: Looks like I need to find a non-Canonical source to update. Is there another PPA to which I can point for a later version? that should be it:

Re: INSTALL file

2014-11-17 Thread Lubomir I. Ivanov
On 17 November 2014 23:53, Lubomir I. Ivanov wrote: > On 17 November 2014 23:49, Steve Butler wrote: >> >> Looks like I need to find a non-Canonical source to update. Is there >> another PPA to which I can point for a later version? >> > > that should be it: > https://marble.kde.org/sources.php

Re: INSTALL file

2014-11-17 Thread Steve Butler
On 11/17/2014 01:45 PM, Lubomir I. Ivanov wrote: qmake "DEFINES += NO_MARBLE" make clean make Yes, that did work. Sounds like a newer version of qtCreator is needed on my box. ___ subsurface mailing list subsurface@subsurface-divelog.org http://lis

Re: INSTALL file

2014-11-17 Thread Lubomir I. Ivanov
On 17 November 2014 23:49, Steve Butler wrote: > > On 11/17/2014 01:33 PM, Lubomir I. Ivanov wrote: >> >> On 17 November 2014 23:10, Steve Butler wrote: >>> >>> >>> ->make | tee -a ~/steve.txt >>> <> >>> linking subsurface >>> .obj/moc_globe.o:(.data.rel.ro._ZTV8GlobeGPS[_ZTV8GlobeGPS]+0

Re: INSTALL file

2014-11-17 Thread Steve Butler
On 11/17/2014 01:33 PM, Lubomir I. Ivanov wrote: On 17 November 2014 23:10, Steve Butler wrote: ->make | tee -a ~/steve.txt <> linking subsurface .obj/moc_globe.o:(.data.rel.ro._ZTV8GlobeGPS[_ZTV8GlobeGPS]+0x60): undefined reference to `Marble::MarbleWidget::connectNotify(QMetaMethod

Re: INSTALL file

2014-11-17 Thread Lubomir I. Ivanov
On 17 November 2014 23:10, Steve Butler wrote: > linking subsurface > .obj/moc_globe.o:(.data.rel.ro._ZTV8GlobeGPS[_ZTV8GlobeGPS]+0x60): undefined > reference to `Marble::MarbleWidget::connectNotify(QMetaMethod const&)' > .obj/moc_globe.o:(.data.rel.ro._ZTV8GlobeGPS[_ZTV8GlobeGPS]+0x68): undefined

Re: INSTALL file

2014-11-17 Thread Lubomir I. Ivanov
On 17 November 2014 23:10, Steve Butler wrote: > > On 11/16/2014 10:29 PM, Dirk Hohndel wrote: >> >> Could some of you who build from source on various flavors of Linux and >> Mac check the INSTALL file and make sure it's still accurate / send >> updates? >> >> Thanks, that would really help me. >

Re: Patches

2014-11-17 Thread Dirk Hohndel
On Mon, Nov 17, 2014 at 10:08:29PM +0100, Davide DB wrote: > Yes. Exactly Done. Just to keep our Chief User Experience Designer happy :-) /D > Il 17/nov/2014 22:06 "Dirk Hohndel" ha scritto: > > > On Mon, Nov 17, 2014 at 03:59:52PM +0100, Davide DB wrote: > > > I would have a smaaalll improvem

Re: INSTALL file

2014-11-17 Thread Steve Butler
On 11/16/2014 10:29 PM, Dirk Hohndel wrote: Could some of you who build from source on various flavors of Linux and Mac check the INSTALL file and make sure it's still accurate / send updates? Thanks, that would really help me. Still learning c++ and git. In other words a "greenhorn". But st

Re: Patches

2014-11-17 Thread Davide DB
Yes. Exactly davide@mobile Il 17/nov/2014 22:06 "Dirk Hohndel" ha scritto: > On Mon, Nov 17, 2014 at 03:59:52PM +0100, Davide DB wrote: > > I would have a smaaalll improvement if it is not difficult nor too late: > > > > Populating the tag list ONLY with the tag effectively used :) > > Are you t

Re: Patches

2014-11-17 Thread Dirk Hohndel
On Mon, Nov 17, 2014 at 03:59:52PM +0100, Davide DB wrote: > I would have a smaaalll improvement if it is not difficult nor too late: > > Populating the tag list ONLY with the tag effectively used :) Are you trying to say "don't list tags with a count of 0" ? /D _

Re: [PATCH] Ruler: fix weird behaviour near x = 0

2014-11-17 Thread Dirk Hohndel
Nice catch. Thanks /D ___ subsurface mailing list subsurface@subsurface-divelog.org http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

[PATCH] Ruler: fix weird behaviour near x = 0

2014-11-17 Thread Lubomir I. Ivanov
From: "Lubomir I. Ivanov" RulerNodeItem2::recalculate() does something which is apparently not a good idea in combination with RulerNodeItem2::mouseMoveEvent(). Each time the mouse moves, setPos() is called. Then in recalculate() the x() value is checked and if less than 0 it's changed to x = 0

Re: Undo some broken CCR features

2014-11-17 Thread Dirk Hohndel
A few questions... a - why are there two different commit messages? On Mon, Nov 17, 2014 at 09:19:20PM +0200, Willem Ferguson wrote: > Undo some features that were broken in Robert's patch 0d7c192e: > > 1) Calculate correct partial pressure of oxygen to be plotted on >dive profile, taking in

Re: some changes to the stats tab

2014-11-17 Thread Davide DB
I've just updated IT translation for the new tooltips On Mon, Nov 17, 2014 at 8:02 PM, Dirk Hohndel wrote: > Since the stats tab apparently caused confusion (especially with only one > dive selected), I made a few changes and added more tooltips. I think this > is much clearer now, but unfortunat

Re: Plotting both CCR cylinders

2014-11-17 Thread Tomaz Canabrava
On Mon, Nov 17, 2014 at 4:24 PM, Robert C. Helling wrote: > > On 17 Nov 2014, at 17:56, Tomaz Canabrava wrote: > > Tomaz, > > The curve of the first polygon should be separated or should e a single > curve for all cylinders? > > > I do not really understand the question. When using a CCR, the di

Undo some broken CCR features

2014-11-17 Thread Willem Ferguson
Undo some features that were broken in Robert's patch 0d7c192e: 1) Calculate correct partial pressure of oxygen to be plotted on dive profile, taking into account the oxygen sensor data. Currently, erroneously, OC PO2 values are shown, due to an erroneous calling parameter to fill_pressu

some changes to the stats tab

2014-11-17 Thread Dirk Hohndel
Since the stats tab apparently caused confusion (especially with only one dive selected), I made a few changes and added more tooltips. I think this is much clearer now, but unfortunately this added a few new strings that need to be translated. I don't worry so much about Beta 1, but just keep thi

Re: Plotting both CCR cylinders

2014-11-17 Thread Robert C. Helling
On 17 Nov 2014, at 17:56, Tomaz Canabrava wrote: Tomaz, > The curve of the first polygon should be separated or should e a single curve > for all cylinders? I do not really understand the question. When using a CCR, the diver is breathing gas from two cylinders simultaneously: One that is l

Re: Help with translation & Typos

2014-11-17 Thread Davide DB
Il 17/nov/2014 18:33 "Dirk Hohndel" ha scritto: > > Yes, the word IS alone. > > If you have a CCR dive, the Cylinder table on the equipment tab will get > an additional column (you can test this with dives/test40.xml). And that > column is called "Use" and the possible values in that column are "

Re: Help with translation & Typos

2014-11-17 Thread Dirk Hohndel
On Mon, Nov 17, 2014 at 04:45:05PM +0100, boret wrote: > On Lunes, 17 de noviembre de 2014 16:39:11 boret escribió: > > On Lunes, 17 de noviembre de 2014 16:19:24 Davide DB escribió: > > > Hi Salva, > > > I cannot swap words here because I'm not a developer. They chose > to > > > use two different

Re: Plotting both CCR cylinders

2014-11-17 Thread Tomaz Canabrava
Robert, On Mon, Nov 17, 2014 at 2:45 PM, Robert Helling wrote: > Hi, > > this patch plots both diluent and o2 cylinder pressures for CCR dives. > Tested against test40.xml (although not a > perfect test case given very similar pressures leading to overlapping > plots). > > This needs testing wi

Plotting both CCR cylinders

2014-11-17 Thread Robert Helling
Hi,this patch plots both diluent and o2 cylinder pressures for CCR dives. Tested against test40.xml (although not a perfect test case given very similar pressures leading to overlapping plots).This needs testing with bailout dives. I don’t have such an example, could somebody please supply one (i.e

Re: Help with translation & Typos

2014-11-17 Thread boret
On Lunes, 17 de noviembre de 2014 16:39:11 boret escribió: > On Lunes, 17 de noviembre de 2014 16:19:24 Davide DB escribió: > > Hi Salva, > > I cannot swap words here because I'm not a developer. They chose to > > use two different strings here. > > Sorry Davide, I thought you were translating in

Re: Help with translation & Typos

2014-11-17 Thread boret
On Lunes, 17 de noviembre de 2014 16:19:24 Davide DB escribió: > > Hi Salva, > I cannot swap words here because I'm not a developer. They chose to > use two different strings here. Sorry Davide, I thought you were translating in transifex. Cheers! Salva. ___

Re: Help with translation & Typos

2014-11-17 Thread Davide DB
On Mon, Nov 17, 2014 at 4:18 PM, Paul Sargent wrote: > Would "scopo" be reasonable? > Purpose / intent Yes of course but in Italian I would write: "Use of the cylinder" So a completely different construction. So it's not a problem of word translation -- Davide https://vimeo.com/bocio/videos

Re: Help with translation & Typos

2014-11-17 Thread Davide DB
On Mon, Nov 17, 2014 at 4:13 PM, Salvador Cuñat wrote: > Hi Davide. > > Don't worry about swapping the words, use the correct italian form. I do it > constantly in spanish translation. > I think is much preferable a good translation than the "Tarzan laguage", it > has to be meaningful for the fi

Re: Help with translation & Typos

2014-11-17 Thread Paul Sargent
Would "scopo" be reasonable? Purpose / intent My Italian is hardly polished though. I probably sound like Tarzan and don't know it :-)On 17 Nov 2014 15:06, Davide DB wrote: > > Hummm > So I guess "Cylinder" was reused from another string. > The problem here is that in Italian I cannot concatena

Re: Help with translation & Typos

2014-11-17 Thread Salvador Cuñat
Hi Davide. 2014-11-17 16:06 GMT+01:00 Davide DB : > > In Italian "Cylinder Use" would be "Uso della bombola" so I should add > "della" and swapping the words... > For the moment I will just translate Use but the resulting sentence > will be like Tarzan language :) > > Don't worry about swapping t

Re: [PATCH] Update spanish translation of user manual to english 7967d2b

2014-11-17 Thread Salvador Cuñat
2014-11-17 15:57 GMT+01:00 Dirk Hohndel : > On Mon, Nov 17, 2014 at 01:50:26PM +0100, Salvador Cuñat wrote: > > Covers CCR APD and Poseidon divelogs and importing. Already changed > > by the time of writing this commit, at least twice. > > Thanks - btw... your patches are missing the path to the

Re: Help with translation & Typos

2014-11-17 Thread Davide DB
Hummm So I guess "Cylinder" was reused from another string. The problem here is that in Italian I cannot concatenae thwo translated words getting a meaningfull sentence. At least not in this case. In Italian "Cylinder Use" would be "Uso della bombola" so I should add "della" and swapping the words.

Re: Patches

2014-11-17 Thread Davide DB
I would have a smaaalll improvement if it is not difficult nor too late: Populating the tag list ONLY with the tag effectively used :) -- Davide https://vimeo.com/bocio/videos ___ subsurface mailing list subsurface@subsurface-divelog.org http://lists.

Re: Help with translation & Typos

2014-11-17 Thread Dirk Hohndel
On Mon, Nov 17, 2014 at 03:56:57PM +0100, Davide DB wrote: > Sorry guys,, > > Could you give me some hint on the the string "use" > > ../qt-ui/models.cpp:79 > CylindersModel > subsurface4 > > Is it a verb or a nuon? It's the "Cylinder Use" for CCR dives, i.e., diluent, oxygen or OC gas /D

Re: [PATCH] Update spanish translation of user manual to english 7967d2b

2014-11-17 Thread Dirk Hohndel
On Mon, Nov 17, 2014 at 01:50:26PM +0100, Salvador Cuñat wrote: > Covers CCR APD and Poseidon divelogs and importing. Already changed > by the time of writing this commit, at least twice. Thanks - btw... your patches are missing the path to the user-manual_es.txt file... they should say Documenta

Re: Help with translation & Typos

2014-11-17 Thread Davide DB
Sorry guys,, Could you give me some hint on the the string "use" ../qt-ui/models.cpp:79 CylindersModel subsurface4 Is it a verb or a nuon? On Wed, Nov 12, 2014 at 5:46 PM, Davide DB wrote: > > Il 12/nov/2014 17:10 "Dirk Hohndel" ha scritto: > >> In the planner we talk about "legs" in the pl

Re: bugs in daily build 4.2-549

2014-11-17 Thread Dirk Hohndel
On Mon, Nov 17, 2014 at 04:39:01PM +0200, Lubomir I. Ivanov wrote: > On 17 November 2014 16:30, Davide DB wrote: > > I forgot: if I discard those changes the app crashes... > > I this this is useless but... just in case: > > > > Nome evento problema: APPCRASH > > Nome applicazione: subsurface.

Re: bugs in daily build 4.2-549

2014-11-17 Thread Davide DB
On Mon, Nov 17, 2014 at 3:39 PM, Lubomir I. Ivanov wrote: > > that's on an older installer version, but we can assume that the > current git master has it fixed. > > lubomir > -- Ah! ok. I tried the last windows daily. -- Davide https://vimeo.com/bocio/videos _

Re: Patches

2014-11-17 Thread Dirk Hohndel
On Mon, Nov 17, 2014 at 03:40:52PM +0100, Davide DB wrote: > Tomaz, > > I have no words to better describe it but... the filter panel is > simply amazing!!! > > It's the best invention since Cousteau-Gagnan diving regulator :) It's just an implementation of your design, so while Tomaz deserves t

Re: Patches

2014-11-17 Thread Davide DB
Tomaz, I have no words to better describe it but... the filter panel is simply amazing!!! It's the best invention since Cousteau-Gagnan diving regulator :) Thank you On Sun, Nov 16, 2014 at 6:18 PM, Tomaz Canabrava wrote: > better layout for the filter dialog, I hope. > > _

Re: bugs in daily build 4.2-549

2014-11-17 Thread Lubomir I. Ivanov
On 17 November 2014 16:30, Davide DB wrote: > I forgot: if I discard those changes the app crashes... > I this this is useless but... just in case: > > Nome evento problema: APPCRASH > Nome applicazione: subsurface.exe > Versione applicazione: 4.2.0.549 that's on an older installer version,

Re: bugs in daily build 4.2-549

2014-11-17 Thread Davide DB
I forgot: if I discard those changes the app crashes... I this this is useless but... just in case: Nome evento problema: APPCRASH Nome applicazione: subsurface.exe Versione applicazione: 4.2.0.549 Timestamp applicazione: 54694da4 Nome modulo con errori: StackHash_6178 Versione modulo

Re: bugs in daily build 4.2-549

2014-11-17 Thread Davide DB
I just tried copy & paste and some fields get messed. This is my try at copy & paste weight,tanks, tags, buddy, Some strange char on the weight type, some tag goes on the tank... If I exit without apply those changes the modal dialog is not translated. I'm working in Italian. Yesterday eventing

Re: bugs in daily build 4.2-549

2014-11-17 Thread Lubomir I. Ivanov
On 17 November 2014 15:30, Dirk Hohndel wrote: > > Anyway, Linux is much more resillient to memory errors - Windows crashes > much more aggressively. But I think the crash / corruption should be fixed > (famous last words). yes, seems like i cannot reproduce salvador's steps on Win7. > The trans

Re: bugs in daily build 4.2-549

2014-11-17 Thread Dirk Hohndel
On Mon, Nov 17, 2014 at 02:06:27PM +0100, Salvador Cuñat wrote: > 2014-11-17 10:19 GMT+01:00 Dirk Hohndel : > > > On Mon, Nov 17, 2014 at 10:05:13AM +0100, Salvador Cuñat wrote: > > > > > > In Windows 7, 64b, while doing copy/paste of data from a preexisting dive > > > to a new one (manually creat

Re: bugs in daily build 4.2-549

2014-11-17 Thread Salvador Cuñat
2014-11-17 10:19 GMT+01:00 Dirk Hohndel : > On Mon, Nov 17, 2014 at 10:05:13AM +0100, Salvador Cuñat wrote: > > > > In Windows 7, 64b, while doing copy/paste of data from a preexisting dive > > to a new one (manually creating it), tanks and weight strings get > > corrupted, probably the same pro

[PATCH] Update spanish translation of user manual to english 7967d2b

2014-11-17 Thread Salvador Cuñat
Covers CCR APD and Poseidon divelogs and importing. Already changed by the time of writing this commit, at least twice. Signed-off-by: Salvador Cuñat --- user-manual_es.txt | 129 +++- 1 file changed, 128 insertions(+), 1 deletion(-) diff --gi

[PATCH] Update spanish translation of user manual to english 08adb2e

2014-11-17 Thread Salvador Cuñat
Somehow I forgot to submit this back in October. Includes the gases pressures bar graph. Signed-off-by: Salvador Cuñat --- user-manual_es.txt | 69 1 file changed, 69 insertions(+) diff --git a/user-manual_es.txt b/user-manual_es.txt index

Re: 727 fixed

2014-11-17 Thread Tomaz Canabrava
On Mon, Nov 17, 2014 at 4:05 AM, Dirk Hohndel wrote: > On Sun, Nov 16, 2014 at 11:28:48PM -0200, Tomaz Canabrava wrote: > > > > > From 3db4a422485374801ca2f6233ec23b8671a8656d Mon Sep 17 00:00:00 2001 > > From: Tomaz Canabrava > > Date: Sun, 16 Nov 2014 23:22:58 -0200 > > Subject: [PATCH] fix 72

Re: bugs in daily build 4.2-549

2014-11-17 Thread Lubomir I. Ivanov
hello, On 17 November 2014 11:05, Salvador Cuñat wrote: > > BTW, there is a crash when discarding the changes on the manually added > dive. > win7 64bit: i can't make it crash by pressing "cancel" for a manual dive, while adding it or editing after it's added; can you provide steps? lubomir -

Re: bugs in daily build 4.2-549

2014-11-17 Thread Dirk Hohndel
On Mon, Nov 17, 2014 at 10:05:13AM +0100, Salvador Cuñat wrote: > > In Windows 7, 64b, while doing copy/paste of data from a preexisting dive > to a new one (manually creating it), tanks and weight strings get > corrupted, probably the same problem solved some days ago with the tanks > names. W

bugs in daily build 4.2-549

2014-11-17 Thread Salvador Cuñat
Good morning. In Windows 7, 64b, while doing copy/paste of data from a preexisting dive to a new one (manually creating it), tanks and weight strings get corrupted, probably the same problem solved some days ago with the tanks names. BTW, there is a crash when discarding the changes on the ma