1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-09-16 07:36:27 +03:00
eda-tools/sch2fig/TODO
2016-08-01 16:05:37 -03:00

27 lines
1.1 KiB
Plaintext

- better text size guessing also for FIG
- unify alignment, direction
- support fonts attributes ?
- support line thickness ?
- ~ as overline (grep for ~ in out.fig)
- glabel: build for "right" style, then rotate poly (like hlabel)
- show open pins / wires
- check remaining alignment / direction / rotation cases in switch statements
- convert abort / assert(0) to proper error indications
- support mirroring (and detect-complain if unexpected) [should be done now]
- pin shapes (inverted, clock, etc.)
- optionally display pin shapes
- find libraries (e.g., from .pro)
- PDF TOC
- let user set PNG size or zoom level
- directly pick versions out of git, without requiring checkout to file
- handle differences
- parse .kicad_wks
- on parse error, politely complain, don't terminate
- implement destructors
- check for memory leaks
- record.c (bb_rot): implement bounding boxes for text
- nesting gfx in diff is a huge kludge, caused by global vars in gfx.c
- move path name guessing into file.c
- return indication of whether diff found any differences
- in diff, pass only options understood by cairo_png