Re: Win32 testing request

2015-01-01 Thread Dirk Hohndel
On Fri, Jan 02, 2015 at 01:53:44AM +0100, Davide DB wrote: > Davide@mobile > Il 02/gen/2015 01:32 "Dirk Hohndel" ha scritto: > > > I was asked the same question - installed over an old 32 bit Qt4 > installation. > > > > Yes, that seems to be what happens when switching from the old marble used > >

Re: free diving vs scuba diving

2015-01-01 Thread Davide DB
Il 01/gen/2015 19:02 "Krzysztof Arentowicz" ha scritto: > > W dniu 01.01.2015 o 18:52, Dirk Hohndel pisze: > > > I think I'll hack together some code that does that. > > > > But what else should we do? > > > I think most freedivers (discalimer: I'm not a freediver) prefer to use seconds as denomi

Qt4 no longer supported

2015-01-01 Thread Dirk Hohndel
So 4.3 will be the last release that supports Qt4. As of a week ago or so you'll need Qt5 to build Subsurface - and I am planning to remove the Qt4 specific special cases we had here and there prior to 4.4. Unrelated to this I also made some changes to the way we create version numbers. We now sho

Re: Win32 testing request

2015-01-01 Thread Davide DB
Davide@mobile Il 02/gen/2015 01:32 "Dirk Hohndel" ha scritto: > > I was asked the same question - installed over an old 32 bit Qt4 installation. > > Yes, that seems to be what happens when switching from the old marble used > with the old Qt4 binaries to the much newer Qt5 based marble I don't th

Re: Win32 testing request

2015-01-01 Thread Dirk Hohndel
On Fri, Jan 02, 2015 at 11:14:21AM +1100, Rick Walsh wrote: > I installed the latest (4.3-176) binary on Windows Vista 32 bit > (there's some entertainment for the new year), and am asked if I > really want to install the 32 bit version on a 64 bit system. A fair > enough question, but this is a 3

Re: [PATCH] Plot mean depth data

2015-01-01 Thread Tomaz Canabrava
Em 01/01/2015 22:18, "Dirk Hohndel" escreveu: > > On Fri, Jan 02, 2015 at 12:28:38AM +0100, Krzysztof Arentowicz wrote: > > As we already have running depth sum values for each sample > > why don't just plot running average depth graph. > > Again, Tomaz was working on this... I'll take your patch

Re: [PATCH] Plot mean depth data

2015-01-01 Thread Dirk Hohndel
On Fri, Jan 02, 2015 at 12:28:38AM +0100, Krzysztof Arentowicz wrote: > As we already have running depth sum values for each sample > why don't just plot running average depth graph. Oh, and... YIKES. Your whitespace is definitely not following our coding style... :-/ /D _

Re: [PATCH] Plot mean depth data

2015-01-01 Thread Dirk Hohndel
On Fri, Jan 02, 2015 at 12:28:38AM +0100, Krzysztof Arentowicz wrote: > As we already have running depth sum values for each sample > why don't just plot running average depth graph. Again, Tomaz was working on this... I'll take your patch (since it seems to work fine), but I would REALLY want an

Re: Win32 testing request

2015-01-01 Thread Rick Walsh
Dirk, On 1 January 2015 at 02:59, Dirk Hohndel wrote: > >> On Dec 31, 2014, at 2:11 AM, Davide DB wrote: >> >> It asked explicitily to install a 32bit version on a 64bit version. > > I believe it will ask everyone about this. If there are no issues with the > 32bit version > that we find, I’ll

Re: [PATCH] Get rid of mean depth line

2015-01-01 Thread Dirk Hohndel
I believe that Tomaz is working on a ti-state option to allow people to show nothing or one of those two graphs… And IFF we were to remove this, we’d get rid of the infrastructure behind it as well. So right now NAK from me. /D > On Jan 1, 2015, at 3:29 PM, Krzysztof Arentowicz wrote: > >

[PATCH] Get rid of mean depth line

2015-01-01 Thread Krzysztof Arentowicz
Flat mean depth line (whole dive, not the instant one) is redundant as we now have a much more useful mean depth graph. Signed-off-by: Krzysztof Arentowicz --- qt-ui/profile/profilewidget2.cpp | 14 -- qt-ui/profile/profilewidget2.h | 1 - 2 files changed, 15 deletions(-) diff -

[PATCH] Plot mean depth data

2015-01-01 Thread Krzysztof Arentowicz
As we already have running depth sum values for each sample why don't just plot running average depth graph. Signed-off-by: Krzysztof Arentowicz --- qt-ui/profile/diveprofileitem.cpp | 47 +++ qt-ui/profile/diveprofileitem.h | 12 ++ qt-ui/profile/pr

[PATCH] Avoid divide by 0 error

2015-01-01 Thread Krzysztof Arentowicz
Avoid crash when moving mouse to left side of the plot when showing mean depth Signed-off-by: Krzysztof Arentowicz --- qt-ui/profile/diveprofileitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-ui/profile/diveprofileitem.cpp b/qt-ui/profile/diveprofileitem.cpp inde

Re: Win32 testing request

2015-01-01 Thread Thomas Maisl
A Happy New Year, first.. Am 02.01.2015 00:00:29 schrieb : > On Wed, Dec 31, 2014 at 12:13:07AM -0800, Dirk Hohndel wrote: >> From my brief testing it appears to give an odd warning at start when >> running on a 32bit Windows (it basically appears to always think it's >> running on a 64bit Windo

Re: only copy used cylinders to planned dive

2015-01-01 Thread Joakim Bygdell
Let's see if we can get som insight into this issue. In 4.2 and earlier when downloading from my DC all enabled gases are downloaded on each dive. But only the first gas are given cylinder size and pressure as seen below. As long as the user only uses one gas and that it is the first gas in

Re: free diving vs scuba diving

2015-01-01 Thread Dirk Hohndel
Oops - wrong mailing list :-) /D > On Jan 1, 2015, at 10:08 AM, Dirk H wrote: > > Peter, > > would it work for you if free dives were automatically tagged as such? That > way you can use our filter function to filter for free dives... > > /D > > On Thu, Jan 1, 2015 at 9:52 AM, Dirk Hohndel

Re: free diving vs scuba diving

2015-01-01 Thread Dirk H
Peter, would it work for you if free dives were automatically tagged as such? That way you can use our filter function to filter for free dives... /D On Thu, Jan 1, 2015 at 9:52 AM, Dirk Hohndel wrote: > So we have seen a request in the user forum for people to easily tell > apart free dives a

Re: free diving vs scuba diving

2015-01-01 Thread Krzysztof Arentowicz
W dniu 01.01.2015 o 18:52, Dirk Hohndel pisze: > I think I'll hack together some code that does that. > > But what else should we do? I think most freedivers (discalimer: I'm not a freediver) prefer to use seconds as denominator for ascent/descent speeds. Subsurface can use freediving tag to

