The Selected-Images(s) > Move operation only appears to send a copy of
the images to the selected site. A second Delete operation is then
required to complete an actual file move. Is that what was intended?
David
--
Eve
Il 01/02/2013 02:14, Eckhart Pedersen ha scritto:
>
> I have now finished my first version of the implementation in Pull
> Request 171 ( https://github.com/darktable-org/darktable/pull/171)
>
> I have created a short video of the implementation here:
> http://www.youtube.com/watch?v=Yexe33P8GBM&fea
Hi,
some month ago I opened a bug report in lensfun project because one of
my lens (Tamron 17-50 f2,8 on Pentax K-7) is not recognized by darktable:
http://developer.berlios.de/bugs/?func=detailbug&bug_id=18777&group_id=9034
The iop lens shows the correct camera and lens, but when I enable the
m
Le 02/02/2013 16:23, Moritz Moeller a écrit :
> If I add this, my build goes through.
Indeed! Fixed on master now. Thanks.
--
Pascal Obry / Magny Les Hameaux (78)
The best way to travel is by means of imagination
http://v2p.fr.eu.org
http://www.obry.net
gpg --keyserver keys.gnupg.n
On 02/02/2013 02:55 PM, Pascal Obry wrote:
> Please let me know if this is fixed on your side. Thanks.
You forgot one initialization in your fix, I think:
int iwidth, iheight = 0; // image width / height
should probably be
int iwidth = 0, iheight = 0; // image width / height
Le 02/02/2013 15:35, Moritz Moeller a écrit :
>> gcc -v
> gcc version 4.5.4 (Gentoo 4.5.4 p1.0, pie-0.4.7)
Should be fixed. Strange I'm using:
gcc version 4.7.2 (Debian 4.7.2-5)
And I don't have this warning!
Please let me know if this is fixed on your side. Thanks.
--
Pascal Obry / Mag
On 02/02/2013 02:23 PM, jeremy rosen wrote:
> hmm, I can't get that warning, a quick look at the code and it seems
> legitimate, I'll have to leave it to pascal, sorry
> gcc -v
gcc version 4.5.4 (Gentoo 4.5.4 p1.0, pie-0.4.7)
---
hmm, I can't get that warning, a quick look at the code and it seems
legitimate, I'll have to leave it to pascal, sorry
On Sat, Feb 2, 2013 at 2:06 PM, jeremy rosen
wrote:
> let me guess,
>
> you have a more recent computer than pascal :P
>
> i'll have a look right away
>
> On Sat, Feb 2, 2013 at
let me guess,
you have a more recent computer than pascal :P
i'll have a look right away
On Sat, Feb 2, 2013 at 3:00 PM, Moritz Moeller wrote:
> On 02/02/2013 12:32 PM, Pascal Obry wrote:
>> [...]
>> This requires that you have configured Lightroom to create sidecar .xmp
>> automatically.
>>
>>
On 02/02/2013 12:32 PM, Pascal Obry wrote:
> [...]
> This requires that you have configured Lightroom to create sidecar .xmp
> automatically.
>
> Please, do not hesitate to test and report bugs.
Master fails building because of -werror:
cc1: warnings being treated as errors
/var/tmp/paludis/medi
The lightroom branch is now merged. This should be the final behavior.
No more button, just import pictures and the tags will be imported.
Enter the darkroom and the Lightroom development will be automatically
imported. In both cases this happen only if a Lightroom .xmp is found.
This requires th
after this (i just took some time bisecting this..) my center view
sometimes refuses to update now.
no idea why pthread_mutex_trylock is different to g_mutex_trylock, but
i'm assuming somehow this trying fails a lot more often than before.
i can reliable trigger it by clicking two entries in the
12 matches
Mail list logo