Warning, /graphics/kst-plot/devel-docs/deprecated/Kst2 is written in an unsupported language. File is not indexed.

0001 List of items to consider for Kst2 - mostly because they break backwards
0002 compatibility or require hacks right now:
0003 
0004 - Make data sources also data writers so we can save to formats other than
0005   ASCII.
0006 - Clean up data types for plugins.
0007 - rework update() to be two functions, one which does the "infrastructure" part
0008   and one which is reimplemented to do the things specific to each type of
0009   object
0010 - move isValid() up to KstObject so that KstVector can use it 
0011 - remove duplicated tagNames() (the non-const one) from KstObject and make the
0012   const one virtual
0013 - kstdatasource.cpp : configWidget() needs to be non-const
0014 - kstdatasource.cpp : obtainFile() needs to take a widget
0015 - KstObject: setDirty(bool) needs to be virtual.  Maybe also dirty()
0016 - Rename rwlock.h to avoid global namespace issues
0017 - data sources: fix the load/create/save mess
0018