Re: GSoC 2014 Ideas

2014-02-27 Thread Lubomir I. Ivanov
On 27 February 2014 04:43, Alberto Corona albco...@gmail.com wrote: Sorry, forgot to CC the mailing list: I see, I wasn't aware of that. In that case most of what I had done should be thrown out the window! I'll make sure to stick to msys, in the meantime it really seems that cross-compiling

Gsoc 2014 ideas

2014-02-27 Thread Jef Driesen
Hi, For the Ability to Configure Dive Computers idea, one of the prerequisites is access to a supported dive computer. I think you can easily drop this requirement. The most likely target dive computer for this feature is the Heinrichs-Weikamp OSTC. It's open source, the available settings

GSoC-2-14

2014-02-27 Thread Sewwandi Wijayaratna
hello, I am a female graduate student studying electrical and computer engineering and I would like to participate in GSoC 2014 program. I am interested to provide a proposal for the project Better Zip file format integration. As requested on the GSoC idea page, I am trying to fix two issues to

Re: GSoC-2-14

2014-02-27 Thread Dirk Hohndel
On Thu, 2014-02-27 at 11:27 -0500, Sewwandi Wijayaratna wrote: hello, I am a female graduate student studying electrical and computer engineering and I would like to participate in GSoC 2014 program. Hi Sewwandi I am interested to provide a proposal for the project Better Zip file

GSoC 2014 IPhone Companion APP

2014-02-27 Thread Muhammad Umair
Hi, I am a student of electrical engineering and I would like to participate in GSoC 2014 program. I had been participated on GSoC 2011 and GSoC 2012. Besides, I had being selected for three months Summer internship at CERN OpenLab. I have sharp hands on experience of various languages and

Re: Few new things for Subsurface.

2014-02-27 Thread Tomaz Canabrava
crash fix. On Thu, Feb 27, 2014 at 3:41 PM, Tomaz Canabrava tcanabr...@kde.org wrote: From de171a82209f36c626546e0d68d15b541ab87318 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava tomaz.canabr...@intel.com Date: Thu, 27 Feb 2014 16:42:00 -0300 Subject: [PATCH 8/8] Make the ruler Work.

Re: GSoC 2014 IPhone Companion APP

2014-02-27 Thread Dirk Hohndel
On Thu, 2014-02-27 at 20:05 +0100, Muhammad Umair wrote: I am very much interested in IPhone Companion APP”. I would like to know about more details about the project. Besides, I have the following questions. a) UI for IPhone and IPad will be similar or different ? Given how simple

[PATCH 2/2] Fixed white space in profile

2014-02-27 Thread Alberto
From: Alberto Corona albco...@gmail.com --- qt-ui/profile/profilewidget2.cpp | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/qt-ui/profile/profilewidget2.cpp b/qt-ui/profile/profilewidget2.cpp index ee9e80b..8b16f07 100644 ---

[PATCH 2/3] Add some notes about vim settings for our style

2014-02-27 Thread Anton Lundin
Basic vim settings to mostly follow our coding style. Signed-off-by: Anton Lundin gla...@acc.umu.se --- CodingStyle | 29 + 1 file changed, 29 insertions(+) diff --git a/CodingStyle b/CodingStyle index a3e4fd1..04fe7f5 100644 --- a/CodingStyle +++ b/CodingStyle @@

[PATCH 3/3] Remove old leftover header

2014-02-27 Thread Anton Lundin
This got merged into a common divelogimportdialog. Signed-off-by: Anton Lundin gla...@acc.umu.se --- qt-ui/csvimportdialog.h | 53 - 1 file changed, 53 deletions(-) delete mode 100644 qt-ui/csvimportdialog.h diff --git a/qt-ui/csvimportdialog.h

[PATCH] Switch profile button events, clicked to toggled

2014-02-27 Thread Anton Lundin
This is needed so the underlaying struct preferences prefs, will be updated when we set the buttons to there previous state after we loaded the settings. Signed-off-by: Anton Lundin gla...@acc.umu.se --- qt-ui/mainwindow.cpp | 26 +- qt-ui/mainwindow.h | 26