Re: [darktable-dev] Revised collections module

2018-12-29 Thread Pascal Obry
Le samedi 29 décembre 2018 à 19:12 +0100, Rikard Öxler a écrit : > If you can compile darktable yourself, you can adjust the line 937 in > src/libs/collect.c. > collate_key = tag_collate_key(name_folded); > And replace "name_folded" with "name". > > I can create a pull request, but I don't

Fwd: [darktable-dev] Revised collections module

2018-12-29 Thread Bruce Williams
That's a bit beyond my pay grade, at this point in time! 😃 I'll live with it as is. But thank you for the suggestion. Cheers, Bruce Williams. -- Forwarded message - From: Rikard Öxler Date: Sun., 30 Dec. 2018, 05:18 Subject: Re: [darktable-dev] Revised collections module To: darkt

[darktable-dev] Lens correction -- move image center feature?

2018-12-29 Thread Moritz Moeller
I recently started using very shot fisheye lenses (12-14mm) for event photography. The idea is that you will never catch the right angle/composition/moment all together at a wedding/party etc. Afterwards, you undistort the images and crop to the region with the best composition, to obtain a FO

Re: [darktable-dev] Revised collections module

2018-12-29 Thread Rikard Öxler
If you can compile darktable yourself, you can adjust the line 937 in src/libs/collect.c. collate_key = tag_collate_key(name_folded); And replace "name_folded" with "name". I can create a pull request, but I don't know why the name is converted to be case independent, in the first place.

Re: [darktable-dev] Revised collections module

2018-12-29 Thread Bruce Williams
Right. So now I've dug my hole, how do I get out of it? :) Cheers, Bruce Williams -- Mobile: +61 41 250 6349 audio2u.com brucewilliamsphotography.com shuttersincpodcast.com sinelanguagepodcast.com e-mail | Twitter | LinkedIn

Re: [darktable-dev] Revised collections module

2018-12-29 Thread Rikard Öxler
My guess is that the sorting of tags is case-insensitive while grouping them is not. So every time the case changes a new group will be created. Rikard > Am 29.12.2018 um 00:17 schrieb Bruce Williams : > > Hey guys, > Just back from holidays, and happy to see 2.6 sitting under my Christmas > t