https://bugs.kde.org/show_bug.cgi?id=402115
Michail Vourlakos <mvourla...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/lat | |te-dock/b418923c0325f5259c6 | |75eab9da94b61cca9e8f3 Status|CONFIRMED |RESOLVED --- Comment #5 from Michail Vourlakos <mvourla...@gmail.com> --- Git commit b418923c0325f5259c675eab9da94b61cca9e8f3 by Michail Vourlakos. Committed on 25/12/2018 at 18:20. Pushed by mvourlakos into branch 'master'. move from luminas to brightness --the luminas functions didnt work well for all cases. Latte is now using brightness functions as described at: https://www.w3.org/TR/AERT/#color-contrast this patch fixes all cases mentioned in the bug that Latte contrast identification did not work well M +0 -1 app/CMakeLists.txt D +0 -434 app/settings/sortedactivitiesmodel.cpp D +0 -90 app/settings/sortedactivitiesmodel.h M +0 -58 app/settings/universalsettings.cpp M +0 -15 app/settings/universalsettings.h M +10 -0 containment/package/contents/code/ColorizerTools.js M +4 -32 containment/package/contents/ui/Ruler.qml M +7 -6 containment/package/contents/ui/colorizer/Manager.qml M +4 -4 liblatte2/backgroundtracker.cpp M +4 -4 liblatte2/backgroundtracker.h M +18 -0 liblatte2/commontools.cpp M +4 -0 liblatte2/commontools.h M +15 -15 liblatte2/plasma/extended/backgroundcache.cpp M +4 -4 liblatte2/plasma/extended/backgroundcache.h M +9 -0 plasmoid/package/contents/code/ColorizerTools.js M +2 -2 plasmoid/package/contents/ui/main.qml https://commits.kde.org/latte-dock/b418923c0325f5259c675eab9da94b61cca9e8f3 -- You are receiving this mail because: You are watching all bug changes.