Re: Problems building from git on Ubuntu

2015-02-20 Thread Thiago Macieira
On Saturday 21 February 2015 07:47:47 Willem Ferguson wrote: > /home/willem/subsurface/qthelper.cpp:15: error: QStandardPaths: No such > file or directory > #include > > My Qt version is 5.2.1 > > Has anything else changed? You're not building against that Qt 5.2.1, since QStandardPaths was

Re: Problems building from git on Ubuntu

2015-02-20 Thread Miika Turkia
On Sat, Feb 21, 2015 at 7:47 AM, Willem Ferguson < willemfergu...@zoology.up.ac.za> wrote: > I use Ubuntu 14.4 and encounter a problem when building from git master > AND when dowloading the latest Ubuntu package. Identical symptoms. > > Program starts up with no dive log and is largely unresponsi

Re: Problems building from git on Ubuntu

2015-02-20 Thread Dirk Hohndel
On February 20, 2015 9:48:53 PM Willem Ferguson wrote: I use Ubuntu 14.4 and encounter a problem when building from git master AND when dowloading the latest Ubuntu package. Identical symptoms. Program starts up with no dive log and is largely unresponsive. When opening a dive log listed unde

Problems building from git on Ubuntu

2015-02-20 Thread Willem Ferguson
I use Ubuntu 14.4 and encounter a problem when building from git master AND when dowloading the latest Ubuntu package. Identical symptoms. Program starts up with no dive log and is largely unresponsive. When opening a dive log listed under the File option of the main menu, nothing happens. Whe

Re: FIY: libzip and UTF-8 on Win32

2015-02-20 Thread Lubomir I. Ivanov
On 21 February 2015 at 01:14, Lubomir I. Ivanov wrote: > > the new libzip itself works. but i also sent an email to the libzip > ML, as this could be on their end for > some odd reason. > doing a: FILE *f = fopen(QFile::encodeName(zipFile.fileName()), "rb"); (with or without zipFile.close() befor

Re: FIY: libzip and UTF-8 on Win32

2015-02-20 Thread Lubomir I. Ivanov
On 20 February 2015 at 22:13, Lubomir I. Ivanov wrote: > but...after building Subsurface with the new libzip it gives me > "Archive cannot be opened. Bad file descriptor" when download from > divelogs.de. > i need to investigate. > spent a couple of hours on this one. CCing Thiago - the QTempora

Re: [libgit2] Compile issue on debian-unstable

2015-02-20 Thread Dirk Hohndel
I am building the majority of the binaries people use and I build my own libgit2 for all of those. So this is purely about people building from source. And for those I recommend my build script on Linux that will also build its own libgit2 ... so in many ways I'm not thrilled with adding more i

Re: [libgit2] Compile issue on debian-unstable

2015-02-20 Thread Lubomir I. Ivanov
On 20 February 2015 at 20:51, Miika Turkia wrote: > On Fri, Feb 20, 2015 at 8:17 PM, Willem Ferguson > wrote: >> >> On 19/02/2015 07:02, Miika Turkia wrote: >>> >>> >>> >>> As supossed, I had a v0.20.0 version built from scratch overlaped with >>> the debian package. Cleaned it and the macro wor

Re: FIY: libzip and UTF-8 on Win32

2015-02-20 Thread Lubomir I. Ivanov
On 20 February 2015 at 22:05, Lubomir I. Ivanov wrote: > On 19 February 2015 at 18:49, Dirk Hohndel wrote: >> On Thu, Feb 19, 2015 at 06:45:09PM +0200, Lubomir I. Ivanov wrote: >>> i'm now subscribed to the libzip ML, so i will ping when an update is >>> pushed. >>> at least there is development

Re: FIY: libzip and UTF-8 on Win32

2015-02-20 Thread Lubomir I. Ivanov
On 19 February 2015 at 18:49, Dirk Hohndel wrote: > On Thu, Feb 19, 2015 at 06:45:09PM +0200, Lubomir I. Ivanov wrote: >> i'm now subscribed to the libzip ML, so i will ping when an update is pushed. >> at least there is development in the area. > > Thanks. Much appreciated. > a couple of patches

Re: [libgit2] Compile issue on debian-unstable

2015-02-20 Thread Miika Turkia
On Fri, Feb 20, 2015 at 8:17 PM, Willem Ferguson < willemfergu...@zoology.up.ac.za> wrote: > On 19/02/2015 07:02, Miika Turkia wrote: > >> >> >> As supossed, I had a v0.20.0 version built from scratch overlaped with >> the debian package. Cleaned it and the macro worked fine as debian version >>

[PATCH] [user-manual_es.txt] merge conflicts

2015-02-20 Thread Salvador Cuñat
Backport to 4.4.1 because of unresolved merge conflicts from f1f0294 Signed-off-by: Salvador Cuñat --- Documentation/user-manual_es.txt | 132 ++- 1 file changed, 117 insertions(+), 15 deletions(-) diff --git a/Documentation/user-manual_es.txt b/Documentation

[PATCH] Fix surface pressure on DM5 import

2015-02-20 Thread Miika Turkia
Seems that DM5 uses pascal as pressure unit for surface pressure. Signed-off-by: Miika Turkia --- parse-xml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse-xml.c b/parse-xml.c index 8826f2f..285c681 100644 --- a/parse-xml.c +++ b/parse-xml.c @@ -2281,7 +2281,7 @@ exte

Re: [libgit2] Compile issue on debian-unstable

2015-02-20 Thread Willem Ferguson
On 19/02/2015 07:02, Miika Turkia wrote: As supossed, I had a v0.20.0 version built from scratch overlaped with the debian package. Cleaned it and the macro worked fine as debian version (v0.21.3) has three parameters defined . I think the wrapper was set to support three paramete

Re: Download from Suunto Gekko - procedure?

2015-02-20 Thread Dirk Hohndel
On Fri, Feb 20, 2015 at 12:53:21PM +, David, Marcus wrote: > Martin, many thanks for your advice. > > I am using the Windows 7/64 bit OS on an HP Elite Notebook (laptop). The > cable I am/was intending to buy off Amazon/eBay is the Custom Idea one; I > think it's a USB/pc data cable? I have

RE: Download from Suunto Gekko - procedure?

2015-02-20 Thread David, Marcus
Martin, many thanks for your advice. I am using the Windows 7/64 bit OS on an HP Elite Notebook (laptop). The cable I am/was intending to buy off Amazon/eBay is the Custom Idea one; I think it's a USB/pc data cable? I have loaded Suunto's DM5 software on my laptop in readiness. A friend of min

Re: v4.4-branch was merged into master

2015-02-20 Thread Dirk Hohndel
On Fri, Feb 20, 2015 at 09:45:09AM +0100, Guillaume Gardet wrote: > Hi, > > Le 20/02/2015 04:57, Dirk Hohndel a écrit : > >I just pushed the merge plus the latest patches. So from now on versions > >with be 4.4.1.xxx - and by git logic xxx right now is 175 :-) > > > >I'm not sure if I messed anyth

Re: v4.4-branch was merged into master

2015-02-20 Thread Guillaume Gardet
Hi, Le 20/02/2015 04:57, Dirk Hohndel a écrit : I just pushed the merge plus the latest patches. So from now on versions with be 4.4.1.xxx - and by git logic xxx right now is 175 :-) I'm not sure if I messed anything up on the manual and especially on the translations of the manual. Merging the

[PATCH] Documentation: Merge/update french user-manual translation

2015-02-20 Thread Guillaume GARDET
Update french translation of user-manual. Signed-off-by: Guillaume GARDET --- Documentation/50-pot/subsurface-manual.pot | 122 ++--- Documentation/fr/po/subsurface-manual.fr.po | 265 Documentation/user-manual_fr.html.git | 100 ++- Documenta