Nguyễn Ngọc Khánh
c2e39cbc5d
Translated using Weblate (Vietnamese)
...
Currently translated at 21.7% (1746 of 8025 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/vi/
2024-01-12 18:02:51 +01:00
aris-kimi
ed0046fcd0
Translated using Weblate (Greek)
...
Currently translated at 99.5% (7989 of 8025 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/el/
2024-01-12 18:02:51 +01:00
Wayne Stambaugh
5e2f979f36
Do not assert when pruning orphaned sheet and/or symbol instances.
...
Running the schematic editor in the stand alone mode can result in an
empty project name. Rather than assert when the project name is empty,
just don't run the pruning algorithm. The pruning will just have to
happen on the next load of the schematic when it has a proper project
name.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16577
(cherry picked from commit 0df8d5c2d6
)
2024-01-11 15:52:27 -05:00
Jeff Young
0b1065ff55
Knockout different-net dimensions in zone-filler.
...
(By-hand cherry-pick of 435e60d0e54826f799ed1580c616e82e0199c460.)
2024-01-10 17:01:13 +00:00
Wayne Stambaugh
7db48b81b6
Second attempt at fixing ERC dialog reference update issue.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16519
(cherry picked from commit 4f3fb5c23f
)
2024-01-09 13:15:46 -05:00
Wayne Stambaugh
f0ce3167c0
Fix sheet path dependent ERC dialog selection issues.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16519
(cherry picked from commit 92c58f2564
)
2024-01-08 12:25:19 -05:00
jean-pierre charras
ace6439758
LIB_TEXTBOX: fix incorrect line style in plot function for LINE_STYLE::DEFAULT.
...
LINE_STYLE::DEFAULT is fixed as SOLID in all plot functions, but not for this item.
From master branch
Fixes #16543
https://gitlab.com/kicad/code/kicad/-/issues/16543
2024-01-07 16:19:33 +01:00
Wayne Stambaugh
e38b948f0b
Do not update tree to selected sheet in schematic hierarchy navigator.
...
This was causing unwanted tree expansions when descending a sheet hierarchy
in editor.
Also fixed an issue with the tree highlighting when changing sheets in the
schematic editor.
(cherry picked from commit 50cad558cf
)
2024-01-06 12:27:28 -05:00
jean-pierre charras
2f74d1466e
SVG_PLOTTER: Update brush color also when the alpha value has changed.
...
Previously, the alpha value change was not tested, so the SVG style was
not always updated.
Fixes #16530
https://gitlab.com/kicad/code/kicad/-/issues/16530
2024-01-06 10:01:22 +01:00
Marek Roszko
85c324b5d7
Change the __except to use the exception result codes
...
(cherry picked from commit be21c689e8
)
2024-01-06 02:06:06 +00:00
Marek Roszko
edddf8a660
Add Windows SEH to catch fontconfig/freetype font read faults
...
Related https://gitlab.com/kicad/code/kicad/-/issues/16484
(cherry picked from commit 05cbfc6aca
)
2024-01-06 00:26:17 +00:00
Wayne Stambaugh
193e7f894d
Do not expand the entire schematic hierarchy navigator tree by default.
...
The new behavior is to only expand to the first child of the root sheet
level. On very complex hierarchies, this makes the navigator far more
useful.
Do not update schematic hierarchy navigator on every edit. Now only
sheet changes will trigger a rebuild of the tree.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16371
2024-01-05 16:46:01 -05:00
Roberto Fernandez Bautista
32cc486d89
Handle bitmap (reference image) selection correctly
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16522
2024-01-05 00:20:32 +01:00
Wayne Stambaugh
0aec789659
Don't show ERCs for every sheet path when using shared schematics.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16434
(cherry picked from commit f07d797ab3
)
2024-01-04 14:01:22 -05:00
Jeff Young
f92cedab9a
Only generate event on setting current value.
...
(And do it last.)
(cherry picked from commit 3fd81fe7c0
)
2024-01-04 14:37:37 +00:00
Jeff Young
f84f93b167
Switch default thicknesses to um.
...
Also fix a bug where resetting the values doesn't work if
the thickness units were changed because it tries to keep
the old width values which are then re-scaled to the reset
thickness units. Probably better to just reset the widths
too, as it's potentially less confusing.
2024-01-04 13:37:48 +00:00
Jeff Young
d33fbd8e47
Do NOT return false from a visitor unless you want to stop visiting!
...
This fixes a bug where DRC would bail out early if any of
the colliding objects was a free pad.
2024-01-04 13:24:38 +00:00
Mark Roszko
3ab23201b4
Add missing drill precision arg integer specifier
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16508
2024-01-04 02:31:23 +00:00
Roberto Fernandez Bautista
39236ae68f
CADSTAR PCB: Fix build. BuildLibName() doesn't exist in 7.0
2024-01-04 01:01:26 +01:00
Roberto Fernandez Bautista
5ee89b41ac
CADSTAR PCB: Handle multi-layer figures & fix multi-layer mapping
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16515
2024-01-04 00:55:55 +01:00
Roberto Fernandez Bautista
ec0ff4ffc2
CADSTAR PCB: Handle multi-layer library coppers correctly
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16486
2024-01-04 00:55:54 +01:00
Wayne Stambaugh
1b6b2d7896
Fix crash when importing Eagle board file with no "classes" element.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16504
2024-01-03 10:16:28 -05:00
Jeff Young
036241c819
More explicit pad-missing message when net involved.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16489
(cherry picked from commit 15a2d65a0c
)
2024-01-01 10:54:38 +00:00
Alex Shvartzkop
2dc81999ef
Default graphical line style in v6 and older was Dashed.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16479
(cherry picked from commit aa6fd88082
)
2024-01-01 13:51:03 +05:00
jean-pierre charras
3f8a5874e6
Gerbview: fix incorrect rotation of DCode shape type regular polygon.
...
The rotation was the opposite of the actual rotation, due to the Y axis
direction (top to bottom) coordinate in gerbview/dcode.cpp
Fixes #16480
https://gitlab.com/kicad/code/kicad/-/issues/16480
2023-12-31 18:38:13 +01:00
Jon Evans
838674c4a7
Change regression test for #13162 to be less complex
...
We are really only testing that `Rload1` works,
and the original testcase is unstable on some platforms.
(cherry picked from commit 2ecf1ac23f
)
2023-12-29 18:19:21 +00:00
Wayne Stambaugh
98a8781d70
Fix shadowed variable caused by cherry pick.
2023-12-29 11:52:08 -05:00
Jeff Young
85f4ab3944
Attempt to fix borked build....
2023-12-29 16:41:59 +00:00
Jeff Young
25db3032ee
Add missing DRC auto-complete token.
...
(cherry picked from commit 2ba9e07f0f
)
2023-12-29 14:08:07 +00:00
Jeff Young
d638f4cad0
Record nested footprints for collision checking.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16410
(cherry picked from commit 6a5adc7646
)
2023-12-29 14:07:27 +00:00
Jeff Young
32fe612045
Handle units switch in board stackup.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16361
(cherry picked from commit c051e66830
)
2023-12-29 14:07:07 +00:00
Jeff Young
76d463dcc8
Honour alternates when getting SCH_PIN description.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16407
(cherry picked from commit af158715e5
)
2023-12-29 14:05:44 +00:00
Jeff Young
2daa432261
Ignore reference and value when computing "allChecked".
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16408
(cherry picked from commit 9910c670d2
)
2023-12-29 14:04:30 +00:00
Jeff Young
d7b2c81db5
Check added fields only if all fields were checked before.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16408
(cherry picked from commit 7e72a53876
)
2023-12-29 14:04:15 +00:00
Jeff Young
b597a4559f
Update SCH_SHAPE::Plot() to handle all fill styles.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16429
(cherry picked from commit 1ca82035ae
)
2023-12-29 14:00:53 +00:00
Jon Evans
18e3227c9a
Allow no-connects on standalone hierarchical pins/ports
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16397
(cherry picked from commit dad842d3f0
)
2023-12-29 13:34:55 +00:00
Wayne Stambaugh
41b847b3c9
Prune orphaned schematic sheet instances.
...
Pasting from the clipboard when copying from another project can leave
sheet instance information that is not valid for the current project.
This change prunes all sheet instance information that is not relevant
to the current project. It also prunes invalid paths created by pasting
sheets from different paths in the same project.
(cherry picked from commit 482aff3f0b
)
2023-12-29 08:06:53 -05:00
Wayne Stambaugh
ae2aea8fc0
Begin version 7.0.11 development.
2023-12-27 16:23:20 -05:00
Wayne Stambaugh
567c5bc8db
Tag release version 7.0.10.
2023-12-27 16:21:44 -05:00
Seth Hillbrand
1fdf7d0cf4
Update translations
2023-12-19 08:35:23 -08:00
Nguyễn Ngọc Khánh
5ffe28eec2
Translated using Weblate (Vietnamese)
...
Currently translated at 18.2% (1464 of 8025 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/vi/
2023-12-19 17:33:17 +01:00
dsa-t
4e855b4cb0
Translated using Weblate (Russian)
...
Currently translated at 100.0% (8025 of 8025 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/ru/
2023-12-19 17:33:17 +01:00
Nguyễn Ngọc Khánh
ae886c824c
Translated using Weblate (Vietnamese)
...
Currently translated at 17.2% (1381 of 8025 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/vi/
2023-12-19 17:33:17 +01:00
Henrik Kauhanen
46b5442214
Translated using Weblate (Swedish)
...
Currently translated at 99.9% (8018 of 8025 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/sv/
2023-12-19 17:33:17 +01:00
Nguyễn Ngọc Khánh
c3deafd271
Translated using Weblate (Vietnamese)
...
Currently translated at 16.8% (1352 of 8025 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/vi/
2023-12-19 17:33:16 +01:00
Ulices
de2da52941
Translated using Weblate (Spanish (Mexico))
...
Currently translated at 99.9% (8021 of 8025 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/es_MX/
2023-12-19 17:33:16 +01:00
Ulices
8aa3d183ef
Translated using Weblate (Spanish)
...
Currently translated at 99.0% (7950 of 8025 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/es/
2023-12-19 17:33:16 +01:00
Nguyễn Ngọc Khánh
6623b19b70
Translated using Weblate (Vietnamese)
...
Currently translated at 16.4% (1318 of 8025 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/vi/
2023-12-19 17:33:16 +01:00
Henrik Kauhanen
7a40b6e484
Translated using Weblate (Swedish)
...
Currently translated at 99.9% (8018 of 8025 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/sv/
2023-12-19 17:33:16 +01:00
dsa-t
d63dc32e71
Translated using Weblate (Russian)
...
Currently translated at 99.9% (8024 of 8025 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/ru/
2023-12-19 17:33:16 +01:00