[CCR PATCH] Import and store sensor and setpoint values from xml (1 of 3)

2014-10-11 Thread Willem Ferguson
values from structures of sample into structures of plotinfo. 5) Change the sample Poseidon xml log in the dives directory to ensure the correct order and hierarchy of the dive and divecomputer nodes. Signed-off-by: willem ferguson willemfergu...@zoology.up.ac.za

[CCR PATCH] Import ad store sensor and setpoint values from xml [WITH attachment]

2014-10-11 Thread Willem Ferguson
values from structures of sample into structures of plotinfo. 5) Change the sample Poseidon xml log in the dives directory to ensure the correct order and hierarchy of the dive and divecomputer nodes. Signed-off-by: willem ferguson willemfergu...@zoology.up.ac.za From

Re: Problems with ceiling for CCR dive

2014-10-13 Thread Willem Ferguson
On 13/10/2014 12:27, Robert Helling wrote: What I can do is this: Create a function in profile.c that does the voting. It will reside in profile.c, be plot_info aware, and return a double, being the calculated po2 value. Now we can remove the sensor values from the pressures structure and

Re: Poseidon MK6 CCR import: the way forward

2014-10-29 Thread Willem Ferguson
On 27/10/2014 18:38, Paul Sargent wrote: I'm certainly happy to look over as much as I can, but it's limited by what I can exercise from my dive data. As far as I can tell a number of the patches recently deal with utilising ppO2 data from the sensors, and the only unit we can import

Re: [PATCH] Poseidon MK6 import

2014-10-29 Thread Willem Ferguson
On 26/10/2014 15:24, Miika Turkia wrote: Here is a patch to import Poseidon MK6 logs to Subsurface. If you need a log file for testing, there is one available on a post from Willem with subject: Import of Poseidon CCR dive logs. This requires both the .txt and .csv files and they need to be

CSV import of Poseidon dive logs

2014-10-29 Thread Willem Ferguson
Miika, I just submitted a patch that addresses the bug you found relating to setpoint data. I hope this problem is solved. When using your import code, the o2 partial pressure (calculated in calculate_ccr_po2() in profile.c) should be plotted underneath the depth profile. The current o2

Re: [PATCH] Correct bug: setpoint handling of Poseidon CCR dive logs

