080910-2

Set plot label to empty string in CurveEditorWindow.plotbutton_clicked when
filename is None. Closes bug #24236.

080910

Added numpy requirement to readme.txt

------------------------------------------------------------------------------
080909-5

Added readme.txt

080909-4

test.py renamed to powercurved.py

080909-3

Remove version and date from all python files since I can't keep track of
them.

080909-2

Rewrite CurveEditorWindow.fileName and add a default parameter.

Pass 'newcurve.txt' to file chooser when fileName is None in
CurveEditorWindow.saveasbutton_clicked.

Call CurveEditorWindow.saveasbutton_clicked from savebutton_clicked when file
name is None.

------------------------------------------------------------------------------
080909

Change appname to PowerCurved in CurveEditorWindow

Handle errors more gently in CurveInfoEditor.set_curve.

Change local variable m for the more meaningful model in CurveGrid.cell_edited

Add a call to self.setCurve in CurveEditor.__init__ in order to
properly set callbacks.

Change CurveEditor.curve to just return self._curve (old code was nonsense and
buggy).
