https://bugs.kde.org/show_bug.cgi?id=396528
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kri | |ta/b5ff0a9f8a64f752f69c0371 | |7c4977c5f737782d Status|REPORTED |RESOLVED --- Comment #1 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit b5ff0a9f8a64f752f69c03717c4977c5f737782d by Dmitry Kazakov, on behalf of Mehmet Salih Çalışkan. Committed on 11/10/2018 at 08:11. Pushed by dkazakov into branch 'master'. Adjust selected curve point more accurately by using spin boxes Summary: In order to adjust selected curve point accurately, spin boxes are added on x and y domain. Selected curve point can be re-positioned by editing these spin boxes. For non-numeric values and where the maximum value is 1.0, percentage is used; for time values in seconds, milliseconds is used. In order to emphasize this, suffixes are added to spin boxes. {F6309671} {F6309672} Reviewers: #krita, #vdg, scottpetrovic, rempt Reviewed By: #krita, scottpetrovic, rempt Subscribers: rempt, langkamp, scottpetrovic Tags: #krita Differential Revision: https://phabricator.kde.org/D16008 M +94 -11 plugins/paintops/libpaintop/forms/wdgcurveoption.ui M +15 -0 plugins/paintops/libpaintop/kis_curve_option.cpp M +5 -0 plugins/paintops/libpaintop/kis_curve_option.h M +14 -0 plugins/paintops/libpaintop/kis_curve_option_widget.cpp M +99 -0 plugins/paintops/libpaintop/kis_dynamic_sensor.cc M +3 -0 plugins/paintops/libpaintop/kis_dynamic_sensor.h M +28 -0 plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp M +7 -0 plugins/paintops/libpaintop/kis_pressure_hsv_option.h M +15 -0 plugins/paintops/libpaintop/kis_pressure_rotation_option.cpp M +6 -0 plugins/paintops/libpaintop/kis_pressure_rotation_option.h https://commits.kde.org/krita/b5ff0a9f8a64f752f69c03717c4977c5f737782d -- You are receiving this mail because: You are watching all bug changes.