HTML/JS-export [Was: Re: Everyone please read.... Re: GSOC 2014 is almost here - Volunteer mentors needed]

2014-02-10 Thread Paul-Erik Törrönen
> If the export function is implemented in Subsurface, then all this data > should be available and can be included in the produced output. So the > plan > is to have this output possibility as part of the result on this GSOC > project. Even better, if the HTML/JS part is almost there. If the targ

Re: GSOC 2014

2014-02-10 Thread Joseph W. Joshua
Hi Tomaz, I don't dive, but I code :). Of course, I will send a few patches. Joshua On 10/02/2014 21:03, Tomaz Canabrava wrote: On Mon, Feb 10, 2014 at 3:51 PM, Mcl > wrote: Hi all, Am planning on taking part in GSOC this year. I have experience in

Re: Everyone please read.... Re: GSOC 2014 is almost here - Volunteer mentors needed

2014-02-10 Thread Miika Turkia
On Tue, Feb 11, 2014 at 12:06 AM, "Paul-Erik Törrönen" wrote: > > Brief Explanation: > > Export the log book into HTML and use JavaScript to provide dynamic > > experience. > > FWIW I have something like this already, a PHP-script which reads in the > subsurface XML-file, pushes out JSON for a div

VPM-B Fortran code: can't find it

2014-02-10 Thread Rodrigo Severo
Hi, I want to start familiarizing myself with VPM-B's original Fortran code. Unfortunately I can't find it. I found a BASIC version, a C version converted with a f2c converter, several xls versions but not the Fortran code. AFAIK it should be here: ftp://ftp.decompression.org/Baker but this dir

Re: Proper fix to the 'close' file crash on the new profile.

2014-02-10 Thread Lubomir I. Ivanov
On 10 February 2014 19:09, Tomaz Canabrava wrote: > I didn't cleared the model when closing the file ( because I never closed > the file, sigh. ) > now it works :) > perhaps we should disable all buttons and clean the profile completely when no dives are in the list. here is another small fix for

Re: Everyone please read.... Re: GSOC 2014 is almost here - Volunteer mentors needed

