Added a list of the dialogs which need to be updated to the TODO
svn-id: r18120
This commit is contained in:
parent
75e6e2d885
commit
71aff53326
1 changed files with 9 additions and 1 deletions
10
TODO
10
TODO
|
@ -196,7 +196,15 @@ Files
|
|||
|
||||
GUI
|
||||
===
|
||||
* Remove hard coded 320x200 assumptions, use game screen size
|
||||
* Remove hard coded 320x200 assumptions, use game screen size. In particular,
|
||||
all the dialogs should be rewritten to allow for that. This includes:
|
||||
- BrowserDialog
|
||||
- OptionsDialog
|
||||
- GlobalOptionsDialog
|
||||
- LauncherDialog
|
||||
- EditGameDialog
|
||||
- Scumm::ConfigDialog
|
||||
- ...
|
||||
* EditableWidget: Make it possible to specify a min/max length for the text
|
||||
* EditableWidget: Let setEditString filter the string it gets
|
||||
* EditableWidget: Right now, custom filtering requires the user to subclass;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue