Skip to content
Commit 5062bd98 authored by Dmitry Kazakov's avatar Dmitry Kazakov
Browse files

Make painting below Adjustment Layers up to 10 times faster! :)

We used to spend a lot of time on creation and update of progress
reporters. Now we use a specially factored class KisBusyProgressIndicator
that just shows a progress bar for 200ms and hides it if no further updates
happened. Usage of atomic integers allows us avoid expensive synchronisations
between threads.

So now painting below Adjustment layers is significantly faster!

CC:kimageshop@kde.org
parent 816b3f15
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment