1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-09-13 08:22:27 +03:00
eda-tools/sch2fig/TODO

23 lines
870 B
Plaintext
Raw Normal View History

2016-08-01 00:51:32 +03:00
- better text size guessing also for FIG
2016-07-25 18:04:25 +03:00
- unify alignment, direction
- support fonts attributes ?
- support line thickness ?
2016-07-25 19:38:41 +03:00
- ~ as overline (grep for ~ in out.fig)
2016-07-31 02:44:40 +03:00
- glabel: build for "right" style, then rotate poly (like hlabel)
2016-07-25 18:04:25 +03:00
- show open pins / wires
- check remaining alignment / direction / rotation cases in switch statements
- convert abort / assert(0) to proper error indications
2016-08-01 06:50:44 +03:00
- support mirroring (and detect-complain if unexpected) [should be done now]
2016-07-31 02:44:40 +03:00
- pin shapes (inverted, clock, etc.)
- optionally display pin shapes
- find libraries (e.g., from .pro)
- PDF TOC
2016-08-01 00:51:32 +03:00
- let user set PNG size or zoom level
- implement dashed lines in cairo.c
- 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