https://bugs.kde.org/show_bug.cgi?id=409460
--- Comment #55 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 34f3a4a815b3e489eeb4397045738eb2aa74e2d8 by Dmitry Kazakov. Committed on 08/10/2019 at 18:13. Pushed by dkazakov into branch 'krita/4.2'. Refactor signal compressor to have better timing properties * before: emits signals with time range [1.0...2.0] * interval * after: emits signals with time range [0.5...1.5] * interval Bascially, now it handles it much better when interval is around 10-20 ms. With the old version it caused KisCanvas2 to drop frames and look ugly when the user pans the canvas. # Conflicts: # libs/global/tests/CMakeLists.txt M +100 -34 libs/global/kis_signal_compressor.cpp M +12 -4 libs/global/kis_signal_compressor.h M +1 -0 libs/global/tests/CMakeLists.txt A +101 -0 libs/global/tests/KisSignalCompressorTest.cpp [License: GPL (v2+)] A +33 -0 libs/global/tests/KisSignalCompressorTest.h [License: GPL (v2+)] https://invent.kde.org/kde/krita/commit/34f3a4a815b3e489eeb4397045738eb2aa74e2d8 --- Comment #56 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 19163b2b9461ff57f58d74bd22646bca8d20d41c by Dmitry Kazakov. Committed on 08/10/2019 at 18:38. Pushed by dkazakov into branch 'krita/4.2'. Add hi-res input events support to Pan/Zoom/Rotate M +5 -0 libs/ui/input/kis_pan_action.cpp M +1 -0 libs/ui/input/kis_pan_action.h M +5 -0 libs/ui/input/kis_rotate_canvas_action.cpp M +1 -0 libs/ui/input/kis_rotate_canvas_action.h M +5 -0 libs/ui/input/kis_zoom_action.cpp M +1 -0 libs/ui/input/kis_zoom_action.h https://invent.kde.org/kde/krita/commit/19163b2b9461ff57f58d74bd22646bca8d20d41c -- You are receiving this mail because: You are watching all bug changes.