2014-02-10 Thread Paul-Erik Törrönen
> Brief Explanation: > Export the log book into HTML and use JavaScript to provide dynamic > experience. FWIW I have something like this already, a PHP-script which reads in the subsurface XML-file, pushes out JSON for a dive to a JS-script which draws the pressure and depth-graph (which is the ha

Re: Donwloading from suunto zoop

2014-02-10 Thread Geir Alstad
I have the same problem after the upgrade. Geir 10. feb. 2014 17:54 skrev "Erick Mezzoni" følgende: > Hi. > > I was using subsurface perfectly but since yesterday I´m having this > problem. When I plug the zoop to the interface and press donwload in the > software the process start but its´n sho

Re: GSOC 2014

2014-02-10 Thread Tomaz Canabrava
On Mon, Feb 10, 2014 at 3:51 PM, Mcl wrote: > Hi all, > > Am planning on taking part in GSOC this year. I have experience in Qt from > past involvemein Sqlite database studio. > > I hope I get a chance to work with you all. > > Joshua > Joshua, While google didn't choosed us yet ( as it didn't

GSOC 2014

2014-02-10 Thread Mcl
Hi all, Am planning on taking part in GSOC this year. I have experience in Qt from past involvemein Sqlite database studio. I hope I get a chance to work with you all.Joshua ___ subsurface mailing list subsurface@hohndel.org http://lists.hohndel.org/cgi-

Proper fix to the 'close' file crash on the new profile.

2014-02-10 Thread Tomaz Canabrava
I didn't cleared the model when closing the file ( because I never closed the file, sigh. ) now it works :) Tomaz From 87f71fe3bdeaff8b2233c1424ed25d3c5533b17b Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Mon, 10 Feb 2014 15:04:27 -0200 Subject: [PATCH 3/3] Do not add the items to the sce

Re: Everyone please read.... Re: GSOC 2014 is almost here - Volunteer mentors needed

2014-02-10 Thread Robert Helling
On 10 Feb 2014, at 16:28, Dirk Hohndel wrote: HI everyone, > On Mon, 2014-02-10 at 13:07 +0200, Lubomir I. Ivanov wrote: >> On 9 February 2014 02:48, Dirk Hohndel wrote: >>> EVERYONE please at least read and >>> comment in email - or just edit on the wiki. >> >> for the GSoC task "VPM-B/BE"

Re: Some random patches.

2014-02-10 Thread Boris Barbulovski
ok, I just did an visual diff check, and found that: * title of one commit was split into two lines * you correct some of my chinglish. I'm using gitg software to commit to my local branch, and git command line tool for generating the patches. I guess gitg does something strange so it splits the t

Re: Some random patches.

2014-02-10 Thread Dirk Hohndel
On Mon, 2014-02-10 at 16:12 +0100, Boris Barbulovski wrote: > Four one-two line patches that fixes: > > * memory leak. > > * zero returned struct uninitialized members > > * adds bounds check > > * fix calloc() parameter order Again some commit message oddities. I fixed them up and pushed thin

Re: Everyone please read.... Re: GSOC 2014 is almost here - Volunteer mentors needed

2014-02-10 Thread Dirk Hohndel
On Mon, 2014-02-10 at 13:07 +0200, Lubomir I. Ivanov wrote: > On 9 February 2014 02:48, Dirk Hohndel wrote: > > EVERYONE please at least read and > > comment in email - or just edit on the wiki. > > for the GSoC task "VPM-B/BE" > > here is a VPM-B in C and python: > https://github.com/bwaite/vpm

Some random patches.

2014-02-10 Thread Boris Barbulovski
Four one-two line patches that fixes: * memory leak. * zero returned struct uninitialized members * adds bounds check * fix calloc() parameter order br, Boris.. From ca906466d93dfa290d187a787144ab29b3793e56 Mon Sep 17 00:00:00 2001 From: Boris Barbulovski Date: Mon, 10 Feb 2014 15:42:09 +0100 Sub

Re: segmentation fault with last git version

2014-02-10 Thread Dirk Hohndel
On Mon, 2014-02-10 at 07:57 -0200, Tomaz Canabrava wrote: > Lubomir was quicker. But while Lubomir's patch fixes the crash, it doesn't address the real issue: we should not try to show a profile if there are no dives. We are carefully calling the right cleanup functions for the old profile from

Re: segmentation fault with last git version

2014-02-10 Thread Tomaz Canabrava
On Mon, Feb 10, 2014 at 1:11 PM, Dirk Hohndel wrote: > > On Mon, 2014-02-10 at 07:57 -0200, Tomaz Canabrava wrote: > > Lubomir was quicker. > > But while Lubomir's patch fixes the crash, it doesn't address the real > issue: we should not try to show a profile if there are no dives. > We are caref

Re: Everyone please read.... Re: GSOC 2014 is almost here - Volunteer mentors needed

2014-02-10 Thread Lubomir I. Ivanov
On 10 February 2014 13:07, Lubomir I. Ivanov wrote: > On 9 February 2014 02:48, Dirk Hohndel wrote: >> EVERYONE please at least read and >> comment in email - or just edit on the wiki. > > for the GSoC task "VPM-B/BE" > > here is a VPM-B in C and python: > https://github.com/bwaite/vpmb > > the s

Re: Everyone please read.... Re: GSOC 2014 is almost here - Volunteer mentors needed

2014-02-10 Thread Lubomir I. Ivanov
On 9 February 2014 02:48, Dirk Hohndel wrote: > EVERYONE please at least read and > comment in email - or just edit on the wiki. for the GSoC task "VPM-B/BE" here is a VPM-B in C and python: https://github.com/bwaite/vpmb the source code license looks to me like the 2-clause (simplified) BSD, w

Re: segmentation fault with last git version

2014-02-10 Thread Tomaz Canabrava
Lubomir was quicker. Em 10/02/2014 07:57, "Tomaz Canabrava" escreveu: > > Em 10/02/2014 02:58, "Miika Turkia" escreveu: > > > > I was able to reproduce with debug and normal builds. I start subsurface > and close default log file immediately. The graph stays on screen, even > though log is close

[PATCH] Close search panel by button click

2014-02-10 Thread Sergey Starosek
Connect Close button (X) to panel's hide() method. Signed-off-by: Sergey Starosek --- qt-ui/usermanual.ui | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/qt-ui/usermanual.ui b/qt-ui/usermanual.ui index 766a0a8..506b5c2 100644 --- a/qt-ui/usermanual.ui +++

Re: segmentation fault with last git version

2014-02-10 Thread Lubomir I. Ivanov
On 10 February 2014 06:58, Miika Turkia wrote: > I was able to reproduce with debug and normal builds. I start subsurface and > close default log file immediately. The graph stays on screen, even though > log is closed (with debug build, I first need to switch to the new profile > tab, standard is