[krita] [Bug 366619] Shift Drag brush resize is slower in recent git builds (probably due to HUD patches)

2016-09-15 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366619

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||metashin...@hotmail.com

--- Comment #15 from Boudewijn Rempt  ---
*** Bug 368720 has been marked as a duplicate of this bug. ***

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


[krita] [Bug 366619] Shift Drag brush resize is slower in recent git builds (probably due to HUD patches)

2016-09-07 Thread Quiralta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366619

--- Comment #14 from Quiralta  ---
@Zafio Good to know, the main guys are aware of it by now, thus for the time
been I will just comment here instead of making another report.

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


[krita] [Bug 366619] Shift Drag brush resize is slower in recent git builds (probably due to HUD patches)

2016-09-07 Thread Zafio via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366619

--- Comment #13 from Zafio  ---
@Quiralta That's it indeed!

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


[krita] [Bug 366619] Shift Drag brush resize is slower in recent git builds (probably due to HUD patches)

2016-09-06 Thread Andreas via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366619

--- Comment #12 from Andreas  ---
@Quiralte @Boudewijn @Raghavendra
for me the bug is also still present and feels the same as in the beta builds.

But it seems really that the initial bug report may mean something slightly
different.

For me it is just a super laggy behavior(skippingmany inbetween sizes) and not
easy to properly set the brush size via shift + drag.

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


[krita] [Bug 366619] Shift Drag brush resize is slower in recent git builds (probably due to HUD patches)

2016-09-06 Thread Raghavendra kamath via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366619

--- Comment #11 from Raghavendra kamath  ---
yes in newer builds from source i dont get lag in shift dragging like i
reported initially. it is only jumping of the size that remains like Quiralta
mentioned in the above comment.

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


[krita] [Bug 366619] Shift Drag brush resize is slower in recent git builds (probably due to HUD patches)

2016-09-06 Thread Quiralta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366619

Quiralta  changed:

   What|Removed |Added

 CC||rjquira...@gmail.com

--- Comment #10 from Quiralta  ---
I think that the lag Zafio may be referring to is different from the one
Raghavendra originally reported (needing many pen strokes to move the size),
and I don't know if the issues are related, I am experiencing some lag too kind
of "jumpy" sizing. I made a video showing in real time what I am referring to.

@Zafio, if you are referring to a lag like mine, let me know, may be we can
report a bug or find if someone already did.

https://drive.google.com/file/d/0B-cDWUXy4ZMmNEdmWlc1S18wY3c/view?usp=sharing

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


[krita] [Bug 366619] Shift Drag brush resize is slower in recent git builds (probably due to HUD patches)

2016-09-06 Thread Zafio via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366619

--- Comment #9 from Zafio  ---
Unless it depends on some setting I might have overlooked, it isn't better than
the beta builds here :(

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


[krita] [Bug 366619] Shift Drag brush resize is slower in recent git builds (probably due to HUD patches)

2016-09-06 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366619

--- Comment #8 from Boudewijn Rempt  ---
It should be better than in the beta builds...

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


[krita] [Bug 366619] Shift Drag brush resize is slower in recent git builds (probably due to HUD patches)

2016-09-06 Thread Zafio via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366619

--- Comment #7 from Zafio  ---
I apologize in advance for my ignorance, but does that last comment mean that
it should be fixed on today's 3.0.1 build? Because the problem is still there.

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


[krita] [Bug 366619] Shift Drag brush resize is slower in recent git builds (probably due to HUD patches)

2016-09-05 Thread Dmitry Kazakov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366619

Dmitry Kazakov  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/krit |http://commits.kde.org/krit
   |a/662ecc874f61ea5da34c66b59 |a/dc8ae57fbad42f286c3250ec2
   |86a9a7fb36a6836 |4cf3fab11aa2315
 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Dmitry Kazakov  ---
Git commit dc8ae57fbad42f286c3250ec24cf3fab11aa2315 by Dmitry Kazakov.
Committed on 05/09/2016 at 14:23.
Pushed by dkazakov into branch 'master'.

Fix slowdown when doing Shift+Drag resizing gesture

This patch implements a concept of "sequence number" for
KisPaintOpSettings objects. This "number" changes every time the
properties change, therefore we can track if the property has been
changed or not in the external code.

Fixes T3520

M  +6-1libs/image/brushengine/kis_paintop_config_widget.cpp
M  +1-0libs/image/brushengine/kis_paintop_config_widget.h
M  +2-1libs/image/brushengine/kis_paintop_settings.cpp
M  +16   -0libs/image/kis_properties_configuration.cc
M  +13   -0libs/image/kis_properties_configuration.h

http://commits.kde.org/krita/dc8ae57fbad42f286c3250ec24cf3fab11aa2315

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


[krita] [Bug 366619] Shift Drag brush resize is slower in recent git builds (probably due to HUD patches)

2016-08-24 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366619

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #5 from Boudewijn Rempt  ---
See https://phabricator.kde.org/T3520 -- I'm pretty sure this commit is in the
windows build, so there's still something wrong.

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


[krita] [Bug 366619] Shift Drag brush resize is slower in recent git builds (probably due to HUD patches)

2016-08-23 Thread Andreas via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366619

Andreas  changed:

   What|Removed |Added

 CC||andrease...@gmail.com

--- Comment #4 from Andreas  ---
Can confirm this. This bug is still present in the current beta build.

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


[krita] [Bug 366619] Shift Drag brush resize is slower in recent git builds (probably due to HUD patches)

2016-08-23 Thread Zafio via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366619

Zafio  changed:

   What|Removed |Added

 CC||j...@zafio.com

--- Comment #3 from Zafio  ---
Should this be fixed in 3.0.1 beta? if so, the problem still persist on W10. 
Seems a little less "choppy" than previous alphas, but still there.

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


[krita] [Bug 366619] Shift Drag brush resize is slower in recent git builds (probably due to HUD patches)

2016-08-12 Thread Dmitry Kazakov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366619

Dmitry Kazakov  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/krit
   ||a/662ecc874f61ea5da34c66b59
   ||86a9a7fb36a6836
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Dmitry Kazakov  ---
Git commit 662ecc874f61ea5da34c66b5986a9a7fb36a6836 by Dmitry Kazakov.
Committed on 12/08/2016 at 12:26.
Pushed by dkazakov into branch 'master'.

Fix the algorithm of the calculation of the Shift+Gesture scale

Now it takes the screen size into account

M  +20   -12   libs/ui/tool/kis_tool_freehand.cc

http://commits.kde.org/krita/662ecc874f61ea5da34c66b5986a9a7fb36a6836

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


[krita] [Bug 366619] Shift Drag brush resize is slower in recent git builds (probably due to HUD patches)

2016-08-12 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366619

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Boudewijn Rempt  ---
Still happens with current master.

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