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.

67 lines
2.1 KiB

9 years ago
  1. NEW_LAYOUT
  2. ==========
  3. * Remove old code mainframe.py
  4. * Labels back to gettext
  5. GUI
  6. ===
  7. * Change MainFrame layout
  8. (see: https://docs.google.com/document/d/1UJ55sYepfk5Dl0nCJNz9fXRBgpG32v-4RwIqSdkXXVg/edit)
  9. * Icons theme selection (vote on github)
  10. * Auto video format detection
  11. * Remember list of urls after closing & re-opening
  12. * Settings menu add "Statistics"
  13. * ListCtrl double click to "Rename"
  14. * Savepath combobox remove READONLY style
  15. Structure
  16. =========
  17. * Create devscripts/ directory and move all the utility scripts there
  18. * Create docs/ directory and move all the guides there
  19. * Re-structure package
  20. Localization
  21. ============
  22. * Update translation files
  23. * Add support for right to left languages (hebrew, arabic)
  24. * Fix paths on R2L layouts
  25. * Compile *.po files at build time
  26. * Script to automatically check translations (use google-translate library)
  27. * Write bot to automatically check the translations and merge them?
  28. Options
  29. =======
  30. * Option to disable-enable the 'download finished' pop up message
  31. * Option to enable-disable items deletion from the filesystem
  32. * Option to validate item deletion 'Are you sure?'
  33. * Add 'native hls option' see issue #49
  34. * Add Swedish on available subtitles
  35. * Add Hebrew on available subtitles
  36. * Localization option: add country flags
  37. * Add '-v' flag to extra options
  38. * Add '--ignore-config' flag to extra options
  39. * Add '--recode-video' to Formats tab
  40. Other
  41. =====
  42. * README.md add slackbuild
  43. * README.md add new images
  44. * About dialog show youtube-dl version
  45. * Extract filename info on 'Already Downloaded'
  46. * Change 'Warning' status to 'Finished (*)' or something similar? (see: issue #131)
  47. * Update setup.py
  48. * Add FAQs into docs/
  49. * Upload new website for http://mrs0m30n3.github.io/youtube-dl-gui
  50. * Refactor
  51. * Review - rewrite threads communications
  52. * Add support for Python 3.*
  53. * Logging system using the Python 'logging' module
  54. * Use youtube-dl directly from python instead of using the subprocess module
  55. * Script to automatically update file contents like version from .github/ISSUE_TEMPLATE.md file, AUTHORS file, etc..
  56. * Non-Windows shutdown using D-Bus instead of 'shutdown'
  57. Invalid
  58. =======
  59. * Options reset delete - clear 'youtubedlg/spaths'