[PATCH] Drag and Drop images

2015-09-21 Thread Robert C. Helling
From cd4b2830b1ca08df11697e2a8f2299ba6fc4fe8b Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Fri, 18 Sep 2015 17:11:08 +0200 Subject: [PATCH] Drag and Drop images Now that we have the possibility to add images without meaningful time stamps to a dive, we should let

Subsurface Beta 2 - No translation files

2015-09-21 Thread Guillaume Gardet
Hi, just tested Subsurface Beta 2 (on openSUSE 13.1) and there is no translation files! In "/usr/share/subsurface/" folder there is no "translations/" folder anymore. According to build log, translation files are compiled but not installed. Any change in CMake files since beta1? Guillaume

Re: FB transfers

2015-09-21 Thread Dirk Hohndel
On Tue, Sep 22, 2015 at 04:41:46AM +0200, Willem Ferguson wrote: > I set my Preferences on the FB tab, provide userID & password. Subsurface > replies "To disconnect Subsurface... use the button below". Then I > select Apply. > However, the FB icon does not appear in the Notes tab of

Windows binary saga

2015-09-21 Thread Dirk Hohndel
Just to keep people updated. After a complete A-Z rebuild of every library and component from source (I literally removed the build directory including the MXE installation and started from scratch) I am nowhere. Things compile, installer builds and runs successfully on a Windows VM. (this

Re: Equipment info wrong

2015-09-21 Thread Tomaz Canabrava
Guido, I don't see the attachment Em seg, 21 de set de 2015 16:30, Guido Lerch escreveu: > all > Has someone recently changed something to the equipment info. > Reading a dive from my Uemis today the first time since I test the end > pressure in the equipment info is

FB transfers

2015-09-21 Thread Willem Ferguson
I set my Preferences on the FB tab, provide userID & password. Subsurface replies "To disconnect Subsurface... use the button below". Then I select Apply. However, the FB icon does not appear in the Notes tab of Subsurface. Am I doing something wrong? Or has the UI changed? Kind regards,

Re: Subsurface Beta 2 - No translation files

2015-09-21 Thread Tomaz Canabrava
Sure. Em seg, 21 de set de 2015 11:37, Dirk Hohndel escreveu: > On Mon, Sep 21, 2015 at 09:42:25AM +0200, Guillaume Gardet wrote: > > Hi, > > > > just tested Subsurface Beta 2 (on openSUSE 13.1) and there is no > translation files! In "/usr/share/subsurface/" folder there is

Re: Almost Beta 2 Cloud Storage fails

2015-09-21 Thread Rick Walsh
On 22 Sep 2015 01:03, "Dirk Hohndel" wrote: > > On Tue, Sep 22, 2015 at 12:51:53AM +1000, Rick Walsh wrote: > > Here's the output from ./subsurface -v > > > > [rick@notyourcomputer build]$ ./subsurface -v > > git storage: update local repo > > sync with remote > >

Re: Subsurface Beta 2 - No translation files

2015-09-21 Thread Dirk Hohndel
On Mon, Sep 21, 2015 at 09:42:25AM +0200, Guillaume Gardet wrote: > Hi, > > just tested Subsurface Beta 2 (on openSUSE 13.1) and there is no translation > files! In "/usr/share/subsurface/" folder there is no "translations/" folder > anymore. > > According to build log, translation files are

Re: [PATCH] Drag and Drop images

2015-09-21 Thread Dirk Hohndel
On Mon, Sep 21, 2015 at 09:30:19AM +0200, Robert C. Helling wrote: > > Hi, > > Dirk I don’t know if you want to take this at this point or wait till > after the release (although I am pretty sure not much harm can be caused > by this…). > > We have a checkbox to ignore image time stamps when

Re: Subsurface Beta 2 - No translation files

2015-09-21 Thread Salvador Cuñat
Good evening. I'm not sure about this, but I see everything in place, even spanish translated strings pushed yesterday to master appear on the GUI after building. May be there is some confusion, as since 73f2cc63 "Build script: small updates around installation on Linux", build.sh doesn't run

Re: Subsurface Beta 2 - No translation files

2015-09-21 Thread Dirk Hohndel
On Mon, Sep 21, 2015 at 07:54:22PM +0200, Salvador Cuñat wrote: > Good evening. > > I'm not sure about this, but I see everything in place, even spanish > translated strings pushed yesterday to master appear on the GUI after > building. > May be there is some confusion, as since 73f2cc63 "Build

Re: Failed OSTC3 fw update

2015-09-21 Thread Dirk Hohndel
On Mon, Sep 21, 2015 at 07:56:19PM +0200, Anton Lundin wrote: > On 17 September, 2015 - "Paul-Erik Törrönen" wrote: > > The dc went into maintenance-mode but got stuck in uploading the new > firmware to the device, and never got a reply. > > > The lack of reply is probably due to a crappy

Re: [PATCH 2/2] uemis downloader: start downloading using the correct dive IDavoid NULL pointer dereference

2015-09-21 Thread Dirk Hohndel
On Mon, Sep 21, 2015 at 04:50:16PM +0300, Guido Lerch wrote: > Tested this today. Works with my 240 dives I have by now on the Uemis. Good. > Also the blindly strstr was obvious and an overlook on my side. > > The initial object id wasn't from me :-) > > So I am happy with my newbie

Re: Almost Beta 2 Cloud Storage fails

2015-09-21 Thread Rick Walsh
On 22 September 2015 at 00:39, Dirk Hohndel wrote: > On Tue, Sep 22, 2015 at 12:27:31AM +1000, Rick Walsh wrote: > > > > I tested Subsurface on my old laptop, which also has Fedora 22 installed. > > It cloud saving and opening worked with the git version (current in July) > >

Re: Almost Beta 2 Cloud Storage fails

2015-09-21 Thread Dirk Hohndel
On Tue, Sep 22, 2015 at 12:27:31AM +1000, Rick Walsh wrote: > > I tested Subsurface on my old laptop, which also has Fedora 22 installed. > It cloud saving and opening worked with the git version (current in July) > that was installed in it. It works after updating Subsurface, libgit and > the

Re: Almost Beta 2 Cloud Storage fails

2015-09-21 Thread Rick Walsh
On 21 September 2015 at 08:22, Dirk Hohndel wrote: > On Mon, Sep 21, 2015 at 07:45:12AM +1000, Rick Walsh wrote: > > >> Save to cloud used to work for me on Fedora 22 building from master, > so > > I tried to checkout at an old commit around the time I last saved to > cloud > >

[PATCH] qtbluetooth: add a read timeout

2015-09-21 Thread Anton Lundin
This adds a read timeout to the qt serial bluetooth code. This is needed for error handling and error recovery purposes. Signed-off-by: Anton Lundin --- qtserialbluetooth.cpp | 7 +++ 1 file changed, 7 insertions(+) diff --git a/qtserialbluetooth.cpp

Re: [PATCH] qtbluetooth: add a read timeout

2015-09-21 Thread Anton Lundin
On 21 September, 2015 - Anton Lundin wrote: > This adds a read timeout to the qt serial bluetooth code. This is needed > for error handling and error recovery purposes. > > Signed-off-by: Anton Lundin > --- > qtserialbluetooth.cpp | 7 +++ > 1 file changed, 7

Re: Almost Beta 2 Cloud Storage fails

2015-09-21 Thread Rick Walsh
On 22 September 2015 at 03:24, Dirk Hohndel wrote: > On Tue, Sep 22, 2015 at 01:17:06AM +1000, Rick Walsh wrote: > > > > Cloud storage: checking connection to cloud server > > > > git storage: fetch remote > > > > git storage: check remote status > > > > git storage: try to

Re: Almost Beta 2 Cloud Storage fails

2015-09-21 Thread Dirk Hohndel
Sorry, on my phone. You clearly do have connectivity issues with the cloud server which is actually an AWS instance. Hmmm That's annoying. I went with a cloud server because i assumed that would cause the fewest connectivity issues. Clearly wrong. /D -- Sent from my phone > On Sep 21,

Equipment info wrong

2015-09-21 Thread Guido Lerch
all Has someone recently changed something to the equipment info. Reading a dive from my Uemis today the first time since I test the end pressure in the equipment info is wrong. Screen shots attached. G. Lerch ___ subsurface mailing list

Re: [PATCH 2/2] uemis downloader: start downloading using the correct dive IDavoid NULL pointer dereference

2015-09-21 Thread Guido Lerch
Tested this today. Works with my 240 dives I have by now on the Uemis. Also the blindly strstr was obvious and an overlook on my side. The initial object id wasn't from me :-) So I am happy with my newbie contributions :-) The code to update selected dives is ready but requires a UI change. I

[PATCH] Add wily to Ubuntu packaging

2015-09-21 Thread Miika Turkia
Signed-off-by: Miika Turkia --- packaging/ubuntu/make-package.sh | 6 ++ 1 file changed, 6 insertions(+) diff --git a/packaging/ubuntu/make-package.sh b/packaging/ubuntu/make-package.sh index 15e59a0..b29c320 100644 --- a/packaging/ubuntu/make-package.sh +++

Re: [PATCH] Drag and Drop images

2015-09-21 Thread Robert C. Helling
Dirk, > On 21 Sep 2015, at 19:19, Dirk Hohndel > wrote: > > I really like this. But it will need to be added to the manual and tested. > And I just worry about all the other crap that's going on right now... so > I'm torn. > > Given that drag and