Re: GSoC Status - Week 5 (Customizable prints)

2015-06-29 Thread Lubomir I. Ivanov
On 29 June 2015 at 05:08, Gehad Elrobey gehadelro...@gmail.com wrote: Hello all, This week I was working on the list of tasks which I have discussed with Lubomir. Tasks completed so far: - QPrintPreviewDialog triggered from the main dialog nice - add print selected dives support this

GSoC Status - Week 5 (VPM-B)

2015-06-29 Thread Jan Darowski
Hi, This week I've solved all the remaining problems with the CVA and added ui deco algorithm selection. I've modified the original code so I could test the results. On few tests I run difference was ~1min. It's pretty good as we have completely different saturation calculation implemented. On

Re: GSoC Status - Week 5 (Android Port)

2015-06-29 Thread Dirk Hohndel
On Mon, Jun 29, 2015 at 06:01:54AM +0300, Grace Karanja wrote: Hi everyone, This week I was working on: -Saving the dive details to XML This surprises me - maybe I'm not understanding what you are doing there. Can you explain some more? -Loading and saving dives using the cloud back-end.

Re: [QtBluetooth] Help for testing HW_OSTC3 and SHEARWATER families

2015-06-29 Thread Rick Walsh
Claudiu, I've tested your patches, and your work looks great! Tested on Fedora 22, using a Shearwater Petrel 2 and onboard Bluetooth. On 29 June 2015 at 08:33, Claudiu Olteanu olteanu.vasilica.clau...@gmail.com wrote: I didn't know that. Thanks for the heads up! In the beginning try to see

Re: GSoC Status - Week 5 (Android Port)

2015-06-29 Thread Grace Karanja
On Mon, Jun 29, 2015 at 5:02 PM, Dirk Hohndel d...@hohndel.org wrote: On Mon, Jun 29, 2015 at 06:01:54AM +0300, Grace Karanja wrote: Hi everyone, This week I was working on: -Saving the dive details to XML This surprises me - maybe I'm not understanding what you are doing there. Can

Re: [PATCH] libdivecomputer - custom implementation for serial communication

2015-06-29 Thread Jef Driesen
On 2015-06-26 01:33, Claudiu Olteanu wrote: I attached some patches which can be used to make the *libdivecomputer * project to accept callbacks to custom functions used for serial communication. As I mentioned in my weekly report, I am not sure if I made the best decisions on the

Re: GSoC Status - Week 5 (Android Port)

2015-06-29 Thread Dirk Hohndel
On Mon, Jun 29, 2015 at 05:49:53PM +0300, Grace Karanja wrote: On Mon, Jun 29, 2015 at 5:02 PM, Dirk Hohndel d...@hohndel.org wrote: On Mon, Jun 29, 2015 at 06:01:54AM +0300, Grace Karanja wrote: Hi everyone, This week I was working on: -Saving the dive details to XML This

Re: GSoC Status - Week 5 (Android Port)

