Re: ostc BT download failure

2015-10-01 Thread Claudiu Olteanu
Please try to unpair - pair the devices and then repeat the steps. There are moments when the device gets stuck and doesn't work properly. If this doesn't work try to get some logs using the hcidump tool. Claudiu ___ subsurface mailing list

[PATCH] printoptions.cpp: add missing tr() calls

2015-10-01 Thread Lubomir I. Ivanov
From: "Lubomir I. Ivanov" Signed-off-by: Lubomir I. Ivanov --- qt-ui/printoptions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt-ui/printoptions.cpp b/qt-ui/printoptions.cpp index f976567..79bcee1 100644 ---

Re: ostc BT download failure

2015-10-01 Thread Miika Turkia
On Thu, Oct 1, 2015 at 2:28 AM, Jef Driesen wrote: > On 2015-09-29 20:06, Miika Turkia wrote: >> >> I am testing out OSTC sport and BT download. However, this fails >> miserably: >> ---8<--- >> INFO: Sleep: value=300 >> Event: model=18 (0x0012), firmware=2578

[PATCH] CSV import: use the delta value instead of 1 sec

2015-10-01 Thread Miika Turkia
Signed-off-by: Miika Turkia --- xslt/csv2xml.xslt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xslt/csv2xml.xslt b/xslt/csv2xml.xslt index dda876a..2d48de1 100644 --- a/xslt/csv2xml.xslt +++ b/xslt/csv2xml.xslt @@ -156,7 +156,7 @@

Re: Almost Beta 2 Cloud Storage fails

2015-10-01 Thread Rick Walsh
Hi, On 22 September 2015 at 06:48, Dirk Hohndel wrote: > Sorry, on my phone. You clearly do have connectivity issues with the cloud > server which is actually an AWS instance. > > Hmmm > > That's annoying. I went with a cloud server because i assumed that would > cause the

Re: [PATCH] Re: Translation strings questions

2015-10-01 Thread Davide DB
This is what I have after translating the few strings remained. A ghost untranslated string. On Thu, Oct 1, 2015 at 2:07 PM, Davide DB wrote: > As I wrote in my previous email, maybe there's something wrong on > Transifex for the Italian language. > > I have only 5 string to

Current 4.5 plans

2015-10-01 Thread Dirk Hohndel
So we aren't really getting a lot of new issues reported for 4.5 and my logs show fewer than a hundred people have tried Beta 2. My thinking is that I'll do Beta 3 this weekend, mostly just to get all things built and at least the installers tested, etc. And then release 4.5 next week knowing

Re: ostc BT download failure

2015-10-01 Thread Anton Lundin
On 01 October, 2015 - Miika Turkia wrote: > On Thu, Oct 1, 2015 at 2:28 AM, Jef Driesen wrote: > > On 2015-09-29 20:06, Miika Turkia wrote: > >> > >> I am testing out OSTC sport and BT download. However, this fails > >> miserably: > >> ---8<--- > >> INFO: Sleep:

Re: Current 4.5 plans

2015-10-01 Thread Davide DB
On Thu, Oct 1, 2015 at 2:03 PM, Dirk Hohndel wrote: > > I can't explain why I ignored you. Seriously. Most of the time I'm not able to explain myself :) Basically its' a usability issue: I browse my dives having the globe at a comfortable zoom level to work with. As you pick a

Re: Current 4.5 plans

2015-10-01 Thread Davide DB
On Thu, Oct 1, 2015 at 1:48 PM, Dirk Hohndel wrote: > > Oh, and based on some discussion with Linus and some issues I had with > that function myself lately, I'll change the behavior of the globe when > called with no GPS coordinates. It simply won't move at all insteaf of >

Re: ostc BT download failure

2015-10-01 Thread Anton Lundin
On 01 October, 2015 - Claudiu Olteanu wrote: > Please try to unpair - pair the devices and then repeat the steps. > There are moments when the device gets stuck and doesn't work properly. > > If this doesn't work try to get some logs using the hcidump tool. > I've had cases where the hci layer

Re: Current 4.5 plans

2015-10-01 Thread Dirk Hohndel
On Thu, Oct 01, 2015 at 02:01:31PM +0200, Davide DB wrote: > On Thu, Oct 1, 2015 at 1:48 PM, Dirk Hohndel wrote: > > > > Oh, and based on some discussion with Linus and some issues I had with > > that function myself lately, I'll change the behavior of the globe when > > called

Re: [PATCH] Re: Translation strings questions

2015-10-01 Thread Davide DB
On Thu, Oct 1, 2015 at 2:11 PM, Miika Turkia wrote: > Well, I can only answer partly. (I only see an untraslated string, > even though Transifex is not able to show it to me) Ok hence basically the same problem as me: a phantom string. > On Thu, Oct 1, 2015 at 8:03 AM,

Re: byte-order of generated divesite UUIDs

2015-10-01 Thread Lubomir I. Ivanov
On 1 October 2015 at 20:16, Lubomir I. Ivanov wrote: > On 1 October 2015 at 19:55, Dirk Hohndel wrote: >> On Thu, Oct 01, 2015 at 06:32:15PM +0300, Lubomir I. Ivanov wrote: >>> after seeing a warning about strict-aliasing in: >>> divesite.c:

Re: Almost Beta 2 Cloud Storage fails

