Patch

2014-03-08 Thread Rishubh Jain
Hi Dirk and Tomaz I Have attachedd the patch. I guess this is at the satisfactory level both in terms of the commit message and the requirements. From beee0933fdeb2c2f4c1bf458c3a7e5585cb565a2 Mon Sep 17 00:00:00 2001 From: Rishubh Date: Sun, 9 Mar 2014 10:19:18 +0530 Subject: [PATCH] Enhancement:

Need guidance for Android divecomputer downloader

2014-03-08 Thread Harshit Gupta B.Tech., Electrical, IT-BHU, Varanasi (INDIA)
I need some guidance from where I can study about how the desktop application works or atleast give me the links , so that I can understand the code and try to implement it on Android. I asked this question on IRC too but none of the mentors were there at that time. Thanks, Harshit Gupta __

Re: Patch

2014-03-08 Thread Dirk Hohndel
On Sun, 2014-03-09 at 03:20 +0800, Rishubh Jain wrote: > sorry forgot to attach...attached here > > > > On Saturday, 8 March 2014 11:48 PM, Rishubh Jain > wrote: > > Hi Dirk > I have attached a screen shot with this mail of the new message > box...please check if this is to your satisfactory l

Re: Fix unbelievably broken code in put_vformat()

2014-03-08 Thread Dirk Hohndel
Dear hopped-up woodland creature... On Sat, 2014-03-08 at 15:54 -0800, Linus Torvalds wrote: > But no, the git object parsing code was fine, it was just my > put_vformat() code that was utter crap, clearly written by some > hopped-up woodland creature - me. > > Christ, sometimes I wonder what ba

Fix unbelievably broken code in put_vformat()

2014-03-08 Thread Linus Torvalds
This code has worked for us for a long time, and we use it extensively ("put_format()" is built around it). That doesn't mean it wasn't completely buggered, though. But the broken case only happened when the result of the printout was larger than (or equal to) the on-stack buffer of 128 bytes tha

Re: Project Discussion

2014-03-08 Thread Rishubh Jain
Tomaz, Thanks for Replying, I have already read the code and working on it from few days now, I have submitted a patch but was not according to the expectations, But i am trying to work on it and make it better and understand subsurface better Thanking You Rishubh On Saturday, 8 March 201

Re: Patch for the companion app of the subsurface

2014-03-08 Thread Aurélien PRALONG
Hello, > Dialog box added containing all the google accounts in it. I don't like this idea : you need an additional permission in the manifest, just to avoid _typing_ your email. I personally try to avoid adding a permission unless mandatory, as it is intrusive. People do not read code (well, most

Re: VPM Technical Discussion

2014-03-08 Thread Gopichand Paturi
Hello Robert, I understood that I'm beating around the concepts underlying buhlmann with your questions and I'm happy for knowing that. I am trying to understand the variable permeability concept precisely now. Thanks to your questions which are keeping me on right track. I will get back as soon

Re: Improving the authentication process of subsurface.

2014-03-08 Thread Aurélien PRALONG
Harshit, >I have to click on the click on existing account option and after writing my email-id, An email is > received containing my generated id. Then I have to copy my generated id and then paste > in the retrieve account option. If you create the account from the application, you don't have to

Re: Patch

2014-03-08 Thread Rishubh Jain
To match the requirements by Dirk i had to omit the saving option ...but there is still an option to Quit by discarding all the changes..so the user doesnot have to go back just to cancel the edits and then Quit Rishubh On Sunday, 9 March 2014 12:02 AM, Tomaz Canabrava wrote: On Sat

Re: Patch

2014-03-08 Thread Tomaz Canabrava
On Sat, Mar 8, 2014 at 3:20 PM, Rishubh Jain wrote: > sorry forgot to attach...attached here > > > On Saturday, 8 March 2014 11:48 PM, Rishubh Jain > wrote: > Hi Dirk > I have attached a screen shot with this mail of the new message > box...please check if this is to your satisfactory level o

Patch

2014-03-08 Thread Rishubh Jain
Hi Dirk I have attached a screen shot with this mail of the new message box...please check if this is to your satisfactory level or not Thanking You Rishubh ___ subsurface mailing list subsurface@hohndel.org http://lists.hohndel.org/cgi-bin/mailman/list

Re: Actually insert the (not yet parsed) dives into dive list and trips

2014-03-08 Thread Dirk Hohndel
I'm very busy today with the family. Since this patch could cause people to lose data I'll hold off on applying it to master. /D (Sorry for top post) --- >From my phone Linus Torvalds wrote: >This patch is just a few trivial lines of code, and a lot of >explanation for one hacky line. > >But

Actually insert the (not yet parsed) dives into dive list and trips

2014-03-08 Thread Linus Torvalds
This patch is just a few trivial lines of code, and a lot of explanation for one hacky line. But with it, you can now see the dives being loaded from the git repo into subsurface. Of course, since the actual dive data files aren't being parsed, there's not a whole lot of information there, but it'

Re: Patch

2014-03-08 Thread Dirk Hohndel
First. Do not top post. It breaks the flow of conversation. On Sun, 2014-03-09 at 00:22 +0800, Rishubh Jain wrote: > I am sorry for the silly mistakes...i am willing to correct my > mistakes...I understand the indent problem and the commit message I > will definitely improvise that, and will sure

Re: Project Discussion

