1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-11-26 18:42:28 +02:00

sch2fig/TODO: update

This commit is contained in:
Werner Almesberger 2016-08-01 00:50:44 -03:00
parent 93537be396
commit c49cb4a473

View File

@ -7,14 +7,14 @@
- show open pins / wires - show open pins / wires
- check remaining alignment / direction / rotation cases in switch statements - check remaining alignment / direction / rotation cases in switch statements
- convert abort / assert(0) to proper error indications - convert abort / assert(0) to proper error indications
- support mirroring (and detect-complain if unexpected) - support mirroring (and detect-complain if unexpected) [should be done now]
- pin shapes (inverted, clock, etc.) - pin shapes (inverted, clock, etc.)
- optionally display pin shapes - optionally display pin shapes
- find libraries (e.g., from .pro) - find libraries (e.g., from .pro)
- PDF TOC - PDF TOC
- let user set PNG size or zoom level - let user set PNG size or zoom level
- implement dashed lines in cairo.c - implement dashed lines in cairo.c
- implement PDF output in cairo.o - implement multi-page PDF output in cairo.o
- use correct color for hierarchical items, 0x848400 (or close) instead of - use correct color for hierarchical items, 0x848400 (or close) instead of
COLOR_BROWN2 COLOR_BROWN2
- directly pick versions out of git, without requiring checkout to file - directly pick versions out of git, without requiring checkout to file