Building Subsurface/libdivecomputer

2015-07-24 Thread Willem Ferguson
I want to ask a silly question on how to build Subsurface. Currently the only critical code required is the build.sh script that invokes git to check out pull whatever is required. Currently I pull the Subsurface repository to get the latest build.sh script. But I am sure there is a much more

Re: Building Subsurface/libdivecomputer

2015-07-24 Thread Miika Turkia
On Fri, Jul 24, 2015 at 3:53 PM, Willem Ferguson willemfergu...@zoology.up.ac.za wrote: I want to ask a silly question on how to build Subsurface. Currently the only critical code required is the build.sh script that invokes git to check out pull whatever is required. Currently I pull the

[PATCH 4/4] Create test case for DivingLog SQLite import

2015-07-24 Thread Miika Turkia
Signed-off-by: Miika Turkia miika.tur...@gmail.com --- dives/test40-42.xml | 714 tests/testparse.cpp | 15 ++ tests/testparse.h | 1 + 3 files changed, 730 insertions(+) diff --git a/dives/test40-42.xml b/dives/test40-42.xml index

[PATCH 1/4] Divinglog import: find or create divesite

2015-07-24 Thread Miika Turkia
We obviously should lookup if the dive site already exist before creating a new one. Signed-off-by: Miika Turkia miika.tur...@gmail.com --- parse-xml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse-xml.c b/parse-xml.c index 429277f..17a2df3 100644 --- a/parse-xml.c

[PATCH] Spell rebreather with an h

2015-07-24 Thread Rick Walsh
From 8a58d276adeed617a618d80707311c760ed5c08a Mon Sep 17 00:00:00 2001 From: Rick Walsh rickmwa...@gmail.com Date: Fri, 24 Jul 2015 21:42:12 +1000 Subject: [PATCH] Spell rebreather with an h Signed-off-by: Rick Walsh rickmwa...@gmail.com --- qt-ui/diveplanner.cpp | 6 +++--- 1 file changed, 3