Re: bug reports on trac

2014-10-29 Thread Robert C. Helling
On 29 Oct 2014, at 04:52, Dirk Hohndel d...@hohndel.org wrote: Dirk, If it's really just Jef and me who are taking care of this then we as a community are failing our users. how do I subscribe to the mailing list where new tickets are announced? Best Robert --

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

Re: [PATCH] Poseidon MK6 import

2014-10-29 Thread Miika Turkia
On Wed, Oct 29, 2014 at 11:38 AM, Willem Ferguson willemfergu...@zoology.up.ac.za wrote: 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:

Re: [PATCH] Poseidon MK6 import

2014-10-29 Thread Davide DB
On Mon, Oct 27, 2014 at 3:34 PM, Dirk Hohndel d...@hohndel.org wrote: Good morning... I'm still unclear how we are calculating the SAC in the PSCR case. So I can't quite tell you where this should be done. I repeat my question from above - who else on this list dives rebreather,

Re: bug reports on trac

2014-10-29 Thread Dirk Hohndel
On Wed, Oct 29, 2014 at 07:12:23AM +0100, Robert C. Helling wrote: On 29 Oct 2014, at 04:52, Dirk Hohndel d...@hohndel.org wrote: Dirk, If it's really just Jef and me who are taking care of this then we as a community are failing our users. how do I subscribe to the mailing list

Re: File::encodeName() and Utf8 as the default encoding under Qt5

2014-10-29 Thread Lubomir I. Ivanov
On 29 October 2014 17:32, Lubomir I. Ivanov neolit...@gmail.com wrote: hi Thiogo, oops sorry - typo (Thiago). lubomir -- ___ subsurface mailing list subsurface@subsurface-divelog.org

New trial at EON Steel support - with DC_FIELD_STRING

2014-10-29 Thread Linus Torvalds
Ok, this is a re-done set of patches that uses DC_FIELD_STRING instead of DC_FIELD_DEVINFO. I've also changed eon_steel to eonsteel throughout (unless I missed something) as per Jef. Also, to show how DC_FIELD_STRING allows other things, I added Deco algorithm, Battery before dive and Battery

[PATCH] Divelist: make the column headers for units left aligned

2014-10-29 Thread Lubomir I. Ivanov
From: Lubomir I. Ivanov neolit...@gmail.com Fixes #739 Signed-off-by: Lubomir I. Ivanov neolit...@gmail.com --- qt-ui/models.cpp | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qt-ui/models.cpp b/qt-ui/models.cpp index ef76e7e..f548d37 100644 --- a/qt-ui/models.cpp

Re: New trial at EON Steel support - with DC_FIELD_STRING

2014-10-29 Thread Dirk Hohndel
Hey Linus, I like where this is going. Sadly I don't have my EON Steel, yet, so I can't really test it. One small comment, you forgot to add the fix for the broken headers on some Windows builds. We need something like this: #ifdef HAVE_LIBUSB #ifdef _WIN32 #define NOGDI #endif #include

Re: Globe missing

2014-10-29 Thread Tomaz Canabrava
Em 29/10/2014 14:49, John Van Ostrand j...@vanostrand.com escreveu: Any ideas where I should look to see why marble doesn't seem to be working using the head source? ldd shows it linking to the installed lib (Fedora 19). it works in 4.2. The size of it can be zero, like the papel collapesed.

Re: Globe missing

2014-10-29 Thread John Van Ostrand
Thanks. Boy does that makes me feel stupid. The full window view also had the same issue. On Wed, Oct 29, 2014 at 12:55 PM, roberto forini forin...@gmail.com wrote: It happened to me too. Just click, hold and pull the right corner of the divelist (pull it to the left)... marble is there!

Re: File::encodeName() and Utf8 as the default encoding under Qt5

2014-10-29 Thread Lubomir I. Ivanov
On 29 October 2014 18:27, Dirk Hohndel d...@hohndel.org wrote: On Wed, Oct 29, 2014 at 06:18:14PM +0200, Lubomir I. Ivanov wrote: On 29 October 2014 18:02, Thiago Macieira thi...@macieira.org wrote: On Wednesday 29 October 2014 17:32:58 Lubomir I. Ivanov wrote: now, i know how to fix the

Re: Globe missing

