More shuffling of TODOs and future plans.

This commit is contained in:
Pietro Gagliardi 2014-04-13 10:27:34 -04:00
parent bd1926db17
commit 136ddf5a5b
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ general list:
issues of policy: issues of policy:
- LineEdit heights on Windows seem too big; either that or LineEdit, Button, and Label text is not vertically centered properly - LineEdit heights on Windows seem too big; either that or LineEdit, Button, and Label text is not vertically centered properly
- are Checkboxes and Comboboxes too small? - are Checkboxes and Comboboxes too small?
- consolidate scroll view code in GTK+? it's not a lot, but it's rather divergent...
problem points: problem points:
- because the main event loop is not called if initialization fails, it is presently impossible for MsgBoxError() to work if UI initialization fails; this basically means we cannot allow initializiation to fail on Mac OS X if we want to be able to report UI init failures to the user with one (which would be desirable, maybe (would violate Windows HIG?)) - because the main event loop is not called if initialization fails, it is presently impossible for MsgBoxError() to work if UI initialization fails; this basically means we cannot allow initializiation to fail on Mac OS X if we want to be able to report UI init failures to the user with one (which would be desirable, maybe (would violate Windows HIG?))

View File

@ -1,6 +1,6 @@
important things: important things:
- NSComboBox scans the entered text to see if it matches one of the items and returns the index of that item if it does; find out how to suppress this so that it returns -1 unless the item was chosen from the list (like the other platforms) - NSComboBox scans the entered text to see if it matches one of the items and returns the index of that item if it does; find out how to suppress this so that it returns -1 unless the item was chosen from the list (like the other platforms)
- consolidate scroll view code in GTK+ and Mac OS X - consolidate scroll view code in Mac OS X
- make sure mouse events trigger when we move the mouse over an Area with a button held on OS X - make sure mouse events trigger when we move the mouse over an Area with a button held on OS X
- area test time label weirdness - area test time label weirdness
- does not show anything past the date on windows - does not show anything past the date on windows