Summary: | Load and Save Batch Queue Manager chaining tools workflow | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Axel Krebs <axel.krebs> |
Component: | BatchQueueManager-Workflow | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | bugs_kde_org, caulier.gilles, mbc, nerve, nvlplx, scl+kde, sergio, zeta |
Priority: | NOR | ||
Version: | 2.6.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/dcd1fe5f5c328c1e8c1443769793c1dd162ba969 | Version Fixed In: | 3.0.0 |
Sentry Crash Report: |
Description
Axel Krebs
2010-09-13 17:51:22 UTC
Sorry, i don't understand you request... Also, take a look into digiKam 1.4.0, where watermark tool have been improved. Gilles Caulier He would like the watermark tool in BQM to save the current watermark text setting in the config, and restore it when the tool is used again. Am 13.09.2010 18:36, schrieb Marcel Wiesweg:
> https://bugs.kde.org/show_bug.cgi?id=251126
>
>
>
>
>
> --- Comment #2 from Marcel Wiesweg <marcel wiesweg gmx de> 2010-09-13 18:36:17 ---
> He would like the watermark tool in BQM to save the current watermark text
> setting in the config, and restore it when the tool is used again.
>
That's exactly, what I mean :-) :-) :-) !
I think this feature should be implemented as part of a more general way of saving batch queue tool settings. Personally, I would like to save a whole workflow like this: - Watermark (with an image, not a text) - Resize to specific size - Save as JPG with specific compression This whole workflow can be set up in the batch queue manager, but it cannot be saved. I would like to be able to save different workflows for different purposes. From what I can see in the source code for batch queue tools, somebody has been thinking ahead about implementing saved settings some day. The way that the settings are managed is very structured. Am I right? Mikkel *** Bug 256309 has been marked as a duplicate of this bug. *** *** Bug 271198 has been marked as a duplicate of this bug. *** *** Bug 276089 has been marked as a duplicate of this bug. *** *** Bug 287407 has been marked as a duplicate of this bug. *** *** This bug has been confirmed by popular vote. *** It would be awesome to be able to include a bash script in a saved preset in the BQM (like with the notifications functionality, but without being limited to one script set under "run command" in the notifications behaviour). Am 09.04.2012 07:53, schrieb Julien:
> https://bugs.kde.org/show_bug.cgi?id=251126
>
> Julien <martinjuju@hotmail.com> changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> Status|UNCONFIRMED |NEW
> Ever confirmed|0 |1
>
> --- Comment #9 from Julien <martinjuju@hotmail.com> ---
> *** This bug has been confirmed by popular vote. ***
>
Thank You all!!!
Axel
Git commit dcd1fe5f5c328c1e8c1443769793c1dd162ba969 by Gilles Caulier. Committed on 20/12/2012 at 18:05. Pushed by cgilles into branch 'master'. Batch Queue Manager improvement : add Queue settings included Assigned Batch Tools list save and restore feature. Concept is named Workflow in GUI. By this way, end users is able to apply prefered and fully customized settings already used in previous queues processed in BQM. A control panel dedicated to manage worflow list have been add to main BQM window. Workflow settings are saved in dedicated xml files from your home directory (into KDE config dir) FIXED-IN: 3.0.0 M +464 -115 libs/dimg/drawdecoding.cpp M +6 -0 libs/dimg/drawdecoding.h M +3 -0 utilities/queuemanager/CMakeLists.txt M +1 -1 utilities/queuemanager/basetools/color/bcgcorrection.cpp M +39 -4 utilities/queuemanager/main/queuemgrwindow.cpp M +2 -0 utilities/queuemanager/main/queuemgrwindow.h M +2 -0 utilities/queuemanager/main/queuemgrwindow_p.h M +2 -1 utilities/queuemanager/main/queuemgrwindowui.rc M +4 -0 utilities/queuemanager/manager/batchtool.h M +6 -4 utilities/queuemanager/manager/batchtoolutils.cpp M +2 -1 utilities/queuemanager/manager/batchtoolutils.h M +6 -2 utilities/queuemanager/manager/queuesettings.h A +202 -0 utilities/queuemanager/manager/workflowdlg.cpp [License: GPL (v2+)] C +24 -25 utilities/queuemanager/manager/workflowdlg.h [from: utilities/queuemanager/views/toolsview.h - 050% similarity] A +454 -0 utilities/queuemanager/manager/workflowmanager.cpp [License: GPL (v2+)] A +112 -0 utilities/queuemanager/manager/workflowmanager.h [License: GPL (v2+)] M +5 -1 utilities/queuemanager/views/assignedlist.cpp M +1 -1 utilities/queuemanager/views/queuelist.cpp M +28 -4 utilities/queuemanager/views/queuepool.cpp M +2 -1 utilities/queuemanager/views/queuepool.h M +23 -18 utilities/queuemanager/views/toolsview.cpp M +11 -1 utilities/queuemanager/views/toolsview.h A +303 -0 utilities/queuemanager/views/workflowlist.cpp [License: GPL (v2+)] A +96 -0 utilities/queuemanager/views/workflowlist.h [License: GPL (v2+)] http://commits.kde.org/digikam/dcd1fe5f5c328c1e8c1443769793c1dd162ba969 Gilles, you're my heroe ! Merci pour tout le travail que tu fais sur Digikam, qui s'améliore réellement de version en version (il ne lui manque plus que les U-points pour être parfait ). Joyeux Noël à ta famille (on est encore dans l'octave de Noël, j'en profite) et bonne année 2013 par avance. Paul N. ________________________________ De : Gilles Caulier <caulier.gilles@gmail.com> À : nvlplx@yahoo.fr Envoyé le : Jeudi 20 décembre 2012 18h16 Objet : [Bug 251126] Load and Save Batch Queue Manager chaining tools workflow https://bugs.kde.org/show_bug.cgi?id=251126 Gilles Caulier <caulier.gilles@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Version Fixed In| |3.0.0 Resolution|--- |FIXED Latest Commit| |http://commits.kde.org/digi | |kam/dcd1fe5f5c328c1e8c14437 | |69793c1dd162ba969 --- Comment #12 from Gilles Caulier <caulier.gilles@gmail.com> --- Git commit dcd1fe5f5c328c1e8c1443769793c1dd162ba969 by Gilles Caulier. Committed on 20/12/2012 at 18:05. Pushed by cgilles into branch 'master'. Batch Queue Manager improvement : add Queue settings included Assigned Batch Tools list save and restore feature. Concept is named Workflow in GUI. By this way, end users is able to apply prefered and fully customized settings already used in previous queues processed in BQM. A control panel dedicated to manage worflow list have been add to main BQM window. Workflow settings are saved in dedicated xml files from your home directory (into KDE config dir) FIXED-IN: 3.0.0 M +464 -115 libs/dimg/drawdecoding.cpp M +6 -0 libs/dimg/drawdecoding.h M +3 -0 utilities/queuemanager/CMakeLists.txt M +1 -1 utilities/queuemanager/basetools/color/bcgcorrection.cpp M +39 -4 utilities/queuemanager/main/queuemgrwindow.cpp M +2 -0 utilities/queuemanager/main/queuemgrwindow.h M +2 -0 utilities/queuemanager/main/queuemgrwindow_p.h M +2 -1 utilities/queuemanager/main/queuemgrwindowui.rc M +4 -0 utilities/queuemanager/manager/batchtool.h M +6 -4 utilities/queuemanager/manager/batchtoolutils.cpp M +2 -1 utilities/queuemanager/manager/batchtoolutils.h M +6 -2 utilities/queuemanager/manager/queuesettings.h A +202 -0 utilities/queuemanager/manager/workflowdlg.cpp [License: GPL (v2+)] C +24 -25 utilities/queuemanager/manager/workflowdlg.h [from: utilities/queuemanager/views/toolsview.h - 050% similarity] A +454 -0 utilities/queuemanager/manager/workflowmanager.cpp [License: GPL (v2+)] A +112 -0 utilities/queuemanager/manager/workflowmanager.h [License: GPL (v2+)] M +5 -1 utilities/queuemanager/views/assignedlist.cpp M +1 -1 utilities/queuemanager/views/queuelist.cpp M +28 -4 utilities/queuemanager/views/queuepool.cpp M +2 -1 utilities/queuemanager/views/queuepool.h M +23 -18 utilities/queuemanager/views/toolsview.cpp M +11 -1 utilities/queuemanager/views/toolsview.h A +303 -0 utilities/queuemanager/views/workflowlist.cpp [License: GPL (v2+)] A +96 -0 utilities/queuemanager/views/workflowlist.h [License: GPL (v2+)] http://commits.kde.org/digikam/dcd1fe5f5c328c1e8c1443769793c1dd162ba969 |