Summary: | using selection tool close opened groups in layer stack | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | animtim |
Component: | Usability | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73 |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
animtim
2012-02-27 00:13:24 UTC
Surely my bug =) Git commit 59bcfb82981f51428483e8f803c7c3c63590ec70 by Dmitry Kazakov. Committed on 27/02/2012 at 09:37. Pushed by dkazakov into branch 'master'. Added support for checking the type of newly added dummy We should not call QAbstractItemModel::beginInsertRows if this dummy has a type which will not be shown in the layers tree. This feature was planned, I simply forgot about it. M +1 -1 krita/ui/flake/kis_dummies_facade_base.cpp M +1 -1 krita/ui/flake/kis_dummies_facade_base.h M +14 -5 krita/ui/kis_model_index_converter.cpp M +4 -1 krita/ui/kis_model_index_converter.h M +7 -1 krita/ui/kis_model_index_converter_base.h M +7 -1 krita/ui/kis_model_index_converter_show_all.cpp M +3 -1 krita/ui/kis_model_index_converter_show_all.h M +8 -8 krita/ui/kis_node_model.cpp M +1 -1 krita/ui/kis_node_model.h M +111 -33 krita/ui/tests/kis_model_index_converter_test.cpp M +10 -3 krita/ui/tests/kis_model_index_converter_test.h http://commits.kde.org/calligra/59bcfb82981f51428483e8f803c7c3c63590ec70 Git commit b95e8242abc05ed22d420b53a8d5f077d4a25a0f by Dmitry Kazakov. Committed on 27/02/2012 at 09:37. Pushed by dkazakov into branch 'tools-modifiers-fixes-kazakov'. Added support for checking the type of newly added dummy We should not call QAbstractItemModel::beginInsertRows if this dummy has a type which will not be shown in the layers tree. This feature was planned, I simply forgot about it. M +1 -1 krita/ui/flake/kis_dummies_facade_base.cpp M +1 -1 krita/ui/flake/kis_dummies_facade_base.h M +14 -5 krita/ui/kis_model_index_converter.cpp M +4 -1 krita/ui/kis_model_index_converter.h M +7 -1 krita/ui/kis_model_index_converter_base.h M +7 -1 krita/ui/kis_model_index_converter_show_all.cpp M +3 -1 krita/ui/kis_model_index_converter_show_all.h M +8 -8 krita/ui/kis_node_model.cpp M +1 -1 krita/ui/kis_node_model.h M +111 -33 krita/ui/tests/kis_model_index_converter_test.cpp M +10 -3 krita/ui/tests/kis_model_index_converter_test.h http://commits.kde.org/calligra/b95e8242abc05ed22d420b53a8d5f077d4a25a0f |