You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.4 KiB

6 years ago
10 years ago
6 years ago
10 years ago
6 years ago
10 years ago
6 years ago
10 years ago
6 years ago
  1. Release TODO
  2. ============
  3. - [ ] Fix user supplied directory path when packaged. Currently gives super cryptic failures
  4. - [X] need ability to call out to external seed function for dynamic defaults
  5. - [ ] update readme (SavingOverIt could be example use case)
  6. - [ ] extend this to all types (currently only works for Dropdowns)
  7. - [ ] think about stuff. Need a friendly way to specify mappings that's more
  8. flexible than options_strings
  9. - [X] success/error screen after a ForceStop should be configurable. Stopping early does not necessarily error
  10. - [ ] customizable button text
  11. - [X] text encoding
  12. - [X] pass down the font info to the console
  13. - [X] pass down the style info to the console
  14. - [X] MUST add new entries to all language files
  15. Issue #234
  16. - allow general options
  17. README:
  18. - update README with all the things
  19. - [ ] RadioGroup
  20. - [ ] `initial_selection` option
  21. - [ ] group name options
  22. - [ ] force_stop_is_error
  23. - [X] validation howto
  24. - [ ] advanced layout howto
  25. - [ ] turning on/off dialog options
  26. - [X] full list of custom widgets and their options
  27. - [ ] progress bar management
  28. Custom Validation:
  29. - [X] make sure user supplied validators fail gracefully and report something useful
  30. - [ ] validator should be able to call outside itself -- either to a separate cmdline util, or a subset of the host prog
  31. Later TODO:
  32. - overview of Gooey for peeps who wanna dev against it