Re: Failed to parse XML

2017-02-20 Thread Tomaz Canabrava
On Mon, Feb 20, 2017 at 7:37 AM, Pablo Wolter wrote: > Thanks Mika, that solved it. I may have typed some weird characters > close by like " " ", " ' ", ">", "." or "?" instead of "/". Or I > really don't know what happened. > > Works now. Thanks! > That's a bug - We should be able to handle tha

Re: 4.6.2 tagged, sources and binaries published

2017-02-20 Thread Antoni Bella Pérez
  Hi Dirk,   Catalan language is included? It is 100% translated.   I tested with 4.6.1, all OK    Toni Sent from Yahoo Mail on Android On dg., febr. 19, 2017 at 21:36, Dirk Hohndel wrote: But not announced, yet. I have to run a few errands and will deal with the announcements later this

Re: 4.6.2 tagged, sources and binaries published

2017-02-20 Thread Dirk Hohndel
On Mon, Feb 20, 2017 at 10:24:44AM +, Antoni Bella Pérez wrote: >   Hi Dirk, >   Catalan language is included? It is 100% translated. >   I tested with 4.6.1, all OK  >   Toni Did I miss a translation? It seems that Transifex doesn't pull the Catalan translation when I run it, so I didn't even

Re: 4.6.2 tagged, sources and binaries published

2017-02-20 Thread Dirk Hohndel
On Mon, Feb 20, 2017 at 03:24:14AM -0800, Dirk Hohndel wrote: > On Mon, Feb 20, 2017 at 10:24:44AM +, Antoni Bella Pérez wrote: > >   Hi Dirk, > >   Catalan language is included? It is 100% translated. > >   I tested with 4.6.1, all OK  > >   Toni > > Did I miss a translation? It seems that Tr

Re: Translations

2017-02-20 Thread Stefan Fuchs
Hello Martin, Am 14.02.2017 um 11:47 schrieb Martin Měřinský: > Inconsistencies in source strings: > -- > Send the dive data to divelogs.de website. (Ends with dot.) > Send the dive data to dive-share.appspot.com website (No dot at the > end.) > > Temp > Temp. > Max

Re: Translations

2017-02-20 Thread Tim Wootton
The Subsurface CodingStyle file provides this guidance for these situations: Only the first word of multi-word text strings should be captalized unless a word would normally be capitalized mid-sentance, like Africa. This applies to all UI text including menus, menu items, tool-tips, button

Re: Subsurface minimum gas calculation - First version for review

2017-02-20 Thread Stefan Fuchs
Hallo Robert, Am 17.02.2017 um 17:56 schrieb Robert Helling: > More details below... > > Link to initial idea and discussion: > https://github.com/Subsurface-divelog/subsurface/issues/188 > >

Re: Subsurface minimum gas calculation - First version for review

2017-02-20 Thread Robert Helling
Stefan, > On 20.02.2017, at 15:02, Stefan Fuchs wrote: > > Now I identified the next hurdle: Is there somewhere the curve cylinder > pressure versus dive time for every specific cylinder? Or how could I create > it for a specific cylinder id? I found that this is neither in struct > cylinder_

Re: Translations

2017-02-20 Thread Tim Wootton
> > > The Subsurface CodingStyle file provides this guidance for these > situations: > > Only the first word of multi-word text strings should be captalized > unless > a word would normally be capitalized mid-sentance, like Africa. This > applies > to all UI text including menus, menu items,

Re: Translations

2017-02-20 Thread Stefan Fuchs
Hello Tim, Am 20.02.2017 um 14:52 schrieb Tim Wootton: > > > The Subsurface CodingStyle file provides this guidance for these > situations: > > Only the first word of multi-word text strings should be captalized > unless > a word would normally be capitalized mid-sentance, like Africa. This >

Re: Translations

2017-02-20 Thread Tim Wootton
On 20/02/17 14:20, Stefan Fuchs wrote: > > Hello Tim, > > Am 20.02.2017 um 14:52 schrieb Tim Wootton: >> >> >> The Subsurface CodingStyle file provides this guidance for these >> situations: >> >> Only the first word of multi-word text strings should be captalized >> unless >> a word would norm

