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

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