Bug 128509 - When updating source (field) of a vector updates should be performed
Summary: When updating source (field) of a vector updates should be performed
Status: RESOLVED WORKSFORME
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-02 18:04 UTC by Matthew Truch
Modified: 2006-08-01 09:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
rvector.patch (390 bytes, text/x-diff)
2006-06-03 17:42 UTC, George Staikos
Details

Note You need to log in before you can comment on or make changes to this bug.
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.