2014-10-31 Thread Willem Ferguson
On 30/10/2014 19:32, Dirk Hohndel wrote: Linus, much of this is code that you wrote (the original when do we zero thing, when don't we). I clearly mis-remembered some of this. Would you chime in to get to the right resolution here, please? On Thu, Oct 30, 2014 at 08:29:18AM +0200, Willem

Re: new daily builds and preparing for Beta 1: User manual

2014-11-01 Thread Willem Ferguson
On 01/11/2014 01:12, Dirk Hohndel wrote: Willem, I assume you will continue to drive the user manual (which of course also drives its own translation team). Yup. I was waiting for some of the new UI developments to stabilise before writing English text. wf

Subsurface tissue loadings for CCR

2014-11-01 Thread Willem Ferguson
Hallo Robert, When CCR dives are processed the tissue loading is not shown. I suspect this is because the code looks at the first cylinder which contains 100% oxygen. Therefore no nitrogen tissue loading at all would be incurred during a dive. For CCR the tissue loading would need to be

Re: new daily builds and preparing for Beta 1: CCR

2014-11-02 Thread Willem Ferguson
On 02/11/2014 07:11, Dirk Hohndel wrote: On Sat, Nov 01, 2014 at 07:18:26AM +0100, Robert C. Helling wrote: The CCR / PSCR code clearly needs more work. What's the status of the planner? But I should have a few hours in the next week for subsurface. Do here is what I expect: CCR logging (as

Re: [PATCH] CCR Import from CSV: Calculate correct nitrogen and helium gas pressures

2014-11-03 Thread Willem Ferguson
On 03/11/2014 11:59, Paul Sargent wrote: On 3 Nov 2014 08:35, Robert Helling hell...@atdotde.de wrote: On 03.11.2014, at 09:26, Willem Ferguson willemfergu...@zoology.up.ac.za wrote: You guys have the experience. Please advise?? Robert, your opinion? IMHO having special, hardcoded

Re: MOD, EAD etc calculations for CCR

2014-11-04 Thread Willem Ferguson
On 04/11/2014 12:27, Robert Helling wrote: On 04.11.2014, at 11:17, Willem Ferguson willemfergu...@zoology.up.ac.za mailto:willemfergu...@zoology.up.ac.za wrote: On 04/11/2014 11:10, Robert Helling wrote: On 04.11.2014, at 08:45, Willem Ferguson willemfergu...@zoology.up.ac.za

Poseidon CCR dives: Nitrogen loading

2014-11-04 Thread Willem Ferguson
Robert, Would you be prepared to look at the sample dive log in the dives directory? There are two versions of the same dive, one in CSV, another in XML. When importing the CSV version, NO nitrogen loading is shown, however when loading the XML version, nitrogen loading is indeed shown. Are

Re: Poseidon CCR dives: Nitrogen loading

2014-11-04 Thread Willem Ferguson
On 05/11/2014 09:11, Miika Turkia wrote: On Wed, Nov 5, 2014 at 3:02 PM, Willem Ferguson willemfergu...@zoology.up.ac.za mailto:willemfergu...@zoology.up.ac.za wrote: Robert, Would you be prepared to look at the sample dive log in the dives directory? There are two versions

CCR CSV input inconsistency

2014-11-05 Thread Willem Ferguson
Miika, The inconsistency I found after locally implementing your patch of moving the declaration of cur_cylinder_index from outside to inside the function parse_txt_file() was that the starting cylinder pressure of the diluent cylinder is lost starting at the second of a series of

Re: Poseidon CCR dives: Nitrogen loading and Qt

2014-11-05 Thread Willem Ferguson
On 05/11/2014 21:26, Robert C. Helling wrote: My understanding is that at the moment we are not yet plotting two cylinder pressures (dil and O2) at the same time. It is just that the O2 gets plotted while you are expecting the dil to be plotted. Am I right? Note that on the left, where the gas

Re: Poseidon CCR dives: Nitrogen loading

2014-11-05 Thread Willem Ferguson
On 05/11/2014 21:26, Robert C. Helling wrote: My understanding is that at the moment we are not yet plotting two cylinder pressures (dil and O2) at the same time. It is just that the O2 gets plotted while you are expecting the dil to be plotted. Am I right? Note that on the left, where the gas

Fwd: Re: Poseidon CCR dives: Nitrogen loading

2014-11-05 Thread Willem Ferguson
On 05/11/2014 21:26, Robert C. Helling wrote: My understanding is that at the moment we are not yet plotting two cylinder pressures (dil and O2) at the same time. It is just that the O2 gets plotted while you are expecting the dil to be plotted. Am I right? Note that on the left, where the gas

Re: Poseidon CCR dives: Nitrogen loading

2014-11-07 Thread Willem Ferguson
On 07/11/2014 12:36, Robert Helling wrote: So, what shall we do? I would keep the concept of one current cylinder (and explicit_first_cylinder determines that lacking previous gas change events as above) and in the CCR gas let that be the diluent and not O2. This lets deco/ceiling

Please submit CCR patch

2014-11-08 Thread Willem Ferguson
Robert, I have resolution on the issue of incorrect final diluent cylinder pressure reporting in the Equipment tab. Looks like you have not submitted the patch that modifies the return value of function explicit_first_cylinder(), or at least this does not reflect in the latest master. If

Cylinder pressure interpolation and end pressure display for CCR

2014-11-08 Thread Willem Ferguson
assignments as numbers. Does this make sense at all? Kind regards, willem On 08/11/2014 16:21, Robert C. Helling wrote: Willem, Am 08.11.2014 um 13:34 schrieb Willem Ferguson willemfergu...@zoology.up.ac.za: in file.c, for Poseidon input, ensure that the cylinder index is hard-coded

Re: *****SPAM***** Re: Cylinder pressure interpolation and end pressure display for CCR

2014-11-09 Thread Willem Ferguson
On 09/11/2014 15:10, Rodrigo Severo wrote: On Sun, Nov 9, 2014 at 5:49 AM, Willem Ferguson willemfergu...@zoology.up.ac.za wrote: As far as the present implementation is concerned, I suspect it would be fairly easy (not simple) to to changes. We just need to agree on the principle

1) Robert's patch; 2) the filter panel

2014-11-10 Thread Willem Ferguson
1) A few days ago Robert submitted a patch pertaining to gaspressures.c. I suspect it has not been pushed yet. 2) I am writing some text about the filter panel. Ctl-F opens the filter panel. But it does not close it. It merely hides it. To close the filter selection, one needs to un-check any

Re: 1) Robert's patch; 2) the filter panel

2014-11-11 Thread Willem Ferguson
On 11/11/2014 10:38, Davide DB wrote: On Tue, Nov 11, 2014 at 7:36 AM, Miika Turkia miika.tur...@gmail.com mailto:miika.tur...@gmail.com wrote: My intuition would add buttons for selecting all and clearing all filters. And possibly one for hiding the filter dialog as well. But do

Poseidon information from Notes to Extra Data tab

