Self Introduction iOS Companion App Proof of Concept

2014-03-19 Thread kareem hewady
Dear All, I'm Kareem Hewady, 2nd year electrical engineering student at Ain Shams University, Egypt. I'm applying for GSoC this year. I'm really interested in the iOS Companion App Idea. I've just finished a Proof of concept iOS App and published it to GitHut (see link below). I think i've

Re: Self Introduction iOS Companion App Proof of Concept

2014-03-19 Thread Robert Helling
On 19.03.2014, at 16:18, kareem hewady kareem_hew...@yahoo.com wrote: Kareem, Repo Link: https://github.com/kareem-hewady/Subsurface-Companion-iOS sorry, I have never built for IOS before. I tried cloning that in Xcode and then to build it but it complains that it cannot find KHDive.m (which

[PATCH] Profile2: fix widths on some lines for Qt5

2014-03-19 Thread Lubomir I. Ivanov
From: Lubomir I. Ivanov neolit...@gmail.com Qt5 uses different widths for some of the poly. lines in the profile. Setting an explicit value fixes that. Tested-by: Anton Lundin gla...@acc.umu.se Signed-off-by: Lubomir I. Ivanov neolit...@gmail.com --- qt-ui/profile/diveprofileitem.cpp | 5 +++--

Re: GSOC 2014

2014-03-19 Thread Dirk Hohndel
On Wed, 2014-03-19 at 08:23 -0700, Shemil Hashan wrote: Hi all, I'm new here. Saw you guys on GSoc list and went through the details. Few ideas matches my experience very well. Dirk Hohndel is the mentor for that project. Dirk Hohndel,can you help me? please look at

[PATCH] Main: separate the QApplication and UI creation

2014-03-19 Thread Lubomir I. Ivanov
From: Lubomir I. Ivanov neolit...@gmail.com When some arguments like --help and --version are passed to the executable, we don't need to create the UI at all. This patch separates the QApplication creation which is at first only needed to parse the arguments and then if exit() is not called from

Re: subsurface Digest, Vol 28, Issue 130

2014-03-19 Thread Shemil Hashan
-- next part -- A non-text attachment was scrubbed... Name: 0001-Up-Down-arrows-to-scroll-the-tags-completer-dont-wor.patch Type: text/x-patch Size: 2031 bytes Desc: not available URL: http://lists.hohndel.org/pipermail/subsurface/attachments/20140319/3a0d2352/attachment-0001.bin

Re: subsurface Digest, Vol 28, Issue 130

2014-03-19 Thread Tomaz Canabrava
So new ideas mean while keeping the features of the android version and we can add more which suits sub surface right? Shemil, Please change the way you are subscribed to the subsurface mailing list, it's creating a lot of unecessary noise. 1 - Do not Top post 2 - Do not Bottom Post on an

Re: New Idea for GSOC 2014

2014-03-19 Thread Robert Helling
On 18.03.2014, at 21:18, Naveen Sangtani naveensangtani2...@gmail.com wrote: Naveen, As you have mentioned that new ideas are also invited. I thought ‘new’ here meant subsurface related. Best Robert -- .oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oO Robert

Re: proposed solution for #436 Output should be directed to the windows console

2014-03-19 Thread Dirk Hohndel
On Wed, 2014-03-19 at 21:19 +0600, Farzana Raisa wrote: I am not being able to cross compile on linux for windows. And I have discussed about it in the list. That's why i couldn't compile it in window. But i guess the problem will be solved if i use fprintf(stderr, ) instead of printf() in the

learning to use email [was: Re: subsurface Digest, Vol 28, Issue 127]

2014-03-19 Thread Dirk Hohndel
On Wed, 2014-03-19 at 09:22 -0700, Shemil Hashan wrote: You should know how ios app building is done. Procedure is different from other development methods. I guess since android version already exists building the backend will be unneccessary. We need to build the fron end for iphones

My Updated GSoC proposal

2014-03-19 Thread Gopichand Paturi
Hi Robert, Dirk, Tomaz, This is my updated GSoC proposal for VPM algorithm implementation. It includes timeline of what I want to do. Also a bit of my personal details. I tried to make it more specific on how I am going to accomplish the task. atdotde, I took your suggestions into account by

Re: proposed solution for #436 Output should be directed to the windows console

2014-03-19 Thread Thiago Macieira
Em qua 19 mar 2014, às 11:54:06, Thiago Macieira escreveu: One exception to that rule is for output related to parsing the command-line: only users using a terminal will pass arguments on the command-line. Dirk has just pointed out to me that this is exactly the problem: we want to display

Re: [PATCH] git object store: make it possible to work with checked-out git branches

2014-03-19 Thread Linus Torvalds
On Wed, Mar 19, 2014 at 1:41 PM, Linus Torvalds torva...@linux-foundation.org wrote: +static int notify_cb(git_checkout_notify_t why, + const char *path, + const git_diff_file *baseline, + const git_diff_file *target, + const git_diff_file *workdir, + void

Re: [PATCH] git object store: make it possible to work with checked-out git branches

2014-03-19 Thread Dirk Hohndel
On Wed, 2014-03-19 at 13:53 -0700, Linus Torvalds wrote: Please edit the patch to remove that fprintf(stderr...); line before applying it. Done /D ___ subsurface mailing list subsurface@hohndel.org

patches regarding some of the bugs for 4.1 release

2014-03-19 Thread Tomaz Canabrava
That's still one bug that I'm hunging... do not release with that pesky bug on. From b33909135032837dcea6155cb9aa58d674306995 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava tomaz.canabr...@intel.com Date: Wed, 19 Mar 2014 18:29:35 -0300 Subject: [PATCH 7/7] Better handle of Keyboard on the Inline

[PATCH] Add current time and adjusted time to gui when one asjusts dive's timestamp

2014-03-19 Thread Gehad
I added the current time and the adjusted time to the shift time widget, I added a function in dive.c to get the timestamp of the first selected dive, I am not sure if a similar function is already implemented before. This will view the date of the first selected dive only and will not work

Re: [PATCH] Fixing ticket #468 Up/Down arrows don't work with tags

2014-03-19 Thread Miika Turkia
Excellent, this fixes the dive buddy and DM fields as well! If only esc-key would discard the new tag/buddy selection, not accept it. Care to add that feature as well? miika ___ subsurface mailing list subsurface@hohndel.org