Summary: | Changing the plugin in the filter dialog loses the vector selection | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Nicolas Brisset <nicolas.brisset> |
Component: | ui | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.0.7 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nicolas Brisset
2013-09-28 15:47:49 UTC
Fixed in git master with following commit (it seems bugzilla integration did not work, so I'm adding the link manually here): Branch: refs/heads/master Home: https://github.com/Kst-plot/kst Commit: 63555295e1a76db0253a11d5b867e48930513dc0 https://github.com/Kst-plot/kst/commit/63555295e1a76db0253a11d5b867e48930513dc0 Author: Nicolas Brisset <nicolas.brisset@free.fr> Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M cmake/src/plugins/CMakeLists.txt R src/plugins/dataobject/differentiation/differentiation.cpp R src/plugins/dataobject/differentiation/differentiation.h R src/plugins/dataobject/differentiation/differentiation.pro R src/plugins/dataobject/differentiation/differentiationconfig.ui R src/plugins/dataobject/differentiation/kstplugin_differentiation.desktop M src/plugins/dataobject/shift/shift.cpp M src/plugins/dataobject/shift/shift.h M src/plugins/filters/differentiation/differentiation.cpp Log Message: ----------- - Solve wrong vector selection in shift and differentiation plugins -> fix bug 325393 - Remove one copy of differentiation (dataobject) after merging the 2 slightly different ones - keep the one in filter/ I haven't (yet) changed the differentiation algorithm, that will come next. @Nicolas, use "BUG: 325393" in a separate line within your commit message. Also, you need to make sure the email address you use in git has corresponding user with enough permission in the bugzilla . In short, use nicolas.brisset@eurocopter.com . Jekyll, kst is not hosted on KDE's infrastructure, so it does not matter :) |