Marek Roszko
7d80815b7b
Just use hash for sentry release for all builds for now
3 years ago
Marek Roszko
719be61627
Silence some kicad-cli loading errors on clean installs
3 years ago
Jon Evans
48e4005111
Fix diff pair router checking of min clearance
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13720
3 years ago
Kliment
68eac74458
pcbnew: Fix strokeWidth truncation to integer mm in SVG polygons import
The polygon conversion algorithm mistakenly stored the stroke width of
filled polygons in an integer variable. As a result, all stroke widths
were rounded down to the next smaller integer mm size. This commit changes
the types in the relevant functions and variables from int to double.
3 years ago
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
3 years ago
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
3 years ago
Mike Williams
29a4e2c7fe
Schematic: fix reversed tooltips for navigation buttons
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/13707
3 years ago
Jon Evans
563143951f
macOS: Always show file type selector
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13716
3 years ago
Jeff Young
9ca539b416
Remove TL072.031 from regression test.
3 years ago
Marco Ciampa
6dd7f09e2b
Updated Italian translation
3 years ago
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/
3 years ago
Seth Hillbrand
8aa225bd1e
Update translations
3 years ago
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/
3 years ago
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/
3 years ago
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/
3 years ago
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/
3 years ago
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/
3 years ago
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/
3 years ago
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/
3 years ago
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/
3 years ago
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/
3 years ago
JamesJCode
8590745e9c
Allow simulation probe of junctions
Fixes https://gitlab.com/kicad/code/kicad/issues/13712
3 years ago
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
3 years ago
Jeff Young
123467c8dd
Don't throw up debug message when signal is deleted.
Fixes https://gitlab.com/kicad/code/kicad/issues/13711
3 years ago
Jeff Young
c939b1ef76
Followed-by-3-digits doesn't guarantee a thousands separator.
Fixes https://gitlab.com/kicad/code/kicad/issues/13708
3 years ago
Roberto Fernandez Bautista
44cfb1ea43
CADSTAR PCB: Don't create zero sized text items
Partially addresses https://gitlab.com/kicad/code/kicad/-/issues/13693
3 years ago
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
3 years ago
Roberto Fernandez Bautista
0ecad1ef2e
Add EDA_ANGLE::NormalizeNegative() and qa tests
3 years ago
Seth Hillbrand
ef964f2303
Move Ivan Chuba to Ukrainian
3 years ago
Jeff Young
50e9685490
Check for tented vias before expanding solder mask.
Fixes https://gitlab.com/kicad/code/kicad/issues/13705
3 years ago
Seth Hillbrand
6a993ffb13
Update contributors lists for v7
3 years ago
Chris Morgan
ce06171561
Convert additional sprintf to snprintf
3 years ago
vinsfortunato
3d52115ae7
eeschema: focus eeschema on symbol when its row is selected in the symbol fields table
3 years ago
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>
3 years ago
Mike Williams
207b8d3273
Symbol Fields Table: fix duplicated fields
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/13687
3 years ago
Marek Roszko
f28339ded8
Hookup the skip drawingsheet arg
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13703
3 years ago
jean-pierre charras
241a283b03
DIALOG_TEXT_PROPERTIES_BASE: reduce the window min width.
3 years ago
Marek Roszko
fb57eac5f9
Add \n to report for cli
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13704
3 years ago
Marek Roszko
ffaaa17d1c
IGES files love faces instead of solids, maybe support them
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/11175
3 years ago
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
3 years ago
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
3 years ago
kliment
ef8062bfad
pcbnew: Change some of the default settings in board setup and netclasses
3 years ago
Jeff Young
203f0f66fb
Guard 3D viewer against degenerate shapes.
Fixes https://gitlab.com/kicad/code/kicad/issues/13693
3 years ago
Seth Hillbrand
1ee9d538da
Update translations
3 years ago
___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/
3 years ago
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/
3 years ago
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/
3 years ago
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/
3 years ago
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/
3 years ago
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/
3 years ago