TODO-List for Pondus
======================

features:
----------
 * support multiple users
 * allow selection and deletion of multiple datasets in listview
 * add file-exists-warning on save plot and csv export?
 * optional fields: body fat?
   optionally add to plot with second y-scale?
 * allow defining a target weight by entering bmi
   see http://sharesource.org/pipermail/pondus-dev/2008-October/000008.html

usability:
-----------
 * add dialog: increase date by month on pg_up
 * use frames in pref dialog?

code clean up:
---------------
 * use GTKBuilder and clearly separate core and gui?
 * error message when adding dataset and sorted by weight
   in `newiter = self.datalist.append(newdata.as_list())`
   -> causes no problems, ask on pygtk list?

other stuff:
-------------
 * validate xml?
 * unit tests?
 * use py2exe for windows version?
