[PATCH 5/7] Add debug print on CSV import

2015-07-27 Thread Miika Turkia
If we are running Subsurface in verbose mode, print the xsltproc command line to test the XSLT manually. Signed-off-by: Miika Turkia miika.tur...@gmail.com --- file.c | 13 + 1 file changed, 13 insertions(+) diff --git a/file.c b/file.c index b535029..0b893dc 100644 --- a/file.c +++

[PATCH 4/7] CSV import: add support for DC hw info

2015-07-27 Thread Miika Turkia
Signed-off-by: Miika Turkia miika.tur...@gmail.com --- dive.h| 2 +- file.c| 12 +--- qt-ui/divelogimportdialog.cpp | 6 -- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/dive.h b/dive.h index 0ac2c37..e61d1e9 100644

[PATCH 2/7] CSV import: add XSLT support for DC hw info

2015-07-27 Thread Miika Turkia
Include the DC's hardware name if it was given as parameter on CSV import. Signed-off-by: Miika Turkia miika.tur...@gmail.com --- xslt/csv2xml.xslt | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/xslt/csv2xml.xslt b/xslt/csv2xml.xslt index f2d652e..dda876a

[PATCH] Planner: Add comments to document the code

2015-07-27 Thread Rick Walsh
The purpose of parts of the planner code is not not always obvious. This is especially true of the conditional statements in the add_plan_to_notes function. Annotate the code with comments to explain the logic. Signed-off-by: Rick Walsh rickmwa...@gmail.com --- planner.c | 46

GSoC Status - Week 9 (Customizable prints)

2015-07-27 Thread Gehad Elrobey
Hello Lubomir, This week I was working on the following tasks: - Search for templates in printing_templates directory. - Fix QSettingsGroup issue. - Make TemplateEdit dialog re-sizable. - Implement import,export and delete templates. - Add shades of blue color palette. - Add flow layout. - Add

[PATCH] Update spanish translation of user manual to english 75e736a

2015-07-27 Thread Salvador Cuñat
Signed-off-by: Salvador Cuñat salvador.cu...@gmail.com --- Documentation/user-manual_es.txt | 546 --- 1 file changed, 457 insertions(+), 89 deletions(-) diff --git a/Documentation/user-manual_es.txt b/Documentation/user-manual_es.txt index 7f2e6c1..6239da5

Re: GSoC Status - Week 9 (Customizable prints)

2015-07-27 Thread Lubomir I. Ivanov
On 27 July 2015 at 18:10, Gehad Elrobey gehadelro...@gmail.com wrote: Hello Lubomir, This week I was working on the following tasks: - Search for templates in printing_templates directory. - Fix QSettingsGroup issue. - Make TemplateEdit dialog re-sizable. - Implement import,export and

[GSoC] Week 9 - Native Bluetooth support

2015-07-27 Thread Claudiu Olteanu
Hi there, This week I managed to implement a sample which connects to remote a Bluetooth device and exchanges some bits using the Windows API. For the beginning I wanted to see if I can make my HW OSTC2 and OSTCs devices enter in download mode. I didn't encounter too many problems so I decided to

libftdi based subsurface communication...

2015-07-27 Thread Anton Lundin
Or, why does selinux always get in the way of me doing fun tings? Anyhow... Last night i wacked together some support for libftdi based communication with the custom serial based code, by re-purposing some of Venkatesh old code. The custom serial code is clearly streamlined to support rfcomm,

[PATCH 3/3] Test case: Seabear new format

2015-07-27 Thread Miika Turkia
This validates Seabear import from H3 and T1 dive computers that use new CSV format to store the logs. The fields wary depending on the dive mode, thus we need to parse the field configuration during import. Signed-off-by: Miika Turkia miika.tur...@gmail.com --- tests/testparse.cpp | 126

[PATCH 1/3] Test dives for Seabear new format

2015-07-27 Thread Miika Turkia
These are test dives for Seabear H3 and T1 dive computers received from Seabear Diving Technology. Signed-off-by: Miika Turkia miika.tur...@gmail.com --- dives/TestDiveSeabearH3_0002SBDT.CSV | 229 dives/TestDiveSeabearH3_0003SBDT.CSV | 230

Re: [PATCH] start making the android app more mobile friendly.

2015-07-27 Thread Joakim Bygdell
On 27 Jul 2015, at 8:20, Rick Walsh rickmwa...@gmail.com wrote: On 27 Jul 2015 3:42 pm, Steve stevewilli...@internode.on.net mailto:stevewilli...@internode.on.net wrote: Just FYI on a Samsung S4 4.3 I cannot get to the menu by pressing the usual menu key (or any other way I can

Re: [PATCH] start making the android app more mobile friendly.

2015-07-27 Thread Joakim Bygdell
On 27 Jul 2015, at 9:48, Steve stevewilli...@internode.on.net wrote: I can see the white square outline in the top right corner in this version. Regards, Steve Then our phone have problems with unicode characters. /Jocke ___ subsurface

Re: [PATCH] start making the android app more mobile friendly.

2015-07-27 Thread Grace Karanja
On Mon, Jul 27, 2015 at 7:56 AM, Steve stevewilli...@internode.on.net wrote: Just FYI on a Samsung S4 4.3 I cannot get to the menu by pressing the usual menu key (or any other way I can think of). Hi, I will get a device with a menu key and test/implement this. Ideally pressing the menu key

[PATCH] User Manual: Slight changes on OSTCTools import

2015-07-27 Thread Salvador Cuñat
Don't give sensation that OSTCTools is a HW software, which it isn't. Little adds on supported DCs and other considerations. Signed-off-by: Salvador Cuñat salvador.cu...@gmail.com --- Documentation/user-manual.txt | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff