Re: Issues with SAC?

2017-07-17 Thread Linus Torvalds
On Mon, Jul 17, 2017 at 2:53 PM, Linus Torvalds wrote: > > But I could easily add some logic that says "if some cylinder is used > and doesn't have pressure or size data, airuse is meaningless". Actually, I just went the other direction instead. Just ignore

Re: better connection handling in QML UI

2017-07-17 Thread Dirk Hohndel
> On Jul 17, 2017, at 1:32 PM, Dirk Hohndel wrote: > > I know it's getting late in Europe > > 432 should fix the problem, your dive computer should get recognized - but > since I don't have an OSTC, I can't really test this Silly me - I told one of my Android devices

Re: QtLocation map updates

2017-07-17 Thread Dirk Hohndel
> On Jul 17, 2017, at 1:44 PM, Lubomir I. Ivanov wrote: > > Here is some progress for the transition to QtLocation based map. > > GIT branch: > https://github.com/neolit123/subsurface/commits/map > > animated GIF preview: >

QtLocation map updates

2017-07-17 Thread Lubomir I. Ivanov
Here is some progress for the transition to QtLocation based map. GIT branch: https://github.com/neolit123/subsurface/commits/map animated GIF preview: https://giphy.com/gifs/3oKIP8eLtgEiM6JNEk/fullscreen NOTES: - tested with 5.9 and the NO_MARBLE flag - i'm writing this map implementation, so

Re: better connection handling in QML UI

2017-07-17 Thread Dirk Hohndel
I know it's getting late in Europe 432 should fix the problem, your dive computer should get recognized - but since I don't have an OSTC, I can't really test this http://subsurface-divelog.org/downloads/test/Subsurface-mobile-4.6.4.432-arm.apk /D > On Jul 17, 2017, at 12:20 PM, Jan

Issues when editing a downloaded dive from DC

2017-07-17 Thread Chirana Gheorghita Eugeniu Theodor
Ahoy list, This is my first message here so I wish to say hello to all users and a big thank you to developers. I recently downloaded a dive from my dc , a tusa zen iq-900, using the mobile app on Android. All ok. I completed all dive details using a windows pc (weight, air temp, gps location,

Re: QML UI theming

2017-07-17 Thread Davide DB
My last try: we could just color dive number of those dives with five stars ;) davide@mobile Il 17 lug 2017 9:53 PM, "Dirk Hohndel" ha scritto: > > > On Jul 17, 2017, at 12:46 PM, Davide DB wrote: > > > > Max 3 colors. > > > > You can see accent color in

Re: QML UI theming

2017-07-17 Thread Joakim Bygdell
On 17 July 2017 at 21:50, Dirk Hohndel wrote: > > On Jul 17, 2017, at 12:35 PM, Joakim Bygdell wrote: > > On 17 July 2017 at 21:21, Davide DB wrote: > >> Would be nice having the third color defi ed as well . Sometime called >> accent

Re: QML UI theming

2017-07-17 Thread Dirk Hohndel
> On Jul 17, 2017, at 12:46 PM, Davide DB wrote: > > Max 3 colors. > > You can see accent color in attachments. > Look at number of shares at The Verge > > Try with orange please :) Yes, the way the Verge uses this makes sense. It marks something that's different. So not

Re: QML UI theming

2017-07-17 Thread Dirk Hohndel
> On Jul 17, 2017, at 12:35 PM, Joakim Bygdell wrote: > > On 17 July 2017 at 21:21, Davide DB > wrote: > Would be nice having the third color defi ed as well . Sometime called accent > color. I.e. orange > It would be

Re: QML UI theming

2017-07-17 Thread Joakim Bygdell
On 17 July 2017 at 21:21, Davide DB wrote: > Would be nice having the third color defi ed as well . Sometime called > accent color. I.e. orange > It would be useful for showing on/off state on several widgets that we > will use on settings. > Just small details that make the

Re: better connection handling in QML UI

2017-07-17 Thread Jan Mulder
On 17-07-17 21:27, Dirk Hohndel wrote: On Jul 17, 2017, at 12:25 PM, Linus Torvalds wrote: On Mon, Jul 17, 2017 at 12:20 PM, Jan Mulder wrote: And don't worry about Qt 5.9.2, build from source. And, off topic, yes some BLE transfer is

Re: better connection handling in QML UI

2017-07-17 Thread Dirk Hohndel
> On Jul 17, 2017, at 12:25 PM, Linus Torvalds > wrote: > > On Mon, Jul 17, 2017 at 12:20 PM, Jan Mulder wrote: >> >> And don't worry about Qt 5.9.2, build from source. And, off topic, yes some >> BLE transfer is working (even without the

Re: better connection handling in QML UI