2014-11-11 Thread Willem Ferguson
Looks excellent Miika, Small bug. At the end of each item in the second column of the Extra data tab there is a small unprintable character showing up as a square. I suspect that should not be? Kind regards, willem ___ subsurface mailing list

User Manual: 1) Robert's patch; 2) the filter panel

2014-11-11 Thread Willem Ferguson
On 11/11/2014 11:56, Dirk Hohndel wrote: My suggestion would be that you wait documenting this for a couple of days so we see how much can sanely be implemented in 4.3 and what should be pushed to 5.0. Worst case I once again adjust my release time line. I really agree with Davide that the

Re: path to 4.3 Beta

2014-11-11 Thread Willem Ferguson
If someone with a taste for csv (Miika? =) would like, we could shape up the APD Log Viewer import to import the setpoint as the setpoint concept we have nowadays, and the three different sensors as different sensors. Isn't the current po2 import field already the same

[PATCH] Consistent read and write of CCR data to and from XML

2014-11-11 Thread Willem Ferguson
: sample.sensor[0] sample.sensor[1] sample.sensor[2] sample.setpoint Divecomputer data: dc.dctype dc.no_o2sensors After these changes a CCR dive can be read from CSV, saved as XML and read back from XML in a consistent way. Signed-off-by: willem ferguson willemfergu...@zoology.up.ac.za

Re: path to 4.3 Beta

2014-11-11 Thread Willem Ferguson
On 11/11/2014 15:15, Miika Turkia wrote: On Tue, Nov 11, 2014 at 6:21 AM, Anton Lundin gla...@acc.umu.se mailto:gla...@acc.umu.se wrote: On 10 November, 2014 - Dirk Hohndel wrote: So we’re a bit behind schedule for that… As far as I know I have all outstanding patches

Re: [PATCH] Consistent read and write of CCR data to and from XML

2014-11-12 Thread Willem Ferguson
On 12/11/2014 10:16, Robert C. Helling wrote: Of course, I agree that po2 and the set point are two different things. But the origin of the confusion is that lacking sensor data the set point is our best guess for po2. And only the Poseidon CCR provides us with sensor data, so in the _bulk_

Poseidon CSV import

2014-11-13 Thread Willem Ferguson
Miika, There is a small problem in the Poseidon CSV import. It is evident not while doing a CSV import, but when exporting the dive to xml. I understand the cause but not the solution. In the CSV import, cylinder start and end pressures are stored in cyl-sample_start and cyl-sample_end. When

Undo some broken CCR features

2014-11-17 Thread Willem Ferguson
cylinder are written to XML the wrong way round (diluent pressures = oxygen and vice versa). Expand XML output: 1) Write oxygen sensor data to XML 2) Write no_of_02sensors to XML Signed-off-by: willem ferguson willemfergu...@zoology.up.ac.za From 8a4121607a4259fc5a2651eb815a340fd81d5034 Mon Sep

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

Re: Undo some broken CCR features

2014-11-18 Thread Willem Ferguson
On 18/11/2014 10:41, Dirk Hohndel wrote: It is the variable that is used for plotting in the dive profile. entry-o2pressure is calculated before pressures.o2. And what, may I ask, is pressures.o2? pressures is a structure containing the partial pressures for O2, N2 and He that Robert created

Update ToDo list for CCR

2014-11-18 Thread Willem Ferguson
Subject: [PATCH] Update todo list for CCR Signed-off-by: willem ferguson willemfergu...@zoology.up.ac.za --- ___ subsurface mailing list subsurface@subsurface-divelog.org http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Update CCR ToDo List (with attachment)

2014-11-18 Thread Willem Ferguson
Subject: [PATCH] Update todo list for CCR Signed-off-by: willem fergusonwillemfergu...@zoology.up.ac.za From 03ea5b751b7dcbefda009b4c62d8631984f5d83a Mon Sep 17 00:00:00 2001 From: willem ferguson willemfergu...@zoology.up.ac.za Date: Tue, 18 Nov 2014 14:10:50 +0200 Subject: [PATCH] Update

[PATCH] Improved XML output for Poseidon CCR dive logs

2014-11-18 Thread Willem Ferguson
Subject: Improve XML output for Poseidon CCR dive logs Correct output of start and end cylinder pressures and of cylinder pressure data. When being read back into Subsurface, the dive appears to be the same as the original, saved dive log. Signed-off-by: willem ferguson willemfergu

Re: Søren Reinke: Document more about fields in Poseidon MkVI logs

2014-11-20 Thread Willem Ferguson
On 19/11/2014 23:14, Anton Lundin wrote: This is based on the great work done by Søren Reinke's on his MKVI Logfile Analyzer. Signed-off-by: Anton Lundin gla...@acc.umu.se Søren has been part of this right from the start, a year ago. If it were not for his knowledge of the MKVI system, none of

