[Bug 201591] New: Restart queue in Batch queue manager

classic Classic list List threaded Threaded
12 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 201591] New: Restart queue in Batch queue manager

Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201591

           Summary: Restart queue in  Batch queue manager
           Product: digikam
           Version: unspecified
          Platform: Ubuntu Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: [hidden email]
        ReportedBy: [hidden email]


Version:           1.0b3 (using KDE 4.2.2)
OS:                Linux
Installed from:    Ubuntu Packages

I'm missing possibility to restart precessed or half processed queue in Batch
queue manager.

For example I want to change some settings durig the que processing. I stop the
queue and want to process all images again. Now I can only clear queue and
reload all images to queue manager again.

Or I process images with some setting and then I want to process same images
with different settings again (i. e. thumbnail a full size images for web
gallery). Again the restart queue be would be useful.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 201591] Restart queue in Batch queue manager

Gilles Caulier-4
https://bugs.kde.org/show_bug.cgi?id=201591


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |Batch Queue Manager
            Version|unspecified                 |1.0.0-beta3




--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 201591] Restart queue in Batch queue manager

Gilles Caulier-4
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201591


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|1.0.0-beta3                 |1.0.0




--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 201591] Restart queue in Batch queue manager

Gilles Caulier-4
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201591





--- Comment #1 from Gilles Caulier <caulier gilles gmail com>  2010-03-11 15:20:00 ---
Jens,

If i'm not too wrong, i remember that you is interrested to implement this
feature in BQM (dixit an IRC talk). right ?

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 201591] Restart queue in Batch queue manager

"Jens Müller"
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201591


Jens Mueller <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #2 from Jens Mueller <tschenser gmx de>  2010-03-11 20:40:20 ---
Yes, that's true. I put it on my TODO list (and it is still there), but havent
produced something useful yet. Below is a comment from me on the mailing list:

"Looking for bug #201591 it would be nice to reset proccessed items when
assigned tools or assigned tools settings to one queue changed.
There is already a signal 'signalAssignedToolsChanged', but this signal is
also called when switching beetween queues, and for every tool that is started
in running mode. I don't see why 'signalAssignedToolsChanged' should be
signaled to a queue in both cases at all. Next, if move a tool up or down this
signal is called twice."

Reevaluate the above shows that this is still true. I will have a second look
at it.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 201591] Restart queue in Batch queue manager

"Jens Müller"
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201591





--- Comment #3 from Jens Mueller <tschenser gmx de>  2010-03-11 21:16:56 ---
SVN commit 1102096 by jmueller:

do not emit signalAssignedToolsChanged when BQM current queue changes

CCBUGS:  201591

 M  +0 -2      assignedlist.cpp  
 M  +3 -0      queuemgrwindow.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1102096

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 201591] Restart queue in Batch queue manager

Gilles Caulier-4
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201591





--- Comment #4 from Gilles Caulier <caulier gilles gmail com>  2010-03-11 22:26:47 ---
Jens,

About your commit #1102096, take a care :

- if you change something in assigned tool list, using drag and drop to change
tools order for ex, or to add new tool in list, the list of tool play is right.

- if you change tool settings, this one is played right.

In both case, use console debug messages.

If i remember, The list of assigned tools and the settings for each tools is
hosted in the Queue instance. So all changes must be dispatched to it, before
to play in batch.

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 201591] Restart queue in Batch queue manager

"Jens Müller"
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201591





--- Comment #5 from Jens Mueller <tschenser gmx de>  2010-03-11 22:46:57 ---
Gilles,

I only removed the emit of the signal in assignedlist when current queue
changes (and create a new connection to update statusbar). I don't know if you
just want to give me a 'take care' hint (which i adopt) or if you find
something broken now?

Jens

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 201591] Restart queue in Batch queue manager

Gilles Caulier-4
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201591





--- Comment #6 from Gilles Caulier <caulier gilles gmail com>  2010-03-11 22:49:11 ---
(:=))) no, i don't have tested your changes. I just want to be sure that not
all is broken there... regression tests, as usual...

Gilles

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 201591] Restart queue in Batch queue manager

"Jens Müller"
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201591


Jens Mueller <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




--- Comment #7 from Jens Mueller <tschenser gmx de>  2010-03-12 23:47:24 ---
SVN commit 1102593 by jmueller:

do not emit signalAssignedToolsChanged when executing a tool and reset state of
queue items after tool changes (settings, position, add, remove)

BUGS: 201591

 M  +2 -1      NEWS  
 M  +1 -1      utilities/queuemanager/basetools/color/autocorrection.cpp  
 M  +1 -1      utilities/queuemanager/basetools/color/bcgcorrection.cpp  
 M  +1 -1      utilities/queuemanager/basetools/color/bwconvert.cpp  
 M  +1 -1      utilities/queuemanager/basetools/color/channelmixer.cpp  
 M  +1 -1      utilities/queuemanager/basetools/color/colorbalance.cpp  
 M  +1 -1      utilities/queuemanager/basetools/color/curvesadjust.cpp  
 M  +1 -1      utilities/queuemanager/basetools/color/hslcorrection.cpp  
 M  +1 -1      utilities/queuemanager/basetools/color/iccconvert.cpp  
 M  +1 -1      utilities/queuemanager/basetools/color/whitebalance.cpp  
 M  +1 -1      utilities/queuemanager/basetools/convert/convert2jp2.cpp  
 M  +1 -1      utilities/queuemanager/basetools/convert/convert2jpeg.cpp  
 M  +1 -1      utilities/queuemanager/basetools/convert/convert2pgf.cpp  
 M  +1 -1      utilities/queuemanager/basetools/convert/convert2png.cpp  
 M  +1 -1      utilities/queuemanager/basetools/convert/convert2tiff.cpp  
 M  +1 -1      utilities/queuemanager/basetools/decorate/watermark.cpp  
 M  +1 -1      utilities/queuemanager/basetools/enhance/blur.cpp  
 M  +1 -1      utilities/queuemanager/basetools/enhance/localcontrast.cpp  
 M  +1 -1      utilities/queuemanager/basetools/enhance/noisereduction.cpp  
 M  +1 -1      utilities/queuemanager/basetools/enhance/restoration.cpp  
 M  +1 -1      utilities/queuemanager/basetools/enhance/sharpen.cpp  
 M  +1 -1      utilities/queuemanager/basetools/filters/filmgrain.cpp  
 M  +1 -1      utilities/queuemanager/basetools/metadata/assigntemplate.cpp  
 M  +1 -1      utilities/queuemanager/basetools/transform/flip.cpp  
 M  +1 -1      utilities/queuemanager/basetools/transform/resize.cpp  
 M  +1 -1      utilities/queuemanager/basetools/transform/rotate.cpp  
 M  +6 -1      utilities/queuemanager/batchtool.cpp  
 M  +1 -0      utilities/queuemanager/batchtool.h  
 M  +12 -0     utilities/queuemanager/queuelist.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1102593

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 201591] Restart queue in Batch queue manager

Gilles Caulier-4
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201591

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |1.2.0

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 201591] Restart queue in Batch queue manager

bugzilla_noreply
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201591

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|BatchQueueManager           |BatchQueueManager-Workflow

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel