Re: How to reduce row height in table print

2015-03-19 Thread Lubomir I. Ivanov
On 19 March 2015 at 18:12, Tomaz Canabrava tcanabr...@kde.org wrote: On Thu, Mar 19, 2015 at 10:07 AM, Lubomir I. Ivanov neolit...@gmail.com wrote: On 19 March 2015 at 01:28, Lutz Vieweg l...@5t9.de wrote: Hi, I would like to print more dives per page in table mode, just reducing the

Re: Customizable Print Formats GSoC 2015

2015-03-19 Thread Lubomir I. Ivanov
On 18 March 2015 at 23:22, Gehad Elrobey gehadelro...@gmail.com wrote: Hello Lubomir, I am attaching a draft of my proposal in pdf format, Please review it. your feedback is most welcome :) Gehad, your application is very well formed. other students can take this into account when they write

[PATCH] Fix a couple of typos

2015-03-19 Thread Torstein Husebø
Signed-off-by: Torstein Husebø torst...@huseboe.net --- libdivecomputer.c| 2 +- qt-ui/mainwindow.cpp | 2 +- qt-ui/modeldelegates.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libdivecomputer.c b/libdivecomputer.c index 942b1ec149..950b9da4ed 100644 ---

[GSoC 2015] An introduction

2015-03-19 Thread Harshal Jalan
Hi, I want to introduce myself to all of you. I am Harshal Jalan. I am a freshman, doing my B. Tech.at the Indian Institute of Technology (IIT) Bombay, India. I would be applying for two projects, both under subsurface. One is for implementing the VPM algorithm in c/c++ and the other is for

Re: GSoC 2015 - Introduction

2015-03-19 Thread Marcos Cardinot
Oh, I forgot to mention - I'm 'cardinot' in #subsurface 2015-03-19 22:27 GMT-03:00 Marcos Cardinot markoskardi...@gmail.com: Hi everyone, Firstly, I would like to introduce myself... I'm a computer engineer and a physics student who wishes to apply for GSoC this year. In order to get

[PATCH] critical bug #858 - 'log' - 're-plan dive' crashes subsurface

2015-03-19 Thread Marcos Cardinot
Hi, Regarding to the bug #858: http://trac.subsurface-divelog.org/ticket/858 Please, see attached patch... Question, should we print something in this case? All the best, Marcos From 8cf432d8fc7fba53df9d174f37e6de8673dad5a4 Mon Sep 17 00:00:00 2001 From: Marcos CARDINOT mcardi...@gmail.com

GSoC 2015 - Introduction

2015-03-19 Thread Marcos Cardinot
Hi everyone, Firstly, I would like to introduce myself... I'm a computer engineer and a physics student who wishes to apply for GSoC this year. In order to get familiar with the source code, I have been studying it and working on some bugs. I've sent four patches so far... so, it means that I've

Re: How to reduce row height in table print

2015-03-19 Thread Lubomir I. Ivanov
On 19 March 2015 at 01:28, Lutz Vieweg l...@5t9.de wrote: Hi, I would like to print more dives per page in table mode, just reducing the number sr=4 in const int sr = 12; // smallest row height in pixels profilePrintRowHeights.append(sr); that's for the table in profile

Re: Which protocol to implement on a home brewed diving computer ?

2015-03-19 Thread Anton Lundin
On 17 March, 2015 - Thomas Schrein (mailinglists) wrote: Robert, Am 16.03.2015 um 17:35 schrieb Robert Helling: Thomas, On 16.03.2015, at 14:29, Thomas Schrein (mailinglists) tsx...@schrein.de mailto:tsx...@schrein.de wrote: The housing of oDiCo is made from plexiglas version 0.1 and

Re: Qt Bluetooth in 5.5

