https://bugs.kde.org/show_bug.cgi?id=195784
Summary: batch queue manager lacks raw importing tool Product: digikam Version: unspecified Platform: SuSE RPMs OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: [hidden email] ReportedBy: [hidden email] Version: 1.0 svn (using KDE 4.2.4) OS: Linux Installed from: SuSE RPMs Since one might need different settings for RAW import, e.g. because one has two different cameras or because two photo sessions need different settings, it would be useful to be able to set the RAW import parameters per queue rather than having to change the defaults. -- 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 |
https://bugs.kde.org/show_bug.cgi?id=195784
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] Component|general |Batch Queue Manager Version|unspecified |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 |
In reply to this post by S. Burmeister
https://bugs.kde.org/show_bug.cgi?id=195784
Simon <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #1 from Simon <simon eu gmail com> 2009-11-08 14:04:18 --- Hm, there is a Tools > Batch RAW Converter. Did you see this one? -- 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 |
In reply to this post by S. Burmeister
https://bugs.kde.org/show_bug.cgi?id=195784
--- Comment #2 from S. Burmeister <sven burmeister gmx net> 2009-11-09 11:19:05 --- So? There are lots of useful tools in the Tools menu and even more very useful tools in the menus of the image editor, such as the colour ones, yet I cannot pick them in the "base tools" tab in the Batch Queue Manager and that's what this bug is about. -- 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 |
In reply to this post by S. Burmeister
https://bugs.kde.org/show_bug.cgi?id=195784
--- Comment #3 from Gilles Caulier <caulier gilles gmail com> 2009-11-09 11:26:13 --- I'm agree with this entry. adding another panel with Raw decoding settings is not too complated to do. Like this, for each queue, we can adjust demosaicing settings and post processing. The idea is to re-use Raw Import tool settings panel here (this is why i have implemented it in a separate class) For the rest, to re-use all batch kipi-plugins in BQM, this is what i want to do too, especially to see DNG converter there. But it require to implement an interface in libkipi. It's more complicated to do... 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 |
In reply to this post by S. Burmeister
https://bugs.kde.org/show_bug.cgi?id=195784
Matthias Weiss <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #4 from Matthias Weiss <matias liberta gmail com> 2009-12-10 22:16:52 --- I'd like to see RAW import tool in the "Base Tools" list too. -- 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 |
In reply to this post by S. Burmeister
https://bugs.kde.org/show_bug.cgi?id=195784
--- Comment #5 from Gilles Caulier <caulier gilles gmail com> 2011-06-20 10:23:44 --- *** Bug 276093 has been marked as a duplicate of this bug. *** -- 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 |
In reply to this post by S. Burmeister
https://bugs.kde.org/show_bug.cgi?id=195784
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #6 from Gilles Caulier <caulier gilles gmail com> 2012-02-22 17:02:51 --- *** Bug 294620 has been marked as a duplicate of this bug. *** -- 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 |
In reply to this post by S. Burmeister
https://bugs.kde.org/show_bug.cgi?id=195784
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Version Fixed In| |3.0.0 Resolution|--- |FIXED --- Comment #7 from Gilles Caulier <[hidden email]> --- Git commit fbe083988d05a9749fa5420937c24e44938ea13e by Gilles Caulier. Committed on 11/12/2012 at 12:13. Pushed by cgilles into branch 'master'. Add Raw decoding settings in Queue Settings View to customize Raw Demosaicing parameters by Queue. Move Reset exif orientation setting to QueueSetttins container BUGS: 195784 FIXED-IN: 3.0.0 M +1 -41 utilities/queuemanager/main/queuemgrwindow.cpp M +0 -5 utilities/queuemanager/manager/actionthread.cpp M +0 -1 utilities/queuemanager/manager/actionthread.h M +4 -4 utilities/queuemanager/manager/batchtool.cpp M +8 -2 utilities/queuemanager/manager/batchtool.h M +14 -9 utilities/queuemanager/manager/queuesettings.h M +1 -1 utilities/queuemanager/manager/task.cpp M +0 -2 utilities/queuemanager/manager/task.h M +47 -28 utilities/queuemanager/views/queuepool.cpp M +5 -7 utilities/queuemanager/views/queuepool.h M +20 -1 utilities/queuemanager/views/queuesettingsview.cpp http://commits.kde.org/digikam/fbe083988d05a9749fa5420937c24e44938ea13e -- 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 |
In reply to this post by S. Burmeister
https://bugs.kde.org/show_bug.cgi?id=195784
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Component|BatchQueueManager |BatchQueueManager-Tool-RAWP | |rocessing -- 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 |
Free forum by Nabble | Edit this page |