Every time one clicks the BQM button in the toolbar a new queue is created and not deleted after closing. So it quickly happens that several queues are open at the same time. In this position it is impossible run only the currently selected queue. One has to cumbersomely select every single queue except the desired one to delete them (adding a shortcut to the "del" key would be nice as well). I would propose to have two possibilities in place of the current "Run": "Run all" that does the same as it does now and "Run selected" to only run the currently selected queue.
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