| Summary: | The channels docker/layer properties dialog does not show the locked channels properly | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Halla Rempt <halla> |
| Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | git master (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/krita/c8103fa9f264405e95c481bfeda102561da216c7 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Halla Rempt
2018-03-29 21:16:48 UTC
Git commit 7a27f04cbe093ff1880a261f38504c2dfa0800d1 by Boudewijn Rempt.
Committed on 30/03/2018 at 07:33.
Pushed by rempt into branch 'master'.
Do not save and load channel lock flags to .kra
Until the channel docker was made to work on the projection in
commit 365d0eb775cbff3bf6afda3f9b703741dbd68710
Author: Boudewijn Rempt <boud@valdyas.org>
Date: Mon Sep 30 09:02:41 2013 +0200
Start making the channel docker work on the projection, not the layer
We could lock channels and painting on them would be disabled. Except
for some remnants in libqml, that is no longer possible. However, we
would still load and save the channel lock flags. Maybe in the future
we should add the channel lock flags to the layer properties dialog
instead and restore this code.
I'm still not sure how the file in the bug report was created, unless
it originated in Krita Gemini.
M +0 -82 libs/libqml/plugins/kritasketchplugin/models/LayerModel.cpp
M +0 -16 libs/libqml/plugins/kritasketchplugin/models/LayerModel.h
M +0 -49 libs/libqml/qml/panels/EditLayerPage.qml
M +0 -3 plugins/impex/libkra/kis_kra_loader.cpp
M +0 -5 plugins/impex/libkra/kis_kra_savexml_visitor.cpp
M +0 -1 plugins/impex/libkra/kis_kra_tags.h
https://commits.kde.org/krita/7a27f04cbe093ff1880a261f38504c2dfa0800d1
Git commit c8103fa9f264405e95c481bfeda102561da216c7 by Boudewijn Rempt.
Committed on 03/04/2018 at 11:20.
Pushed by rempt into branch 'krita/4.0'.
Do not save and load channel lock flags to .kra
Until the channel docker was made to work on the projection in
commit 365d0eb775cbff3bf6afda3f9b703741dbd68710
Author: Boudewijn Rempt <boud@valdyas.org>
Date: Mon Sep 30 09:02:41 2013 +0200
Start making the channel docker work on the projection, not the layer
We could lock channels and painting on them would be disabled. Except
for some remnants in libqml, that is no longer possible. However, we
would still load and save the channel lock flags. Maybe in the future
we should add the channel lock flags to the layer properties dialog
instead and restore this code.
I'm still not sure how the file in the bug report was created, unless
it originated in Krita Gemini.
(cherry picked from commit 7a27f04cbe093ff1880a261f38504c2dfa0800d1)
M +0 -82 libs/libqml/plugins/kritasketchplugin/models/LayerModel.cpp
M +0 -16 libs/libqml/plugins/kritasketchplugin/models/LayerModel.h
M +0 -49 libs/libqml/qml/panels/EditLayerPage.qml
M +0 -3 plugins/impex/libkra/kis_kra_loader.cpp
M +0 -5 plugins/impex/libkra/kis_kra_savexml_visitor.cpp
M +0 -1 plugins/impex/libkra/kis_kra_tags.h
https://commits.kde.org/krita/c8103fa9f264405e95c481bfeda102561da216c7
|