Re: "other" tag

2015-09-06 Thread Robert C. Helling
Salvador, > On 07 Sep 2015, at 07:10, Salvador Cuñat > wrote: > > This is the meaning of the bit in datatrak software. It stands for any > activity not included in previous definitions. > It isn't of great use, off course, but if

Re: Beta Testing

2015-09-06 Thread Dirk Hohndel
> On Sep 6, 2015, at 11:50 AM, John Smith wrote: > > Running Beta on Windows 10. > > if you select more than one dive to export to divelogs.de > subsurface crashes. Yes, we got a report for this earlier and I have seen pending patches that should

Re: Bluetooth download - segfault when Choose Bluetooth download mode isn't selected

2015-09-06 Thread Claudiu Olteanu
> > Thanks for the quick response Claudiu. I'll test this tonight my time. > Just out of curiosity, could you reproduce/test it by selecting Shearwater, > Petrel, and any MAC address? I think the crash happened before it > connected with my dive computer. > I don't know why I didn't think about

"other" tag

2015-09-06 Thread Robert C. Helling
Hi, while working on the German translation, I came across the string „other“, which appears in the following code segment in datatrak.c: if (byte[0] != 0) taglist_add_tag(_dive->tag_list, strdup(QT_TRANSLATE_NOOP("gettextFromC", "wreck"))); if (byte[1] != 0)

Re: nitrogen tissue saturation toggle is broken

2015-09-06 Thread Salvo Tomaselli
> I was wondering about your build problems. With the latest master you should > be able to simply compile from source. Oh I thought I had replied. Problem 1: there is no URL on the website that I can give to git clone. I am stuck at this step. This page

Re: Bluetooth download - segfault when Choose Bluetooth download mode isn't selected

2015-09-06 Thread Rick Walsh
On 7 Sep 2015 7:57 am, "Claudiu Olteanu" wrote: > > Hi there, > > Unfortunately I could not reproduce the problem because I don't have a Petrel device but using the call stack from Rick Walsh I figure out why he receives a SEGV. > Apparently the return check of

Re: Beta Testing

2015-09-06 Thread Benjamin
>> You could really do with a progress bar for the cloud data as the download is very slow and subsurface seems to be hanging but isn't. > > > There should be a big spinner overlaying the window as you load from or save to the cloud. Are you not seeing that? I have seen that spinner get stuck

Re: nitrogen tissue saturation toggle is broken

2015-09-06 Thread Joakim Bygdell
> On 06 Sep 2015, at 22:15, Salvo Tomaselli wrote: > >> What am I missing? > Well Initially I just had the tissue, without the ceiling, then > toggled them, and now I can't have the tissues without the ceiling > anymore. The first three buttons defines what you see,

Re: "other" tag

2015-09-06 Thread Salvador Cuñat
Hi Robert. El 07/09/2015 00:23, "Robert C. Helling" escribió: > > if (byte[4] != 0) > taglist_add_tag(_dive->tag_list, strdup(QT_TRANSLATE_NOOP("gettextFromC", "other"))); > > > > > Does this mean, if byte[4] is non-zero, the dive gets a tag that reads

[PATCH 1/2] Update spanish translation of user manual to english 20c2259

2015-09-06 Thread Salvador Cuñat
Signed-off-by: Salvador Cuñat --- Documentation/user-manual_es.txt | 213 --- 1 file changed, 197 insertions(+), 16 deletions(-) diff --git a/Documentation/user-manual_es.txt b/Documentation/user-manual_es.txt index 6239da5..0944064

[PATCH 2/2] Update spanish translation of user manual to english-8afd5e8

2015-09-06 Thread Salvador Cuñat
Introducing mobile app Updating manual version number and date Signed-off-by: Salvador Cuñat --- Documentation/user-manual_es.txt | 34 ++ 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/Documentation/user-manual_es.txt

Re: Bluetooth download - segfault when Choose Bluetooth download mode isn't selected

