Re: [darktable-dev] Re: Custom Image Order by Drag and Drop

2018-04-16 Thread Patrick Shanahan
* Mario Lüder [04-16-18 18:43]: > Hi Dan, > > Thanks for your advise. I thought that mailing list here would the right > channel to communicate thoughts/ideas and getting suggestion in return. > > I have pushed my changes and did a pull request. > > I hope nobody feels

Re: [darktable-dev] Re: Custom Image Order by Drag and Drop

2018-04-16 Thread Mario Lüder
Hi Dan, Thanks for your advise. I thought that mailing list here would the right channel to communicate thoughts/ideas and getting suggestion in return. I have pushed my changes and did a pull request. I hope nobody feels offended by doing it in this way. I am open for comments and suggestions.

Re: [darktable-dev] Re: Custom Image Order by Drag and Drop

2018-04-16 Thread Dan Torop
Hi Mario, Thank you! You should also, certainly, chat with the darktable developers (IRC?) before going too far. They've been clear in the past that they don't want someone putting in lots of work on a feature if they don't think it'll make it in, or make it in in the initial form. I'd be curious

Re: [darktable-dev] Re: Custom Image Order by Drag and Drop

2018-04-16 Thread Mario Lüder
Hi Dan, thanks for your suggestion and your interest. To your suggestion > Perhaps a simpler version is best: sort order associated not with a > particular "collect images" filter but as another column in the "images" > table. This would cause less worry about a lengthy join and indexing on a >

Re: [darktable-dev] monitor profile

2018-04-16 Thread Alexander Rabtchevich
Tobias Ellinghaus wrote: Am Sonntag, 15. April 2018, 19:45:20 CEST schrieb Alexander Rabtchevich: I use git master. That is the output: darktable-cmstest version 2.5.0+315~gbd094e2 this executable was built with colord support enabled darktable itself was built with colord support enabled

Re: [darktable-dev] monitor profile

2018-04-16 Thread Bob Tregilus
> > > sturmflut wrote: > >> Hello, >> >> it looks like neither colord nor the X11 atom hold your display profile. >> AFAIK Cinnamon doesn't have built-in Color Management. >> >> cheers, >> Simon >> > --- Hi - Yes, Cinnamon has color management: System Settings > Color (under the hardware

Re: [darktable-dev] Re: Custom Image Order by Drag and Drop

2018-04-16 Thread Mario Lüder
Hi Jefferson, hi Heiko, Jefferson, thanks for pointing that out. I have fixed that issue. Heiko, I have done a pull request for my change. See: https://github.com/darktable-org/darktable/pull/1677 So, I am (eagerly :-) ) wait for for your response - It would be helpful for me to get your

Re: [darktable-dev] Help needed for creating the HTML darktable manual.

2018-04-16 Thread openhab.doc
Hello Simon (sturmflut), in my e-mail below was an copy and paste error. The complete error message is: [mepi@mepi-pc build (master)]$ make darktable-usermanual-dtorg [ 93%] Built target target_media_images [ 93%] Built target darktable-usermanual-dtorg-images [ 93%] Building the en usermanual

Re: [darktable-dev] Re: Custom Image Order by Drag and Drop

2018-04-16 Thread Dan Torop
Hi Mario, The patch looks sympathetic with the spirit of the darktable code, and you've clearly gotten deep into the code. A query, from reading it through (I haven't run it), is about sort order depending upon the setting of "collect images" as a string: - What if the user filters the images

Re: [darktable-dev] monitor profile

2018-04-16 Thread Tobias Ellinghaus
Am Sonntag, 15. April 2018, 19:45:20 CEST schrieb Alexander Rabtchevich: > I use git master. That is the output: > > darktable-cmstest version 2.5.0+315~gbd094e2 > this executable was built with colord support enabled > darktable itself was built with colord support enabled > > couldn't locate

Re: [darktable-dev] Re: XML parser → Huge sidecar files

2018-04-16 Thread Patrick Shanahan
* Timur Irikovich Davletshin [04-16-18 04:56]: > Well, I was able to edit them with sed script to remove all masks, but > parsing XML to find used/unused masks is beyond my skills (I'm not > familiar with XMP standards). I believe future DT releases should sort > this

Re: [darktable-dev] monitor profile

2018-04-16 Thread Richard Hobday
Hello Alexander, I'm using Mint 18.3, albeit with Cinnamon. This is the output of darktable-cmstest darktable-cmstest version 2.5.0+309~g6fe1d0f this executable was built with colord support enabled darktable itself was built with colord support enabled primary CRTC is at CRTC 0 CRTC for

Re: [darktable-dev] monitor profile

2018-04-16 Thread Alexander Rabtchevich
Hello My OS uses Mate, not Cinnamon, but I guess it doesn't matter. Maybe Darktable should remember the last used file? With respect, Alexander Rabtchevich sturmflut wrote: Hello, it looks like neither colord nor the X11 atom hold your display profile. AFAIK Cinnamon doesn't have

Re: [darktable-dev] Re: XML parser → Huge sidecar files

2018-04-16 Thread Timur Irikovich Davletshin
Well, I was able to edit them with sed script to remove all masks, but parsing XML to find used/unused masks is beyond my skills (I'm not familiar with XMP standards). I believe future DT releases should sort this out in some way. At least for this issue is very critical, it slows down

Re: [darktable-dev] Re: XML parser → Huge sidecar files

2018-04-16 Thread sturmflut
Hello, I can confirm this for the latest version in the darktable-2.4.x branch (commit edf1168371be288f071986d93a47fb3e082573de). The sidecar files seem to contain an awful lot of masks, but I can't seem to see which module even uses them? cheers, Simon On 15.04.2018 20:28, Timur Irikovich

Re: [darktable-dev] Re: Custom Image Order by Drag and Drop

2018-04-16 Thread Heiko Bauke
Hi, Am 15.04.2018 um 22:16 schrieb Mario Lüder: Thanks for your interest. You may find my patch attached. looks interesting and potentially useful. I think the canonical way to contribute code to draktabe is to open a pull request on github, see https://github.com/darktable-org/darktable/

Re: [darktable-dev] Help needed for creating the HTML darktable manual.

2018-04-16 Thread sturmflut
Hello, I'm a bit confused. That's not an error message, but one of the normal build messages? cheers, Simon On 14.04.2018 08:30, openhab@web.de wrote: > Hello, > I need help creating the HTML darktable manual. > When I try to create the HTML documentation with command > make