RFI: Git export of CCR dives

2014-11-20 Thread Willem Ferguson
I have been modifying the code in save-git.c to be comparable to that in save-xml.c. A few issues arise: 1) After these modifications are finalised I need someone to test the code since the git interface is not public. 2) Cylinder pressures in storing samples: the git format does not

[PATCH] Correct bug in XML export

2014-11-21 Thread Willem Ferguson
Subject: [PATCH] Save-XML: Correct bug in cylinder gas parameters Correct a bug that I introduced previously. Signed-off-by: willem ferguson willemfergu...@zoology.up.ac.za From 45570d66ecf238aec8997f5d0c20c01dfe0aa4fa Mon Sep 17 00:00:00 2001 From: willem ferguson willemfergu

[PATCH] calculate start/end cylinder pressures for oxygen

2014-11-21 Thread Willem Ferguson
, this is not automatically done for oxygen. This code provides for fixup_pressure() to be able to do the calculations for oxygen as well. Another change to fixup_dive() invokes fixup_pressure() to calculate the values for the oxygen cylinder. Signed-off-by: willem ferguson willemfergu...@zoology.up.ac.za Please

Re: serial and firmware -- please help

2014-11-21 Thread Willem Ferguson
On 21/11/2014 01:41, Dirk Hohndel wrote: So I pushed a patch that will dump some data to stderr when you download dives from your dive computer. And I'd love for as many people as possible to run this against all the dive computers you can get your hands on and respond to this email with a)

[PATCH] git I/O of dive logs containing CCR data.

2014-11-22 Thread Willem Ferguson
-no_o2sensors. This involves save-git.c and load-git.c. I added some comments to load-git.c. Signed-off-by: willem ferguson willemfergu...@zoology.up.ac.za From 0314a546f8979883559df6c4414e7c4f21164acf Mon Sep 17 00:00:00 2001 From: willem ferguson willemfergu...@zoology.up.ac.za Date: Sat, 22 Nov

[PATCH] Replace images in user-manual

2014-11-23 Thread Willem Ferguson
Replace first 15 images of user manual with images taken from Fedora20 KDE. Signed-off-by: willem ferguson willemfergu...@zoology.up.ac.za This is the beginning of a process to replace the Ubuntu-Unity-based images with Fedora-KDE-based images

Subsurface cannot launch

2014-11-23 Thread Willem Ferguson
Do you have any advice for this? Ubuntu 14.04 Programme does not launch. Kind regards, willem willem:~/subsurface$ ./subsurface can't find Qt localization for locale en-GB searching in /usr/share/qt4/translations Got bus address:

Re: serial and firmware -- please help

2014-11-24 Thread Willem Ferguson
Uwatec Galileo Sol. Output to stderr: rbt99/rbt new serial number 6105-8323 for DC model Uwatec Galileo Sol deviceId 0xfaea5b0f rbt99/rbt See attached image for info displayed during dive import (check text in progress bar zone). Information shown on Dive computer: ID 6105832328 HW

Help needed: User manual - DM5 and Uemis/Vyper configuration

2014-12-07 Thread Willem Ferguson
I am finalising the upgrade of the text for the user manual. There are two aspects that I cannot address because I do not have equipment that utilises these components: 1) Suunto DM5. Is anyone with access to this software prepared to look at the current text of the user manual and make

Re: idea for the manual

2014-12-10 Thread Willem Ferguson
I recently tested all the formats when typing in coordinates by hand and as far as I can remember they all worked. However the parsing is extremely strict. Any character that is out of place or any omitted space character causes a failed parsing. On 10 Dec 2014 18:56, Miika Turkia

Re: [PATCH] Allow more flexible GPS coordinates for CSV import

2014-12-11 Thread Willem Ferguson
On 11/12/2014 07:22, Miika Turkia wrote: On Thu, Dec 11, 2014 at 12:56 AM, Pedro Neves nevesdi...@gmail.com mailto:nevesdi...@gmail.com wrote: Miika: I'm sorry to disturb you with this. Do you mind trying importing the attached .CSV file into Subsurface? On my machine,

Re: [PATCH] Allow more flexible GPS coordinates for CSV import

2014-12-11 Thread Willem Ferguson
On 11/12/2014 13:30, Dirk Hohndel wrote: On Thu, Dec 11, 2014 at 11:36:31AM +0200, Willem Ferguson wrote: Currently only the d.dd d.d format is supported so that is what should be currently documented. However, we already have a function on the GUI code that decodes the other

Warning messages in a terminal running Subsurface

