[krita] [Bug 409818] For float bit depths, some fraction inputs convert too early, making it impossible to type in some fractions

2019-09-13 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=409818

Dmitry Kazakov  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/kde/
   ||krita/commit/92b37d03c08ffd
   ||4ac2fad2c09d3c28124b871b9a
 Resolution|--- |FIXED

--- Comment #3 from Dmitry Kazakov  ---
Git commit 92b37d03c08ffd4ac2fad2c09d3c28124b871b9a by Dmitry Kazakov, on
behalf of Jasper Hartog.
Committed on 13/09/2019 at 10:00.
Pushed by dkazakov into branch 'krita/4.2'.

Stop too early converting of fractions of the FloatColorInput

Fix the input field from converting the fractions too early by blocking
the input field from signals from the slider.
The slider would trigger the input with a rounded value which resulted
in the early conversion.

M  +4-0libs/widgets/kis_color_input.cpp

https://invent.kde.org/kde/krita/commit/92b37d03c08ffd4ac2fad2c09d3c28124b871b9a

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 409818] For float bit depths, some fraction inputs convert too early, making it impossible to type in some fractions

2019-08-13 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=409818

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #2 from Boudewijn Rempt  ---
Hi Jasper,

Are you going to work on this? If so, and if you've got questions, please join
the rest of the developers on #krita on irc.freenode.net.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 409818] For float bit depths, some fraction inputs convert too early, making it impossible to type in some fractions

2019-08-12 Thread Jasper
https://bugs.kde.org/show_bug.cgi?id=409818

Jasper  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED
   Assignee|krita-bugs-n...@kde.org |firebea...@gmail.com
 CC||firebea...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 409818] For float bit depths, some fraction inputs convert too early, making it impossible to type in some fractions

2019-07-15 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=409818

vanyossi  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||ghe...@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from vanyossi  ---

16bit float
2/64 and 2/84 can be written but 2/34 and 2/78 can't

32bit
its possible to write 2/34, but not 2/341

-- 
You are receiving this mail because:
You are watching all bug changes.