Re: [darktable-devel] dt 1.5+133 and mosaic.lua: only first picture of selection processed

2014-01-13 Thread jeremy rosen
arg... bug in the manual :( could you provide a patch to the usermanual ? On Mon, Jan 13, 2014 at 12:42 AM, Wolfgang Goetz wrote: > hi all, > started playing with lua.. > > http://www.darktable.org/usermanual/ch07s03.html.php#mosaic_lua > http://www.darktable.org/redmine/attachments/download/57

[darktable-devel] Adjust bounds on sliders

2014-01-13 Thread Roumano
Hi, It's seem's to be possible (if i understand correctly) to adjust bounds on gtk3 sliders http://hackage.haskell.org/package/gtk3-0.12.5.0/docs/Graphics-UI-Gtk-Misc-Adjustment.html So it's maybe possible to have a sliders for common usage (like 3EV) Then when a user nearly reach a sli

Re: [darktable-devel] dt 1.5+133 and mosaic.lua: only first picture of selection processed

2014-01-13 Thread Wolfgang Goetz
jeremy rosen wrote: Hi Jeremy, took me a little longer than expected. i made changes in http://www.darktable.org/redmine/projects/darktable/wiki/LuaScripts an refereced this in attached patch for the usermanual. well, not as pull request, i'm sure it would mess up the existing #405 (ex-#34

Re: [darktable-devel] dt 1.5+133 and mosaic.lua: only first picture of selection processed

2014-01-13 Thread jeremy rosen
yes, thx for adding it to teh wiki. We need some sort of script library somewhere, but i'm not sure how to deal with that at this point... and i'd rather focus my little DT time on the actual api On Mon, Jan 13, 2014 at 9:18 PM, Wolfgang Goetz wrote: > jeremy rosen wrote: > > Hi Jeremy, > > too