Bug 128509

Summary: When updating source (field) of a vector updates should be performed
Product: [Applications] kst Reporter: Matthew Truch <matt>
Component: generalAssignee: kst
Status: RESOLVED WORKSFORME    
Severity: wishlist    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: rvector.patch

Description Matthew Truch 2006-06-02 18:04:52 UTC
Version:           1.2.1 (using KDE KDE 3.5.0)
OS:                Linux

When looking at non-live data (or perhaps even paused), and you change the source field of a vector, currently you have to click reload to get the new data to appear.  It would be best if the change automatically propgated when the change in field was made.
Comment 1 George Staikos 2006-06-03 17:19:51 UTC
  We never allow an update to run during paused state.  That's the definition 
of pause.  I think this is just a setDirty() missing.
Comment 2 George Staikos 2006-06-03 17:42:47 UTC
 I just tried it and can't reproduce the problem.  When it's paused, it does 
exactly what it's supposed to do.

  Does the attached patch help?


Created an attachment (id=16450)
rvector.patch
Comment 3 Netterfield 2006-06-19 05:26:16 UTC
Seems to be fine in current svn...
Comment 4 George Staikos 2006-08-01 09:41:26 UTC
Are we sure this is working fine?  I didn't apply this patch.