Re: [GSoC] Week 3 (Native Bluetooth support)

2015-06-15 Thread Claudiu Olteanu
The reason we explored QtBluetooth was that I was told that in Qt5.5 it was going to support all our platforms. It appears that this was wrong an it supports all except for Windows :-( Well, no.. Sorry to disappoint you. For Qt 5.5 it is planned to offer support for iOS and OS X and a stable

Re: [GSoC] Week 3 (Native Bluetooth support)

2015-06-14 Thread Claudiu Olteanu
descriptor with my socket descriptor, then I expect things to work. Do you have any suggestions how to do that? Do you believe that this is a bad idea? Should I give up with the Qt Bluetooth API and move further? Thanks, Claudiu On Sun, Jun 14, 2015 at 12:43 AM, Claudiu Olteanu

Re: [GSoC] Week 3 (Native Bluetooth support)

2015-06-14 Thread Claudiu Olteanu
No; I thought I explained this before we started... libdivecomputer has two reasonably distinct parts. The communication with the dive computer and the parsing of the data that was downloaded from the dive computer. My goal is to do the communication with Bluetooth based dive computers

Re: [GSoC] Week 3 (Native Bluetooth support)

2015-06-14 Thread Claudiu Olteanu
Thanks for your suggestions, Jef! I can definitely do that but I was looking for a solution which doesn't imply changes on *libdivecomputer* project. An ideal solution which is implemented on *Subsurface* project and doesn't need to re-implement the dive computer communication protocol. Although

Re: [GSoC status] Week 2 (Native Bluetooth support)

2015-06-07 Thread Claudiu Olteanu
Ok. Thanks for your response. Cheers, Claudiu ___ subsurface mailing list subsurface@subsurface-divelog.org http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

[GSoC] Native bluetooth support - weekly report

2015-06-01 Thread Claudiu Olteanu
Hi there, Sorry for the long post. Hope you can bear with me. :-) Here are some thinks I managed to do after the first week and the ones that gave me some troubles. The first encountered problems were when I tried to turn on my Bluetooth device :-). Apparently there was something wrong with my

[GSoC 2015]

2015-04-27 Thread Claudiu Olteanu
Hi there, I would like to thank you for choosing me to be one of the accepted students for this organization. I will do my best to finish the project successfully and become a valuable contributor for this organization. Congrats to all students and I hope that we will have a nice summer. Happy

Re: [GSoC 2015] Project proposal

2015-03-25 Thread Claudiu Olteanu
Hi there, After I did a research about the Qt Bluetooth API, I updated the implementation section with a second approach which implies the Qt module. Please take a look over the Implementation and Plan sections and tell me if you believe that they should be improved [1]. In the remained time

Re: [PATCH] Fix some memory leaks

2015-03-23 Thread Claudiu Olteanu
All of them are used locally. If you believe that it will be helpful I can write a detailed report about each free call and the reason I used it. Claudiu On Mon, Mar 23, 2015 at 5:39 PM, Dirk Hohndel d...@hohndel.org wrote: On Sun, Mar 22, 2015 at 01:48:43PM +0200, Claudiu Olteanu wrote

Re: [GSoC 2015] Project proposal

2015-03-22 Thread Claudiu Olteanu
Do you believe that it would be a good idea to start doing a moreelaborate documentation on QtBluetooth in the remaining time (5 days)and to write it on the proposal as an alternative solution? I already scheduled this research for the beginning of the projectand decided to focus on project

Re: [PATCH] Fix some memory leaks

2015-03-22 Thread Claudiu Olteanu
. Claudiu On Sun, Mar 22, 2015 at 1:48 PM, Claudiu Olteanu olteanu.vasilica.clau...@gmail.com wrote: Hello, This patch fixes some memory leaks from datatrak implementation. Claudiu From 5668e8c78c3ee07b486473dbe5ea00772c3117c0 Mon Sep 17 00:00:00 2001 From: Claudiu Olteanu olteanu.clau

Re: [GSoC 2015] Project proposal

2015-03-21 Thread Claudiu Olteanu
, Miika Turkia miika.tur...@gmail.com wrote: On Thu, Mar 19, 2015 at 9:11 AM, Claudiu Olteanu olteanu.clau...@ymail.com wrote: Hi there, I just finished my proposal. It would be very useful if you can give me some feedback. I only took a quick look, and what stood out was that you

