Kliment
327956ae27
nanosvg: Fix nanosvg default stroke width to assume 0 instead of 1px
...
Nanosvg assumes that an unspecified stroke width is 1px, whereas the SVG
specification specifies it should be read as 0px. This causes problems
when scaling factors are applied to 0px lines, leading to them being
misinterpeted by our import.
This commit fixes the nanosvg assumption by setting the initial stroke
width to 0 instead of 1px.
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/13353
2023-01-31 20:34:25 +00:00
Seth Hillbrand
f34aa947d3
Allow on-outline zones to be considered inside
...
Also ensure that calculated areas for island removal are absolute.
The on-outline zone can happen when the clearance to the edge is
particularly small.
Fixes https://gitlab.com/kicad/code/kicad/issues/13717
2023-01-31 12:32:23 -08:00
Mike Williams
29a4e2c7fe
Schematic: fix reversed tooltips for navigation buttons
...
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/13707
2023-01-31 13:05:37 -05:00
Jon Evans
563143951f
macOS: Always show file type selector
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13716
2023-01-31 12:47:37 -05:00
Jeff Young
9ca539b416
Remove TL072.031 from regression test.
2023-01-31 14:57:52 +00:00
Marco Ciampa
6dd7f09e2b
Updated Italian translation
2023-01-31 15:39:29 +01:00
jean-pierre charras
f8051d954a
Better handling of PCB_BITMAP items in a footprint.
...
- Ensure they can be erased in the FP editor
- Ensure they cannot be selected in the PCB editor (they are not show)
Fixes #13714
https://gitlab.com/kicad/code/kicad/issues/
2023-01-31 11:16:38 +01:00
Seth Hillbrand
8aa225bd1e
Update translations
2023-01-30 17:07:48 -08:00
Toni Laiho
c9e53d9b2e
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (8011 of 8011 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/fi/
2023-01-31 00:24:52 +01:00
Michael Misirlis
b6a8ce3456
Translated using Weblate (Greek)
...
Currently translated at 96.0% (7692 of 8011 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
2023-01-31 00:24:52 +01:00
Wellington Terumi Uemura
b75d5cc26d
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (8011 of 8011 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt_BR/
2023-01-31 00:24:52 +01:00
Michael Misirlis
0b4268aba6
Translated using Weblate (Greek)
...
Currently translated at 94.9% (7609 of 8011 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
2023-01-31 00:24:52 +01:00
Ivan Chuba
5ad31b9678
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (8011 of 8011 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/uk/
2023-01-31 00:24:52 +01:00
Ulices
62f2362ed2
Translated using Weblate (Spanish (Mexico))
...
Currently translated at 100.0% (8011 of 8011 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/es_MX/
2023-01-31 00:24:52 +01:00
Henrik Kauhanen
80ea709735
Translated using Weblate (Swedish)
...
Currently translated at 99.9% (8006 of 8011 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sv/
2023-01-31 00:24:52 +01:00
ZbeeGin
b99e9fd45d
Translated using Weblate (Polish)
...
Currently translated at 100.0% (8011 of 8011 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
2023-01-31 00:24:52 +01:00
aris-kimi
17949265d3
Translated using Weblate (Greek)
...
Currently translated at 94.0% (7531 of 8011 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
2023-01-31 00:24:51 +01:00
JamesJCode
8590745e9c
Allow simulation probe of junctions
...
Fixes https://gitlab.com/kicad/code/kicad/issues/13712
2023-01-30 23:15:55 +00:00
Seth Hillbrand
418f8e6f14
Re-add outline shadows to stroke fonts
...
If we draw using stroke fonts, we can still use the legacy shadow
routine to show nice highlights
2023-01-30 22:42:26 +00:00
Jeff Young
123467c8dd
Don't throw up debug message when signal is deleted.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/13711
2023-01-30 21:32:18 +00:00
Jeff Young
c939b1ef76
Followed-by-3-digits doesn't guarantee a thousands separator.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/13708
2023-01-30 21:22:48 +00:00
Roberto Fernandez Bautista
44cfb1ea43
CADSTAR PCB: Don't create zero sized text items
...
Partially addresses https://gitlab.com/kicad/code/kicad/-/issues/13693
2023-01-30 19:56:22 +00:00
Roberto Fernandez Bautista
963e82ee7f
CADSTAR PCB: Correctly handle anticlockwise arcs
...
Also add some qa tests for EDA_SHAPE::SetAngleAndEnd
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13626
2023-01-30 19:56:22 +00:00
Roberto Fernandez Bautista
0ecad1ef2e
Add EDA_ANGLE::NormalizeNegative() and qa tests
2023-01-30 19:56:22 +00:00
Seth Hillbrand
ef964f2303
Move Ivan Chuba to Ukrainian
2023-01-30 11:52:59 -08:00
Jeff Young
50e9685490
Check for tented vias before expanding solder mask.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/13705
2023-01-30 17:56:35 +00:00
Seth Hillbrand
6a993ffb13
Update contributors lists for v7
2023-01-30 09:31:55 -08:00
Chris Morgan
ce06171561
Convert additional sprintf to snprintf
2023-01-30 16:22:03 +00:00
vinsfortunato
3d52115ae7
eeschema: focus eeschema on symbol when its row is selected in the symbol fields table
2023-01-30 15:12:57 +00:00
Mika Laitio
d592e49d06
fix en.po duplicate translation error
...
rpmbuild/BUILD/kicad-7.0.00/translation/pofiles/en.po:29421: duplicate message definition...
rpmbuild/BUILD/kicad-7.0.00/translation/pofiles/en.po:2901: ...this is the location of the first definition
rpmbuild/BUILD/kicad-7.0.00/translation/pofiles/en.po:29424: duplicate message definition...
rpmbuild/BUILD/kicad-7.0.00/translation/pofiles/en.po:2904: ...this is the location of the first definition
Signed-off-by: Mika Laitio <lamikr@pilppa.org>
2023-01-30 14:54:51 +00:00
Mike Williams
207b8d3273
Symbol Fields Table: fix duplicated fields
...
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/13687
2023-01-30 09:29:47 -05:00
Marek Roszko
f28339ded8
Hookup the skip drawingsheet arg
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13703
2023-01-30 07:50:16 -05:00
jean-pierre charras
241a283b03
DIALOG_TEXT_PROPERTIES_BASE: reduce the window min width.
2023-01-30 13:21:38 +01:00
Marek Roszko
fb57eac5f9
Add \n to report for cli
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13704
2023-01-30 07:11:36 -05:00
Marek Roszko
ffaaa17d1c
IGES files love faces instead of solids, maybe support them
...
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/11175
2023-01-29 22:35:07 -05:00
Marek Roszko
e928d72c3b
Fix relative step file export
...
Forgot to set the project relative path, and the library search path
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13696
2023-01-29 22:19:37 -05:00
Marek Roszko
5163cb6976
Don't use SystemDirsAppend on windows for finding the docs
...
TODO, yeet SystemDirsAppend entirely on Windows into the sun
Fixes https://gitlab.com/kicad/code/kicad/-/issues/11589
2023-01-29 20:50:16 -05:00
kliment
ef8062bfad
pcbnew: Change some of the default settings in board setup and netclasses
2023-01-29 23:20:40 +00:00
Jeff Young
203f0f66fb
Guard 3D viewer against degenerate shapes.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/13693
2023-01-29 22:40:12 +00:00
Seth Hillbrand
1ee9d538da
Update translations
2023-01-29 14:35:30 -08:00
___davidpr
2274081013
Translated using Weblate (Serbian)
...
Currently translated at 12.1% (972 of 8017 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sr/
2023-01-29 23:22:58 +01:00
Tokita, Hiroshi
5dd320ff67
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (8017 of 8017 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2023-01-29 23:22:58 +01:00
aris-kimi
36fd811f0b
Translated using Weblate (Greek)
...
Currently translated at 93.1% (7466 of 8017 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
2023-01-29 23:22:58 +01:00
Jan Straka
c22bdc4be0
Translated using Weblate (Czech)
...
Currently translated at 89.0% (7142 of 8017 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/cs/
2023-01-29 23:22:58 +01:00
Keisuke Nakao
bb59a3a8c2
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (8017 of 8017 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2023-01-29 23:22:58 +01:00
Tokita, Hiroshi
3da7e292f1
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (8017 of 8017 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2023-01-29 23:22:58 +01:00
boonchai k
d11cf1a492
Translated using Weblate (Thai)
...
Currently translated at 88.0% (7060 of 8017 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/th/
2023-01-29 23:22:58 +01:00
dsa-t
a5a493d39c
Translated using Weblate (Russian)
...
Currently translated at 100.0% (8017 of 8017 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
2023-01-29 23:22:57 +01:00
Tokita, Hiroshi
5a9e6d9c5a
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (8017 of 8017 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2023-01-29 23:22:57 +01:00
Keisuke Nakao
fc2b17d2c5
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (8017 of 8017 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2023-01-29 23:22:57 +01:00