Re: [darktable-devel] drawing area maximum size...

2013-08-19 Thread Daniel J Blueman
On 20 August 2013 01:46, Tobias Ellinghaus wrote: > Am Sonntag, 18. August 2013, 23:32:18 schrieb Daniel J Blueman: >> On high-res displays, we need to increase the default "maximum width >> of image drawing area" and for height also. >> >> Since most users probably have more powerful processors w

Re: [darktable-devel] DT keeps crashing

2013-08-19 Thread johannes hanika
hey, thanks for the log. dt is heavily multithreaded, so it's quite likely something else in between causes your memory to corrupt, potentially totally unrelated. did you run it through valgrind to see if that shows anything unusual? is there anything special about your setup? like a custom compil

[darktable-devel] DT keeps crashing

2013-08-19 Thread Wolfgang Beutner
Hi all. I'm still encountering regular crashes when zooming in and out while in darktable mode. Recently all the crashes appeared while zooming out. Therefore I took a look into the code, inserted some printf calls and set MALLOC_CHECK_ to '1'. Now DT reports when a free operation would crash

Re: [darktable-devel] finding local copies

2013-08-19 Thread jeremy rosen
what would you think of my idea of presenting some internal dt flags as tags in the ui ? On Mon, Aug 19, 2013 at 7:51 PM, Tobias Ellinghaus wrote: > Am Dienstag, 20. August 2013, 05:02:20 schrieb johannes hanika: > > On Tue, Aug 20, 2013 at 3:34 AM, jeremy rosen < > jeremy.ro...@enst-bretagne.f

Re: [darktable-devel] finding local copies

2013-08-19 Thread Tobias Ellinghaus
Am Dienstag, 20. August 2013, 05:02:20 schrieb johannes hanika: > On Tue, Aug 20, 2013 at 3:34 AM, jeremy rosen > wrote: > > > > Ok so to clarify (so we are consistent when developping) > > > > darktable| tags are not exported, they are set/removed opportunistically > > by DT to reflect some sta

Re: [darktable-devel] drawing area maximum size...

2013-08-19 Thread Tobias Ellinghaus
Am Sonntag, 18. August 2013, 23:32:18 schrieb Daniel J Blueman: > On high-res displays, we need to increase the default "maximum width > of image drawing area" and for height also. > > Since most users probably have more powerful processors with larger > displays, I see there is good rationale to

Re: [darktable-devel] finding local copies

2013-08-19 Thread johannes hanika
On Tue, Aug 20, 2013 at 3:34 AM, jeremy rosen wrote: > Ok so to clarify (so we are consistent when developping) > > darktable| tags are not exported, they are set/removed opportunistically > by DT to reflect some status of the unerlying image, but the can't be > relied on to find the status. > s

Re: [darktable-devel] finding local copies

2013-08-19 Thread jeremy rosen
Ok so to clarify (so we are consistent when developping) darktable| tags are not exported, they are set/removed opportunistically by DT to reflect some status of the unerlying image, but the can't be relied on to find the status. Users are free to add/remove these tags through the normal UI, thes

Re: [darktable-devel] finding local copies

2013-08-19 Thread Pascal Obry
Le 19/08/2013 16:16, Jose Carlos Garcia Sogo a écrit : > While it seems to be a short term solution, I am not sure it is the > way to go. IMHO an internal flag in the db should be used, and every > image in the cache that is not matching the db status should be > discarded periodically. The problem

Re: [darktable-devel] finding local copies

2013-08-19 Thread johannes hanika
On Mon, Aug 19, 2013 at 4:16 PM, Jose Carlos Garcia Sogo wrote: > On Mon, Aug 19, 2013 at 9:53 AM, Pascal Obry wrote: > > Hi, > > > > After using the local-copy feature I'm really missing a way to find all > > pictures with local copies amongst my collections. > > > > For this I think to add a 'd

Re: [darktable-devel] finding local copies

2013-08-19 Thread Jose Carlos Garcia Sogo
On Mon, Aug 19, 2013 at 9:53 AM, Pascal Obry wrote: > Hi, > > After using the local-copy feature I'm really missing a way to find all > pictures with local copies amongst my collections. > > For this I think to add a 'darktable|local-copy' tag for every pictures > with local copies (and to remove

Re: [darktable-devel] darktable startup hang fixed

2013-08-19 Thread Kevin
Maybe it was gphoto2 and the Picassa message is a red herring – whatever the cause I’m glad to see the problem gone though J I've had, and am still having a problem, when I have my (Android) phone plugged in. DT hangs on start-up until I unplug the phone. I did do some investigations some t

Re: [darktable-devel] darktable startup hang fixed

2013-08-19 Thread Rob Z. Smith
I’m currently running 1.3+572-g538d164 which I installed from GIT a while ago and has had the hang problem until today (or actually any time in the last 3 weeks as I’ve been away and not using dt). To be clear the hang problem has persisted for me through numerous dt versions from I guess 1.0

Re: [darktable-devel] darktable startup hang fixed

2013-08-19 Thread Jose Carlos Garcia Sogo
Is this a git copy or any of the version that your distribution comes with? If the former, please try cleaning up you instalation directory and reinstall. If the latter, please tell us distribution and version of darktable. Whatever it is, Picasa should not be holding your darktable initialization

[darktable-devel] darktable startup hang fixed

2013-08-19 Thread Rob Z. Smith
Since the Ubuntu 12.10 days, possibly earlier, I've been plagued with dt hanging on startup and requiring some (any) USB card reader to be unplugged and reinserted to free up the hang. This has persisted through O/S reinstall, upgrade to 13.04 and even a switch to Mint but now it has magica

[darktable-devel] finding local copies

2013-08-19 Thread Pascal Obry
Hi, After using the local-copy feature I'm really missing a way to find all pictures with local copies amongst my collections. For this I think to add a 'darktable|local-copy' tag for every pictures with local copies (and to remove this tag when the local copy is removed of course). How does tha