[PATCH] Add dive type to statistics window

2016-01-17 Thread Miika Turkia
This adds dive type based division to the "yearly statistics" window. Thus people can see the stats from individually from OC, CCR, PSCR and freedive. See #949 Signed-off-by: Miika Turkia --- qt-models/yearlystatisticsmodel.cpp | 14 ++ subsurface-core/statistics.c| 26 +

Re: Interested in contributing to Surbsurface

2016-01-17 Thread Dirk Hohndel
Hi Nges, Thanks for your response! Subsurface indeed started out as a Gtk project a little over four years ago. But we migrated away from Gtk and rewrote the UI in Qt in 2013... As I said in my initial response - I love to see new contributors, but the best contributions come from people with a g

Re: Interested in contributing to Surbsurface

2016-01-17 Thread Dirk Hohndel
Hi Your email looks a lot like a form email that maybe you sent to many projects. Is this something you were encouraged to do by one of your professors? On which "wiki" did you read about Subsurface? What is interesting about Subsurface for you? Are you a diver or interested in diving? Have you l

Interested in contributing to Surbsurface

2016-01-17 Thread Nges B
Good afternoon. My names are Nges Brian , I am a Cameroon and a Computer Engineering Student in the university of Buea. I am a C,C++ and PHP developer. I read about this organization on Wiki and was amaze. I will like to get involve by contributing some code and also fixing some patches to this org

[PATCH 1/2] Mark date field readonly on trip edit

2016-01-17 Thread Miika Turkia
The date comes from the first dive in trip, thus no need to allow editing (especially since the edited date seems to be discarded in any case). Signed-off-by: Miika Turkia --- desktop-widgets/maintab.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktop-widgets/maintab.cpp b/desktop-

[PATCH 2/2] Hide the time from trip tab

2016-01-17 Thread Miika Turkia
This hides the start time when viewing trip details. See #964 Signed-off-by: Miika Turkia --- desktop-widgets/maintab.cpp | 4 1 file changed, 4 insertions(+) diff --git a/desktop-widgets/maintab.cpp b/desktop-widgets/maintab.cpp index 197e5e7..3c95182 100644 --- a/desktop-widgets/maintab

[PATCH] Make DesktopExecutable the default build.

2016-01-17 Thread Willem Ferguson
Currently the build.sh script creates a Subsurface-mobile. Make the default the desktop application. Kind regards, willem >From 8af5c109f5b53b187c8beb830a41d2aa2f01593a Mon Sep 17 00:00:00 2001 From: Willem Ferguson Date: Sun, 17 Jan 2016 10:48:47 +0200 Subject: [PATCH 6/6] [PATCH] Make default