Summary: | Target album should be source album by default | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | DrSlony <bugs> |
Component: | BatchQueueManager-Workflow | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugs, caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 4.12.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/b688f0ddd3108e2a6a9cfec715f9280d5f8a494b | Version Fixed In: | 4.13.0 |
Sentry Crash Report: |
Description
DrSlony
2015-08-13 09:16:43 UTC
Maik, Another file which can be easy to fix. Look here : https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/utilities/queuemanager/views/queuesettingsview.cpp#L169 There is a connection to do between checkbox and album tree view to set current selected PAlbum from Album GUI when checkbox is not turned on. Album treeview widget as a method to set current one. Use AlbumManager to know current PAlbum. Gilles Thank you again for looking into this :) Git commit b688f0ddd3108e2a6a9cfec715f9280d5f8a494b by Maik Qualmann. Committed on 18/08/2015 at 10:22. Pushed by mqualmann into branch 'master'. use current album as target album when the option "use original album" is disabled in BQM FIXED-IN: 4.13.0 M +2 -1 NEWS M +18 -1 utilities/queuemanager/views/queuesettingsview.cpp M +1 -0 utilities/queuemanager/views/queuesettingsview.h http://commits.kde.org/digikam/b688f0ddd3108e2a6a9cfec715f9280d5f8a494b Git commit ec427ef4e06b06aab18211b416a250add4381c49 by Gilles Caulier. Committed on 19/08/2015 at 15:55. Pushed by cgilles into branch 'frameworks'. backport commit #b688f0ddd3108e2a6a9cfec715f9280d5f8a494b from git/master to frameworks branch M +20 -2 utilities/queuemanager/views/queuesettingsview.cpp M +1 -0 utilities/queuemanager/views/queuesettingsview.h http://commits.kde.org/digikam/ec427ef4e06b06aab18211b416a250add4381c49 |