mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-23 05:48:06 +02:00
sch2fig/TODO: add some more items
This commit is contained in:
parent
72e6ed53f4
commit
52b8384008
19
sch2fig/TODO
19
sch2fig/TODO
@ -1,11 +1,10 @@
|
|||||||
- better text size guessing
|
- better text size guessing also for FIG
|
||||||
- recursing into sheets
|
- recursing into sheets:; use base path as starting point
|
||||||
- unify alignment, direction
|
- unify alignment, direction
|
||||||
- support fonts attributes ?
|
- support fonts attributes ?
|
||||||
- support line thickness ?
|
- support line thickness ?
|
||||||
- ~ as overline (grep for ~ in out.fig)
|
- ~ as overline (grep for ~ in out.fig)
|
||||||
- glabel: build for "right" style, then rotate poly (like hlabel)
|
- glabel: build for "right" style, then rotate poly (like hlabel)
|
||||||
- break into file reading, internal storage, rendering
|
|
||||||
- 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
|
||||||
@ -14,3 +13,17 @@
|
|||||||
- optionally display pin shapes
|
- optionally display pin shapes
|
||||||
- find libraries (e.g., from .pro)
|
- find libraries (e.g., from .pro)
|
||||||
- PDF TOC
|
- PDF TOC
|
||||||
|
- generic layering for cairo (and others ?), where primitives are first
|
||||||
|
recorded in per layer lists, then replayed. Can also calculate BB.
|
||||||
|
- let user set PNG size or zoom level
|
||||||
|
- implement dashed lines in cairo.c
|
||||||
|
- implement PDF output in cairo.o
|
||||||
|
- generalize gfx option passing
|
||||||
|
- use correct color for hierarchical items, 0x848400 (or close) instead of
|
||||||
|
COLOR_BROWN2
|
||||||
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user