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 |
Marek Roszko
|
f341fde938
|
Move RecordERCExclusions and ResolveERCExclusions out of the schematic frame
|
2023-08-13 19:50:05 -04:00 |
Marek Roszko
|
50a4a8639e
|
Move ERC test flow to ERC_TESTER::RunTests
|
2023-08-13 19:44:10 -04:00 |
Marek Roszko
|
cb24a612ea
|
Commit erc.v1.json schema
|
2023-08-13 19:19:20 -04:00 |
Marek Roszko
|
87d36dbfd8
|
Fix up erc json a little
|
2023-08-13 19:19:20 -04:00 |
Marek Roszko
|
061d18cbb0
|
Support json reports as option in erc/drc dialogs
|
2023-08-13 19:19:19 -04:00 |
Marek Roszko
|
e842a788db
|
Split ERC report to its own class like drc
|
2023-08-13 19:19:19 -04:00 |
Marek Roszko
|
aa93de3b4c
|
Fix drc schema description
|
2023-08-13 19:19:19 -04:00 |
Seth Hillbrand
|
83b5c98309
|
Update translations
|
2023-08-13 14:57:50 -07:00 |
Milan Šalka
|
b63f3b9dfa
|
Translated using Weblate (Slovak)
Currently translated at 59.1% (5071 of 8567 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sk/
|
2023-08-13 23:55:56 +02:00 |
Tokita, Hiroshi
|
fbd7788054
|
Translated using Weblate (Japanese)
Currently translated at 93.7% (8029 of 8567 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
|
2023-08-13 23:55:56 +02:00 |
Toni Laiho
|
0df7cef937
|
Translated using Weblate (Finnish)
Currently translated at 100.0% (8567 of 8567 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/fi/
|
2023-08-13 23:55:56 +02:00 |
Wellington Terumi Uemura
|
b91fa76379
|
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (8567 of 8567 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt_BR/
|
2023-08-13 23:55:56 +02:00 |
yangyangdaji
|
0d428f83e8
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 92.4% (7919 of 8567 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
|
2023-08-13 23:55:56 +02:00 |
Henrik Kauhanen
|
85a7def39b
|
Translated using Weblate (Swedish)
Currently translated at 99.5% (8532 of 8567 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sv/
|
2023-08-13 23:55:56 +02:00 |
dsa-t
|
f4afbb5dc0
|
Translated using Weblate (Russian)
Currently translated at 90.8% (7779 of 8567 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
|
2023-08-13 23:55:55 +02:00 |
ZbeeGin
|
cb5f39aa91
|
Translated using Weblate (Polish)
Currently translated at 100.0% (8567 of 8567 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
|
2023-08-13 23:55:55 +02:00 |
Tokita, Hiroshi
|
d180e3a65d
|
Translated using Weblate (Japanese)
Currently translated at 93.7% (8028 of 8567 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
|
2023-08-13 23:55:55 +02:00 |
Toni Laiho
|
56e6de1209
|
Translated using Weblate (Finnish)
Currently translated at 100.0% (8567 of 8567 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/fi/
|
2023-08-13 23:55:55 +02:00 |
Henrik Kauhanen
|
7a71b879e4
|
Translated using Weblate (Swedish)
Currently translated at 97.4% (8350 of 8567 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sv/
|
2023-08-13 23:55:55 +02:00 |