Jeff Young
|
684344c45c
|
GUI-created measurements of AC gain signals should be gain, not abs
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15429
|
2023-08-17 17:42:17 +01:00 |
Mike Williams
|
3cd25f0045
|
PCB: add ratsnest to search pane
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/15338
|
2023-08-17 10:25:40 -04:00 |
Jon Evans
|
1efd75ca79
|
ADDED: Multi-layer object snapping
Default hotkey Shift+S toggles on/off
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6266
|
2023-08-17 09:25:47 -04:00 |
Jeff Young
|
981089bbd3
|
Show correct description and units for AC/SP measurements.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15429
|
2023-08-17 13:32:46 +01:00 |
Jon Evans
|
bf0592ad53
|
Lift some point-vs-shape APIs into SHAPE base class
Also provide a virtual method for conversion to polygon
|
2023-08-17 08:02:14 -04:00 |
Alex Shvartzkop
|
d02e4f3254
|
Fix PLUGIN_FILE_DESC copy warning, remove a leftover comment.
|
2023-08-17 14:43:59 +03:00 |
Jeff Young
|
88db775d32
|
Disable "Override individual item colors" on read-only themes.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15426
|
2023-08-17 11:23:58 +01:00 |
jean-pierre charras
|
53b2fda184
|
Fix some minor compil and Coverity warnings.
|
2023-08-17 10:06:17 +02:00 |
Alex Shvartzkop
|
953cf0d680
|
Fix KiCad-only board file dialog filter.
|
2023-08-17 09:36:47 +03:00 |
Jeff Young
|
f2a8c25084
|
Update Eagle gold files for spoke angle fixes.
|
2023-08-16 23:21:18 +01:00 |
Seth Hillbrand
|
75f9a5bda8
|
Add autocomplete for zone connection style property
|
2023-08-16 11:05:37 -07:00 |
Jeff Young
|
25b9a9de7e
|
Fix incorrect assumption about Eagle spoke rotation.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15428
|
2023-08-16 17:30:03 +01:00 |
Jeff Young
|
da031792af
|
Add current signals to AC analyses.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15427
|
2023-08-16 17:24:59 +01:00 |
Jeff Young
|
a58547dde5
|
Better fidelity for Eagle thermal spokes.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15428
|
2023-08-16 17:24:59 +01:00 |
Alex Shvartzkop
|
556120554e
|
SVG plotter: fix hidden text orientation when plot is mirrored.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15422
|
2023-08-16 10:43:24 +03:00 |
Alex Shvartzkop
|
ea65a5a80b
|
Tent vias by default.
|
2023-08-16 08:28:13 +03:00 |
Jeff Young
|
c54d97170b
|
Fix bone-headed copy/paste.
|
2023-08-15 23:28:19 +01:00 |
Jon Evans
|
e0d4cf2d5b
|
DbLib: Provide more useful feedback when table is misconfigured
(cherry picked from commit 8f57fd82a0 )
|
2023-08-15 20:45:52 +00:00 |
Jeff Young
|
750b92b17f
|
Don't allow selection of footprint dimensions.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15418
|
2023-08-15 17:06:56 +01:00 |
Jeff Young
|
686704bb31
|
ADDED: plot control over FP text.
(Also adds said control to "Follow Plot Settings" in 3D viewer.)
|
2023-08-15 16:56:46 +01:00 |
Jeff Young
|
8c33c6c099
|
Remove unused variable.
|
2023-08-15 14:08:19 +01:00 |
Jeff Young
|
f28d29ce1a
|
Center paged dialog after lazy-loading first page.
|
2023-08-15 12:55:40 +01:00 |
Jeff Young
|
460e609619
|
Remove unused variables.
|
2023-08-15 12:42:19 +01:00 |
Jeff Young
|
e30b05fcd0
|
Try not to forget file history and window state on a crash.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15343
|
2023-08-15 12:13:34 +01:00 |
Jeff Young
|
b986391a04
|
Remove stale teardrops before rebuilding connectivity.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15398
|
2023-08-15 12:13:34 +01:00 |
Alex Shvartzkop
|
918ada9b16
|
Fix CI build.
|
2023-08-15 06:55:32 +03:00 |
Alex Shvartzkop
|
9299d3516c
|
Re-add legacy KiCad .emp footprint library support.
|
2023-08-15 05:40:43 +03:00 |
Roberto Fernandez Bautista
|
dbfb7880b5
|
Add IO_MGR::FindPluginTypeFromBoardPath (+QA tests)
|
2023-08-15 05:26:12 +03:00 |
Roberto Fernandez Bautista
|
8d5ebf5e30
|
QA: Add dummy board files (should fail header checks)
|
2023-08-15 05:26:12 +03:00 |
Roberto Fernandez Bautista
|
fb3e8ef8f1
|
QA: Add example P-CAD file
Supplied by evanshultz in gitlab issue 3993
|
2023-08-15 05:26:12 +03:00 |
Roberto Fernandez Bautista
|
0b0c50471a
|
QA: Add example KiCad legacy PCB files
legacy_demos based on commit e4fdce4a47
|
2023-08-15 05:26:12 +03:00 |
Roberto Fernandez Bautista
|
1c95762534
|
QA: Add example EAGLE PCB file - Adafruit-AHT20-PCB
Source: https://github.com/adafruit/Adafruit-AHT20-PCB
|
2023-08-15 05:26:12 +03:00 |
Roberto Fernandez Bautista
|
87959a4625
|
QA: Add simple CADSTAR PCB file
|
2023-08-15 05:26:12 +03:00 |
Alex Shvartzkop
|
76e0d5981d
|
Import system refactor for PCB plugins.
|
2023-08-15 05:26:12 +03:00 |
Alex Shvartzkop
|
a0d96cea9f
|
Rename Save -> SaveBoard, Load -> LoadBoard in PLUGIN.
|
2023-08-15 05:26:12 +03:00 |
Marek Roszko
|
2e5430a874
|
Fix MSVC build
|
2023-08-14 18:33:57 -04:00 |
Jeff Young
|
2a3c4d0a03
|
Fix switch stmt fall-through.
|
2023-08-14 20:38:17 +01:00 |
Jeff Young
|
ef321e5fcd
|
Un-brighten found text when making a new selection.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15092
|
2023-08-14 20:38:17 +01:00 |
Mike Williams
|
e1d5089c74
|
Symbol Fields Table: handle recursive sheet add/delete/update
|
2023-08-14 14:19:26 -04:00 |
Mike Williams
|
11b469f16a
|
Hierarchy: fix missing page numbers / sheet instances
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/15413
|
2023-08-14 14:19:26 -04:00 |
Mike Williams
|
dc103b88d1
|
Symbol Fields Table: make non-modal
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/2141
|
2023-08-14 14:19:26 -04:00 |
Mike Williams
|
1c52a60270
|
Symbol Fields Table: API cleanups for non-modal window
|
2023-08-14 14:19:26 -04:00 |
Jeff Young
|
f45760062b
|
ADDED: appearances manager for 3D viewer.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/12413
|
2023-08-14 18:08:36 +01:00 |
Jeff Young
|
bd8857389a
|
Add a bit of slop for text-shape hit-testing.
|
2023-08-14 18:08:14 +01:00 |
jean-pierre charras
|
b983ab4ed5
|
PCB_SHAPE::swapData( BOARD_ITEM* aImage ): add missing swap of m_netinfo member.
Fixes #15407
https://gitlab.com/kicad/code/kicad/-/issues/15407
|
2023-08-14 18:15:05 +02:00 |
jean-pierre charras
|
d8ba6c07ac
|
Pcbnew, DIALOG_PAD_PROPERTIES: ensure the right spoke angle is displayed.
Previously it was sometimes the default value, not the initial value when
opening the dialog.
Fixes #15410
https://gitlab.com/kicad/code/kicad/-/issues/15410
|
2023-08-14 17:56:16 +02:00 |
jean-pierre charras
|
ed7c6b376d
|
French translation update.
|
2023-08-14 17:51:06 +02:00 |
Mike Williams
|
63690d4a0b
|
Symbol Fields Table: fix broken delete
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/15405
|
2023-08-14 08:42:03 -04:00 |
Mike Williams
|
29796fff9e
|
SCH_REFERENCE_LIST: delete unused code
|
2023-08-14 08:42:03 -04:00 |
Marek Roszko
|
5d001d4858
|
ADDED: ERC over cli....mostly
|
2023-08-13 20:31:19 -04:00 |