Re: Formatting Dive tags string

2018-04-04 Thread Thiago Macieira
On Wednesday, 4 April 2018 02:55:22 PDT Berthold Stoeger wrote: > char *s = taglist_get_tagstring(...); > QString tags(s); > free(s); One minor note: this decodes the string as UTF-8. If your string is Latin1 or plain US-ASCII, you should use QString::fromLatin1 or QLatin1String (same

Re: Cloud server

2018-04-04 Thread Thiago Macieira
On Sunday, 1 April 2018 11:55:34 PDT Dirk Hohndel wrote: > I know added another 30GB of storage, hopefully that will last for a while "30 GB will be enough for everyone" ? -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology

Re: Formatting Dive tags string

2018-04-04 Thread Berthold Stoeger
Hi Jérémie, On Mittwoch, 4. April 2018 11:36:18 CEST Jérémie Guichard wrote: > > Lubomir mentioned he could look into this 'issue' but did not have much > free time, since I do have some on my side I can look into this change. I > do prefer to consult the community before doing it though. Here

Re: Formatting Dive tags string

2018-04-04 Thread Lubomir I. Ivanov
On 4 April 2018 at 12:36, Jérémie Guichard wrote: > Hello everybody, > > While reviewing this change adding display for Tags in dive list view > (https://github.com/Subsurface-divelog/subsurface/pull/1184), Lubomir and > Dirk raised a concern regarding tag text that can exceed

Re: 4.7.8 planning

2018-04-04 Thread Benjamin
Hebrew is done. On 3 April 2018 at 17:18, Chirana Gheorghita Eugeniu Theodor < off...@adaptcom.ro> wrote: > Romanian done also > > On Tue, Apr 3, 2018 at 1:28 PM, Davide DB wrote: > >> On 3 April 2018 at 10:38, Guillaume Gardet >> wrote: >> > >> >

Re: 4.7.8 planning

2018-04-04 Thread Dirk Hohndel
Thanks to everyone working on the translations. You all have no idea how much this means to me. And how much the users love the fact that we support so many different languages. Assuming things stay sane at work tomorrow, I'll try to cut 4.7.8 Those helping with maintaining things on GitHub -

Re: Cloud server

2018-04-04 Thread Benjamin
This is a hint that we're not generating enough log files because we are not diving enough? :) On 5 April 2018 at 06:28, Thiago Macieira wrote: > On Sunday, 1 April 2018 11:55:34 PDT Dirk Hohndel wrote: > > I know added another 30GB of storage, hopefully that will last for

Re: Cloud server

2018-04-04 Thread Benjamin
I'm heading down to the Red Sea today to work on that. It's been a dry 3 weeks at work and I feel that I need a break. On 5 April 2018 at 07:35, Dirk Hohndel wrote: > > > On Apr 4, 2018, at 9:20 PM, Benjamin wrote: > > > > This is a hint that we're not

Re: Formatting Dive tags string

2018-04-04 Thread Lubomir I. Ivanov
On 4 April 2018 at 14:27, Lubomir I. Ivanov wrote: > On 4 April 2018 at 12:36, Jérémie Guichard wrote: >> Hello everybody, >> >> While reviewing this change adding display for Tags in dive list view >>

Re: Formatting Dive tags string

2018-04-04 Thread Jérémie Guichard
Here is the pull request :) https://github.com/Subsurface-divelog/subsurface/pull/1187 2018-04-04 14:35 GMT+02:00 Lubomir I. Ivanov : > On 4 April 2018 at 14:27, Lubomir I. Ivanov wrote: > > On 4 April 2018 at 12:36, Jérémie Guichard

Re: Fwd: Thank You Note

2018-04-04 Thread alister.ware
On 03/04/18 21:58, Dirk Hohndel wrote: Begin forwarded message: *From: *"Eben Brown" > *Subject: **Thank You Note* *Date: *April 3, 2018 at 1:57:18 PM PDT *To: *"'Dirk Hohndel'" > Dear Subsurface and

Formatting Dive tags string

2018-04-04 Thread Jérémie Guichard
Hello everybody, While reviewing this change adding display for Tags in dive list view ( https://github.com/Subsurface-divelog/subsurface/pull/1184), Lubomir and Dirk raised a concern regarding tag text that can exceed inputted buffer size. Issue comes from implementation/signature of