Re: [darktable-dev] make a dev build

2019-12-27 Thread Mihkel Tõnnov
Hi, Once you've done the git clone, open terminal in that directory. Then: cd build cmake -DCMAKE_INSTALL_PREFIX=/where/you/want/the/dev/build/to/be/ .. && make && make install At least this is how I've done it. Mihkel igmerti (), 27. detsember 2019 kell 12:34: > Hi there > > I want to make a

Re: [darktable-dev] [note] in darktable everything is written in lower case -- update translation

2019-12-11 Thread Mihkel Tõnnov
man translation incorrect? Best regards, Mihkel Tõnnov , 11. detsember 2019 kell 12:06: > Few days ago I learned that a rule exists among the darktable developers > that says that in darktablel everything is written in lower case (see > comments in pull request #3694). > > The r

Re: [darktable-dev] Splitting strings for a new translation

2019-02-07 Thread Mihkel Tõnnov
> > > And default for the GPU profile is in data/darktableconfig.xml.in line > > > 209. But I don't think you can change this one. > > > > I'm wrong as all string in preferences are already in the "preferences" > > context. > > So they all have same context and the two 'default' strings can't be sp

Re: [darktable-dev] Splitting strings for a new translation

2019-02-06 Thread Mihkel Tõnnov
Hi, > > And default for the GPU profile is in data/darktableconfig.xml.in line > > 209. But I don't think you can change this one. > > I'm wrong as all string in preferences are already in the "preferences" > context. So they all have same context and the two 'default' strings can't be split? Th

Re: [darktable-dev] Splitting strings for a new translation

2019-02-05 Thread Mihkel Tõnnov
Hi Pascal, Thanks for the swift reply! > But this won't get integrated now as we are > preparing the 2.6.1 release. You can start a PR now though. Yes, already figured as much :) I'm aiming for 2.8, which should leave me some time to also let a few people test-drive and review the translation.

[darktable-dev] Splitting strings for a new translation

2019-02-05 Thread Mihkel Tõnnov
as the relevant file (build/src/preferences_gen.h) gets generated first during the build. Thanks in advance to anyone willing to comment on either of my questions. Best regards, Mihkel Tõnnov ___ darktable developer mailin