Index: TODO =================================================================== --- TODO (revision 38506) +++ TODO (revision 38507) @@ -1,13 +1,19 @@ 0. old, still waiting for ack 1. For the upcoming release =============================================================================== -- FEATURE: font2 editor: preview dialog kerning table: [report: Erich] - - sort entries (maybe on save too?) - - add a filter like in the library window - - some glyphs need the same kerning, being able to input a list like "N-}, M-}, I-}" and "-2mil" would be time saving in the font editor preview GUI - - & hex bug on kerning table: preview.c, search for &%d, should be &%x, should be line 159 and 164 - - BUG: bug_files/TODO/PCB.1349.save will segfault with :fontsave(). Was created in v2 font pcb-rnd, then loaded in v1 font pcb-rnd and saved, then loaded in v2 font pcb-rnd [report: Erich] - - BUG: start new layout when in font v2 enabled pcb-rnd running font edit mode. Use {w f} to load a font, select font, enter font edit mode, Subsequent fontsave() saves in v1 format [report: Erich] ++ FEATURE: font2 editor: preview dialog kerning table: [report: Erich] + + GUI: sort entries + / font save: sort entries + -> too complicated with the current save mechanism + / add a filter like in the library window + -> not complex,but too much code; sorting should be enough + + some glyphs need the same kerning, being able to input a list like "N-}, M-}, I-}" and "-2mil" would be time saving in the font editor preview GUI + -> space separated list, don't use comma + + BUG: & hex bug on kerning table: preview.c, search for &%d, should be &%x, should be line 159 and 164 + + BUG: bug_files/TODO/PCB.1349.save will segfault with :fontsave(). Was created in v2 font pcb-rnd, then loaded in v1 font pcb-rnd and saved, then loaded in v2 font pcb-rnd [report: Erich] + ? BUG: start new layout when in font v2 enabled pcb-rnd running font edit mode. Use {w f} to load a font, select font, enter font edit mode, Subsequent fontsave() saves in v1 format [report: Erich] + -> can not reproduce + -> saving in v1 alone is not a bug: the dialog box always offers you a version selection widget; a bug is when you select a format there and it saves in a different format - BUG: segfault in drc dialog: bug_files/drc1.txt [report: aron] - BUG: bbox used for subc boundary shouldn't include subc-aux vectors (maybe also should be the naked bbox) - this starts to matter below 0805, where the vectors are larger than the fp [report: aron] -> stock 0201 (and 0402)