Re: Open / Save to cloud on Windows 10

2017-02-20 Thread Jérémie Guichard
Hey guys, I narrowed it! It took me a little while to get the windows dev env in place, but instructions in packaging/windows/mxe-based-build.sh were very helpful. Only one little call to curl's buildconf script is missing in mxe-based-build.sh but once done manually the rest went smoothly. I may

Re: Open / Save to cloud on Windows 10

2017-02-20 Thread Dirk Hohndel
On Mon, Feb 20, 2017 at 09:49:54PM +0700, Jérémie Guichard wrote: > Hey guys, > > I narrowed it! Excellent. > It took me a little while to get the windows dev env in place, but > instructions in packaging/windows/mxe-based-build.sh were very helpful. > Only one little call to curl's buildconf sc

Re: Open / Save to cloud on Windows 10

2017-02-20 Thread Linus Torvalds
On Mon, Feb 20, 2017 at 6:49 AM, Jérémie Guichard wrote: > > I narrowed it! Good job. > As a proof of concept I added an ugly: "extern int p_stat(const char* path, > struct stat* buf);" on top of git-access.c and used it in get_remote_repo > and is_git_repository (these are the 2 only places sta

Re: Open / Save to cloud on Windows 10

2017-02-20 Thread Dirk Hohndel
On Mon, Feb 20, 2017 at 09:42:35AM -0800, Linus Torvalds wrote: > On Mon, Feb 20, 2017 at 6:49 AM, Jérémie Guichard wrote: > > > > I narrowed it! > > Good job. > > > As a proof of concept I added an ugly: "extern int p_stat(const char* path, > > struct stat* buf);" on top of git-access.c and use

Re: Open / Save to cloud on Windows 10

2017-02-20 Thread Linus Torvalds
On Mon, Feb 20, 2017 at 9:41 AM, Dirk Hohndel wrote: > > How about writing a wrapper function that can be called from C in > qthelper.cpp (we have quite a few of them there already) and have that do > something like > > extern "C" bool dir_exists(const char *dir) > { > return QDir(dir).exi

4.6.2 announcement

2017-02-20 Thread Dirk Hohndel
Oh, the wonders of Facebook. It feels silly, but the algorithms totally seem to trigger on the number of times this gets shared. The 4.6.1 announcement was seen by almost 7000 people (shared 15 times). 4.6.2 is below 1000 (shared twice). Not that it matters in some ways - but consider this your

Re: print stylesheet

2017-02-20 Thread Dirk Hohndel
Hi Stefan > On Feb 20, 2017, at 10:35 AM, Stefan Fuchs wrote: > Am 20.02.2017 um 18:54 schrieb Dirk Hohndel: >> Stefan, >> >> I pulled your changes and played with them a bit. There are clearly some >> issues here in the rendering of printouts, at least on Linux >> >> >> >> The disclaimer lo

Re: print stylesheet

2017-02-20 Thread Lubomir I. Ivanov
hello, On 20 February 2017 at 20:35, Stefan Fuchs wrote: > > Ohoh... it was so clear that sooner or later I will be punished by some > strange effect(s) for being a little bit too over-motivated and changing > things where I have no experience... ;-( > it's probably not a good idea to modify the

Re: print stylesheet

2017-02-20 Thread Stefan Fuchs
Hello Lubomir, Am 20.02.2017 um 20:28 schrieb Lubomir I. Ivanov: > hello, > > On 20 February 2017 at 20:35, Stefan Fuchs wrote: >> Ohoh... it was so clear that sooner or later I will be punished by some >> strange effect(s) for being a little bit too over-motivated and changing >> things where I

Re: print stylesheet

2017-02-20 Thread Lubomir I. Ivanov
On 20 February 2017 at 22:37, Stefan Fuchs wrote: > Hello Lubomir, > > Am 20.02.2017 um 20:28 schrieb Lubomir I. Ivanov: > > hello, > > On 20 February 2017 at 20:35, Stefan Fuchs wrote: > > Ohoh... it was so clear that sooner or later I will be punished by some > strange effect(s) for being a lit