Jeff Young
de12c63de6
Repair point editing of rotated text boxes.
Fixes https://gitlab.com/kicad/code/kicad/issues/11432
4 years ago
Jeff Young
f8829de5ea
Formatting.
4 years ago
Jon Evans
40593930d0
PNS: Fix off-by-one in dragCornerInternal
Fixes https://gitlab.com/kicad/code/kicad/-/issues/10919
(cherry picked from commit 8d8f96b094 )
4 years ago
Jeff Young
dee22a31d9
Expose footprint ID, description and keywords to property system.
4 years ago
Jeff Young
38bc653ce9
Add arc support to HyperLynx export.
Fixes https://gitlab.com/kicad/code/kicad/issues/10782
4 years ago
Jon Evans
f4372a2de9
UNIT_BINDER should support long long ints
Fixes https://gitlab.com/kicad/code/kicad/-/issues/10870
(cherry picked from commit eb1164fc93 )
4 years ago
Jon Evans
6fd14ac945
[PNS] Fix invalid assumption in IsLineCorner
(cherry picked from commit a4aa447b95 )
4 years ago
Jon Evans
9470bd15a1
PNS: Fix skew calculation with pad-to-die specified
Fixes https://gitlab.com/kicad/code/kicad/-/issues/11710
(cherry picked from commit 53dbd3bb02 )
4 years ago
Seth Hillbrand
6c0856c384
Fix PCAD silk layer for solder-side fp
The layer should be flipped based on the footprint mirror value rather
than the text mirror value (which is independent)
Fixes https://gitlab.com/kicad/code/kicad/issues/11652
4 years ago
Seth Hillbrand
3b9b150212
Update Translations
4 years ago
co8 j
43acbf52fc
Translated using Weblate (Japanese)
Currently translated at 99.0% (7525 of 7596 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
4 years ago
Ettore Atalan
74910f6c22
Translated using Weblate (German)
Currently translated at 94.9% (7212 of 7596 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
4 years ago
Kuzemko Alexsandr
bd01c1ed43
Translated using Weblate (Ukrainian)
Currently translated at 91.6% (6965 of 7596 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/uk/
4 years ago
co8 j
70d499595c
Translated using Weblate (Japanese)
Currently translated at 99.0% (7524 of 7596 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
4 years ago
ZbeeGin
6f1b92d14c
Translated using Weblate (Polish)
Currently translated at 100.0% (7596 of 7596 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
4 years ago
Toni Laiho
80461b414e
Translated using Weblate (Finnish)
Currently translated at 99.9% (7595 of 7596 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/fi/
4 years ago
Wellington Terumi Uemura
239ec249ae
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.9% (7594 of 7596 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt_BR/
4 years ago
Ulices
c5054dd41c
Translated using Weblate (Spanish (Mexico))
Currently translated at 99.9% (7592 of 7596 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/es_MX/
4 years ago
Kuzemko Alexsandr
c8e7828319
Translated using Weblate (Ukrainian)
Currently translated at 91.6% (6964 of 7596 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/uk/
4 years ago
ZbeeGin
a711160a8f
Translated using Weblate (Polish)
Currently translated at 100.0% (7596 of 7596 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
4 years ago
Eric
01f5cda6ec
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (7594 of 7596 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
4 years ago
Jeff Young
cff52c70d0
Handle empty directories in template projects.
Fixes https://gitlab.com/kicad/code/kicad/issues/10191
4 years ago
Jeff Young
2f2c506926
Coding conventions.
4 years ago
Jeff Young
aaff163d7c
Repair Eagle importer page number handling.
The root sheet needs a page number, and the other sheets need to not
have their last step in the path duplicated.
Fixes https://gitlab.com/kicad/code/kicad/issues/11409
4 years ago
jean-pierre charras
046045f9de
CalcArcCenter(): fix broken calculation of the arc center.
This function is used in the graphic items properties dialog, and each
arc edition from this dialog breaks the arc center position
Fixes #11703
https://gitlab.com/kicad/code/kicad/issues/11703
4 years ago
Jeff Young
abba1b04bd
Add "Enter Sheet" to Sheet tool (context menu & double-click).
Fixes https://gitlab.com/kicad/code/kicad/issues/11531
4 years ago
Jeff Young
5cae4cf918
Give zoom tool its own menu.
Fixes https://gitlab.com/kicad/code/kicad/issues/11702
4 years ago
jean-pierre charras
2701642b1b
minor fixes and French translation update
4 years ago
Jeff Young
d5d8d36d86
Implement expanding Select Connection.
Fixes https://gitlab.com/kicad/code/kicad/issues/8579
4 years ago
Jeff Young
155620cc9a
Move H/V/45 mode from zone properties to toolbar.
Fixes https://gitlab.com/kicad/code/kicad/issues/8587
4 years ago
Jeff Young
1fb7532859
Prepare for a more uniform implementation of H/V/45 mode.
4 years ago
Jeff Young
5c3b6980a5
Tooltip for bounding boxes.
4 years ago
Eduardo Behr
f246646d7a
Fix severe simulation memory leaks
4 years ago
Jeff Young
b056bbd9b9
Initialize enabled state of dimension text orientation combobox.
Fixes https://gitlab.com/kicad/code/kicad/issues/11674
4 years ago
Jeff Young
80124d2463
Write out partial pad-stacks for blind/buried/microvias.
Fixes https://gitlab.com/kicad/code/kicad/issues/11692
4 years ago
Jeff Young
2a525cf986
Coding standards.
4 years ago
Jeff Young
09c9bc3037
Fix net ordering in gold file.
4 years ago
Seth Hillbrand
35b79c2ec9
Make PCAD import case-insensitive
According to the PCAD specification, all tags are case insensitive.
Most exporters honor the defaults but there is always an outlier or two
Fixes https://gitlab.com/kicad/code/kicad/issues/11652
4 years ago
Jeff Young
e9e1878d96
Attempt to fix eeschema tests.
(Slashes in netnames must be escaped or else we think they're path
separators.)
4 years ago
Mike Williams
f2cf934083
Schematic: Annotation Tweaks
Fix newly placed symbols to be annotated and not show a ? until
placement.
4 years ago
Mike Williams
efa23a5cbe
Schematic: better automatic/recursive annotate
4 years ago
Mike Williams
7f3e5e9b79
Schematic: add recursive annotation control
4 years ago
Mike Williams
85516a4691
Schematic: add automatic annotation toggle
4 years ago
Mike Williams
dabd42bbc4
Schematic: Automatic Symbol Annotation
4 years ago
Tomasz Wlostowski
42e53ee8e9
kimath: fix regression in BuildInitialTrace()/CalcArcCenter causing incorrect arcs in routed traces
4 years ago
Marco Ciampa
cfac770664
Fixed typo in Italian translation
4 years ago
Marco Ciampa
d93d432b95
Updated Italian translation
4 years ago
Jeff Young
6114a5d72c
Escape pin names when used as netnames.
Fixes https://gitlab.com/kicad/code/kicad/issues/11687
4 years ago
Mike Williams
9d90699358
Shape Assertions: print the correct type names
It still asserts, but at least for the right reason.
4 years ago
Seth Hillbrand
2a9d7314ca
Initialize area check
Ensure that the max_poly set is zero before using
4 years ago