https://bugs.kde.org/show_bug.cgi?id=441900
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/418457f | |188e947db6af59ac8b3d8fd4115 | |cd7f5f --- Comment #6 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 418457f188e947db6af59ac8b3d8fd4115cd7f5f by Dmitry Kazakov. Committed on 21/11/2024 at 14:34. Pushed by dkazakov into branch 'master'. Switch color history in the popup palette to use last-used sorting In the current implementation the popup palette uses hue-based sorting for the last-used colors. This patch switches it to the last-used order. I'm not really sure it is a good idea, since the old method seem to tried to align the color hues with the wheel of the triangular color selector. And the new version doesn't do that. A +85 -0 libs/global/KisHistoryList.h [License: GPL(v2.0+)] M +1 -0 libs/global/tests/CMakeLists.txt A +76 -0 libs/global/tests/KisHistoryListTest.cpp [License: GPL(v2.0+)] A +21 -0 libs/global/tests/KisHistoryListTest.h [License: GPL(v2.0+)] M +10 -147 libs/ui/kis_favorite_resource_manager.cpp M +5 -4 libs/ui/kis_favorite_resource_manager.h D +0 -155 libs/ui/kis_min_heap.h M +8 -9 libs/ui/kis_popup_palette.cpp https://invent.kde.org/graphics/krita/-/commit/418457f188e947db6af59ac8b3d8fd4115cd7f5f -- You are receiving this mail because: You are watching all bug changes.