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 know why the name is converted to be 
> case independent, in the first place.

A PR with this fix and a description of what is fixed would be nice.

Thanks,

-- 
  Pascal Obry /  Magny Les Hameaux (78)

  The best way to travel is by means of imagination

  http://www.obry.net

  gpg --keyserver keys.gnupg.net --recv-key F949BD3B

___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



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: darktable 


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.


Am 29.12.2018 um 12:51 schrieb 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  | Facebook
 | Soundcloud
 | Quora

--




On Sat, Dec 29, 2018 at 10:37 PM Rikard Öxler  wrote:

> 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
> tree! Woot!
> Thanks for all of your collective hard work! Beers for all!
> A quick question though...
> I love that the Collections module now allows you to view tags in a
> hierarchical tree, but am wondering why some tags are duplicated over and
> over again. See the attached screen cap.
> I use the tag "people" prior to anyone's name, just so that all names
> appear under one branch of the tree.
> And while I will confess that there was a time when I had "people"
> capitalised, I would have expected two entries at most... one for "people"
> and one for "People".
> But why are there 30 or 40 of them?
> I have a similar case for the word "event". I put things like birthday
> parties, Christmas day, weddings, and the like, all under a parent keyword
> of 'event'. And my tag tree has the same repetition for that word also.
> If there's a way for me to easily clean this up, I'd love to hear about it!
> Thanks in advance for any assistance you can offer.
> Cheers,
> Bruce Williams
> --
> Mobile:  +61 41 250 6349
>
> audio2u.com
> brucewilliamsphotography.com
> shuttersincpodcast.com
> sinelanguagepodcast.com
>
> e-mail  | Twitter  |
> LinkedIn  | Facebook
>  | Soundcloud
>  | Quora
> 
> --
>
>
>
> ___
> darktable developer mailing list to unsubscribe send a mail to
> darktable-dev+unsubscr...@lists.darktable.org
> =
>
> 
>
>
> ___
> darktable developer mailing list to unsubscribe send a mail to
> darktable-dev+unsubscr...@lists.darktable.org
>

___
darktable developer mailing list to unsubscribe send a mail to
darktable-dev+unsubscr...@lists.darktable.org



___
darktable developer mailing list to unsubscribe send a mail to
darktable-dev+unsubscr...@lists.darktable.org

___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



