https://bugs.kde.org/show_bug.cgi?id=441900
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/-/commit/3138bbd |hics/krita/-/commit/f8b06c9 |1ccbb9fa0026db6e2e1a9f9a07b |6fc41d48e1e1d952d3e60f5c264 |7960be |864884 --- Comment #8 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit f8b06c96fc41d48e1e1d952d3e60f5c264864884 by Dmitry Kazakov. Committed on 21/11/2024 at 14:36. Pushed by dkazakov into branch 'krita/5.2'. 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/f8b06c96fc41d48e1e1d952d3e60f5c264864884 -- You are receiving this mail because: You are watching all bug changes.