Re: I.possible saving Olold PSCR dives

2015-02-02 Thread Davide DB
On Mon, Feb 2, 2015 at 2:06 PM, Robert Helling hell...@atdotde.de wrote: as far as I can tell, the ceiling is the only thing that is influenced by marking a dive as pSCR. Did you expect anything else? No, I'm a happy man, thanks -- Davide https://vimeo.com/bocio/videos

cmake support

2015-02-02 Thread Patrick Valsecchi
Hi, I was trying to build the latest from subsurface using cmake and it fails. Looks like the code now requires Qt5 and the CMakeLists.txt wants Qt4. There is a variable at the top that can be changed to make it use Qt5, but this is broken. So, i was wondering... 1) Is cmake support

Re: cmake support

2015-02-02 Thread Anton Lundin
On 02 February, 2015 - Patrick Valsecchi wrote: Hi, I was trying to build the latest from subsurface using cmake and it fails. Looks like the code now requires Qt5 and the CMakeLists.txt wants Qt4. There is a variable at the top that can be changed to make it use Qt5, but this is broken.

Re: cmake support

2015-02-02 Thread Patrick Valsecchi
On 02/02/2015 01:46 PM, Anton Lundin wrote: On 02 February, 2015 - Patrick Valsecchi wrote: I was trying to build the latest from subsurface using cmake and it fails. Looks like the code now requires Qt5 and the CMakeLists.txt wants Qt4. There is a variable at the top that can be changed to

Re: [PATCH] User-manual: Facebook integration

2015-02-02 Thread Dirk Hohndel
On Mon, Feb 02, 2015 at 09:23:41AM +0200, Willem Ferguson wrote: Subject: [PATCH] User-manual: Add text and images for Facebook integration 5 images are changed and four more are added. Dirk, please read the paragraph marked *Important* to make sure it does not constitute utter rubbish. I

Re: Extra text box for user comments in FB dialog

2015-02-02 Thread Dirk Hohndel
On Mon, Feb 02, 2015 at 04:30:31PM +0100, Robert Helling wrote: On 02.02.2015, at 16:27, Dirk Hohndel d...@hohndel.org wrote: Why? You can simply edit the text box that's there. Yes, you can. And then you check the box with the depth and your edits are gone. I fell in that

Re: Import problems with Cobalt 2 on Fedora 21

2015-02-02 Thread Matt Thompson
Thanks for the input everyone. I'll play with the udev rules tonight and let the list know how it plays out. -Matt On Mon, Feb 2, 2015 at 2:55 AM, Jef Driesen j...@libdivecomputer.org wrote: On 2015-02-02 05:33, Linus Torvalds wrote: On Sun, Feb 1, 2015 at 7:36 PM, Matt Thompson

Re: cmake support

2015-02-02 Thread Anton Lundin
On 02 February, 2015 - Patrick Valsecchi wrote: On 02/02/2015 01:46 PM, Anton Lundin wrote: On 02 February, 2015 - Patrick Valsecchi wrote: I was trying to build the latest from subsurface using cmake and it fails. Looks like the code now requires Qt5 and the CMakeLists.txt wants Qt4. There

[PATCH] Add french user manual for installation

2015-02-02 Thread Guillaume GARDET
Add french user manual for installation. Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr --- subsurface.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/subsurface.pro b/subsurface.pro index 6392e53..90920e8 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -304,6 +304,7 @@

Re: cmake support

2015-02-02 Thread Dirk Hohndel
On Mon, Feb 02, 2015 at 02:08:43PM +0100, Patrick Valsecchi wrote: I was trying to build the latest from subsurface using cmake and it fails. Looks like the code now requires Qt5 and the CMakeLists.txt wants Qt4. There is a variable at the top that can be changed to make it use Qt5, but this is

Re: creating an FAQ

2015-02-02 Thread Dirk Hohndel
On Mon, Feb 02, 2015 at 06:15:38PM +0200, Miika Turkia wrote: I think we will need to modify the following question, at least the question warrants explanation of the standard case before the caveats: Q: How can I load pictures and associate them with my dive? Select the dives you want to

Re: [PATCH] User-manual: Facebook integration

2015-02-02 Thread Willem Ferguson
On 02/02/2015 17:13, Dirk Hohndel wrote: I would never call something you contribute utter rubbish. You must be confusing me with someone else :-) Unfortunately the first part of the paragraph is what I WISH we did but haven't figured out how to do, and the second part of the paragraph is...

Re: Petrel progress bar problem [was: Re: testing of download from divecomputer needed]

2015-02-02 Thread Henrik Brautaset Aronsen
On 27 Jan 2015, at 23:18, Jef Driesen j...@libdivecomputer.org wrote: On 14-01-15 19:43, Henrik Brautaset Aronsen wrote: Jef Driesen wrote: This is a (known) bug in libdivecomputer. Instead of a global progress for the entire download, the petrel backend reports progress for each individual

Re: Import problems with Cobalt 2 on Fedora 21

2015-02-02 Thread Matt Thompson
That was it. I used the rule that Jef posted with the exception of the group and permissions. I created a file in /etc/udev/rules.d called 99-cobalt.rules. That file contains: SUBSYSTEM==usb, ATTR{idVendor}==0471, ATTR{idProduct}==0888, MODE=0660, GROUP=dialout My user account was already a

Re: GSoC 2015

2015-02-02 Thread Robert Helling
Martin, On 01.02.2015, at 22:14, Long, Martin mar...@longhome.co.uk wrote: Allow predifined equipment sets to be selected. eg you can kind of do this already with the cut and paste feature: If you already have a dive with that set of kit you can copy that to any new dive (and possibly

Re: Import problems with Cobalt 2 on Fedora 21

2015-02-02 Thread Jef Driesen
On 2015-02-02 05:33, Linus Torvalds wrote: On Sun, Feb 1, 2015 at 7:36 PM, Matt Thompson math...@gmail.com wrote: I recently switched to Fedora 21 from Sabayon. I added my user to the dialout group as that is the group for /dev/ttyS*. All of the /dev/ttyS* devices have permissions 660. The