2015-10-01 Thread Dirk Hohndel
On Thu, Oct 01, 2015 at 10:18:09PM +1000, Rick Walsh wrote: > Hi, > > > > Cloud storage failing on Fedora on my laptop still has me confused. But > running latest master (cbf02ac) with -v -v, I get the messages that might > provide some clue. > > git storage: accessing >

Re: [PATCH] Re: Translation strings questions

2015-10-01 Thread Dirk Hohndel
On Thu, Oct 01, 2015 at 02:07:47PM +0200, Davide DB wrote: > As I wrote in my previous email, maybe there's something wrong on > Transifex for the Italian language. > > I have only 5 string to translate but the upper bar tells me 6 strings. > This happened al so before and translation remained at

Re: byte-order of generated divesite UUIDs

2015-10-01 Thread Dirk Hohndel
On Thu, Oct 01, 2015 at 06:32:15PM +0300, Lubomir I. Ivanov wrote: > after seeing a warning about strict-aliasing in: > divesite.c: create_divesite_uuid() > > i think i found a potential problem. the cast at the end of the > function can have different results on big/little endian machines, >

byte-order of generated divesite UUIDs

2015-10-01 Thread Lubomir I. Ivanov
after seeing a warning about strict-aliasing in: divesite.c: create_divesite_uuid() i think i found a potential problem. the cast at the end of the function can have different results on big/little endian machines, while i'm pretty sure we want the same result on both. if the first 4 bytes of

Re: [PATCH] printoptions.cpp: add missing tr() calls

2015-10-01 Thread Dirk Hohndel
Thank you. Applied and strings pushed to transifex /D On Thu, Oct 01, 2015 at 04:17:20PM +0300, Lubomir I. Ivanov wrote: > From: "Lubomir I. Ivanov" > > Signed-off-by: Lubomir I. Ivanov > --- > qt-ui/printoptions.cpp | 4 ++-- > 1 file changed, 2

Running latest master - problems in various OS's

2015-10-01 Thread Pedro Neves
Hi all: I've successfully build subsurface from master on Kubuntu 15.10 (beta), on Debian SID and on KaOS. However, when I try to execute the subsurface.desktop file, I get the following message: KDEInit could not launch 'subsurface': Could not open library

Re: Running latest master - problems in various OS's

2015-10-01 Thread Dirk Hohndel
On Thu, Oct 01, 2015 at 09:42:50PM +0100, Pedro Neves wrote: > On 10/01/2015 08:54 PM, Lubomir I. Ivanov wrote: > > > >what if you havigate to the executable location and just do a: > >./subsurface > > Then it runs, but the map stays black: > > ./subsurface > can't find Qt localization for

Re: Running latest master - problems in various OS's

2015-10-01 Thread Pedro Neves
On 10/01/2015 08:54 PM, Lubomir I. Ivanov wrote: what if you havigate to the executable location and just do a: ./subsurface Then it runs, but the map stays black: ./subsurface can't find Qt localization for locale "C" searching in "/usr/share/qt5/translations" can't find Subsurface

Re: Running latest master - problems in various OS's

2015-10-01 Thread Pedro Neves
On 10/01/2015 09:45 PM, Dirk Hohndel wrote: So it can't find the marbledata. Are you starting it from your build directory? Subsurface should have all its paths right when started from there... I believe so. On my system I build on the Diveapps directory. Inside that I have: grantlee/

Re: Running latest master - problems in various OS's

2015-10-01 Thread Lubomir I. Ivanov
On 1 October 2015 at 22:08, Pedro Neves wrote: > Hi all: > > I've successfully build subsurface from master on Kubuntu 15.10 (beta), on > Debian SID and on KaOS. > However, when I try to execute the subsurface.desktop file, I get the > following message: > > > KDEInit could

make Trip Locations Stick

2015-10-01 Thread Tomaz Canabrava
From 3d68e5638fd5f84e34dfa937657c43c2ea000520 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Thu, 1 Oct 2015 17:41:38 -0300 Subject: [PATCH 1/4] Add a new QLineEdit to set the Dive Trip Location This is different from a Dive Site, as it's not a dive site. It's

Re: [PATCH 2/2] qtserialbluetooth: use QIODevice::Unbuffered io

2015-10-01 Thread Jef Driesen
On 2015-09-29 23:54, Anton Lundin wrote: On 29 September, 2015 - Thiago Macieira wrote: On Tuesday 29 September 2015 21:59:31 Anton Lundin wrote: > - rc = device->socket->write((char *) data + nbytes, size - > nbytes); > + rc = device->socket->write((char *) data +

Re: ostc BT download failure

2015-10-01 Thread Jef Driesen
On 2015-09-29 20:06, Miika Turkia wrote: I am testing out OSTC sport and BT download. However, this fails miserably: ---8<--- INFO: Sleep: value=300 Event: model=18 (0x0012), firmware=2578 (0x0a12), serial=10321 (0x2851) You have an OSTC Sport with firmware v10.18. ERROR:

[PATCH 1/2] Make add_single_dive() grow the divelist allocation if necessary

2015-10-01 Thread Linus Torvalds
From: Linus Torvalds Date: Thu, 1 Oct 2015 21:13:48 -0400 Subject: [PATCH 1/2] Make add_single_dive() grow the divelist allocation if necessary We only made sure the divelist allocation was big enough in "record_dive_to_table()", but add_single_dive() can add