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.

53 lines
1.6 KiB

16 years ago
16 years ago
16 years ago
  1. KiCad TODO List
  2. ===============
  3. WXMAC Platform
  4. --------------
  5. * Fix hotkey list to match CMD key
  6. * Fix AddHotkeyName to let wxWidgets handle Ctrl to CMD key
  7. * Fix toolbar button tooltips.
  8. Common
  9. ------
  10. * Grep for @TODO or TODO for sourcecode tasks
  11. * Use doxygen compatible comments on member functions (.h files)
  12. * Add tooltip text to all non-obvious controls in every dialog window.
  13. Use wxFormBuilder.
  14. * Component and module search displays in which library the
  15. module or component lives.
  16. * List auto up and down scrolling.
  17. * Push file open semantics down to one of the base frame classes ( likely candidate is
  18. WinEDA_BasicFrame ) so that file open behavior is consistent across all applications.
  19. CvPCB
  20. -----
  21. * Preview of the already assigned footprint.
  22. EESchema
  23. --------
  24. * Drag and drop between two EESchema windows.
  25. Wayne:
  26. E2) Finish adding replace capability to new Find dialog.
  27. E3) Hook up perform last library search hot key to replace search libraries for
  28. component support removed from find dialog.
  29. E4) Change add component dialog search text control to combobox and add component
  30. search history save and restore capability. Also add session save and restore
  31. to component history list control. Add advanced search capability similar to
  32. new find dialog.
  33. E6) Start initial work for changing component library file format to use Dick's
  34. dsnlexer. See note C2 above. Come up with a workable library file format to
  35. handle the wishes of the library implementation group. Add initial clipboard
  36. support to the library editor.
  37. PCBNew
  38. ------
  39. Dick:
  40. * Use BOARD_ITEM::MenuIcon() in the onrightclick.cpp