Ivan Chuba
683a498bd9
Translated using Weblate (Ukrainian)
Currently translated at 73.9% (7566 of 10233 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/uk/
6 months ago
co8 j
a7bd2e86bf
Translated using Weblate (Japanese)
Currently translated at 97.7% (10002 of 10233 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
6 months ago
Ivan Chuba
db96a60de7
Translated using Weblate (Ukrainian)
Currently translated at 73.8% (7558 of 10233 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/uk/
6 months ago
Henrik Kauhanen
6dab104f97
Translated using Weblate (Swedish)
Currently translated at 99.9% (10225 of 10233 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sv/
6 months ago
Ivan Chuba
f27a2828d5
Translated using Weblate (Russian)
Currently translated at 97.1% (9944 of 10233 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
6 months ago
co8 j
646b24558b
Translated using Weblate (Japanese)
Currently translated at 97.5% (9986 of 10233 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
6 months ago
Ettore Atalan
0b0dfba8ca
Translated using Weblate (German)
Currently translated at 98.8% (10113 of 10233 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
6 months ago
Ivan Chuba
2eaafc75b9
Translated using Weblate (Ukrainian)
Currently translated at 73.6% (7539 of 10233 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/uk/
6 months ago
dsa-t
691718d2bb
Translated using Weblate (Russian)
Currently translated at 97.1% (9944 of 10233 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
6 months ago
Jeff Young
fc969ae501
Fix group ownership issue.
6 months ago
Salvador E. Tropea
c528f3c605
Add HPGL job support
- kicad-cli pcb export hpgl
- "Export HPGL" job
6 months ago
Jeff Young
d384790d47
Don't use line styles for solder masks on shapes in 3D viewer.
Also convert hatched fills to solid for solder masks.
Also give track solder masks their specified
expansion when exporting to STEP.
Also implement solder masks for shapes when
exporting to STEP.
6 months ago
Salvador E. Tropea
dcddf16c30
Fixes default --track-width-correction (pcb export ps)
To match its intended type (double)
6 months ago
Salvador E. Tropea
d1de8649d8
[CLI][PCB][Postscript] Fix the DNP options
6 months ago
Jeff Young
e0e1f73f9e
Fix rendering issues with hide-holes-while-moving.
Also fixes the checkbox names to be more accurate.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20775
6 months ago
Jeff Young
9fc60621f6
Fix rendering issues with solderpaste and hide-holes-while-moving.
6 months ago
Jeff Young
fb9500a6df
Readability (no functional changes).
6 months ago
Jeff Young
66bacb3ea5
Honour template fieldname vis flag when adding fields.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20575
6 months ago
jean-pierre charras
d5cf541974
Gerbview: fix a maximum number (50) of Error messages in report list.
Having a lot of errors can happen when trying to open a non gerber files
(this is easy when loading a zip archive).
With a *lot* of errors (if a large .step file is found) Gerbview can hang.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20799
6 months ago
Seth Hillbrand
38ee4359eb
Keep the drill results visible
When clicking "Generate", we want to see if the drill action was
successful so we must avoid closing the window prematurely
6 months ago
Seth Hillbrand
0a547d89b0
Don't pass temporary references
auto will provide an rvalue reference here, which disappears before
being used in CallAfter. Instead, explicitly form the value and pass
it to the lambda
6 months ago
Jeff Young
e067d44dd4
Fixes for SCH_GROUPs.
6 months ago
Jeff Young
2d74e54517
Formatting.
6 months ago
JamesJCode
1400eb7902
Add hasExactNetclass function to DRC condition language
Following changes to the `A.NetClass == '<netclass>'` semantics to
match on exact netclass name OR any constituent netclass names, we
can have conditions where constituent netclass constraints match
before the composite netclass constraints in the DRC engine. This
adds the functionality to match on the exact full netclass name, and
modifies the implicit netclass DRC rules to use this function in
their rule condition.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20797
(cherry picked from commit c25264528c
)
6 months ago
Seth Hillbrand
3cd3ad34dd
Fix stupid compile issue with g++
6 months ago
Jeff Young
2b33a03954
Make Edit Text & Graphics dialogs more similar.
Also a bunch of cleanup for dialog heading
format and info sizes.
Also fixups for consistency of syntax help
(should be a link, not a button)
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20790
6 months ago
dsa-t
00f2b5a263
LTspice import: don't crash on missing symbols.
(cherry picked from commit a8d04d0079
)
Co-authored-by: Alex Shvartzkop <dudesuchamazing@gmail.com>
6 months ago
jean-pierre charras
0755ab8ea9
Fix a few Coverity warnings (uninitialized vars)
6 months ago
dsa-t
2fa54615ee
Eagle SCH import: fix arcs in symbols after v9 changes.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20793
(cherry picked from commit b345dac82b
)
Co-authored-by: Alex Shvartzkop <dudesuchamazing@gmail.com>
6 months ago
Graham Keeth
454c95ac51
change title case to sentence case in Git preferences
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/20784
6 months ago
Graham Keeth
63c13d2e93
fix typo passvie -> passive in error string
6 months ago
John Beard
e604ad9a3c
Pcbnew: fix pad snaps on non-F.Cu in high constrast mode
6 months ago
JamesJCode
296ed4a3e9
Deduplicate resolved net classes
Dupliates were possible if the same net class was specified as an
explicit label, and as the result of a pattern assignment
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20794
(cherry picked from commit 28a7d77f0e
)
6 months ago
jean-pierre charras
ab8060fa63
FOOTPRINT_CHOOSER_FRAME: fix crash when the 3D view is opened
Commit 6bc96530
fixed an issue, but created an incompatibility with the
dummy board (used in 3D canvas) handling when updating views, especially
if 3D canvas is opened.
6 months ago
Jeff Young
90e17ecabd
Make various menu button presentations consistent.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20783
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20774
6 months ago
jean-pierre charras
34e49758d0
Footprint chooser frame: fix crash in COMMON_TOOLS::ResetLocalCoords()
The crash was due to a null pointer thta can happens in Footprint chooser,
frame, when hit the space bar if the canvas showing the Fp has the focus.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20780
6 months ago
Jeff Young
b01fef5ca8
Update visibility flag when adding fields.
Also removes extra c'tor which fails to set the
ordinal.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20556
6 months ago
Jon Evans
4dd39976a3
API: Add symbol path for footprint instances
See https://gitlab.com/kicad/code/kicad-python/-/issues/37
6 months ago
Lucas Gerads
e626799d67
Schematic: LTSpice importer add junctions
- Fixes up all junctions at the end of import
- Fixes https://gitlab.com/kicad/code/kicad/-/issues/20727
6 months ago
Roberto Fernandez Bautista
96d72bed6f
Fix variable shadow warning in sch_selection_tool.cpp
Also be consistent in naming for all `RunOnChildren` lambdas
6 months ago
jean-pierre charras
c7e4875505
Gerbview: fix a few issues when loading zip files
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20779
6 months ago
jean-pierre charras
7309f7049f
Fix a collision name (ERROR, replaced by TS_ERROR) in a header on Windows/msys2
6 months ago
JamesJCode
eb717d9d86
Add missing cmath include to transline_calculation_base.h
6 months ago
JamesJCode
aac9731852
Refactor PCB calcs to common library, and add coupled stripline
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16863
6 months ago
Jeff Young
2fd2fe6e2d
Fix compiler warning.
6 months ago
Jeff Young
aa5863cb40
Fix selection of table cells in groups.
(Selecting a cell should select the whole group.)
6 months ago
Jeff Young
99b0a3e656
Give SCH_TABLEs uuids.
(Otherwise they can't participate in SCH_GROUPs.)
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20760
6 months ago
Jeff Young
b2f3a2f8ba
Export textbox borders to STEP.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20763
6 months ago
Jeff Young
524575a595
Allow embedded files to come from components
as well as parent containers, part II.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20210
6 months ago
Jeff Young
c2be7fa3e6
Account for aperture & track masks in plated copper calculations.
6 months ago