[darktable-devel] File date sort

2013-10-17 Thread David Vincent-Jones
A question that I asked earlier and that was not answered: Is there a way to use '>' or '<' in a collect-images sort of time, file-names, folders etc ? David -- October Webinars: Code for Performance Free Intel webinars

Re: [darktable-devel] File date sort

2013-10-17 Thread johannes hanika
yeah, unfortunately we don't support that. but i agree it would be a great feature. i should have made the datetime field a date type instead of char[40] ( https://www.sqlite.org/lang_datefunc.html), then you could now use < and > .. :/ potentially easy to update, need to check. -jo On Thu, O

Re: [darktable-devel] File date sort

2013-10-17 Thread jeremy rosen
I'd love that for lua too... currently date in lua is accessed as text, which is less than handy for comparison and stuff like that... On Thu, Oct 17, 2013 at 10:40 AM, johannes hanika wrote: > yeah, unfortunately we don't support that. but i agree it would be a great > feature. > > i should ha

Re: [darktable-devel] File date sort

2013-10-17 Thread johannes hanika
if i read the docs correctly, it would stay text but sqlite would know how to deal with it. actually this query works: select datetime_taken from images where datetime(datetime_taken) > datetime("2013-10-10 00:00:00"); so that should probably also work in the collection module input box, but mayb

Re: [darktable-devel] File date sort

2013-10-17 Thread David Vincent-Jones
That would be great ... my folders all have date numerics at their fromt end and that is where I would most like to use it. David On 13-10-17 11:08 AM, johannes hanika wrote: > if i read the docs correctly, it would stay text but sqlite would know how > to deal with it. actually this query works

Re: [darktable-devel] File date sort

2013-10-17 Thread jeremy rosen
hmm, i'll have to think about it from a lua point of view... i'll probably export it as second since 1970 so all normal lua numeric operations work... but if I can convert the date into any format, i'm good with that. On Thu, Oct 17, 2013 at 11:26 AM, David Vincent-Jones wrote: > That would be g

[darktable-devel] Limited range of vibrance?

2013-10-17 Thread Bruce Guenter
In my experience, applying the "vibrance" plugin at the default setting produces an extremely subtle effect, hard to even notice. If I apply it at all, I do so at 100%, and even then the effect is hard to see. Would it make sense to increase the scale of the parameter to allow for a stronger effe

[darktable-devel] ubuntu 13.10/nvidia-319 breaks opencl

2013-10-17 Thread Wolfgang Goetz
Hello, unfortunately opencl does not work in 13.10/nvidia-319 '..the recommended driver' -- ... [opencl_init] opencl library 'libOpenCL' found on your system and loaded ... DRIVER_VERSION: 319.32 DEVICE_VERSI

[darktable-devel] Problem in latest git

2013-10-17 Thread Kevin
Just performed an update from latest git and got the following (note that the time stamps are from a local patch). Platform is Fedora 19 with latest patches and bumblebee & nvidia driver installed. $ dt -d opencl 1.333992 [opencl_init] opencl related configuration options: 1.334060 [open

Re: [darktable-devel] ubuntu 13.10/nvidia-319 breaks opencl

2013-10-17 Thread Tobias Ellinghaus
Am Donnerstag, 17. Oktober 2013, 23:46:19 schrieb Wolfgang Goetz: > Hello, Hi. > unfortunately opencl does not work in 13.10/nvidia-319 '..the recommended > driver' > > -- > ... > [opencl_init] opencl library 'libOpenCL' found o

Re: [darktable-devel] Problem in latest git

2013-10-17 Thread Tobias Ellinghaus
Am Freitag, 18. Oktober 2013, 09:51:43 schrieb Kevin: > Just performed an update from latest git and got the following (note that > the time stamps are from a local patch). > > Platform is Fedora 19 with latest patches and bumblebee & nvidia driver > installed. > > $ dt -d opencl >1.333992 [o

Re: [darktable-devel] ubuntu 13.10/nvidia-319 breaks opencl

2013-10-17 Thread Tobias Ellinghaus
Am Freitag, 18. Oktober 2013, 02:02:23 schrieb Tobias Ellinghaus: > Am Donnerstag, 17. Oktober 2013, 23:46:19 schrieb Wolfgang Goetz: > > Hello, > > Hi. > > > unfortunately opencl does not work in 13.10/nvidia-319 '..the recommended > > driver' > > > > ---

Re: [darktable-devel] Problem in latest git

2013-10-17 Thread Kevin
On Fri, 18 Oct 2013 02:09:11 Tobias Ellinghaus opined: > I guess that it's the same Wolfgang Goetz reported and that it was me who > broke it. Sorry. I hope that I fixed this now. If not you can try to revert > 8805992875fb528d60ee8890acbc2b6c928efa58 locally. Since I don't have OpenCL I > can'