[calligra/krita-testing-kazakov] krita/image: Disable progress reporting since it causes noticable speed regressions

Dmitry Kazakov dimula73 at gmail.com
Tue Jul 8 12:46:15 UTC 2014


Git commit cf7c7ae3875a462ff0fde91b6687bd3f6c297afc by Dmitry Kazakov.
Committed on 08/07/2014 at 12:24.
Pushed by dkazakov into branch 'krita-testing-kazakov'.

Disable progress reporting since it causes noticable speed regressions

I don't know why it happens, just disable it until it is investigated

CCMAIL:kimageshop at kde.org

M  +3    -1    krita/image/kis_update_scheduler.cpp

http://commits.kde.org/calligra/cf7c7ae3875a462ff0fde91b6687bd3f6c297afc

diff --git a/krita/image/kis_update_scheduler.cpp b/krita/image/kis_update_scheduler.cpp
index e5210a0..3051229 100644
--- a/krita/image/kis_update_scheduler.cpp
+++ b/krita/image/kis_update_scheduler.cpp
@@ -108,7 +108,9 @@ void KisUpdateScheduler::connectSignals()
 void KisUpdateScheduler::setProgressProxy(KoProgressProxy *progressProxy)
 {
     delete m_d->progressUpdater;
-    m_d->progressUpdater = new KisQueuesProgressUpdater(progressProxy);
+    // FIXME: Disable progress reporting for now since it seems to cause
+    //        speed regressions. 08.07.14, DK.
+    //m_d->progressUpdater = new KisQueuesProgressUpdater(progressProxy);
 }
 
 void KisUpdateScheduler::progressUpdate()



More information about the kimageshop mailing list