Index: TODO =================================================================== --- TODO (revision 9698) +++ TODO (revision 9699) @@ -11,6 +11,15 @@ - FEATURE: text vertical alignment (in design doc and code); same rules as in halign [report: Ade] - enable &entity; subst - may need a text object flag/attribute (design doc says &unicode; may be supported automatically) - baseline: probably a bad idea, skip it (incompatible with multiline and bbox placement, adds a random offset for term lables) +- needs librnd4.1 API upgrade: + - library window "Use selected" should have a tooltip on what exactly it does (for devmap: returns name only, does not update loclib); API: close buttons can't have tooltips [report: aron] + - remove sch_sim_mktempdir() and sch_sim_rmtempdir() in favor of librnd core/compat_fs_dir.h + - remove sim_export() in favor of rnd_hid_export_using(); when returns -1, add an extra error message that says it's for spice sim + - remove plugins/sch_dialogs/timed_chg.h in favor of librnd's lib_hid_common + - remove sch-rnd's libcschem/util_path, librnd core/compat_fs has these all + - bind rnd_act_Export() to Export() + - lib_plot/plot_preview.c: LIBRND41 TODOs: e->coord_per_pix is available + - enable pending code makred with #ifdef LIBRND41 2. Later releases ========================================================== @@ -36,15 +45,6 @@ - DRC menu and hotkey - FEATURE: export of the schematic as a pcb-rnd/tedax subcircuit/footprint for placement on the PCB as a graphical element? For simpler circuits, this would be good for "documentation on the silk layer". [report: Erich] - BUG: copy&paste wirenet line extension merge, see TODO#merge31 in the code [report: Igor2] -- needs librnd4.1 API upgrade: - - library window "Use selected" should have a tooltip on what exactly it does (for devmap: returns name only, does not update loclib); API: close buttons can't have tooltips [report: aron] - - remove sch_sim_mktempdir() and sch_sim_rmtempdir() in favor of librnd core/compat_fs_dir.h - - remove sim_export() in favor of rnd_hid_export_using(); when returns -1, add an extra error message that says it's for spice sim - - remove plugins/sch_dialogs/timed_chg.h in favor of librnd's lib_hid_common - - remove sch-rnd's libcschem/util_path, librnd core/compat_fs has these all - - bind rnd_act_Export() to Export() - - lib_plot/plot_preview.c: LIBRND41 TODOs: e->coord_per_pix is available - - enable pending code makred with #ifdef LIBRND41 - BUG: csch_grp_ref_embed(), used in sym loclib paste and right click symbol context menu toref (to loclib) conversion is not undoable [report: Igor2] - BUG: boxsym-rnd: edakrill r1159: labels overlap [report: Igor2]