Summary: | Add option to run only the selected queue in BQM | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Simon <freisim93> |
Component: | BatchQueueManager-Workflow | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 5.2.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/digikam/d79e40fdbdbd90ff33c11475d575f20f33112bb9 | Version Fixed In: | 5.4.0 |
Sentry Crash Report: | |||
Attachments: |
Add option to run just current queue
Add option to run just current queue (increased rc version counter) |
Description
Simon
2016-11-06 21:39:00 UTC
Created attachment 103232 [details]
Add option to run just current queue
The proposed tag adds the buttons "Run" and "Run all" instead of just "Run". Clicking "Run" processes the currently selected queue, clicking "Run all" processes all queue (previous behaviour).
It works as intended for me, could someone test this and give their opinion whether the used terminology is intuitive.
Comment on attachment 103232 [details]
Add option to run just current queue
Patch is fine for me to commit before 5.4.0.
Note you patch .rc file without to increase the version ID on top of file. Please fix it.
Gilles Caulier
Created attachment 103236 [details]
Add option to run just current queue (increased rc version counter)
Done.
Note to self: Read comments.
Comment on attachment 103236 [details]
Add option to run just current queue (increased rc version counter)
perfect. let's go...
Gilles Caulier
Git commit d79e40fdbdbd90ff33c11475d575f20f33112bb9 by Simon Frei. Committed on 06/01/2017 at 18:06. Pushed by sfrei into branch 'master'. batch queue manager: add option to run current queue only FIXED-IN: 5.4.0 M +2 -1 NEWS M +71 -8 utilities/queuemanager/main/queuemgrwindow.cpp M +1 -0 utilities/queuemanager/main/queuemgrwindow.h M +3 -0 utilities/queuemanager/main/queuemgrwindow_p.h M +3 -1 utilities/queuemanager/main/queuemgrwindowui.rc M +7 -2 utilities/queuemanager/views/queuepool.cpp M +1 -0 utilities/queuemanager/views/queuepool.h https://commits.kde.org/digikam/d79e40fdbdbd90ff33c11475d575f20f33112bb9 |