Re: [darktable-devel] CMake not finding the version of glib

2012-11-04 Thread Tobias Ellinghaus
Am Sonntag, 4. November 2012, 22:54:48 schrub Didier Gasser-Morlay: > >Am Sonntag, 4. November 2012, 12:32:38 schrub Didier Gasser-Morlay: > > > >[...] > > > >> oops, you're right; it is there and it's output is 2.31.16; which is > > very > > >> confusing as the package does not indicaqte this;

Re: [darktable-devel] CMake not finding the version of glib

2012-11-04 Thread Didier Gasser-Morlay
On 4 November 2012 23:41, johannes hanika wrote: > On Mon, Nov 5, 2012 at 10:54 AM, Didier Gasser-Morlay > wrote: > >>Am Sonntag, 4. November 2012, 12:32:38 schrub Didier Gasser-Morlay: > >> > >>[...] > >> > >>> oops, you're right; it is there and it's output is 2.31.16; which is > >>> very > >

Re: [darktable-devel] Building the user manual

2012-11-04 Thread Kevin
On Mon, 5 Nov 2012 11:23:26 johannes hanika wrote: > hey, > > first off, everybody hates build systems, that's why these are always > a mess. ours especially so, so sorry for inconsistent output and other > garbage. what you're looking at sounds all good. > > check `cmake -L', you need to give so

Re: [darktable-devel] CMake not finding the version of glib

2012-11-04 Thread johannes hanika
On Mon, Nov 5, 2012 at 10:54 AM, Didier Gasser-Morlay wrote: >>Am Sonntag, 4. November 2012, 12:32:38 schrub Didier Gasser-Morlay: >> >>[...] >> >>> oops, you're right; it is there and it's output is 2.31.16; which is >>> very >>> confusing as the package does not indicaqte this; >>> >>> Not sure

Re: [darktable-devel] Similar Images filter

2012-11-04 Thread Pascal de Bruijn
On Sun, Nov 4, 2012 at 10:09 PM, David Vincent-Jones wrote: > I am having a problem using this filter. I was trying to use it on a > single roll where I have a number of near identical images. I select a > sample image and despite trying a number of settings the filter does not > appear to find si

Re: [darktable-devel] Building the user manual

2012-11-04 Thread johannes hanika
hey, first off, everybody hates build systems, that's why these are always a mess. ours especially so, so sorry for inconsistent output and other garbage. what you're looking at sounds all good. check `cmake -L', you need to give something like -DBUILD_USERMANUAL=on or similar. and you'll need xm

[darktable-devel] Building the user manual

2012-11-04 Thread Kevin
I do not seem to be able to build the user manual - the build script does not produce anything that looks like the manual. What file(s) should be built? Inspecting the output of the build shows: -- checking for module 'Gettext' -- package 'Gettext' not found -- Found Gettext -- Found msgfmt

Re: [darktable-devel] CMake not finding the version of glib

2012-11-04 Thread Didier Gasser-Morlay
>Am Sonntag, 4. November 2012, 12:32:38 schrub Didier Gasser-Morlay: > >[...] > >> oops, you're right; it is there and it's output is 2.31.16; which is very >> confusing as the package does not indicaqte this; >> >> Not sure why this time round the version check fails ... >So for some reason cmak

[darktable-devel] Similar Images filter

2012-11-04 Thread David Vincent-Jones
I am having a problem using this filter. I was trying to use it on a single roll where I have a number of near identical images. I select a sample image and despite trying a number of settings the filter does not appear to find similar images in the set. I must be missing something ideas wo

Re: [darktable-devel] gui_synch madness

2012-11-04 Thread Ulrich Pegelow
Another simple fix would be to change line 125 in darkroom.c:expose() to if(dev->gui_synch && !dev->image_loading) That way dt_iop_gui_update() is only executed after image is completely loaded, which implies that all parameters are available and blend gui is set correctly. Ulrich Am 04.11.20

Re: [darktable-devel] CMake not finding the version of glib (Was: (no subject))

2012-11-04 Thread Tobias Ellinghaus
Am Sonntag, 4. November 2012, 12:32:38 schrub Didier Gasser-Morlay: [...] > oops, you're right; it is there and it's output is 2.31.16; which is very > confusing as the package does not indicaqte this; > > Not sure why this time round the version check fails ... So for some reason cmake can't

[darktable-devel] (no subject)

2012-11-04 Thread Didier Gasser-Morlay
Am Samstag, 3. November 2012, 23:57:21 schrub Didier Gasser-Morlay: > > this is the message I am getting : > > > > "Glib version check failed. Version was found, at least version 2.24 is > > required" > > > > 1- apparently the version check does not work or the message is missing a > > placeholder

Re: [darktable-devel] darktable translation Brazilian Portuguese

2012-11-04 Thread Guilherme Brondani Torri
On 04/11/12 08:55, johannes hanika wrote: >> >> These are some typos and on the English messages: >> 1 - "exporting %d image..", "exporting %d images.." > > the first one is correct, it's the singular version of the plural > version following just behind it, conditional ond the number to be > pr

Re: [darktable-devel] darktable translation Brazilian Portuguese

2012-11-04 Thread johannes hanika
On Fri, Nov 2, 2012 at 12:05 AM, Guilherme Brondani Torri wrote: > Hello, > > I would like to submit a new translation: > darktable Brazilian Portuguese / darktable português Brasileiro > > It is translated from the latest git snapshot. > Can someone push it to master? > Please remember to include

Re: [darktable-devel] translation Portugal Portuguese

2012-11-04 Thread johannes hanika
pushed to master, thanks a lot for this :) -jo On Sun, Nov 4, 2012 at 11:51 AM, wrote: > Hello again, > > The translation is ready now. > > All the strings were verified in context, only those relative to > tethering were not, my camera does not support that feature. > > pt_PT.po.bz2 attached >

Re: [darktable-devel] usermanual update

2012-11-04 Thread johannes hanika
On Sun, Nov 4, 2012 at 4:04 AM, Ulrich Pegelow wrote: [..] > highlight reconstruction > local contrast > framing i guess i should do those. j. > > In addition there is lighttable panel "collect images", which has many > options which I personally never used. Maybe someo

Re: [darktable-devel] gui_synch madness

2012-11-04 Thread johannes hanika
aha. i guess that line should rather go into dt_dev_reload_image (around 334 same file). maybe that's the reason for the issues houz had the other day, with gui_update() being called and sometimes not.. depending on moon phase. gui_synch is a flag that tells the gui thread later on to call gui_upda