| Summary: | JJ: Bigger sensor window in brush editor | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Hector <misha.bossmass> |
| Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | halla |
| Priority: | NOR | Keywords: | junior-jobs |
| Version First Reported In: | 4.1.0 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://commits.kde.org/krita/b5ff0a9f8a64f752f69c03717c4977c5f737782d | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Example of what I want | ||
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
|
Created attachment 113937 [details] Example of what I want I want to see the brush editor curve window large in size. And also more divisions. Now I can't exactly put the angle turn from -30 to +30, but I need it. English is not my native language, so I made a picture.