Bug 376331 - Path when saving/opening presentation files should be remebered
Summary: Path when saving/opening presentation files should be remebered
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-Presentation (show other bugs)
Version: 5.5.0
Platform: Appimage Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-11 01:29 UTC by Barbara Scheffner
Modified: 2017-02-20 22:59 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.5.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!