[darktable-dev] darktable site offline right now...

2015-11-28 Thread André Felipe Carvalho
just to let you know (just in case you dont) -- André Felipe https://www.flickr.com/photos/andrefelipecarvalho/ ___ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.o

Re: [darktable-dev] Feature request: preserve luminosity option in channel mixer

2015-11-28 Thread Caio S. Souza
The code for hue is: hmix = CLIP(in[0] * data->red[CHANNEL_HUE]) + (in[1] * data->green[CHANNEL_HUE]) + (in[2] * data->blue[CHANNEL_HUE]); 'in' is the input pixel array. The code basically just multiply the red, green and blue channels by the weights in 'data' and sum them up

Re: [darktable-dev] Watermark module not resizing?

2015-11-28 Thread Richard Hobday
Problem found. It's caused by the length of the Font description string. 'DejaVu Sans' - No Problem 'DejaVu Sans Oblique Semi-Condensed' - Pushes the right hand side of the Module out of the frame! R. On 28/11/15 12:04, Pascal Obry wrote: Le samedi 28 novembre 2015 à 11:53 +, Richard

Re: [darktable-dev] Watermark module not resizing?

2015-11-28 Thread Pedro Côrte-Real
On Sat, Nov 28, 2015 at 12:20 PM, Richard Hobday wrote: > 3.10.8~8 is the latest available on Trusty-Updates. > I'll live with issue for the present and hope that all is well in the stable > release! I'm on "3.10.8-0ubuntu1.6" from Ubuntu 14.04. It works fine for me with 300 pixels and has some t

Re: [darktable-dev] Watermark module not resizing?

2015-11-28 Thread Richard Hobday
On 28/11/15 12:04, Pascal Obry wrote: Le samedi 28 novembre 2015 à 11:53 +, Richard Hobday a écrit : Will check and let you know. By default gtk+2.0 (2.24.23-0ubuntu1.3) I have gtk+3.0/libgtk-3-dev_3.10.8~8+qiana_amd64 installed darktabke is using Gtk 3.x now. The 3.10 is a bit old an

Re: [darktable-dev] Watermark module not resizing?

2015-11-28 Thread Pascal Obry
Le samedi 28 novembre 2015 à 11:53 +, Richard Hobday a écrit : > Will check and let you know. > By default gtk+2.0 (2.24.23-0ubuntu1.3) > > I have gtk+3.0/libgtk-3-dev_3.10.8~8+qiana_amd64 installed darktabke is using Gtk 3.x now. The 3.10 is a bit old and may be the issue here. I have tested

Re: [darktable-dev] Watermark module not resizing?

2015-11-28 Thread Richard Hobday
Will check and let you know. By default gtk+2.0 (2.24.23-0ubuntu1.3) I have gtk+3.0/libgtk-3-dev_3.10.8~8+qiana_amd64 installed On 28/11/15 11:45, Pascal Obry wrote: Le samedi 28 novembre 2015 à 11:42 +, Richard Hobday a écrit : No other module appears to have this issue. Yes, a known i

Re: [darktable-dev] Watermark module not resizing?

2015-11-28 Thread Sebastian
On 11/28/2015 12:45 PM, Pascal Obry wrote: > Le samedi 28 novembre 2015 à 11:42 +, Richard Hobday a écrit : >> No other module appears to have this issue. > Yes, a known issue that should have been fixed, can you check with Git > version: > > edc627faef318527a8a41fc52c1488175156dad9 > > And rep

Re: [darktable-dev] Watermark module not resizing?

2015-11-28 Thread Pascal Obry
Le samedi 28 novembre 2015 à 11:42 +, Richard Hobday a écrit : > No other module appears to have this issue. Yes, a known issue that should have been fixed, can you check with Git version: edc627faef318527a8a41fc52c1488175156dad9 And report if it is working or not? BTW, which version of Gt

Re: [darktable-dev] Watermark module not resizing?

2015-11-28 Thread Richard Hobday
Hello Pascal, Compiled from current git on Linux Mint 17.2 This with a clean build and a clean installation to /opt/darktable The right hand side of the module is cut off unless I resize the Side Bar to 350px. Screen shot here: https://www.dropbox.com/s/1os78ww94490lam/Screenshot%20from%202015

Re: [darktable-dev] Watermark module not resizing?

2015-11-28 Thread Pascal Obry
Le samedi 28 novembre 2015 à 09:28 +, Richard Hobday a écrit : > 2.0rc2+70~gee36933 > Seems that the Watermark module size is fixed at 350px width. > Does not resize when right side panel width is set to 300 or less. Can you tell us more? I have just tested (with the same version) with a side

[darktable-dev] Watermark module not resizing?

2015-11-28 Thread Richard Hobday
Hi, 2.0rc2+70~gee36933 Seems that the Watermark module size is fixed at 350px width. Does not resize when right side panel width is set to 300 or less. R. ___ darktable developer mailing list to unsubscribe send a mail to d