Updated GUI issues.

svn-id: r18136
This commit is contained in:
Torbjörn Andersson 2005-05-17 07:18:44 +00:00
parent 8feee31884
commit e4f3e2a7bf

3
TODO
View file

@ -198,19 +198,16 @@ GUI
=== ===
* Remove hard coded 320x200 assumptions, use game screen size. In particular, * Remove hard coded 320x200 assumptions, use game screen size. In particular,
all the dialogs should be rewritten to allow for that. This includes: all the dialogs should be rewritten to allow for that. This includes:
- BrowserDialog
- ChooserDialog - ChooserDialog
- EditGameDialog - EditGameDialog
- OptionsDialog - OptionsDialog
- GlobalOptionsDialog - GlobalOptionsDialog
- Scumm::ConfigDialog - Scumm::ConfigDialog
- Scumm::InfoDialog
- Scumm::ValueDisplayDialog - Scumm::ValueDisplayDialog
- ... - ...
Also, some widgets need to be updated (adding a 'big' variant): Also, some widgets need to be updated (adding a 'big' variant):
- EditTextWidget - EditTextWidget
- PopUpWidget - PopUpWidget
- TabWidget
- ... - ...
* EditableWidget: Make it possible to specify a min/max length for the text * EditableWidget: Make it possible to specify a min/max length for the text
* EditableWidget: Let setEditString filter the string it gets * EditableWidget: Let setEditString filter the string it gets