Wayne Stambaugh
5c8f4697ca
Common folder housekeeping part 1.
9 months ago
Seth Hillbrand
4ba1c0130c
Use layer numbers in Eagle importer
The layer names may be translated but the numbers are invariant.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19597
9 months ago
Marek Roszko
6ec00f879c
Add PROJECTNAME resolution into project's resolver
9 months ago
Maciej Małecki
2c330e07be
pcbnew: disable dialog thermal relief configuration when not needed
9 months ago
Marek Roszko
4c97d52f2c
Fix typo in last plot fix attempt
9 months ago
Jeff Young
08677d3cb6
Attempt to fix non-clang (or maybe just MSW) builds.
9 months ago
Jeff Young
4049b622f9
Fix writing/parsing of pdf plot params.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19446
9 months ago
Jeff Young
e3e7a4c97a
More consistent file/class naming.
9 months ago
Jeff Young
b7cdbbba9f
Front Kicad manager frame after running job(s).
9 months ago
Jeff Young
ab571be525
Don't depend on knowing the lifetime of a wxWindow.
9 months ago
Ethan Chien
ad48ce1147
Sync Sheet Pins: Refactor SHEET_SYNCHRONIZATION_MODEL to use GetCount() for item count management
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19592
9 months ago
Marek Roszko
a12496a04b
Fix sch plot output directory creation
9 months ago
Seth Hillbrand
8ab5d95d1b
Handle GTK themes that don't use the revealer
9 months ago
Marek Roszko
db56d51838
Fix output paths for jobs again
9 months ago
Marek Roszko
4cfd6f71e5
Fix plot job paths not saving
9 months ago
Marek Roszko
47fb4686c3
Add text var expansion in output paths
9 months ago
Jon Evans
37a3c6f8cf
Infobar close buttons also need to react to theme changes
9 months ago
Seth Hillbrand
1bce0b733e
Make infobar sensitive to color changes
9 months ago
Jeff Young
8c363411e0
Implement fixed pin name/number sizes for Eagle.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16980
9 months ago
Marek Roszko
06a61e773f
Fix bg/fg fed to GetInfoBarColours
9 months ago
Seth Hillbrand
8ccf8c1138
Speed up creepage
Make sure of sets where possible
Don't do checks in nested loops -- prune first
Thread when possible
Ensure we are updating the dialog as we go
Fix some coding convention issues
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19488
9 months ago
Seth Hillbrand
ae4ef7c062
Allow display of each new phase
KeepRefreshing is gated so if we get a bunch of phases in a row, they
won't be shown until you get past a slower phase. By yielding here, we
ensure that the dialog is updated and the user knows which phase of DRC
they are on.
9 months ago
JamesJCode
8746313ce3
Fix class-d simulation demo
9 months ago
JamesJCode
65918b8bad
Fix up-down-counter simulation demo
9 months ago
lucas
b06727d295
Eeschema sim dialog: Fix kicad crash when spice model corrupted
9 months ago
Jon Evans
17c746c00a
Make Windows hacks dependent on using KiCad-shipped interpreter
9 months ago
Jon Evans
25e7b29ad1
Fixup 37d0d5f1
to pass env vars correctly
9 months ago
Tomasz Wlostowski
b54235262a
router: fix assertion in multidragger (link count out of range)
Fixes https://gitlab.com/kicad/code/kicad/issues/19587
9 months ago
Alex Shvartzkop
0748cd03be
Update translations
9 months ago
Ivan Chuba
a2ceaf2621
Translated using Weblate (Ukrainian)
Currently translated at 75.9% (7586 of 9986 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/uk/
9 months ago
Wellington Terumi Uemura
e068ff415f
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (9986 of 9986 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt_BR/
9 months ago
CloverGit
8c20154227
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 99.7% (9957 of 9986 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
9 months ago
2tama3
72a654a8fd
Translated using Weblate (Japanese)
Currently translated at 98.3% (9826 of 9986 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
9 months ago
aris-kimi
fbfddc22bc
Translated using Weblate (Greek)
Currently translated at 87.7% (8767 of 9986 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
9 months ago
CloverGit
b93137177d
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 99.6% (9953 of 9986 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
9 months ago
ZbeeGin
87ca831fc1
Translated using Weblate (Polish)
Currently translated at 100.0% (9986 of 9986 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
9 months ago
2tama3
403f2726e3
Translated using Weblate (Japanese)
Currently translated at 98.3% (9826 of 9986 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
9 months ago
Pferd O
c0bfa7a833
Translated using Weblate (German)
Currently translated at 99.7% (9961 of 9986 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
9 months ago
109247019824
8697c70f81
Translated using Weblate (Bulgarian)
Currently translated at 7.1% (711 of 9986 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/bg/
9 months ago
Jon Evans
37d0d5f118
Use PYTHON_MANAGER to launch actions and capture trace output
9 months ago
Marek Roszko
92c804b1f3
Bump wxwidgets for trace patch
9 months ago
Jeff Young
edd59c6ead
Allow normal close action of dialog
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19596
9 months ago
Jeff Young
d83a2a90cb
Ignore line comments in pin defs and param defs.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19584
9 months ago
Jon Evans
2f96dfd5cb
Do not call Select on an empty combobox
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19594
9 months ago
Wayne Stambaugh
42a1d1cf0b
Include folder and 3D viewer code housekeeping.
9 months ago
Jon Evans
30d43c30b7
Prefer using pythonw on Windows
9 months ago
Marek Roszko
2123c03fa1
Shift gerber job to lseq instead
9 months ago
Marek Roszko
6692f39d6f
Save layer job params using canonical name arrays instead of layer id ints
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19532
9 months ago
Jon Evans
4279672876
Fix incorrect signature
9 months ago
Jon Evans
d9e1d3725e
Do not try to install source packages in python environments
9 months ago