2015-03-19 Thread Lubomir I. Ivanov
On 18 March 2015 at 05:48, Dirk Hohndel d...@hohndel.org wrote: Thiago, would Subsurface benefit from using Qt Bluetooth for our intended Bluetooth integration? This would cause some interesting architectural challenges with libdivecomputer (as that most definitely doesn’t want to depend

Re: Which protocol to implement on a home brewed diving computer ?

2015-03-19 Thread Martin Gysel
Am 19.03.2015 um 14:14 schrieb Anton Lundin: On 17 March, 2015 - Thomas Schrein (mailinglists) wrote: Robert, Am 16.03.2015 um 17:35 schrieb Robert Helling: Thomas, On 16.03.2015, at 14:29, Thomas Schrein (mailinglists) tsx...@schrein.de mailto:tsx...@schrein.de wrote: The housing of

HighPressureLogger, Odometer/ Re: Which protocol to implement on a home brewed diving computer ?

2015-03-19 Thread Thomas Schrein (mailinglists)
Martin, Anton, Am 19.03.2015 um 15:01 schrieb Martin Gysel: Am 19.03.2015 um 14:14 schrieb Anton Lundin: On 17 March, 2015 - Thomas Schrein (mailinglists) wrote: . . . I would be interested in such a device, even if they would be built as one off jobs. Only thing i would argue is really

Re: [PATCH] Fix a couple of typos

2015-03-19 Thread Dirk Hohndel
Clean, simple patch. Thanks /D On Thu, Mar 19, 2015 at 01:32:43PM +0100, Torstein Husebø wrote: Signed-off-by: Torstein Husebø torst...@huseboe.net --- libdivecomputer.c| 2 +- qt-ui/mainwindow.cpp | 2 +- qt-ui/modeldelegates.cpp | 2 +- 3 files changed, 3 insertions(+), 3

[GSoC 2015] Project proposal

2015-03-19 Thread Claudiu Olteanu
Hi there, I just finished my proposal. It would be very useful if you can give me some feedback. The application can be found on [1] link. I didn't write it in this e-mail because I was afraid that it will lose the format. Thanks in advance, Claudiu [1] -

Re: Qt Bluetooth in 5.5

2015-03-19 Thread Dirk Hohndel
On Thu, Mar 19, 2015 at 03:23:28PM +0200, Lubomir I. Ivanov wrote: On 18 March 2015 at 05:48, Dirk Hohndel d...@hohndel.org wrote: Thiago, would Subsurface benefit from using Qt Bluetooth for our intended Bluetooth integration? This would cause some interesting architectural

[PATCH] uemis-downloader - typo?

2015-03-19 Thread Marcos Cardinot
Hi, Please, see attached patch... Is there any reason to change the order of these arguments? typo? All the best, Marcos From b04b2a168c08002ddc7058da8b968a74dd73afdd Mon Sep 17 00:00:00 2001 From: Marcos CARDINOT mcardi...@gmail.com Date: Thu, 19 Mar 2015 17:20:03 -0300 Subject: [PATCH]

Re: [PATCH] uemis-downloader - typo?

2015-03-19 Thread Dirk Hohndel
Jikes. Goes to show that no one sane would ever enter a GPS location on the Uemis SDA... Thanks for the patches. Both look good (even the one you sent twice) :-) /D On Thu, Mar 19, 2015 at 05:32:41PM -0300, Marcos Cardinot wrote: From b04b2a168c08002ddc7058da8b968a74dd73afdd Mon Sep 17

Re: HighPressureLogger, Odometer/ Re: Which protocol to implement on a home brewed diving computer ?

2015-03-19 Thread Martin Gysel
Am 19.03.2015 um 20:09 schrieb Robert C. Helling: Hi, On 19 Mar 2015, at 18:30, Thomas Schrein (mailinglists) tsx...@schrein.de wrote: About the sensor: as a first idea we found this:http://www.amsys.info/sheets/amsys.en.me501_d.e.pdf May you have an other sensor from the sensor

Re: How to reduce row height in table print

2015-03-19 Thread Tomaz Canabrava
On Thu, Mar 19, 2015 at 10:07 AM, Lubomir I. Ivanov neolit...@gmail.com wrote: On 19 March 2015 at 01:28, Lutz Vieweg l...@5t9.de wrote: Hi, I would like to print more dives per page in table mode, just reducing the number sr=4 in const int sr = 12; // smallest row height in

[PATCH] [datatrak.c] Add support for divemode if dive is SCR

2015-03-19 Thread Salvador Cuñat
Not necesary for OC as this is the default. Signed-off-by: Salvador Cuñat salvador.cu...@gmail.com --- datatrak.c | 1 + 1 file changed, 1 insertion(+) diff --git a/datatrak.c b/datatrak.c index fc46ff4..2544eed 100644 --- a/datatrak.c +++ b/datatrak.c @@ -404,6 +404,7 @@ static struct dive

[PATCH] [datatrak.c] Avoid duplicities on dive sites while importing

2015-03-19 Thread Salvador Cuñat
Instead of create an uuid for every imported dive, check if it exists. If not create a new one. Signed-off-by: Salvador Cuñat salvador.cu...@gmail.com --- datatrak.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/datatrak.c b/datatrak.c index 2544eed..573796c 100644 ---