Jeff Young
|
3c3984a6fc
|
Generalize default footprint fields.
Fixes https://gitlab.com/kicad/code/kicad/issues/2289
|
2020-05-08 23:30:33 +01:00 |
Jeff Young
|
9c8941e040
|
Remove a bunch of globals.
|
2020-04-16 17:34:46 +01:00 |
Jeff Young
|
6e800bddae
|
Rationalize penWidth processing as first step in removing some globals.
|
2020-04-13 20:58:13 +01:00 |
Mark Roszko
|
11ff16be4e
|
Switch to scoped enums
|
2019-12-20 14:11:39 +00:00 |
Jeff Young
|
d10bfb13d6
|
Re-enable text layers now that DRC & zone fills are fixed.
Fixes: lp:1788268
* https://bugs.launchpad.net/kicad/+bug/1788268
|
2018-08-24 10:56:13 +01:00 |
Andrew Zonenberg
|
60a55d75fa
|
Split prohibited text layers for footprints and the rest of the PCB
Fixes: lp:1788268
* https://bugs.launchpad.net/kicad/+bug/1788268
|
2018-08-21 16:34:53 -07:00 |
Jeff Young
|
aab97c8385
|
Consolidate design rules UI.
Implement new Board Setup paged dialog which includes:
Layers Setup
Design Rules
Solder Mask & Paste
Text & Drawings
Moves line width and text properties to a layer-class-based
system. Renames unlocked to upright (which also reverses the
logic).
New Edit Text and Graphic Properties dialog which replaces
Edit Footprint Text and adds layer-class-based editing and the
italic, upright and visibility properties.
Adds Import Settings functionality which allows settings to
be imported from another project at page granularity.
Also UNIT_BINDERizes the dialog and adds editing of pcb text.
Fixes: lp:1731952
* https://bugs.launchpad.net/kicad/+bug/1731952
Fixes: lp:1743464
* https://bugs.launchpad.net/kicad/+bug/1743464
Fixes: lp:1664761
* https://bugs.launchpad.net/kicad/+bug/1664761
Fixes: lp:1753362
* https://bugs.launchpad.net/kicad/+bug/1753362
Fixes: lp:1545427
* https://bugs.launchpad.net/kicad/+bug/1545427
Fixes: lp:1753775
* https://bugs.launchpad.net/kicad/+bug/1753775
Fixes: lp:1777692
* https://bugs.launchpad.net/kicad/+bug/1777692
Fixes: lp:1780670
* https://bugs.launchpad.net/kicad/+bug/1780670
Fixes: lp:1519601
* https://bugs.launchpad.net/kicad/+bug/1519601
(cherry picked from commit 3944a5e)
|
2018-07-17 15:12:34 +01:00 |
Jeff Young
|
3e062867de
|
Move all the grid workarounds into our own WX_GRID class.
(cherry picked from commit 08b4463)
|
2018-07-17 15:11:38 +01:00 |
Jeff Young
|
0010ad37d1
|
In-place editing for footprint TEXTE_MODULEs.
Fixes: lp:1102168
* https://bugs.launchpad.net/kicad/+bug/1102168
Fixes: lp:1779913
* https://bugs.launchpad.net/kicad/+bug/1779913
(cherry picked from commit 83781ab)
|
2018-07-17 15:11:04 +01:00 |