free diving vs scuba diving

2015-01-01 Thread Dirk Hohndel
So we have seen a request in the user forum for people to easily tell apart free dives and scuba dives (the requester apparently is an instructor for both). Some dive computers allow you to switch modes between the two disciplines and libdivecomputer gives us that data, but we are being silly and

Re: OpenSUSE packages

2015-01-01 Thread Guillaume Gardet
Le 31/12/2014 21:09, Dirk Hohndel a écrit : On Dec 31, 2014, at 11:45 AM, Dirk Hohndel mailto:d...@hohndel.org>> wrote: Now I need to test how this looks and if it works when installed on openSUSE… That was outright bizarre. Guillaume, any chance you could look into this? If I used the web

Re: Facebook integration

2015-01-01 Thread Tomaz Canabrava
Em 01/01/2015 11:03, "Salvador Cuñat" escreveu: > > Happy New Year, everybody. > > Don't know if this is as it's supposed to be, but every time I try fb > integration I get the annoying message: > > "Aplicación no configurada: Los desarrolladores de esta aplicación no la han > configurado correcta

Facebook integration

2015-01-01 Thread Salvador Cuñat
Happy New Year, everybody. Don't know if this is as it's supposed to be, but every time I try fb integration I get the annoying message: "Aplicación no configurada: Los desarrolladores de esta aplicación no la han configurado correctamente para el inicio de sesión de Facebook." Which means tha

[PATCH] Fix mean depth on info box

2015-01-01 Thread Miika Turkia
The running depth must be divided by current time to get the average depth. Signed-off-by: Miika Turkia --- profile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile.c b/profile.c index efc6de4..5c06658 100644 --- a/profile.c +++ b/profile.c @@ -1200,8 +1200,8 @@

[PATCH] Happy New Year

2015-01-01 Thread Tim Wootton
Signed-off-by: Tim Wootton --- qt-ui/about.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-ui/about.cpp b/qt-ui/about.cpp index 637..9678153 100644 --- a/qt-ui/about.cpp +++ b/qt-ui/about.cpp @@ -14,7 +14,7 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget *parent, Qt::W

Happy New Year

2015-01-01 Thread Dirk Hohndel
A very happy new year to all of you! Thanks for all the hard work and all the contributions to Subsurface in the past. I can’t wait to see all the wonderful things we’ll do this year. To close out 2014 I snuck in a last commit with new icons for the filter dialog. I can’t believe I released 4.