Bug 221282 - Add option to remember directory for Curves settings file
Summary: Add option to remember directory for Curves settings file
Status: CONFIRMED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Editor-Curves (show other bugs)
Version: 1.1.0
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2010-01-04 21:51 UTC by Simon
Modified: 2022-01-15 12:54 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon 2010-01-04 21:51:38 UTC
Version:           1.1.0 (rev.: 1066990) (using 4.3.4 (KDE 4.3.4), Debian packages)
Compiler:          cc
OS:                Linux (i686) release 2.6.32-2.slh.3-sidux-686

I'm storing it somewhere else than in ~. At the moment the file open dialog always points to ~, also if I previously loaded a file in a different directory.

I'd like digikam to store standard directories for curves files and others. Or at least remember the directory previously visited.
Comment 1 Marcel Wiesweg 2010-01-21 19:49:22 UTC
At the moment all KFileDialogs in image plugins point to KGlobalSettings::documentPath(). We should consider using one of the automatic alternatives offered by kdelibs:

http://api.kde.org/4.x-api/kdelibs-apidocs/kfile/html/classKFileWidget.html#a347b2860d7fbc35244ed0375bfd6e401
Comment 2 Andrej Krutak 2015-10-11 14:45:55 UTC
I currently workaround this by extending the 'places' in the open dialog, so it's 1-click thing then.

IMO, it'd be better if there was a thumbnails widget alongside the curves dialog, where all curves within a pre-defined directory (or ideally standard+custom dir merged) would be shown. Of course one could still modify+save custom curves...