Fixed the refresh button on the dialogs.
[pspp-builds.git] / src / ui / gui / TODO
index bced1fb6ab6b7da0db08114f0c15f7a88272d182..dcc5efe1930727f0e696761ef326130fc40640c3 100644 (file)
@@ -1,23 +1,19 @@
-* Crashes when resizing rows/columns when no cell is selected.
+* Crashes when reducing the size of string variables.
 
 * Blank cell reference when deselecting cells. (Eg New command).
 
-* Strip leading/trailing whitespace on data in cells.
-
 * Cell Ref Entry populate/depopulate.
 
-* Case weights.
-
-* Resizing of string variables.
-
-* Goto Variable / Goto Case.
-
-* Widen columns in var sheet as necessary to accomodate non-english translations.
+* Goto Variable.
 
 Wishlist
 ========
 
+* Widen columns in var sheet as necessary to accomodate non-english translations.
+
 * Cut/Paste Buffer.  Cut and paste: a) Between psppire instances. b) From other applications.
 
 * In datasheet, add tooltips to column buttons, so that hovering over a column button displays 
   the label for that variable.
+
+* GtkSheet should implement the AtkTable interface, to allow psppire to become accessible to disabled users.