2014-12-16 Thread Willem Ferguson
Qt boffins, When I run Subsurface in a terminal, I get many warning messages. Are these normal? Kind regards, willem ~/subsurface$ ./subsurface can't find Qt localization for locale en-GB searching in /usr/share/qt4/translations Got bus address:

Re: After 4.3 is out... CCR

2014-12-17 Thread Willem Ferguson
On 18/12/2014 03:27, Tomaz Canabrava wrote: Tomaz, If it's possible at all, we need to complete the CCR UI. Would you be prepared to help, please? I have been messing around with private branches of the code that are rapidly ageing but my understanding of the Qt code is pathetic. We need:

Re: After 4.3 is out... CCR

2014-12-18 Thread Willem Ferguson
On 18/12/2014 09:33, Anton Lundin wrote: On 18 December, 2014 - Willem Ferguson wrote: On 18/12/2014 03:27, Tomaz Canabrava wrote: Tomaz, If it's possible at all, we need to complete the CCR UI. Would you be prepared to help, please? I have been messing around with private branches

Re: After 4.3 is out... CCR

2014-12-18 Thread Willem Ferguson
On 18/12/2014 11:21, Anton Lundin wrote: On 18 December, 2014 - Willem Ferguson wrote: On 18/12/2014 09:33, Anton Lundin wrote: Obviously i've missed it. Could you give me a message id? I forwarded the message to you. Shout if you do not receive it. So, the options are: In the APD

[PATCH] user-manual: Sidemount diving and replace some images

2014-12-19 Thread Willem Ferguson
Forwarded Message Subject:Your message to subsurface awaits moderator approval Date: Fri, 19 Dec 2014 00:03:13 -0800 From: subsurface-ow...@subsurface-divelog.org To: willemfergu...@zoology.up.ac.za Your mail to 'subsurface' with the subject [PATCH]

[PATCH] User manual: reduce sizes of images

2014-12-20 Thread Willem Ferguson
Your mail to 'subsurface' with the subject [PATCH] user manual: reduce size of images Is being held until the list moderator can review it for approval. The reason it is being held: Message body is too big: 916397 bytes with a limit of 800 KB Either the message will get posted to the

Re: CSV export / import

2014-12-21 Thread Willem Ferguson
On 21/12/2014 22:43, Dirk Hohndel wrote: So one of the things that I thought we should make easier for new users is the ability to add dives that they have in a paper logbook. So what I think we SHOULD support is something like this: dive number, date, time, duration, max depth, avg depth,

Re: CSV export / import and CCR for V4.4

2014-12-21 Thread Willem Ferguson
On 22/12/2014 09:29, Dirk Hohndel wrote: On Mon, Dec 22, 2014 at 08:40:35AM +0200, Willem Ferguson wrote: On 21/12/2014 22:43, Dirk Hohndel wrote: So one of the things that I thought we should make easier for new users is the ability to add dives that they have in a paper logbook. So what I

Compile error: Latest master db0C1B8

2014-12-29 Thread Willem Ferguson
Any easy way of getting past this? compiling qt-ui/metrics.cpp compiling qt-ui/preferences.cpp qt-ui/preferences.cpp:13:25: fatal error: QJsonDocument: No such file or directory #include QJsonDocument ^ compilation terminated. make: *** [.obj/preferences.o] Error 1

Compilation error on latest master