2015-09-06 Thread Dirk Hohndel
On Sun, Sep 06, 2015 at 09:20:27PM +1000, Rick Walsh wrote: > Hi, > > I get a segfault (on Fedora 22), if I hit 'Download' without first > selecting 'Choose Bluetooth download mode'. The Vendor (Shearwater), Dive > computer (Petrel) and Device or mount point (the Petrel's MAC address), are >

Re: Problems building Subsurface on Ubuntu and Fedora

2015-09-06 Thread Dirk Hohndel
On Sun, Sep 06, 2015 at 01:26:31PM +0200, Willem Ferguson wrote: > On 05/09/2015 18:35, Miika Turkia wrote: > > > >cd subsurface/build > >ccmake . > > > >Make sure the Grantlee5_DIR variable points to correct locaiton. I > >suppose LIBGRANTLEE_FROM_PKGCONFIG should also be OFF (or at least it >

Re: Problems building Subsurface on Ubuntu and Fedora

2015-09-06 Thread Dirk Hohndel
On Sun, Sep 06, 2015 at 07:49:31AM -0700, Dirk Hohndel wrote: > On Sun, Sep 06, 2015 at 01:26:31PM +0200, Willem Ferguson wrote: > > On 05/09/2015 18:35, Miika Turkia wrote: > > > > > >cd subsurface/build > > >ccmake . > > > > > >Make sure the Grantlee5_DIR variable points to correct locaiton. I >

Re: Bluetooth download - segfault when Choose Bluetooth download mode isn't selected

2015-09-06 Thread Rick Walsh
On 6 September 2015 at 21:20, Rick Walsh wrote: > Hi, > > I get a segfault (on Fedora 22), if I hit 'Download' without first > selecting 'Choose Bluetooth download mode'. The Vendor (Shearwater), Dive > computer (Petrel) and Device or mount point (the Petrel's MAC

[PATCH 3/5] CSV import: fix import of Sensus and Subsurface

2015-09-06 Thread Miika Turkia
When adding APD2 import, the Sensus and Subsurface indexes should have been increased by 1. While fixing this, switch to using enum names for clarity. Signed-off-by: Miika Turkia --- qt-ui/divelogimportdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[PATCH 1/5] CSV export: support for new location management

2015-09-06 Thread Miika Turkia
Signed-off-by: Miika Turkia --- xslt/xml2manualcsv.xslt | 40 +--- 1 file changed, 33 insertions(+), 7 deletions(-) diff --git a/xslt/xml2manualcsv.xslt b/xslt/xml2manualcsv.xslt index 88762f6..d6c1a8b 100644 ---

[PATCH 4/5] CSV import: show headers for Subsurface CSV import

2015-09-06 Thread Miika Turkia
Showing the header line improves user experience quite a bit, even though this configuration is actually discarded in the XSLT transform. Signed-off-by: Miika Turkia --- qt-ui/divelogimportdialog.cpp | 27 +++ 1 file changed, 27 insertions(+)

[PATCH 2/5] CSV import: improve header parsing

2015-09-06 Thread Miika Turkia
The skipping of header field manipulation for APD was a bit too aggressive, skipping the header fix up for all logs when on initial state. Also, addition of APD2 was not taken into account. Signed-off-by: Miika Turkia --- qt-ui/divelogimportdialog.cpp | 2 +- 1 file

Re: Problems building Subsurface on Ubuntu and Fedora

2015-09-06 Thread Willem Ferguson
On 05/09/2015 18:35, Miika Turkia wrote: cd subsurface/build ccmake . Make sure the Grantlee5_DIR variable points to correct locaiton. I suppose LIBGRANTLEE_FROM_PKGCONFIG should also be OFF (or at least it is on my build). miika Miika, Dirk, Tomaz, I appreciate your time with me. Thanks.

Bluetooth download - segfault when Choose Bluetooth download mode isn't selected

2015-09-06 Thread Rick Walsh
Hi, I get a segfault (on Fedora 22), if I hit 'Download' without first selecting 'Choose Bluetooth download mode'. The Vendor (Shearwater), Dive computer (Petrel) and Device or mount point (the Petrel's MAC address), are automatically entered from the last time I downloaded dives. The dive

Save to Cloud stalls indefinitely

2015-09-06 Thread Rick Walsh
Hi, Testing save to cloud on Fedora 22, Subsurface is stalling indefinitely, with screen greyed out and and big round clock thing spinning around. I'm not sure what the technical term for that is. In the greyed-out part of the screen, there's a red error message, "Failed to get auther: (Config

[PATCH 3/4] New location management for divelogs.de export

2015-09-06 Thread Miika Turkia
Signed-off-by: Miika Turkia --- xslt/divelogs-export.xslt | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xslt/divelogs-export.xslt b/xslt/divelogs-export.xslt index 8a0b792..7877c14 100644 --- a/xslt/divelogs-export.xslt +++

[PATCH 4/4] Include dive site on divelogs export

2015-09-06 Thread Miika Turkia
Due to the new dive site management, we need to include this information before transforming the XML to divelogs.de format. Signed-off-by: Miika Turkia --- qt-ui/subsurfacewebservices.cpp | 18 ++ 1 file changed, 18 insertions(+) diff --git

Re: Bluetooth download - segfault when Choose Bluetooth download mode isn't selected

2015-09-06 Thread Claudiu Olteanu
> Interesting. > Claudiu, is this something you can look into? Yes, sure. I will start looking over it tonight when I will get home. > It seems to me we either shouldn't keep those settings or we need to make > sure that if we have these settings things are correctly set up... > > If I select

Re: nitrogen tissue saturation toggle is broken

2015-09-06 Thread Dirk Hohndel
> On Sep 6, 2015, at 8:32 AM, Salvo Tomaselli wrote: > > I attach screenshots of what I see. You are responding to a different question :-) I was wondering about your build problems. With the latest master you should be able to simply compile from source. As to the

crash on divelogs.de export

2015-09-06 Thread Miika Turkia
Hello, Subsurface crashes under certain circumstances when exporting to divelogs.de. So far I haven't been able to figure out what is going wrong so here are the steps to reproduce with beta 1: - start subsurface: subsurface dives/test21.xml dives/test22.xml - hit OK for the nagging dialog about