Update road map document.
This commit is contained in:
parent
29e6a93d01
commit
8814d67034
|
@ -222,7 +222,7 @@ provided by version 3 can be utilized.
|
||||||
- wxWidgets 3 is widely available on Linux distributions.
|
- wxWidgets 3 is widely available on Linux distributions.
|
||||||
|
|
||||||
**Status:**
|
**Status:**
|
||||||
- No progress
|
- Build now requires 3.0.0 or greater.
|
||||||
|
|
||||||
## Linux Printing Improvements ## {#linux_print}
|
## Linux Printing Improvements ## {#linux_print}
|
||||||
**Goal:**
|
**Goal:**
|
||||||
|
@ -428,6 +428,20 @@ Provide a method of passing information to other tools via the net list.
|
||||||
**Status:**
|
**Status:**
|
||||||
- No progress.
|
- No progress.
|
||||||
|
|
||||||
|
## Net Highlighting ## {#sch_net_highlight}
|
||||||
|
**Goal:**
|
||||||
|
Highlight wires, buses, and junctions when corresponding net in Pcbnew is selected.
|
||||||
|
|
||||||
|
**Task:**
|
||||||
|
- Add communications link to handle net selection from Pcbnew.
|
||||||
|
- Implement highlight algorithm for net objects.
|
||||||
|
- Highlight objects connected to net selected in Pcbnew.
|
||||||
|
|
||||||
|
**Dependencies:**
|
||||||
|
- [GAL port, maybe](#sch_gal).
|
||||||
|
|
||||||
|
**Status:**
|
||||||
|
- No progress.
|
||||||
|
|
||||||
# CvPcb: Footprint Association Tool # {#cvpcb}
|
# CvPcb: Footprint Association Tool # {#cvpcb}
|
||||||
This section covers the source code of the footprint assignment tool CvPcb.
|
This section covers the source code of the footprint assignment tool CvPcb.
|
||||||
|
@ -641,7 +655,6 @@ GAL rendering.
|
||||||
**Progress:**
|
**Progress:**
|
||||||
- Initial discussion.
|
- Initial discussion.
|
||||||
|
|
||||||
|
|
||||||
## Gerber File Attributes ## {#gerber_attributes}
|
## Gerber File Attributes ## {#gerber_attributes}
|
||||||
**Goal:**
|
**Goal:**
|
||||||
|
|
||||||
|
@ -660,6 +673,21 @@ document for more information.
|
||||||
**Progress:**
|
**Progress:**
|
||||||
- Under investigation.
|
- Under investigation.
|
||||||
|
|
||||||
|
## Net Highlighting ## {#pcb_net_highlight}
|
||||||
|
**Goal:**
|
||||||
|
Highlight rats nest links and/or traces when corresponding net in Eeschema is selected.
|
||||||
|
|
||||||
|
**Task:**
|
||||||
|
- Add communications link to handle net selection from Eeschema.
|
||||||
|
- Implement highlight algorithm for objects connected to the selected net.
|
||||||
|
- Highlight objects connected to net selected in Eeschema
|
||||||
|
|
||||||
|
**Dependencies:**
|
||||||
|
- None.
|
||||||
|
|
||||||
|
**Status:**
|
||||||
|
- No progress.
|
||||||
|
|
||||||
|
|
||||||
# GerbView: Gerber File Viewer # {#gerbview}
|
# GerbView: Gerber File Viewer # {#gerbview}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue