Summary: | Option to clear light table on close [PATCH] | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Pieter Edelman <p.edelman> |
Component: | Setup-LightTable | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: | |||
Attachments: | Option to clear light table on close |
Description
Pieter Edelman
2009-07-20 12:57:26 UTC
Created attachment 35477 [details]
Option to clear light table on close
Pieter, I'm agrre to add this option (i thinking to do the same in fact) But the option must going on Light Table setup panel, not LT configuration menu. We need to still coherent here. Look setup LT code : http://lxr.kde.org/source/extragear/graphics/digikam/utilities/setup/setuplighttable.cpp Note : Your patch need to be built against code from svn trunk. Thanks in advance for your contrib... Gilles Caulier Ok, thanks for the feedback. The option actually is in the setup panel (Settings->Configure digiKam and then selecting Light Table), but I made it available from the toolbar as well. I can remove that, please let me know. The patch is against the latest SVN trunk. Pieter SVN commit 999717 by cgilles: apply patch from Pieter Edelman to clear Light Table contents on close event. BUGS: 200854 M +10 -0 lighttable/lighttablewindow.cpp M +2 -0 lighttable/lighttablewindow_p.h M +12 -1 setup/setuplighttable.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=999717 |