Re: Cressi Giotto

2013-12-28 Thread Jef Driesen
On 28-12-13 08:18, LĂ©opold VALLAURI wrote: Is there any way to read data from the Cressi Giotto (looks like the same software like the Leonardo) or to import the file that the software produce (sample below) ? If the Giotto is indeed very similar to the Leonardo, there is a good chance they

Re: Uwatec Smart Z data download takes 1.5 hours for only 4 dives

2013-12-28 Thread Dirk Hohndel
On Sat, 2013-12-28 at 14:51 +0100, Sape Sikkema wrote: Dear development team, Thanks for your relentless efforts to solve my problem. If I understand correctly there are two issues: 1. Subsurface always downloads all dives from the Uwatec Smart Z device because of the fact Subsurface

[PATCH] Fix bookmark/gaschange setting for Ubuntu

2013-12-28 Thread Miika Turkia
On Ubuntu, new events have time zero. This is fixed by resetting gc.rightx to maxtime at the end of plot function. Signed-off-by: Miika Turkia miika.tur...@gmail.com --- qt-ui/profilegraphics.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt-ui/profilegraphics.cpp

Re: Uwatec Smart Z data download takes 1.5 hours for only 4 dives

2013-12-28 Thread Linus Torvalds
On Dec 28, 2013 7:47 AM, Dirk Hohndel d...@hohndel.org wrote: Linus, any idea why a two year old kernel would be more than 4 times faster? This is with an irda connection... Nobody same uses irda any more (and it wasn't exactly common before either). So it gets no testing and likely bitrots.

Re: Uwatec Smart Z data download takes 1.5 hours for only 4 dives

2013-12-28 Thread Linus Torvalds
Sape, what irda dongle are you using? Is it something that came with the uwatek, or some separate one? If I can find anything, I'd better try to get something halfway relevant.. Linus On Dec 28, 2013 9:48 AM, Linus Torvalds torva...@linux-foundation.org wrote: On Dec 28, 2013 7:47 AM,

Re: Uwatec Smart Z data download takes 1.5 hours for only 4 dives

2013-12-28 Thread Linus Torvalds
It's using the stir4200 driver, isn't it? That seems to be the most common USB to irda bridge chip. I'll see if I can find anything. I need a device that does bulk irda transfers too, if course. I'll be back home on Monday and try to find something at Fry's... Linus On Dec 28, 2013 9:52

Re: Uwatec Smart Z data download takes 1.5 hours for only 4 dives

2013-12-28 Thread Jef Driesen
According to the info I got from Sape, it's indeed the SigmaTel STIR4200 driver. I believe the official Uwatec dongle is either a MosChip MCS7780 or SigmaTel 4210 chipset. Those are also the only chipsets supported by JTrak (= one of the official Uwatec applications) on Mac OS X, which lacks

Editing a weight does not seem to work

2013-12-28 Thread Lutz Vieweg
Hi, the following does not work for me: - select a single dive - select the equipment tab - the list of weights is empty at this point - click + to add a weight. - edit the number 0.0kg to 2.0kg At this point, no matter how I proceed to have that just changed value remembered, it's always

Re: Editing a weight does not seem to work

2013-12-28 Thread Miika Turkia
This field works similarly to some others (like O2%). It works when you insert pure number without unit. Edit must also be accepted by return or tab before clicking the save. I would call this a bug, as the unit is not allowed for the value entered, even though it is there when entering edit mode.

Re: Editing a weight does not seem to work

2013-12-28 Thread Dirk Hohndel
This should have been fixed a while ago... Please file a bug so I remember to track this down when I'm back home /D --- From my phone Lutz Vieweg l...@5t9.de wrote: On 12/28/2013 07:55 PM, Miika Turkia wrote: This field works similarly to some others (like O2%). It works when you insert pure

Re: Editing a weight does not seem to work

2013-12-28 Thread Tomaz Canabrava
Will test this and submit a patch by today / tomorrow. Em 28/12/2013 17:42, Dirk Hohndel d...@hohndel.org escreveu: This should have been fixed a while ago... Please file a bug so I remember to track this down when I'm back home /D --- From my phone Lutz Vieweg l...@5t9.de wrote: On

[PATCH] Use field numbers in CSV import instead of indexes

2013-12-28 Thread Miika Turkia
For the common user, a field number is more intuitive than field index. So let's use that in numbering CSV import fields. Fixes #388 Signed-off-by: Miika Turkia miika.tur...@gmail.com --- qt-ui/csvimportdialog.cpp | 10 +- qt-ui/csvimportdialog.ui | 20 2 files