[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 FOV more like 35mm or 50mm.


The problem is that you also want to shift the image around in the 
distorted space before undistorting & cropping. Not after.


Basically change the center, before undistorting so you don't get the 
extreme proportional changes at the edges of the image (which may, 
because of the region you crop to, end up much closer to the center 
afterwards).


Would it make sense/be possible to add a horizontal/vertical shift to 
the lens undistort module for this?

If so, I'd create a feature request in the tracker with some example RAWs.


Beers,

.mm
___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



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.


> Am 29.12.2018 um 12:51 schrieb 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  | Facebook 
>  | Soundcloud 
>  | Quora 
> 
> --
> 
> 
> 
> 
> On Sat, Dec 29, 2018 at 10:37 PM Rikard Öxler  > wrote:
> 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 
>> tree! Woot!
>> Thanks for all of your collective hard work! Beers for all!
>> A quick question though...
>> I love that the Collections module now allows you to view tags in a 
>> hierarchical tree, but am wondering why some tags are duplicated over and 
>> over again. See the attached screen cap.
>> I use the tag "people" prior to anyone's name, just so that all names appear 
>> under one branch of the tree.
>> And while I will confess that there was a time when I had "people" 
>> capitalised, I would have expected two entries at most... one for "people" 
>> and one for "People".
>> But why are there 30 or 40 of them?
>> I have a similar case for the word "event". I put things like birthday 
>> parties, Christmas day, weddings, and the like, all under a parent keyword 
>> of 'event'. And my tag tree has the same repetition for that word also.
>> If there's a way for me to easily clean this up, I'd love to hear about it!
>> Thanks in advance for any assistance you can offer.
>> Cheers,
>> Bruce Williams
>> --
>> Mobile:  +61 41 250 6349
>> 
>> audio2u.com 
>> brucewilliamsphotography.com 
>> shuttersincpodcast.com 
>> sinelanguagepodcast.com 
>> 
>> e-mail  | Twitter  | 
>> LinkedIn  | Facebook 
>>  | Soundcloud 
>>  | Quora 
>> 
>> --
>> 
>> 
>> 
>> ___ 
>> darktable developer mailing list to unsubscribe send a mail to 
>> darktable-dev+unsubscr...@lists.darktable.org 
>>  
>> =
>> 
> 
> ___ 
> darktable developer mailing list to unsubscribe send a mail to 
> darktable-dev+unsubscr...@lists.darktable.org 
>  
> 
> ___ 
> darktable developer mailing list to unsubscribe send a mail to 
> darktable-dev+unsubscr...@lists.darktable.org 


___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



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  | Facebook
 | Soundcloud
 | Quora

--




On Sat, Dec 29, 2018 at 10:37 PM Rikard Öxler  wrote:

> 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
> tree! Woot!
> Thanks for all of your collective hard work! Beers for all!
> A quick question though...
> I love that the Collections module now allows you to view tags in a
> hierarchical tree, but am wondering why some tags are duplicated over and
> over again. See the attached screen cap.
> I use the tag "people" prior to anyone's name, just so that all names
> appear under one branch of the tree.
> And while I will confess that there was a time when I had "people"
> capitalised, I would have expected two entries at most... one for "people"
> and one for "People".
> But why are there 30 or 40 of them?
> I have a similar case for the word "event". I put things like birthday
> parties, Christmas day, weddings, and the like, all under a parent keyword
> of 'event'. And my tag tree has the same repetition for that word also.
> If there's a way for me to easily clean this up, I'd love to hear about it!
> Thanks in advance for any assistance you can offer.
> Cheers,
> Bruce Williams
> --
> Mobile:  +61 41 250 6349
>
> audio2u.com
> brucewilliamsphotography.com
> shuttersincpodcast.com
> sinelanguagepodcast.com
>
> e-mail  | Twitter  |
> LinkedIn  | Facebook
>  | Soundcloud
>  | Quora
> 
> --
>
>
>
> ___
> darktable developer mailing list to unsubscribe send a mail to
> darktable-dev+unsubscr...@lists.darktable.org
> =
>
> 
>
>
> ___
> darktable developer mailing list to unsubscribe send a mail to
> darktable-dev+unsubscr...@lists.darktable.org
>

___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



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 
> tree! Woot!
> Thanks for all of your collective hard work! Beers for all!
> A quick question though...
> I love that the Collections module now allows you to view tags in a 
> hierarchical tree, but am wondering why some tags are duplicated over and 
> over again. See the attached screen cap.
> I use the tag "people" prior to anyone's name, just so that all names appear 
> under one branch of the tree.
> And while I will confess that there was a time when I had "people" 
> capitalised, I would have expected two entries at most... one for "people" 
> and one for "People".
> But why are there 30 or 40 of them?
> I have a similar case for the word "event". I put things like birthday 
> parties, Christmas day, weddings, and the like, all under a parent keyword of 
> 'event'. And my tag tree has the same repetition for that word also.
> If there's a way for me to easily clean this up, I'd love to hear about it!
> Thanks in advance for any assistance you can offer.
> Cheers,
> Bruce Williams
> --
> Mobile:  +61 41 250 6349
> 
> audio2u.com
> brucewilliamsphotography.com
> shuttersincpodcast.com
> sinelanguagepodcast.com
> 
> e-mail | Twitter | LinkedIn | Facebook | Soundcloud | Quora
> --
> 
> 
> 
> ___ 
> darktable developer mailing list to unsubscribe send a mail to 
> darktable-dev+unsubscr...@lists.darktable.org 
> =
> 

___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org