2014-10-29 Thread Dirk Hohndel
On Wed, Oct 29, 2014 at 12:58:23PM -0400, John Van Ostrand wrote: Thanks. Boy does that makes me feel stupid. The full window view also had the same issue. I find this actually super annoying... Tomaz, can we enforce a minimum width for the Marble window? /D

Re: Globe missing

2014-10-29 Thread Paul Sargent
I tend to get it with the text output of the dive planner too. On 29 Oct 2014 17:08, Tomaz Canabrava tcanabr...@kde.org wrote: Yes, we can make it unshirinkable. I actually liked the hability to hide, but I can remove it. Em 29/10/2014 15:01, Dirk Hohndel d...@hohndel.org escreveu: On

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

2014-10-29 Thread Dirk Hohndel
On Wed, Oct 29, 2014 at 03:08:37PM -0200, Tomaz Canabrava wrote: Yes, we can make it unshirinkable. I actually liked the hability to hide, but I can remove it. Maybe we can keep it but make sure that Ctrl-1 always gives it at least 50px width? /D ___

Re: File::encodeName() and Utf8 as the default encoding under Qt5

2014-10-29 Thread Lubomir I. Ivanov
On 29 October 2014 20:33, Dirk Hohndel d...@hohndel.org wrote: On Wed, Oct 29, 2014 at 07:04:20PM +0200, Lubomir I. Ivanov wrote: change affects QString::toLocal8Bit(), so i've tried some of the areas where toLocal8Bit() is used in the app (Win32): - cmd arguments: no problem (with special

Re: File::encodeName() and Utf8 as the default encoding under Qt5

2014-10-29 Thread Thiago Macieira
On Wednesday 29 October 2014 19:04:20 Lubomir I. Ivanov wrote: i must admit that the whole concept locale codecs evades me a little... unless Thiago is against this one and there are other Qt areas where codecForLocale() is important, the patch works (tm). Qt itself always uses the wide-char

Re: Globe missing

2014-10-29 Thread Tomaz Canabrava
sure. On Wed, Oct 29, 2014 at 4:31 PM, Dirk Hohndel d...@hohndel.org wrote: On Wed, Oct 29, 2014 at 03:08:37PM -0200, Tomaz Canabrava wrote: Yes, we can make it unshirinkable. I actually liked the hability to hide, but I can remove it. Maybe we can keep it but make sure that Ctrl-1 always

Re: help understanding a Windows crash report

2014-10-29 Thread Tomaz Canabrava
On Wed, Oct 29, 2014 at 6:38 PM, Dirk Hohndel d...@hohndel.org wrote: Running my latest daily build (not on the server, yet, for obvious reasons) I get the following crash. And I have no clue how to read those... Problem signature: Problem Event Name: APPCRASH

Re: help understanding a Windows crash report

2014-10-29 Thread Dirk Hohndel
On Wed, Oct 29, 2014 at 06:46:12PM -0200, Tomaz Canabrava wrote: On Wed, Oct 29, 2014 at 6:38 PM, Dirk Hohndel d...@hohndel.org wrote: Running my latest daily build (not on the server, yet, for obvious reasons) I get the following crash. And I have no clue how to read those...

Re: help understanding a Windows crash report

2014-10-29 Thread Dirk Hohndel
On Wed, Oct 29, 2014 at 01:52:07PM -0700, Dirk Hohndel wrote: I remember this rat hole. My Qt libraries come from Fedora (cross built for Win64). A debug build of Marble alone is several hundred megabytes and takes roughly forever... and I have yet to be able to build a single installer that

Re: help understanding a Windows crash report

2014-10-29 Thread Tomaz Canabrava
On Wed, Oct 29, 2014 at 7:04 PM, Dirk Hohndel d...@hohndel.org wrote: On Wed, Oct 29, 2014 at 01:52:07PM -0700, Dirk Hohndel wrote: I remember this rat hole. My Qt libraries come from Fedora (cross built for Win64). A debug build of Marble alone is several hundred megabytes and takes

Re: help understanding a Windows crash report

2014-10-29 Thread Thiago Macieira
On Wednesday 29 October 2014 15:07:35 Dirk Hohndel wrote: I have no debug symbols. Thiago is looking into this and he came to the conclusion that this might be a Qt 5.3.2 bug. The previous Fedora version was 5.3.1 - but I can't get those RPMs anymore. I'm fairly certain it's not a Qt bug now.