[darktable-devel] denoise profile for Pentax *ist DL

2013-10-20 Thread Simon Harhues
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hej, I gave it a try to create a denoise profile for my camera. You can find the tar.gz with the result and all files (graphs, RAW, jpg) at . I cannot inter

[darktable-devel] camera color profiling resources

2013-10-20 Thread Jon Barratt
Hi there reading over Pascal's blog i came across this post- https://blog.pcode.nl/2010/06/28/darktable-camera-color-profiling/ where it's mentioned "at this point I highly prefer for users to make properly exposed RAW chart images available to us, so I can do the calculations." there exists a we

Re: [darktable-devel] Sort by Rating

2013-10-20 Thread Tobias Ellinghaus
Am Sonntag, 20. Oktober 2013, 17:36:22 schrieb Pascal Obry: > Le 20/10/2013 17:09, David Vincent-Jones a écrit : > > darktable 1.3+1156~g24321b9 > > This is still an "old" version. > > > Just updated: SortBy 'Anything' does not appear to be working on the > > lighttable window but appears to work

Re: [darktable-devel] Sort by Rating

2013-10-20 Thread Pascal Obry
Le 20/10/2013 17:09, David Vincent-Jones a écrit : > darktable 1.3+1156~g24321b9 This is still an "old" version. > Just updated: SortBy 'Anything' does not appear to be working on the > lighttable window but appears to work correctly in the darkroom. > > I checked both 'rating' and 'color label'

Re: [darktable-devel] Sort by Rating

2013-10-20 Thread David Vincent-Jones
darktable 1.3+1156~g24321b9 Just updated: SortBy 'Anything' does not appear to be working on the lighttable window but appears to work correctly in the darkroom. I checked both 'rating' and 'color label'. If I make a change in the lighttable, switch to darkroom and then back again the sorting

Re: [darktable-devel] Sort by Rating

2013-10-20 Thread johannes hanika
On Mon, Oct 21, 2013 at 4:07 AM, Pascal Obry wrote: > Le 20/10/2013 15:24, David Vincent-Jones a écrit : > > darktable 1.3+1156~g24321b9 > > > > Sort by rating is working directly, and correctly, in the darkroom but > > not doing a 'live' update on the lighttable. > > I see... When you change the

Re: [darktable-devel] Sort by Rating

2013-10-20 Thread Pascal Obry
Le 20/10/2013 15:24, David Vincent-Jones a écrit : > darktable 1.3+1156~g24321b9 > > Sort by rating is working directly, and correctly, in the darkroom but > not doing a 'live' update on the lighttable. I see... When you change the stars for a picture it does not get sorted accordingly. Will fix

Re: [darktable-devel] Sort by Rating

2013-10-20 Thread Pascal Obry
Le 20/10/2013 15:24, David Vincent-Jones a écrit : > darktable 1.3+1156~g24321b9 > > Sort by rating is working directly, and correctly, in the darkroom but > not doing a 'live' update on the lighttable. Hum, this looked like an issue due to my recent work on lighttable but I cannot reproduce. An

[darktable-devel] Sort by Rating

2013-10-20 Thread David Vincent-Jones
darktable 1.3+1156~g24321b9 Sort by rating is working directly, and correctly, in the darkroom but not doing a 'live' update on the lighttable. David -- October Webinars: Code for Performance Free Intel webinars can hel

[darktable-devel] solved (was: ubuntu 13.10/nvidia-319 breaks opencl)

2013-10-20 Thread Wolfgang Goetz
Tobias Ellinghaus wrote: > Am Freitag, 18. Oktober 2013, 19:29:33 schrieb Wolfgang Goetz: > > patch attached: quick/dirty fix is to limit the token count... > Thanks a lot, I pushed it. pull+build: OK! thanks! >The missing g_strfreev() was an oversight by me. very good hidden memory allocatio

Re: [darktable-devel] problem with styles

2013-10-20 Thread Pascal Obry
Le 20/10/2013 09:35, johannes hanika a écrit : > oh. my understanding of the sqlite docs is that rowid is just an > internal thing that we shouldn't rely on because they reserve the right > to change what it does between versions etc? Right. > i'm totally for an additional id in this case.. there

[darktable-devel] Canon PowerShot S120 & ColorChecker (JPEG + CR2 for download)

2013-10-20 Thread Milan Knížek
Hello devs! I have uploaded exposure bracketed shots of ColorChecker Passport on a sunny day, both at direct sun and in shadow. Note that the midday here in Prague today does not mean the sun is at zenith, obviously. The respective packed files are availabe for download at (cca 140 MB each): htt

Re: [darktable-devel] problem with styles

2013-10-20 Thread johannes hanika
oh. my understanding of the sqlite docs is that rowid is just an internal thing that we shouldn't rely on because they reserve the right to change what it does between versions etc? i'm totally for an additional id in this case.. there is some sql update path somewhere around control_init() (contr

[darktable-devel] problem with styles

2013-10-20 Thread Pascal Obry
The problem is the following. The styles are numbered after its rowid (table styles) The styles items have a styleid referencing the style above. When a style is removed the rowid are non continuous, that is: sqlite> select rowid,* from styles; 1|red| 3|blue| 4|violet| The rowid is style refe