Summary: | Crop tool does not remember advanced settings checkbox state | ||
---|---|---|---|
Product: | [Applications] gwenview | Reporter: | Jan Hambrecht <jaham> |
Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | benni, oss |
Priority: | NOR | ||
Version: | 2.9.4 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/gwenview/300bc3ad431f8abd6f6507a1d16ea8170d1a46ad | Version Fixed In: | |
Sentry Crash Report: |
Description
Jan Hambrecht
2012-12-29 21:49:29 UTC
I already looked at the code but there seems to be currently no way for a tool to save state between different instantiations. An easy but probably not the most elegant way would be to add a function local static variable to save the checkbox state. If you think that would be an ok solution i could prepare a patch implementing that. I think that remembering the checkbox state is a good idea. But you should talk directly to Aurélien Gâteau (agateau at kde. org) about the implementation. Git commit 300bc3ad431f8abd6f6507a1d16ea8170d1a46ad by Jan Hambrecht. Committed on 13/02/2013 at 21:00. Pushed by jaham into branch 'master'. Make advanced settings visibility of crop tool persistent. REVIEW:108885 M +3 -0 lib/crop/croptool.cpp M +10 -0 lib/crop/cropwidget.cpp M +3 -0 lib/crop/cropwidget.h M +6 -0 lib/gwenviewconfig.kcfg http://commits.kde.org/gwenview/300bc3ad431f8abd6f6507a1d16ea8170d1a46ad |