Jan Straka
c17918d9c1
Translated using Weblate (Czech)
...
Currently translated at 91.8% (7363 of 8020 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/cs/
2023-09-16 00:57:34 +02:00
Ivan Chuba
f752df0595
Translated using Weblate (Estonian)
...
Currently translated at 4.9% (400 of 8020 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/et/
2023-09-16 00:57:34 +02:00
Ivan Chuba
0836b5b661
Translated using Weblate (Ukrainian)
...
Currently translated at 99.9% (8017 of 8020 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/uk/
2023-09-16 00:57:34 +02:00
ZbeeGin
2cefccf7bf
Translated using Weblate (Polish)
...
Currently translated at 99.9% (8019 of 8020 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/pl/
2023-09-16 00:57:34 +02:00
Ivan Chuba
3dc86c5a4f
Translated using Weblate (Estonian)
...
Currently translated at 4.9% (399 of 8020 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/et/
2023-09-16 00:57:34 +02:00
ulikoehler
05ae712e77
Translated using Weblate (German)
...
Currently translated at 99.9% (8018 of 8020 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/de/
2023-09-16 00:57:34 +02:00
Tokita, Hiroshi
04db374326
Translated using Weblate (Japanese)
...
Currently translated at 99.9% (8016 of 8020 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/ja/
2023-09-16 00:57:33 +02:00
Jan Straka
e3558b7dcf
Translated using Weblate (Czech)
...
Currently translated at 91.4% (7338 of 8020 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/cs/
2023-09-16 00:57:33 +02:00
Wellington Terumi Uemura
99e10c6112
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (8020 of 8020 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/pt_BR/
2023-09-16 00:57:33 +02:00
temizinsan
537934339e
Translated using Weblate (Turkish)
...
Currently translated at 61.3% (4924 of 8020 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/tr/
2023-09-16 00:57:33 +02:00
Seth Hillbrand
ee343e1263
Fix crash when duplicating symbol
...
Adding symbol to the screen can change the library reference. But when
we are pasting, we want the library reference for annotation, so we need
to keep a map of old->new libsymbols and fixup the pasted symbols before
using
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15419
2023-09-15 15:43:50 -07:00
jean-pierre charras
6eeca9aa90
Pcbnew: fix some issues with very small arcs (size a few internal units)
...
these very small arcs do not allow to calculate a reliable center position,
and therefore a reliable radius.
So handle them as a very small segments to fix plotting/drawing issues.
From master branch.
Fixes #15639
https://gitlab.com/kicad/code/kicad/-/issues/15639
2023-09-15 17:47:21 +02:00
Alex Shvartzkop
86beb339b7
Improve error reporting when running Python action plugins.
...
Python error traceback is now logged to stderr.
On Windows, a console window will pop up if wxTheApp gets destroyed,
because message dialogs crash due to hooks that wxWidgets sets up.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15520
(cherry picked from commit a9a2d4aa7a
)
2023-09-15 13:33:28 +03:00
Jeff Young
67b5af23aa
Run filled-test before degenerate-ring-test.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15642
(cherry picked from commit 47dc86c1e2
)
2023-09-13 23:45:27 +01:00
Roberto Fernandez Bautista
88f65f4e47
Fix loading of legacy zone fills in .brd files + Don't refill after board import
...
(cherry picked from commit 30a63b7b32
)
2023-09-14 01:06:34 +03:00
Roberto Fernandez Bautista
af5b6b0eba
Fix import of legacy stroked zone fill + add parsing of segments fills
...
From master: 54f401c72c
2023-09-14 01:06:34 +03:00
Seth Hillbrand
57ef739404
Fix connectivity regression
...
We have a break somewhere in the connectivity that doesn't fully process
connections but the current code seems to catch these by forcing a
top-down & bottom-up calculation
Fixes https://gitlab.com/kicad/code/kicad/-/issues/14818
2023-09-13 12:31:46 -07:00
Seth Hillbrand
584eb9f531
Remove extra nag/grid assertion
...
When editing the properties, if you accidentally make an extra line, you
should be able to remove the data and have it ignored.
2023-09-13 12:31:46 -07:00
Alex Shvartzkop
36a4d5a511
QA: refill zones in issue5990.kicad_pcb
2023-09-13 14:38:25 +03:00
Alex Shvartzkop
72737b20cd
Fix reading legacy zone fills which were based on stroked polygons.
...
Ported from 448de72823
with InflateWithLinkedHoles
2023-09-13 03:40:23 +03:00
Jeff Young
d05093e6f7
Don't throw the number box baby out with the bathwater....
2023-09-12 17:39:34 +01:00
Jeff Young
a7e6928f4e
Don't go through a middle man when reading pad shape primitives.
...
They're both PCB_SHAPEs.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15073
(cherry picked from commit 9f5a268f15
)
2023-09-11 22:20:33 +01:00
Alex Shvartzkop
951fd2d693
Altium schematic: support Line dash styles and colors.
...
Master commit: a2b7bf97b9
2023-09-11 18:33:34 +03:00
Alex Shvartzkop
be991cfcd6
Clear view before resetting schematic.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15159
(cherry picked from commit cab0db76f8
)
2023-09-11 18:28:05 +03:00
jean-pierre charras
aab36d9b85
Gerbview, export to PCB: fix incorrect export of flashed shapes on non copper layers.
...
From master branch
Fixes #15613
https://gitlab.com/kicad/code/kicad/-/issues/15613
2023-09-11 15:04:55 +02:00
Alex Shvartzkop
3cd6935acb
Work around wxGTK printing offset in eeschema.
...
Affects landscape Letter, Legal, A4 paper.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/1907
(cherry picked from commit 5da4dfd4a7
)
2023-09-11 14:37:39 +03:00
Alex Shvartzkop
6daef080e3
Altium schematic: fix ISSOLID flag for text frames.
...
Fixed in master by 24d3df5416
2023-09-11 14:23:54 +03:00
Alex Shvartzkop
6ee909b958
Altium schematic: support custom sheet sizes.
...
(cherry picked from commit 16062bbe33
)
2023-09-11 10:06:38 +03:00
Alex Shvartzkop
c11ae8bd02
Fix a bug in RebuildBezierToSegmentsPointsList.
...
(cherry picked from commit 9f63820ed4
)
2023-09-11 10:05:59 +03:00
John Beard
c7a4ea97c3
Fix oval pad snapping
...
Previously the snap points computed for oval pads didn't get all the
points correct. This breaks out the "find snap points for ovals"
into a function, reworks the logic, adds some tests.
Also adds "extremum points" when the oval isn't exactly H/V.
(cherry picked from commit 78c8de9b08
)
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/15594
2023-09-10 00:49:03 +01:00
John Beard
81ebb1030a
Add forward declarations in pcb_grid_helper.h
...
(cherry pick of part of commit 0f781f328e
)
2023-09-10 00:45:32 +01:00
Alex Shvartzkop
86ec36d183
Fix reading/writing thermal spoke angles for custom pads.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15518
2023-09-10 17:32:22 +03:00
jean-pierre charras
207f2e568b
drc_test_provider_text_dims.cpp: ensure glyphs to test are OUTLINE_GLYPH.
...
For non Kicad font texts with a overbar, the overbar is not a OUTLINE_GLYPH.
From Master branch.
Fixes #15604
https://gitlab.com/kicad/code/kicad/-/issues/15604
2023-09-09 10:37:58 +02:00
Alex Shvartzkop
19753719cb
SVG import: skip shapes that are not stroked and not filled.
...
(cherry picked from commit bc846f5fca
)
2023-09-08 14:49:08 +03:00
Alex Shvartzkop
5f025dcd73
SVG import: skip invisible shapes.
2023-09-08 14:49:08 +03:00
Alex Shvartzkop
c796eeaf8b
NanoSVG: change preserveAspectRatio default to "xMidYMid meet".
...
(cherry picked from commit c64b44913c
)
2023-09-08 14:49:08 +03:00
Alex Shvartzkop
bdbd7f0c9c
NanoSVG: update image size to the actual size after scaling.
...
(cherry picked from commit 2c07866fff
)
2023-09-08 14:49:08 +03:00
Alex Shvartzkop
b0e09327db
NanoSVG: basic support for stylesheets.
...
Based on https://github.com/memononen/nanosvg/pull/175
(cherry picked from commit 2cd7c0636f
)
2023-09-08 14:49:08 +03:00
Seth Hillbrand
96a3621b8e
Update TestDanglingEnds to O(n) speed
...
The elements don't care which they connect to, so don't search for
points on the page, just collect them all and then test them all
Adjusts f3dd5b73
(cherry picked from commit c2fd2f42eb
)
2023-09-07 01:37:42 +02:00
Josue Huaroto
8f259211e7
Change behavior of ZOOM_FIT_ALL and ZOOM_FIT_OBJECTS for PCB_EDITOR
...
(cherry picked from commit 91d8dabca3
)
2023-09-06 16:56:27 +01:00
Josue Huaroto
0d9d8c28f1
Flip Viewport when Flip board is enabled
...
(cherry picked from commit a8e18e2d8c
)
2023-09-06 16:56:01 +01:00
Jeff Young
058a0bbf93
Don't attempt to render degenerate 3D shapes.
...
Sentry KICAD-382
(cherry picked from commit 70bbaae670
)
2023-09-06 16:33:31 +01:00
Jeff Young
4d46e0ceb7
Include underscore in word chars.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/14779
(cherry picked from commit 0dddb27408
)
2023-09-06 16:33:02 +01:00
Jeff Young
123ff326d4
Don't include plating thickness when drawing hole clearance lines.
...
We don't include it in the router, and the code didn't
differentiate between plated and non-plated holes, and it confuses
users.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15575
(cherry picked from commit 0cde8cff1d
)
2023-09-06 16:31:46 +01:00
Jeff Young
14d4c38979
Honour override-individual-item-colors setting for filled shapes.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15572
(cherry picked from commit d593257fbd
)
2023-09-06 16:31:22 +01:00
Alex Shvartzkop
9c87a52b6e
Altium PCB import: Polygon Cutout only cuts copper fill.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15587
(cherry picked from commit 4f303a8dc2
)
2023-09-06 09:26:48 +03:00
Alex Shvartzkop
30c2028852
Revert "Set reporter in DIALOG_SIM_MODEL::TransferDataToWindow."
...
This reverts commit 5b0d752e0c
.
2023-09-06 08:03:00 +03:00
Marek Roszko
95e6be0e81
Prevent crash trying to load missing spice lib
...
(cherry picked from commit 4fe7c7a902
)
2023-09-06 01:13:54 +00:00
jean-pierre charras
955313e97d
GAL_OPTIONS_PANEL: replace 2 wxSpinCtrlDouble to try to fix a locale issue.
...
Sometimes the grid thickness setting does not work, depending on some locale setting.
Core developers are not able to reproduce this issue related to a double conversion.
So these wxSpinCtrlDouble are replaced by a wxSpinCtrl (using ints) and a wxChoice.
From master branch
2023-09-05 18:56:24 +02:00
Marek Roszko
32c2135047
Flip the RegisterSettings order to avoid legacy import crashes
2023-09-04 23:22:39 -04:00