2014-03-08 Thread Tomaz Canabrava
On Sat, Mar 8, 2014 at 9:34 AM, Rishubh Jain wrote: > Hi > I am interested to work on project "complete dive planner"...I am familiar > with C++ language and Qt framework... I have also been working on the > subsurface source code for some days now.. If possible please guide me how > to proceed n

Re: Improving the authentication process of subsurface.

2014-03-08 Thread Pierre-Yves Chibon
On Sat, Mar 08, 2014 at 05:32:54PM +0530, Harshit Gupta B.Tech., Electrical, IT-BHU, Varanasi (INDIA) wrote: >Hi all.! >I am one of the GSoC'14 aspirant and have been trying to study the Android >Companion App of subsurface. Initially when playing with the app, I found >it cumberso

Re: Patch

2014-03-08 Thread Rishubh Jain
I am sorry for the silly mistakes...i am willing to correct my mistakes...I understand the indent problem and the commit message I will definitely improvise that, and will surely remove the qDebug() callsbut i still didnt get the idea of not using what i did..isnt it the same thing saving on

Re: Patch

2014-03-08 Thread Dirk Hohndel
On Sat, 2014-03-08 at 23:00 +0800, Rishubh Jain wrote: > Hey Dirk > > > Please review my patch once more ...I think its usefull and i guess > even few people like thiago thinks it will be usefull, > > It makes the UI a little more friendly You have not read my response. You have not reacted to

Re: Improving the authentication process of subsurface.

2014-03-08 Thread Dirk Hohndel
On Sat, 2014-03-08 at 17:32 +0530, Harshit Gupta B.Tech., Electrical, IT-BHU, Varanasi (INDIA) wrote: > Hi all.! > > I am one of the GSoC'14 aspirant and have been trying to study the > Android Companion App of subsurface. Initially when playing with the > app, I found it cumbersome while retrievi

Re: Small git writing cleanup, some initial reading support

2014-03-08 Thread Dirk Hohndel
On Fri, 2014-03-07 at 23:18 -0800, Linus Torvalds wrote: > Ok, so I lied. The "git reading support" is more like just a very > rough skeleton that parses the git object tree hierarchy. And by that > I mean that it literally parses *just* the hierarchy, it doesn't ever > actually look at the data in

Patch

2014-03-08 Thread Rishubh Jain
Hey Dirk Please review my patch once more ...I think its usefull and i guess even few people like thiago thinks it will be usefull, It makes the UI a little more friendly Thanking You Rishubh ___ subsurface mailing list subsurface@hohndel.org http:

Re: Re asking questions on IRC

2014-03-08 Thread Rishubh Jain
I am sorry but i am not able to get few things...tell me if i am wrong "to you have subsurface running with the current version of the planner enabled?"->since i am using the latest source code i guess i have the latest subsurface running " Have you located the bug report that lists the most urge

Re: Re asking questions on IRC

2014-03-08 Thread Giuseppe 'ferdy' Miceli
> "RH" == Robert C Helling > writes: RH> Hi, just my $.02 on how you effectively communicate on IRC. RH> i think it could be really helpful writing down a little document about good behaving on irc as well as the evil of top posting :) i guess that would be more a website page

Re: VPM Technical Discussion

2014-03-08 Thread Robert C. Helling
On 08 Mar 2014, at 12:01, Gopichand Paturi wrote: Gopichand, > > I'm sure we have ambient pressure data during ascent or descent. Yes, that’s basically given by the depth. How do you determine the radius r? My guess is that it is the actual unknown in this equation and we have some knowledg

Re: Re asking questions on IRC

2014-03-08 Thread Robert C. Helling
On 08 Mar 2014, at 11:54, Rishubh Jain wrote: > Hi > I was interested to work on the project "completing the dive planner", and > wanted to discuss it..how should i proceed? > Thanking you > Rishubh Rishubh, to you have subsurface running with the current version of the planner enabled? H

Project Discussion

2014-03-08 Thread Rishubh Jain
Hi I am interested to work on project "complete dive planner"...I am familiar with C++ language and Qt framework... I have also been working on the subsurface source code for some days now.. If possible please guide me how to proceed next? Thanking You Rishubh ___

Improving the authentication process of subsurface.

2014-03-08 Thread Harshit Gupta B.Tech., Electrical, IT-BHU, Varanasi (INDIA)
Hi all.! I am one of the GSoC'14 aspirant and have been trying to study the Android Companion App of subsurface. Initially when playing with the app, I found it cumbersome while retrieving my id on an existing account. I have to click on the click on existing account option and after writing my e

Re: VPM Technical Discussion

2014-03-08 Thread Gopichand Paturi
Thanks Robert, for the quick response on a weekend. As you said the other day about the pressure of small bubble is far higher than larger bubble...I have confirmed with what you said myself(1) Let me start with this by proving that smaller the bubble ...greater the pressure. Considerin

Re: Re asking questions on IRC

2014-03-08 Thread Rishubh Jain
Hi I was interested to work on the project "completing the dive planner", and wanted to discuss it..how should i proceed?  Thanking you Rishubh On Saturday, 8 March 2014 3:24 PM, Robert C. Helling wrote: Hi, just my $.02 on how you effectively communicate on IRC. Unless you really reall

Re asking questions on IRC

2014-03-08 Thread Robert C. Helling
Hi, just my $.02 on how you effectively communicate on IRC. Unless you really really want a personal synchronous conversation with one specific person, “XXX are you there?” is probably not the question you want to ask. If you need help as you are stuck with some problem, it is often enough to