Bluetooth blues

2015-10-23 Thread Willem Ferguson
I try to download from a Petrel 2 using Bluetooth, but encounter problems. I do: Import from dive computer -> Choose Bluetooth download scan When I rightclick to pair I get error: local device error: Pairing error (see attached image) Below is the terminal output.

Re: Bluetooth blues

2015-10-23 Thread Miika Turkia
try pairing using OS tools if u need pin code, then dl should work miika > On 23 Oct 2015, at 11:57, Willem Ferguson > wrote: > > I try to download from a Petrel 2 using Bluetooth, but encounter problems. > > I do: > Import from dive computer -> Choose

Re: hash file access

2015-10-23 Thread Miika Turkia
On Fri, Oct 23, 2015 at 4:28 PM, Robert Helling wrote: > Willem, > > On 23.10.2015, at 15:26, Willem Ferguson > wrote: > > On my machine the hash file in home/.subsurface can only be accessed by > root. This does NOT apply to the .subsurface

hash file access

2015-10-23 Thread Willem Ferguson
On my machine the hash file in home/.subsurface can only be accessed by root. This does NOT apply to the .subsurface directory. This gives a terminal error message when executing Subsurface as non-root. Is this a coding problem or a setup problem on my Ubuntu 15.04? Kind regards, willem

Re: [PATCH] Parse html links in the Notes section.

2015-10-23 Thread Dirk Hohndel
Just a quick reminder... you wanted to resend this one after fixing the issues I pointed out below... /D On Tue, Oct 13, 2015 at 04:01:55PM -0700, K. "pestophagous" Heller wrote: > On Tue, Oct 13, 2015 at 7:32 AM, Dirk Hohndel wrote: > > > > Neat. I have a few concerns with

Re: Bluetooth blues

2015-10-23 Thread Claudiu Olteanu
> I was under the impression that the Petrel 2 and the Uemis were your test > devices when coding the Bluetooth interface and that access to the Petrel 2 > has more or less been sorted out?? Am I mistaken? I have only two devices: OSTCs and OSTC 2. Rick helped me to test the connectivity with a

Re: hash file access

2015-10-23 Thread Robert Helling
Willem, > On 23.10.2015, at 15:26, Willem Ferguson > wrote: > > On my machine the hash file in home/.subsurface can only be accessed by root. > This does NOT apply to the .subsurface directory. > This gives a terminal

Re: Minor planner bugs

2015-10-23 Thread K. "pestophagous" Heller
replying to myself... On Thu, Oct 22, 2015 at 10:38 PM, K. "pestophagous" Heller wrote: > > Of course, I welcome Martin to check if it does. no. there is no need. i was just re-reading the history on this. there is no way my patch intersects with Martin's bug-path. >

Re: Bluetooth blues

2015-10-23 Thread Rick Walsh
On 24 Oct 2015 00:51, "Claudiu Olteanu" wrote: > > > I was under the impression that the Petrel 2 and the Uemis were your test > > devices when coding the Bluetooth interface and that access to the Petrel 2 > > has more or less been sorted out?? Am I mistaken?

Re: Bluetooth blues

2015-10-23 Thread Anton Lundin
I took a look at qt parring interfaces, shouldn't there be a way to test a couple of standard parring codes? //Anton On October 23, 2015 12:02:19 PM GMT+02:00, Claudiu Olteanu wrote: >Hi there, > >If your remote device requests a custom PIN code for the

Re: Bluetooth blues

2015-10-23 Thread Claudiu Olteanu
Unfortunately the API doesn't allow you to specify a PIN code. There is a bug [1] reported and also a partial implementation for an agent[2] which could be used to pass the PIN code, [1] - https://bugreports.qt.io/browse/QTBUG-42740 [2] - https://codereview.qt-project.org/#/c/85595/ On Fri, Oct

Bluetooth blues

2015-10-23 Thread Claudiu Olteanu
Hi there, If your remote device requests a custom PIN code for the pairing process, your should pair the devices using a different tool. Currently QtBluetooth doesn't have support for custom PIN codes. A workaround could be to use bluetoothctl, register an agent using the following commands,

[PATCH] Divelogs.de export: split location on slash

2015-10-23 Thread Miika Turkia
As we join LOCATION with SITE on divelogs.de import using slash (/) as a separator, we might as well split on last slash on export. Signed-off-by: Miika Turkia --- xslt/divelogs-export.xslt | 47 ++- 1 file changed, 42

Re: hash file access

2015-10-23 Thread Willem Ferguson
On 24/10/2015 00:17, Dirk Hohndel wrote: On Fri, Oct 23, 2015 at 03:28:32PM +0200, Robert Helling wrote: Willem, On 23.10.2015, at 15:26, Willem Ferguson > wrote: On my machine the hash file in home/.subsurface can

Re: [PATCH] Avoid plotting when ProfileWidget2::plotDive is called speciously.

2015-10-23 Thread Robert C. Helling
Hi, > On 23 Oct 2015, at 07:24, K. pestophagous Heller > wrote: > > One indirect call site of plotDive, MainTab::acceptChanges, can > trigger a replot several times during one pass through > acceptChanges. Avoiding some of the replots is both an > optimization and a

Re: hash file access

2015-10-23 Thread Dirk Hohndel
On Fri, Oct 23, 2015 at 03:28:32PM +0200, Robert Helling wrote: > Willem, > > > On 23.10.2015, at 15:26, Willem Ferguson > > wrote: > > > > On my machine the hash file in home/.subsurface can only be accessed by > >