Re: Mac test build based on Qt5.11.1 - please test

2018-07-06 Thread Federico Masias
Hey Dirk, Quick test: - Printing appears blurry for any dive profile other than the one dive template. It's been awhile since I've touched this, so I'm not sure if this is new to this version or goes further back - Connecting to facebook causes a crash. Attached is a log from that

Mac test build based on Qt5.11.1 - please test

2018-07-06 Thread Dirk Hohndel
Hi If you have access to a Mac (running macOS 10.11 or newer - 10.10 is no longer supported), I'd appreciate if you could test the latest binary that I have created. This still crashes with the user manual, so Qt5.11.1 wasn't the magic fix for that. But this gets us ready to experiment with the

Re: experimenting with milestones at github

2018-07-06 Thread Lubomir I. Ivanov
On 6 July 2018 at 15:57, Jan Iversen wrote: > Normal “deadly” people cannot set milestones, I just created #1468 and wanted > to add the 4.8 milestone. > > I understand that creating new labels and milestones should be restricted, > but is it really a good idea that only “goods” can assign them

Re: Video thumbnails

2018-07-06 Thread Berthold Stoeger
Hi Robert, On Friday, 6 July 2018 14:23:25 CEST Robert Helling wrote: > I might to have some time over the weekend for coding. Would you mind > sharing what you already have by pushing that branch to your GitHub > account? I would then try to start hooking up ffmpeg. You can see what I have in m

Re: experimenting with milestones at github

2018-07-06 Thread Jan Iversen
Normal “deadly” people cannot set milestones, I just created #1468 and wanted to add the 4.8 milestone. I understand that creating new labels and milestones should be restricted, but is it really a good idea that only “goods” can assign them ? I suppose from my choice of words, my opinion is cl

Re: Video thumbnails

2018-07-06 Thread Berthold Stoeger
On Friday, 6 July 2018 13:08:07 CEST Dirk Hohndel wrote: > Just to confirm - you don't consider #1463 ready to be pulled, you want to > work on it for a week or two, correct? The time frame was with respect to including ffmpeg. But yes, I will polish #1463 a bit more and will notify you when I c

Re: experimenting with milestones at github

2018-07-06 Thread Lubomir I. Ivanov
On 6 July 2018 at 08:48, Martin Gysel wrote: > Am Freitag, 6. Juli 2018, 04:21:37 CEST schrieb Dirk Hohndel: > >> I can't see a milestone on GitHub - am I looking at this wrong? > > > > https://github.com/Subsurface-divelog/subsurface/milestones > yes, also on this page (issue): https://github.co

Re: Bug with MacOS and OSTC3

2018-07-06 Thread Dirk Hohndel
Otto, Could you please re-download the Subsurface-4.8.0.dmg from our website? I replaced the DMG with a new one that does indeed include the correct libdivecomputer version that has the fix for this bug. Sorry about the inconvenience (and replacing the binary was much quicker than going throug

Re: Bug with MacOS and OSTC3

2018-07-06 Thread Dirk Hohndel
> On Jul 5, 2018, at 11:20 PM, Jef Driesen wrote: > > On 2018-07-05 21:10, Otto Strassen wrote: >> After updating to 4.8.0 I can no longer sync my OSTC3 with subsurface. >> I have re-paired the device but it still does not work. >> Someone else seems to be having the same problem: >> https://sub

Re: Video thumbnails

2018-07-06 Thread Dirk Hohndel
> On Jul 6, 2018, at 3:45 AM, Berthold Stoeger > wrote: > > On Friday, 6 July 2018 12:31:27 CEST Dirk Hohndel wrote: > >> The advantage of calling an app vs. linking against the libraries is that >> for calling an app we need to tell the user how to do that, vs. for >> shipping the libraries w

Re: Legacy Bluetooth missing again

2018-07-06 Thread Dirk Hohndel
> On Jul 6, 2018, at 3:51 AM, Long, Martin wrote: > > Just had a brainwave, and pulled the USB dongle out of my PC. Re-paired on > phone, and suddenly it all works. Yay. If you can reproduce this and are comfortable that this is reproducibly the right fix... we should add this to our FAQ. >

Re: Legacy Bluetooth missing again

2018-07-06 Thread Dirk Hohndel
> On Jul 6, 2018, at 3:42 AM, Long, Martin wrote: > > Just a small further update. I seem to have reproduced the problem. But > haven't been able to break back out of the state using any of the suggested > means. > > Opened subsurface on PC, and did a test download, worked OK. > Back to pho

Re: Legacy Bluetooth missing again

2018-07-06 Thread Long, Martin
Just had a brainwave, and pulled the USB dongle out of my PC. Re-paired on phone, and suddenly it all works. I think the Petrel is doing a scan, and latching onto the first BT device it remembers, which is then preventing it from pairing properly with the phone (although it SEEMS to complete succe

Re: Video thumbnails

2018-07-06 Thread Berthold Stoeger
On Friday, 6 July 2018 12:31:27 CEST Dirk Hohndel wrote: > The advantage of calling an app vs. linking against the libraries is that > for calling an app we need to tell the user how to do that, vs. for > shipping the libraries we need to build them on all the platforms, > integrate them into our

Re: Legacy Bluetooth missing again

2018-07-06 Thread Long, Martin
Just a small further update. I seem to have reproduced the problem. But haven't been able to break back out of the state using any of the suggested means. Opened subsurface on PC, and did a test download, worked OK. Back to phone, and Petrel has completely disappeared from subsurface. It's also ju

Re: Video thumbnails

2018-07-06 Thread Dirk Hohndel
> On Jul 6, 2018, at 2:56 AM, Berthold Stoeger > wrote: >> >> To produce thumbnails (which seems to be even more urgent) I looked again >> into ffmpeg and that appears to be the tool of choice: It is available for >> all relevant operating systems, many users probably already have it >> install

Re: Legacy Bluetooth missing again

2018-07-06 Thread Dirk Hohndel
> On Jul 6, 2018, at 3:17 AM, Long, Martin wrote: > Thanks. Yes, I did report it the last time, and I believe it was you who > worked on the fix. At the time I wasn't aware of the CI builds available > through github, and I waited for it to be released on the official Beta > channel through th

Re: Legacy Bluetooth missing again

2018-07-06 Thread Long, Martin
Hi Dirk, Thanks. Yes, I did report it the last time, and I believe it was you who worked on the fix. At the time I wasn't aware of the CI builds available through github, and I waited for it to be released on the official Beta channel through the Play Store. I think the problem possibly was that

Re: Video thumbnails

2018-07-06 Thread Berthold Stoeger
Hi Robert, On Friday, 6 July 2018 11:42:36 CEST Robert Helling wrote: > I had some more thoughts regarding the discussion of how to generate > thumbnails for videos. After hearing how difficult that seems to be to do > within Qt and all kinds of licensing problems with even shipping the > necessa