2014-12-30 Thread Willem Ferguson
compiling configuredivecomputerthreads.cpp configuredivecomputerthreads.cpp: In member function ‘virtual void FirmwareUpdateThread::run()’: configuredivecomputerthreads.cpp:1532:76: error: ‘hw_ostc3_device_fwupdate’ was not declared in this scope rc = hw_ostc3_device_fwupdate(m_data-device,

Fwd: Re: Compilation error on latest master and build instructions

2014-12-30 Thread Willem Ferguson
. Benjamin On 30 December 2014 at 10:20, Anton Lundin gla...@acc.umu.se mailto:gla...@acc.umu.se wrote: On 30 December, 2014 - Willem Ferguson wrote: compiling configuredivecomputerthreads.cpp configuredivecomputerthreads.cpp: In member function ‘virtual void FirmwareUpdateThread::run

Re: Fwd: Re: Compilation error on latest master and build instructions

2014-12-30 Thread Willem Ferguson
On 30/12/2014 17:16, Dirk Hohndel wrote: On Tue, Dec 30, 2014 at 04:27:13PM +0200, Willem Ferguson wrote: Hey, I had planned to work on Win32 this morning. Guess I'll work on the website first. And then find time to figure out OpenSUSE Tumbleweed. Then after all that, I can look at the latest

Re: [PATCH] For CCR dives show O2 setpoint graph.

2015-01-03 Thread Willem Ferguson
Thanks for the comments. On 03/01/2015 20:24, Dirk Hohndel wrote: On Sat, Jan 03, 2015 at 08:32AM -0800, Willem Ferguson wrote: Subject: [PATCH] Show the o2 setpoint graph When a CCR dive is viewed and the toolbar button for PO2 is activated, both the PO2 (green line) and the O2 setpoint

[PATCH] Avoid overprinting of CCR cylinder pressure labels (2nd attempt)

2015-01-23 Thread Willem Ferguson
be determined [e.g. vAxis-maximum()]. This helped a lot to get the positioning of the text more or less correct. While the results of the patch is not perfect, it contributes significantly to make the profiles of Poseidon dives more readable. Signed-off-by: willem ferguson willemfergu...@zoology.up.ac.za

Re: GSoC 2015

2015-02-04 Thread Willem Ferguson
On 04/02/2015 21:01, Dirk Hohndel wrote: So here are some ideas that I have seen... - more flexible print formatting Something template based that the user can modify - unit testing We have a start, but this needs a lot more work - asset management Ability to manage all the equipment

[PATCH] CCR gas composition and gas pressure lables on dive profile revisited.

2015-02-04 Thread Willem Ferguson
to the graph and the gas composition above/below the cylinder pressure. The patch significantly improves the maintainability of this code. Signed-off-by: willem ferguson willemfergu...@zoology.up.ac.za From a62aeee49dc69336b31cabc0e090508b914c5a59 Mon Sep 17 00:00:00 2001 From: willem ferguson

Re: [PATCH] User-manual: Facebook integration

2015-02-02 Thread Willem Ferguson
On 02/02/2015 17:13, Dirk Hohndel wrote: I would never call something you contribute utter rubbish. You must be confusing me with someone else :-) Unfortunately the first part of the paragraph is what I WISH we did but haven't figured out how to do, and the second part of the paragraph is...

Re: DM3 import

2015-02-07 Thread Willem Ferguson
On 07/02/2015 16:38, Miika Turkia wrote: Willem, do you care to write something about importing DM3 logs to Subsurface, utilizing Uploader from divelogs.de http://divelogs.de? A bit more info in https://groups.google.com/forum/#!category-topic/subsurface-divelog/ccUACNKv6AQ

[PATCH] Update user-manual images

2015-02-06 Thread Willem Ferguson
Subject: [PATCH 3/3] Update screenshots for user-manual We want to get rid of the dreaded red line. This gets rid of some of the last Ubuntu screenshots. Signed-off-by: willem ferguson willemfergu...@zoology.up.ac.za --- Documentation/images/DiveProfile1_f20.jpg | Bin 41818 - 30915 bytes

subsurface installation blues on Fedora20