2015-06-29 Thread Tomaz Canabrava
I just talked to her about not talking. :( On Mon, Jun 29, 2015, 11:02 Dirk Hohndel d...@hohndel.org wrote: On Mon, Jun 29, 2015 at 06:01:54AM +0300, Grace Karanja wrote: Hi everyone, This week I was working on: -Saving the dive details to XML This surprises me - maybe I'm not

Re: dive site management enhancements (request)

2015-06-29 Thread Dirk Hohndel
On Tue, Jun 23, 2015 at 11:54:05AM +0200, Davide DB wrote: I agree with Miika that having a gps fix symbol near the dive would be nice. Even on a column in the dive sites list. I implemented that and pushed a change that shows a cute little globe as part of the location field in the the dive

Re: great progress on dive site handling

2015-06-29 Thread Thiago Macieira
On Monday 29 June 2015 06:59:55 Dirk Hohndel wrote: (gdb) bt #0 Marble::StackedTile::pixel (this=0x0, x=36, y=30) at /home/mturkia/source/static/test/marble-source/src/lib/marble/StackedT ile.cpp:85 Hmm. this=0x0 - that would explain the crash when accessing a member of this

Re: dive site management enhancements (request)

2015-06-29 Thread Davide DB
+1 (still diving) davide@mobile Il 29/giu/2015 19:59, Dirk Hohndel d...@hohndel.org ha scritto: On Tue, Jun 23, 2015 at 11:54:05AM +0200, Davide DB wrote: I agree with Miika that having a gps fix symbol near the dive would be nice. Even on a column in the dive sites list. I implemented

Re: [QtBluetooth] Help for testing HW_OSTC3 and SHEARWATER families

2015-06-29 Thread Claudiu Olteanu
I've tested your patches, and your work looks great! Hi Rick, First of all, thanks a lot for your help! It helps me a lot to know that it worked for a device that I didn't have the chance to test personally. It gives me hope that I am on the right track. To test a bit more, I unpaired my

Re: great progress on dive site handling

2015-06-29 Thread Dirk Hohndel
On Mon, Jun 29, 2015 at 10:58:57AM -0700, Thiago Macieira wrote: On Monday 29 June 2015 06:59:55 Dirk Hohndel wrote: (gdb) bt #0 Marble::StackedTile::pixel (this=0x0, x=36, y=30) at /home/mturkia/source/static/test/marble-source/src/lib/marble/StackedT ile.cpp:85 Hmm.

Re: great progress on dive site handling

2015-06-29 Thread Thiago Macieira
On Monday 29 June 2015 11:07:08 Dirk Hohndel wrote: Thanks Thiago for taking a look. It confused me that this would thrown a SIGSEGV in the pixel() function and not when dereferencing m_title to get to the pixel member function... It wouldn't because pixel() is not a virtual function. A

Re: dive site management enhancements (request)

2015-06-29 Thread Dirk Hohndel
On Mon, Jun 29, 2015 at 09:14:52PM +0200, Davide DB wrote: +1 (still diving) You have email while on a dive? Cool :-) I triggered new daily builds (and found that the libssh2 cmake issue wasn't fully fixed...) so you should be able to test this on Windows... Assuming your internet connection is

Re: [QtBluetooth] Help for testing HW_OSTC3 and SHEARWATER families

2015-06-29 Thread Miika Turkia
On 30 Jun 2015, at 05:29, Rick Walsh rickmwa...@gmail.com wrote: Hi Claudiu, On 30 June 2015 at 04:37, Claudiu Olteanu olteanu.vasilica.clau...@gmail.com wrote: I've tested your patches, and your work looks great! Hi Rick, First of all, thanks a lot for your help! It helps me a

[PULL REQUEST] VPM-B

2015-06-29 Thread Jan Darowski
Hi, here is the request for the basic vpm algorithm. Right now it doesn't include Boyle's law compensation so the deco plans it generates can be too short in some situations. The following changes since commit f763da66b3db17347954272b9f856df6f8b9888d: Implement planner option to switch only

Re: [PATCH] libdivecomputer - custom implementation for serial communication

2015-06-29 Thread Claudiu Olteanu
Hello Jef, Thanks for making time to let us know what you have in mind for the next release. More or less it is similar with the changes I made, except that I tried to avoid to modify the native serial implementation. I will make you a short resume about the changes I did because I believe that

Re: [QtBluetooth] Help for testing HW_OSTC3 and SHEARWATER families

2015-06-29 Thread Rick Walsh
Hi Claudiu, On 30 June 2015 at 04:37, Claudiu Olteanu olteanu.vasilica.clau...@gmail.com wrote: I've tested your patches, and your work looks great! Hi Rick, First of all, thanks a lot for your help! It helps me a lot to know that it worked for a device that I didn't have the chance to

Re: GSoC Status - Week 5 (Customizable prints)

2015-06-29 Thread Lubomir I. Ivanov
On 29 June 2015 at 05:08, Gehad Elrobey gehadelro...@gmail.com wrote: Hello all, This week I was working on the list of tasks which I have discussed with Lubomir. Tasks completed so far: - QPrintPreviewDialog triggered from the main dialog - add print selected dives support - print in

Re: great progress on dive site handling

2015-06-29 Thread Miika Turkia
On Mon, Jun 29, 2015 at 12:05 AM, Dirk Hohndel d...@hohndel.org wrote: On Sun, Jun 28, 2015 at 05:27:16PM +0800, Miika Turkia wrote: With the commit I just pushed the following happens. IFF you have a dive site that was downloaded from the companion app and IFF you either type in a new

Re: GSoC Status - Week 5 (Customizable prints)

2015-06-29 Thread Gehad Elrobey
On Mon, Jun 29, 2015 at 4:13 PM, Lubomir I. Ivanov neolit...@gmail.com wrote: On 29 June 2015 at 05:08, Gehad Elrobey gehadelro...@gmail.com wrote: Hello all, This week I was working on the list of tasks which I have discussed with Lubomir. Tasks completed so far: -

Feature request - Moving the info pane around the screen?

2015-06-29 Thread Gobbledegeek
Hi All, So I've been looking at the graphs with the translucent info pane showing depth, temp, NDL etc. I find it kinda intrusive or obstructive at its current location at the top left corner of the graph pane. It eats into the graph pane when I want to see a full view of the chart. But I still