2017-07-17 Thread Linus Torvalds
On Mon, Jul 17, 2017 at 12:20 PM, Jan Mulder wrote: > > And don't worry about Qt 5.9.2, build from source. And, off topic, yes some > BLE transfer is working (even without the paches from Alex). I think Android needs the special patch only for the Shearwaters, even though

Re: better connection handling in QML UI

2017-07-17 Thread Dirk Hohndel
> On Jul 17, 2017, at 12:20 PM, Jan Mulder wrote: > > On 17-07-17 20:56, Dirk Hohndel wrote: >>> On Jul 17, 2017, at 11:38 AM, Dirk Hohndel wrote: I have one paired DC, and it is detected correctly at start (and any restart). The new

Re: QML UI theming

2017-07-17 Thread Davide DB
Would be nice having the third color defi ed as well . Sometime called accent color. I.e. orange It would be useful for showing on/off state on several widgets that we will use on settings. Just small details that make the difference. In our dive list I would see the small dive number in

Re: better connection handling in QML UI

2017-07-17 Thread Dirk Hohndel
> On Jul 17, 2017, at 11:38 AM, Dirk Hohndel wrote: >> >> I have one paired DC, and it is detected correctly at start (and any >> restart). The new "connection" field is empty, and I can select 3 options >> (classic BT address, BLE BT address, and FTDI). The selected

Re: better connection handling in QML UI

2017-07-17 Thread Dirk Hohndel
> On Jul 17, 2017, at 11:20 AM, Jan Mulder wrote: >>> 1) Functional: somehow I expected the selected choice for the previously >>> used connection type to be saved on exit and restored at a new start. >>> Without looking at any code change (yet), I assume that this is

Re: better connection handling in QML UI

2017-07-17 Thread Jan Mulder
On 17-07-17 20:07, Dirk Hohndel wrote: On Jul 17, 2017, at 10:55 AM, Jan Mulder wrote: On 17-07-17 17:14, Dirk Hohndel wrote: I just uploaded a new Android APK and pushed my changes to master. Yes, this includes the change to the action button that makes it harder to

Re: better connection handling in QML UI

2017-07-17 Thread Dirk Hohndel
> On Jul 17, 2017, at 10:55 AM, Jan Mulder wrote: > > On 17-07-17 17:14, Dirk Hohndel wrote: >> I just uploaded a new Android APK and pushed my changes to master. >> Yes, this includes the change to the action button that makes it harder to >> read - sorry, we'll address

Re: better connection handling in QML UI

2017-07-17 Thread Jan Mulder
On 17-07-17 17:14, Dirk Hohndel wrote: I just uploaded a new Android APK and pushed my changes to master. Yes, this includes the change to the action button that makes it harder to read - sorry, we'll address that. But what I'd like people to focus on and play with is the change to the download

Re: QML UI theming

2017-07-17 Thread Dirk Hohndel
> On Jul 17, 2017, at 10:00 AM, Joakim Bygdell wrote: > > On 17 July 2017 at 18:58, Dirk Hohndel > wrote: > Cool. I assume you have sent patches / pull request to Marco? > Not yet, need to test all the corner cases first. Good

Re: QML UI theming

2017-07-17 Thread Joakim Bygdell
On 17 July 2017 at 18:58, Dirk Hohndel wrote: > Cool. I assume you have sent patches / pull request to Marco? > Not yet, need to test all the corner cases first. > > > -- > From my phone > -- > *From:* Joakim Bygdell > *Sent:* Mon Jul 17 09:23:19

Re: QML UI theming

2017-07-17 Thread Dirk Hohndel
Cool. I assume you have sent patches / pull request to Marco? ⁣-- >From my phone​ Original Message From: Joakim Bygdell Sent: Mon Jul 17 09:23:19 PDT 2017 To: Dirk Hohndel Cc: Subsurface Mailing List

Re: QML UI theming

2017-07-17 Thread Joakim Bygdell
A small preview of how it can look after some changes to Kirigami. -- Jocke ___ subsurface mailing list subsurface@subsurface-divelog.org http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

better connection handling in QML UI

2017-07-17 Thread Dirk Hohndel
I just uploaded a new Android APK and pushed my changes to master. Yes, this includes the change to the action button that makes it harder to read - sorry, we'll address that. But what I'd like people to focus on and play with is the change to the download dialog, where the connection is now a

Re: smtk2ssrf SmartTrac conversion to Subsurface

2017-07-17 Thread Salvador Cuñat
Hi Willem El 17/07/2017 16:19, "Willem Ferguson" escribió: > > Can I include the URL to Robert's web service in the user manual? > It would be perfect for me, but wait for Robert ;-). I mean it is his web site ... > Would it make sense to have a link to this in