| Summary: | Advanced and Artistic color pickers slow / cpu hungry when used with mouse/wacom | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | basse <bastian.salmela> |
| Component: | Dockers | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | griffinvalley |
| Priority: | NOR | ||
| Version First Reported In: | git master (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/krita/3c12bddb9c9e61c9876e096279c3cd8fcfb74fdb | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
basse
2016-04-22 09:42:40 UTC
I can't reproduce this on ubuntu 15.10 with intel graphics card, and furthermore did not touch the artistic selector, so this must be a NVidea specific bug with qt as well. Git commit 922ab5e4950d87d4d61f1deeb215e6365177288a by Dmitry Kazakov. Committed on 28/04/2016 at 11:46. Pushed by dkazakov into branch 'master'. Add compression to the Artistic Color Selector as well Fixes T2370 R +0 -0 libs/global/kis_acs_pixel_cache_renderer.h [from: plugins/dockers/advancedcolorselector/kis_acs_pixel_cache_renderer.h - 100% similarity] R +0 -0 libs/global/kis_acs_types.h [from: plugins/dockers/advancedcolorselector/kis_acs_types.h - 100% similarity] M +1 -1 plugins/dockers/advancedcolorselector/kis_color_selector_base.h M +28 -19 plugins/dockers/artisticcolorselector/kis_color_selector.cpp M +18 -7 plugins/dockers/artisticcolorselector/kis_color_selector.h http://commits.kde.org/krita/922ab5e4950d87d4d61f1deeb215e6365177288a Git commit 3c12bddb9c9e61c9876e096279c3cd8fcfb74fdb by Dmitry Kazakov. Committed on 28/04/2016 at 11:46. Pushed by dkazakov into branch 'master'. Compress events in the Advanced Color Selector Fixes T2370 M +2 -3 plugins/dockers/advancedcolorselector/kis_color_selector.cpp M +15 -0 plugins/dockers/advancedcolorselector/kis_color_selector_base.cpp M +11 -0 plugins/dockers/advancedcolorselector/kis_color_selector_base.h http://commits.kde.org/krita/3c12bddb9c9e61c9876e096279c3cd8fcfb74fdb |