2015-01-21 Thread Willem Ferguson
I have been trying to get recent versions of subsurface installed on Fedora20. 1) When trying to build from source, I get complaints probably relating to Qt5 (or more accurately, lack of Qt5. .uic/ui_plannerSettings.h:394:25: error: ‘class QComboBox’ has no member named ‘setCurrentText’

Updates: user manual

2015-01-20 Thread Willem Ferguson
I assume the UI is finalised enough to start doing screen shots for the V4.4 manual? I note there are a number of UI changes. I will try and push a little bit further to standardise screenshots to Fedora-KDE. Kind regards, willem ___ subsurface

User-manual viewer: hot keys

2015-01-27 Thread Willem Ferguson
As far as I am aware there are some keyboard combinations that allow navigating the user-manual, e.g. go back to previous view, go to the top,etc. Does anyone know what these are? Kind regards, willem ___ subsurface mailing list

[PATCH] User-manual: replace images

2015-01-28 Thread Willem Ferguson
are the references to the four newly-converted images. Signed-off-by: willem ferguson willemfergu...@zoology.up.ac.za Full patch with images sent directly to Dirk. This one meant for manual translation purposes. ___ subsurface mailing list subsurface@subsurface

Fwd: [PATCH] User-manual: replace images [ with patch]

2015-01-28 Thread Willem Ferguson
are the references to the four newly-converted images. Signed-off-by: willem ferguson willemfergu...@zoology.up.ac.za Full patch with images sent directly to Dirk. This one meant for manual translation purposes. From d6c38828a75f84718b86154e00a08b568332a053 Mon Sep 17 00:00:00 2001 From: willem

[PATCH] User-manual: replace figures for Dive Planner section

2015-01-29 Thread Willem Ferguson
ferguson willemfergu...@zoology.up.ac.za Figures for this patch NOT included here. Sent original to Dirk with figures. wf From 780bdb2645504e8f1264157400d7c05aa542ed7d Mon Sep 17 00:00:00 2001 From: willem ferguson willemfergu...@zoology.up.ac.za Date: Thu, 29 Jan 2015 13:45:29 +0200 Subject: [PATCH

Re: towards 4.4

2015-01-29 Thread Willem Ferguson
On 29/01/2015 17:16, Dirk Hohndel wrote: I'm not aware of any major blocking bugs in Beta 2. Not a lot of people are testing it (latest count is 35), so maybe that means we should skip doing a Beta 3 and go straight to releasing 4.4... Willem, Robert, others - what's the status of the manual?

[PATCH] User-manual - Update and expand section dealing with dive planning

2015-01-30 Thread Willem Ferguson
to be in a more logical place, just before the Subsurface Settings. Signed-off-by: willem ferguson willemfergu...@zoology.up.ac.za This patch does NOT contain the graphics. Sent complete patch with graphics to Dirk. This message meant for our translators. Kind regards, willem From

Re: Broken links on user manual

2015-01-30 Thread Willem Ferguson
On 30/01/2015 19:02, Miika Turkia wrote: There are a couple of broken links / references on our user manual. I looked at the first one but couldn't figure out where it should be pointing to..so I am now trying to delegate the fixing of them to Willem :D Following x-refs are used but the

Facebook testing

2015-01-31 Thread Willem Ferguson
I notice that if one logs into Facebook through Subsurface and then close Subsurface without disconnecting from Facebook, it looks like the Facebook session is not disconnected. If one fires up Subsurface and open the Facebook Preferences within Subsurface, the connection is till there and one

Re: subsurface installation blues on Fedora20

2015-01-25 Thread Willem Ferguson
On 25/01/2015 00:16, Dirk Hohndel wrote: I think the next thing Willem should do is to start in a fresh directory, clone git master and try to build. I'd be very surprised if that didn't work. /D ___ subsurface mailing list

Collaboration with DAN

2015-01-26 Thread Willem Ferguson
I thought that I will just let you know what I am doing and hope that it meets with your approval. I initiated correspondence with Divers Alert Network about their Project Dive Exploration (PDE). I am inquiring about the way dive log software can currently contribute to this project of theirs.

User-manual issues: information required on export

2015-01-25 Thread Willem Ferguson
I am working with the user-manual. I need to get more information about export so I can write sensible text. Export dive information: (main menu File - Export) Last option is: Save image depths. What is the intension of this and exactly what does it do? Kind regards, willem

Code cleanup: CCR setpoint and o2 sensor visualisation (2nd, attempt)

2015-01-22 Thread Willem Ferguson
the readability of these parts of the code. Signed-off-by: willem ferguson willemfergu...@zoology.up.ac.za From 65a860272ca7ed40a33a7e2055f86a9803a42946 Mon Sep 17 00:00:00 2001 From: willem ferguson willemfergu...@zoology.up.ac.za Date: Fri, 23 Jan 2015 09:47:33 +0200 Subject: [PATCH] Code cleanup: CCR

Re: subsurface installation blues on Fedora20

2015-01-23 Thread Willem Ferguson
On 21/01/2015 21:00, Dirk Hohndel wrote: The quickest way should be to install the things that we have in the INSTALL documenent for Fedora and build from source. But I really need to investigate what's up with libgit2 and why it isn't pulled in with the repository... but doing that from Fiji

Re: subsurface installation blues on Fedora20

2015-01-24 Thread Willem Ferguson
On 23/01/2015 12:28, Willem Ferguson wrote: On 21/01/2015 21:00, Dirk Hohndel wrote: The quickest way should be to install the things that we have in the INSTALL documenent for Fedora and build from source. But I really need to investigate what's up with libgit2 and why it isn't pulled

User Manual: Facebook tests

2015-02-01 Thread Willem Ferguson
The Facebook-related panels all have the standard OK/Apply/Discard buttons near the bottom right. Discard = cancel = close without saving Apply = assign the values to the completed fields OK = Close panel without saving What are the semantic differences among the three options? Kind

Facebook test

2015-01-31 Thread Willem Ferguson
1) in the preferences, connect Subsurface to your FB account 2) an 'f' icon will show up next to the notes 3) click the 'f' and you'll see a dialog that allows you to post to FB V.4.3.960-58 on Ubuntu The login process is quite simple and takes me through the process in a step-by-step way.

Re: Facebook test

2015-01-31 Thread Willem Ferguson
On 31/01/2015 13:45, Willem Ferguson wrote: 1) in the preferences, connect Subsurface to your FB account 2) an 'f' icon will show up next to the notes 3) click the 'f' and you'll see a dialog that allows you to post to FB V.4.3.960-58 on Ubuntu The login process is quite simple and takes me

[PATCH] For CCR dives, prevent overprinting of cylinder pressure data on dive profile

2015-01-11 Thread Willem Ferguson
graph and vice versa. See attached image of before-this-patch (above) and after-this_patch (below) dive profile. Signed-off-by: willem ferguson willemfergu...@zoology.up.ac.za From 7da856a47a5e86556b702d911e701f6596ee0e79 Mon Sep 17 00:00:00 2001 From: willem ferguson willemfergu

Re: [PATCH] Visualisation of individual oxygen sensor data for CCR dives

2015-01-12 Thread Willem Ferguson
On 10/01/2015 13:00, Anton Lundin wrote: I've never suggested to remove all the code and start over. I'm suggesting better goals to strive towards. We have discussed o2 sensor plotting on this mailinglist for 2-3 years, and everytime before we have come to the conclusion that plotting

CSV import dialogue

2015-01-06 Thread Willem Ferguson
Tomaz, Where can one specify the delimiter? Looks like you work with tab-delimited CSV. I work with comma-delimited. Kind regards, willem ___ subsurface mailing list subsurface@subsurface-divelog.org

Re: CSV import dialogue

2015-01-07 Thread Willem Ferguson
On Jan 6, 2015, at 10:09 PM, Willem Fergusonwillemfergu...@zoology.up.ac.za wrote: Tomaz, Where can one specify the delimiter? Looks like you work with tab-delimited CSV. I work with comma-delimited. Select a .csv file. In the top row of the dialog the second drop down allows you to pick

Re: testing of download from divecomputer needed

2015-01-12 Thread Willem Ferguson
I tested Uwatec Galileo Sol on Ubuntu 10.04 LTS 1) Upload whole dc dive log ok. 2) Second download: I selected certain dives only from the download panel (actually de-selected some dives) Only the selected dives were transfered to dive list. ok. 3) Upon CANCEL while downloading, it ignored

Re: [PATCH] For CCR dives, prevent overprinting of cylinder pressure data on dive profile

2015-01-12 Thread Willem Ferguson
On 12/01/2015 22:21, Dirk Hohndel wrote: On Mon, Jan 12, 2015 at 09:53:40PM +0200, Willem Ferguson wrote: Dirk, Writing from phone. The first few values of o2cyl and dilcyl are random, unitialised values. Bad. Really BAD. They should be initialized to something known - like -1. Relying

Re: [PATCH] Visualisation of individual oxygen sensor data for CCR dives

2015-01-09 Thread Willem Ferguson
On 09/01/2015 11:20, Davide DB wrote: Any way to display OX sensor values (if available) in a PSCR dive? I have no experience whatsoever with PSCR. Can these data be logged into the existing fields of the structures of sample as defined in dive.h? I suspect that the most important

Re: [PATCH] Show setpoint values on po2 graph (Version 2)

2015-01-05 Thread Willem Ferguson
On 05/01/2015 19:20, Dirk Hohndel wrote: On Mon, Jan 05, 2015 at 09:20:26AM +0200, Willem Ferguson wrote: @@ -977,6 +987,7 @@ void ProfileWidget2::setProfileState() } pn2GasItem-setVisible(prefs.pp_graphs.pn2); po2GasItem-setVisible(prefs.pp_graphs.po2

Re: CSV import

2015-01-07 Thread Willem Ferguson
On 07/01/2015 17:25, Dirk Hohndel wrote: 6m 5 min 4.5m 13 min Total run time: 41 minutes The dive notes are given, 1 line at a time, in the import table (see attached screenshot 2). Result is that each dive takes several rows of space in the import table: impossible to parse for

Re: Input requested [was: [PATCH] Use proper gas names in the divelist.]

2015-01-06 Thread Willem Ferguson
On 06/01/2015 17:16, Dirk Hohndel wrote: So you wrote the patch and you argued your point. I want to hear from others, but maybe no one cares? I'll admit that I like what we currently do, given my diving patterns it gives me great information. I'm pretty sure that Linus likes it, too, since

Re: Galileo Sol dive log decoding.

2015-03-09 Thread Willem Ferguson
On 09/03/2015 17:19, Jef Driesen wrote: On 2015-03-09 14:24, Willem Ferguson wrote: I am currently working with dive logs of the Galileo. I am looking at the events during the dive. Are you talking about direct downloading from the dive computer, or importing from the Uwatec application? I

[PATCH 2/2] Ticket #831 Fix

2015-03-10 Thread Willem Ferguson
Dirk and Tomaz, How easy would it be to implement reordering the cylinders in the equipment tab after they have been copy-and- pasted from another dive, that is, without having to delete and re-type all the information for a cylinder? The present setup is not very user-friendly for divers using

  1   2   3   4   5   6   7   8   9   >