Re: [PATCH] Fix for ticket #844

2015-03-21 Thread Claudiu Olteanu
, Claudiu Olteanu olteanu.vasilica.clau...@gmail.com wrote: Oh, thanks. I usually insert more tabs and finally align with a number of spaces less than the size of a tab. Hope that the last patch (attached to this e-mail) is good :-). yeah, the patch is good now. line 31 adds a line

Re: [PATCH] Fix for ticket #844

2015-03-21 Thread Claudiu Olteanu
: On 21 March 2015 at 17:17, Claudiu Olteanu olteanu.vasilica.clau...@gmail.com wrote: Ok, I removed that line too. I thought that is more readable in that way, but you are right: it is better to keep all the declarations in the same block. i also think it's more readable with the extra line

Re: [PATCH] Fix for ticket #844

2015-03-21 Thread Claudiu Olteanu
Oh, thanks. I usually insert more tabs and finally align with a number of spaces less than the size of a tab. Hope that the last patch (attached to this e-mail) is good :-). Claudiu From e6bd3144a8f2e66628bf04845e1e30949484fc3e Mon Sep 17 00:00:00 2001 From: Claudiu Olteanu olteanu.clau

[PATCH] Fix for ticket #844

2015-03-20 Thread Claudiu Olteanu
Hi there, Here is a patch which fixes the #844 ticket. Cheers, Claudiu From 968774ebf4050085c1d23d2012f7e9defe08ff2c Mon Sep 17 00:00:00 2001 From: Claudiu Olteanu clau...@linux-qpot.site Date: Fri, 20 Mar 2015 23:04:21 +0200 Subject: [PATCH] Implement handler for cancel button of Save As dialog

[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: [GSoC 2015] Introduction

2015-03-17 Thread Claudiu Olteanu
If you have any idea on how I can fix the linking problem, please let me know. As I said it before I have a OpenSuse 13.2-KDE-x86_64 platform. The linker version is GNU ld (GNU Binutils) 2.24.51.20140703. and the version of mingw64-make is GNU Make 4.0. For the moment I will skip the

Re: [GSoC 2015] Introduction

2015-03-17 Thread Claudiu Olteanu
For the moment I will skip the cross-building process and I will try to finish my proposal and to discover other ways to contribute. Worst case I'll just create binaries that you can test and you focus on Linux, first. Well, it will not be a problem for me to change my distribution to

Re: [GSoC 2015] Introduction

2015-03-17 Thread Claudiu Olteanu
. For the moment I will skip the cross-building process and I will try to finish my proposal and to discover other ways to contribute. Best regards, Claudiu [1] - http://pastebin.com/MpqHVpJN [2] - https://github.com/libgit2/libgit2/pull/2985 On Mon, Mar 16, 2015 at 9:01 AM, Claudiu Olteanu

Re: [GSoC 2015] Introduction

2015-03-16 Thread Claudiu Olteanu
Thanks for your responses. Currently I use a OpenSuse distribution (13.2 - KDE - x86_64). I will try to do the cross build when I will get back home and I will let you know if it works. If not I can certainly look over the scripts and try to make them work. In this way I will expand my

[TICKET #507 - FIX] Change the zoom level on globe if no coordinates are set

2015-03-15 Thread Claudiu Olteanu
Hi there, This is patch for ticket #507. If the coordinates of a dive are not set then a full view of Earth is shown. Happy coding, Claudiu From 0e2c9c6bde44e8277d83637f1a03fbb86052ad2f Mon Sep 17 00:00:00 2001 From: Claudiu Olteanu olteanu.clau...@ymail.com Date: Sun, 15 Mar 2015 15:42:05 +0200

[GSoC 2015] Introduction

2015-03-15 Thread Claudiu Olteanu
Hi there, I believe that it is time to introduce myself and to let you know that I intend to apply for the idea Native Bluetooth support for Linux and/or Windows - GSoC 2015. My name is Claudiu Olteanu and I am a bachelor student at the University Politechnica of Bucharest. I have a strong

<    1   2