https://bugs.kde.org/show_bug.cgi?id=290928
Summary: "Color managed view" shortcut for digiKam Product: digikam Version: 2.5.0 Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: [hidden email] ReportedBy: [hidden email] Version: 2.5.0 (using KDE 4.7.4) OS: Linux showFoto has a "Color managed view" shortcut in the "View" menu, with F12 assigned as a keyboard shortcut. Some find this very useful. digiKam lacks this. I would most like digiKam to assign a keyboard shortcut for turning color managed preview on and off. Reproducible: Always Expected Results: -- 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=290928
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] Component|general |Color Management --- Comment #1 from Gilles Caulier <caulier gilles gmail com> 2012-01-08 10:17:57 --- This shorcuts must work fine in digiKam image editor as showfoto and editor share same code... 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 DrSlony-3
https://bugs.kde.org/show_bug.cgi?id=290928
--- Comment #2 from Marcel Wiesweg <marcel wiesweg gmx de> 2012-01-09 17:58:02 --- Maybe this report is about the view mode in the main window? -- 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 DrSlony-3
https://bugs.kde.org/show_bug.cgi?id=290928
--- Comment #3 from DrSlony <[hidden email]> --- Yes, its about "view image" mode in digiKam. -- 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 DrSlony-3
https://bugs.kde.org/show_bug.cgi?id=290928
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|"Color managed view" |"Color managed view" |shortcut for digiKam |shortcut for digiKam | |Preview mode -- 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 DrSlony-3
https://bugs.kde.org/show_bug.cgi?id=290928
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|"Color managed view" |Add keyboard shortcuts to |shortcut for digiKam |switch "Color managed view" |Preview mode |from Preview mode Component|Color Management |Usability -- 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 DrSlony-3
https://bugs.kde.org/show_bug.cgi?id=290928
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add keyboard shortcuts to |Add keyboard shortcut to |switch "Color managed view" |switch "Color managed view" |from Preview mode |from Preview mode -- 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 DrSlony-3
https://bugs.kde.org/show_bug.cgi?id=290928
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/digi | |kam/396e51cb2e307c658472097 | |8acbebe85db44edb6 Version Fixed In| |4.4.0 Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #4 from Gilles Caulier <[hidden email]> --- Git commit 396e51cb2e307c6584720978acbebe85db44edb6 by Gilles Caulier. Committed on 11/09/2014 at 08:04. Pushed by cgilles into branch 'master'. Add new option to switch on/off color managed view for thumbnails and preview canvas into AlbumGUI, LightTable and Import Tool. Fix bug about thumbnail view which cannot handle properly and viewport update when CM option change. Fix coding style, polish and constify FIXED-IN: 4.4.0 M +13 -4 app/items/imagecategorizedview.cpp M +2 -0 app/items/imagecategorizedview.h M +32 -1 app/main/digikamapp.cpp M +2 -0 app/main/digikamapp.h M +2 -0 app/main/digikamapp_p.h M +3 -1 app/main/digikamui.rc M +40 -11 libs/dimg/filters/icc/iccsettings.cpp M +8 -4 libs/dimg/filters/icc/iccsettings.h M +8 -0 libs/dimg/filters/icc/iccsettingscontainer.cpp M +1 -0 libs/dimg/filters/icc/iccsettingscontainer.h M +4 -4 libs/threadimageio/loadingcache.cpp M +4 -4 libs/threadimageio/thumbnailcreator.cpp M +2 -2 libs/threadimageio/thumbnailloadthread.cpp M +1 -1 libs/widgets/itemview/dcategorizedview.h M +5 -5 libs/widgets/mainview/dxmlguiwindow.cpp M +1 -3 utilities/imageeditor/editor/editorwindow.cpp M +39 -9 utilities/importui/backend/camerathumbsctrl.cpp M +2 -2 utilities/importui/backend/camerathumbsctrl.h M +1 -2 utilities/importui/items/importdelegate.cpp M +34 -0 utilities/importui/main/importui.cpp M +2 -0 utilities/importui/main/importui.h M +3 -1 utilities/importui/main/importui.rc M +2 -0 utilities/importui/main/importui_p.h M +1 -2 utilities/importui/models/importfiltermodel.cpp M +1 -1 utilities/importui/models/importthumbnailmodel.cpp M +14 -5 utilities/importui/views/importcategorizedview.cpp M +2 -0 utilities/importui/views/importcategorizedview.h M +34 -4 utilities/lighttable/lighttablewindow.cpp M +2 -0 utilities/lighttable/lighttablewindow.h M +2 -0 utilities/lighttable/lighttablewindow_p.h M +4 -2 utilities/lighttable/lighttablewindowui.rc http://commits.kde.org/digikam/396e51cb2e307c6584720978acbebe85db44edb6 -- 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 DrSlony-3
https://bugs.kde.org/show_bug.cgi?id=290928
--- Comment #5 from DrSlony <[hidden email]> --- Thank you. -- 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 DrSlony-3
https://bugs.kde.org/show_bug.cgi?id=290928
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Usability |Usability-Shortcuts -- You are receiving this mail because: You are the assignee for the bug. |
Free forum by Nabble | Edit this page |