Bug 376331

Summary: Path when saving/opening presentation files should be remebered
Product: [Applications] digikam Reporter: Barbara Scheffner <laurakittyinka>
Component: Plugin-Generic-PresentationAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: caulier.gilles
Priority: NOR    
Version: 5.5.0   
Target Milestone: ---   
Platform: Appimage   
OS: Linux   
Latest Commit: Version Fixed In: 5.5.0

Description Barbara Scheffner 2017-02-11 01:29:04 UTC
Currently when saving or opening a presentation file in the presentation editor the dialog comes up with /home/~/documents/, which is not very useful. At least I don't wont to use that directory for things like this because it would become a mess. I have the slideshows in a subfolder of the (my) pictures folder.
Remembering the path would be better, would save you a lot of clicks when working on an extensive slideshow since one will hardly do it in one go - at least not me :-)
In cases like this another solution might be to have default path settings somewhere in Configure digiKam.
Comment 1 Maik Qualmann 2017-02-20 19:38:13 UTC
Git commit d09284327a9874a59b487bc6d562f20644129b4b by Maik Qualmann.
Committed on 20/02/2017 at 19:37.
Pushed by mqualmann into branch 'master'.

save and restore last file paths at the DImagesList
FIXED-IN: 5.5.0

M  +2    -1    NEWS
M  +26   -9    utilities/assistants/common/dimageslist.cpp
M  +1    -0    utilities/assistants/expoblending/importwizard/expoblendingitemspage.cpp
M  +1    -0    utilities/assistants/panorama/importwizard/panoitemspage.cpp
M  +1    -0    utilities/presentation/dialogs/presentation_mainpage.cpp

https://commits.kde.org/digikam/d09284327a9874a59b487bc6d562f20644129b4b
Comment 2 Barbara Scheffner 2017-02-20 22:59:36 UTC
Thank you, Maik!