Re: [darktable-devel] loosing previous edit mode: crop-rotate

2014-10-21 Thread jeremy rosen
this is master version... It has rough edges and there is no emergency to fix the bug since this is an unreleased version. If the fix is a simple one-line fix it's simpler to just wait for it than to do the "revert, correct, resubmit" dance. the point is : we know about this bug, it is indeed a

[darktable-devel] switching between images in darkroom resets exposure

2014-10-21 Thread Alexander Rabtchevich
Hello It seems the recent commits introduced a bug - when I switch between images in darkroom or open an already modified image its exposure settings are 0/0 regardless the real settings. Trying to change them changes the exposure from 0/0 as it is seen in the module (a warp appears as real va

Re: [darktable-devel] switching between images in darkroom resets exposure

2014-10-21 Thread Roman Lebedev
Hello. It is a regression introduced by https://github.com/darktable-org/darktable/pull/699 We are aware of all the issues (that were introduced by that PR), and if it will not be fixed in next 6 days, that PR will be reverted. On Tue, Oct 21, 2014 at 9:50 PM, Alexander Rabtchevich < alexander.v

Re: [darktable-devel] opencl getting slow again

2014-10-21 Thread Ulrich Pegelow
modules active which I also used in my tests. So at the moment you seem to be alone with your problem. Ulrich Am 21.10.2014 um 08:34 schrieb Matthias Bodenbinder: > > Hello Ulrich, > > here it is: > https://dl.dropboxusercontent.com/u/54864445/DT-output-20141021.txt.gz > > Crea

Re: [darktable-devel] switching between images in darkroom resets exposure

2014-10-21 Thread KOVÁCS István
For the time being, you can switch to an older version: cd darktable-src (or wherever you have it checked out) git reset --hard c662ac82110 (this will switch to an older version that works for me, from 14 October) cd build make clean cd .. ./build.sh --prefix /home/user/darktable-dev/ (or your desi