47297 Commits

Author SHA1 Message Date
Wayne Stambaugh
5526fba124 Tag stable version 9.0.2 release. 9.0.2 2025-05-06 13:42:59 -04:00
Alex Shvartzkop
cceafd5e7d Update translations 2025-05-06 12:53:16 +03:00
dsa-t
4044ed65cd
Translated using Weblate (Russian)
Currently translated at 100.0% (10016 of 10016 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/ru/
2025-05-06 11:51:58 +02:00
Pferd O
a13dbf8cf4
Translated using Weblate (German)
Currently translated at 99.5% (9971 of 10016 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/de/
2025-05-06 11:51:57 +02:00
Henrik Kauhanen
2f42a85724
Translated using Weblate (Swedish)
Currently translated at 99.9% (10006 of 10016 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/sv/
2025-05-06 11:51:57 +02:00
ZbeeGin
154c52defd
Translated using Weblate (Polish)
Currently translated at 100.0% (10016 of 10016 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/pl/
2025-05-06 11:51:57 +02:00
2tama3
fc518c5584
Translated using Weblate (Japanese)
Currently translated at 100.0% (10016 of 10016 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/ja/
2025-05-06 11:51:57 +02:00
Mike Williams
a7a7e963c9 bom export: don't break column order on mismatched column counts
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/20520
2025-05-05 13:54:15 -04:00
Alex Shvartzkop
46e6eb163b Update translations 2025-05-03 18:13:31 +03:00
Joakim Lundborg
42429aff15
Translated using Weblate (Swedish)
Currently translated at 99.9% (10008 of 10015 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/sv/
2025-05-03 17:10:00 +02:00
dsa-t
f02c62971f
Translated using Weblate (Russian)
Currently translated at 100.0% (10015 of 10015 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/ru/
2025-05-03 17:10:00 +02:00
ZbeeGin
47aba551d1
Translated using Weblate (Polish)
Currently translated at 100.0% (10015 of 10015 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/pl/
2025-05-03 17:10:00 +02:00
Henrik Kauhanen
c9295d6f60
Translated using Weblate (Swedish)
Currently translated at 99.9% (10005 of 10015 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/sv/
2025-05-03 17:09:59 +02:00
Toni Laiho
6505b996c9
Translated using Weblate (Finnish)
Currently translated at 98.1% (9831 of 10015 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/fi/
2025-05-03 17:09:59 +02:00
dsa-t
ce134a1342
Translated using Weblate (Russian)
Currently translated at 99.9% (10014 of 10015 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/ru/
2025-05-03 17:09:59 +02:00
Stian Kristensen
1f0530734e
Translated using Weblate (Norwegian Bokmål)
Currently translated at 42.4% (4251 of 10015 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/nb_NO/
2025-05-03 17:09:59 +02:00
DevAny
22df27111f
Translated using Weblate (Korean)
Currently translated at 98.3% (9853 of 10015 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/ko/
2025-05-03 17:09:59 +02:00
Jeff Young
68ab95ad43 Fix merge error.
(9.0 still has overlapping field IDs so the parent
type also has to be checked.  10.0 field IDs are
unique.)
2025-05-02 11:20:03 +01:00
jean-pierre charras
32048d3b1e SCH_FIELD::Plot(): better test before trying to plot inter-sheet refs
inter-sheet refs exist only for global labels. It avoid an assert in debug mode.
2025-05-02 11:13:11 +02:00
Mark Roszko
7498f1b1a6 Protect s_ModelInfoMap against multithreading init
Encountered in QA tests on windows. Probably also a issue during kicad use if you trigger a spice netlist export without previously doing any spice model editing


(cherry picked from commit e14dfdf4b08bd920bcb443b695ce775addc5444a)

Co-authored-by: Marek Roszko <mark.roszko@gmail.com>
2025-05-01 19:58:16 +00:00
jean-pierre charras
c55d2c092e PDF plotter: fix a rare pen width issue when plotting many pages in one file.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20805

(cherry picked from commit a02f1f2411768cba8640ae0e221b09d822849bc4)
2025-05-01 20:04:19 +02:00
jean-pierre charras
e13c414052 ltspice_schematic.cpp: fix missing initialization
(cherry picked from commit 3c9d696c6834812a4abefbbca21764c94cf7b06a)
2025-05-01 11:20:17 +02:00
Jeff Young
ee49cf555a Fix bad static cast.
Hypertext fields aren't always intersheet refs anymore.

(cherry picked from commit b77296071774b852f3176fe5e219bb65ef21ac7e)
2025-04-30 17:59:12 +01:00
Alex Shvartzkop
3aded5da4b Don't write unused part of the buffer into image data.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20698
2025-04-30 16:36:16 +03:00
Alex Shvartzkop
cbd55bc201 LTspice import: support 2+ dir levels deep symbol names. 2025-04-30 03:41:07 +03:00
Alex Shvartzkop
26674ceec3 GenCAD export: fix arcs winding and layers. 2025-04-30 01:51:09 +03:00
Alex Shvartzkop
71a6231bb8 LTspice import: add warning when the default library is not found.
Also allow to put the library into ./lib/
2025-04-30 00:29:49 +03:00
Wayne Stambaugh
c4f9710f98 Fix crash in connection graph when loading a version 8.0 schematic.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20777
2025-04-29 17:15:08 -04:00
Alex Shvartzkop
4c561b3193 Update translations 2025-04-29 20:12:28 +03:00
Stian Kristensen
6193652e89
Translated using Weblate (Norwegian Bokmål)
Currently translated at 42.1% (4224 of 10013 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/nb_NO/
2025-04-29 19:11:19 +02:00
Marco Ciampa
8c980facb4
Translated using Weblate (Romanian)
Currently translated at 22.9% (2295 of 10013 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/ro/
2025-04-29 19:11:19 +02:00
Marco Ciampa
12782a163b
Translated using Weblate (Italian)
Currently translated at 99.9% (10012 of 10013 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/it/
2025-04-29 19:11:18 +02:00
Ivan Chuba
73d43a985f
Translated using Weblate (Ukrainian)
Currently translated at 76.5% (7663 of 10013 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/uk/
2025-04-29 19:11:18 +02:00
Ivan Chuba
a9d1c87461
Translated using Weblate (Ukrainian)
Currently translated at 75.6% (7579 of 10013 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/uk/
2025-04-29 19:11:18 +02:00
dsa-t
961588ef56
Translated using Weblate (Russian)
Currently translated at 100.0% (10013 of 10013 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/ru/
2025-04-29 19:11:18 +02:00
ZbeeGin
23955965d1
Translated using Weblate (Polish)
Currently translated at 100.0% (10013 of 10013 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/pl/
2025-04-29 19:11:18 +02:00
Ivan Chuba
7882505426
Translated using Weblate (Ukrainian)
Currently translated at 75.5% (7563 of 10013 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/uk/
2025-04-29 19:11:18 +02:00
Ivan Chuba
707ec69916
Translated using Weblate (Estonian)
Currently translated at 3.5% (354 of 10013 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/et/
2025-04-29 19:11:18 +02:00
Ivan Chuba
b788cb860a
Translated using Weblate (Ukrainian)
Currently translated at 75.4% (7553 of 10013 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/uk/
2025-04-29 19:11:18 +02:00
co8 j
372f6dd9d6
Translated using Weblate (Japanese)
Currently translated at 100.0% (10013 of 10013 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/ja/
2025-04-29 19:11:18 +02:00
Ivan Chuba
d4454bf3d2
Translated using Weblate (Ukrainian)
Currently translated at 75.3% (7545 of 10013 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/uk/
2025-04-29 19:11:18 +02:00
Henrik Kauhanen
ae05479dff
Translated using Weblate (Swedish)
Currently translated at 99.9% (10003 of 10013 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/sv/
2025-04-29 19:11:18 +02:00
co8 j
6727e4993c
Translated using Weblate (Japanese)
Currently translated at 99.8% (9995 of 10013 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/ja/
2025-04-29 19:11:17 +02:00
Ettore Atalan
6de07ce92b
Translated using Weblate (German)
Currently translated at 99.5% (9969 of 10013 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/de/
2025-04-29 19:11:17 +02:00
Ivan Chuba
348fe1c49d
Translated using Weblate (Ukrainian)
Currently translated at 75.1% (7527 of 10013 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/uk/
2025-04-29 19:11:17 +02:00
dsa-t
55e0780887
Translated using Weblate (Russian)
Currently translated at 99.9% (10011 of 10013 strings)

Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/ru/
2025-04-29 19:11:17 +02:00
jean-pierre charras
6c30e4f90b Gerbview: fix a maximum number (50) of Error messages in report list.
Having a lot of errors can happen when trying to open a non gerber files
(this is easy when loading a zip archive).
With a *lot* of errors (if a large .step file is found) Gerbview can hang.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/20799

(cherry picked from commit d5cf54197468a825ba8cf09b46d228d9f425f7d1)
2025-04-28 17:59:17 +02:00
Jeff Young
fb92923f82 Honour template fieldname vis flag when adding fields.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20575
2025-04-28 10:50:05 +01:00
JamesJCode
c25264528c Add hasExactNetclass function to DRC condition language
Following changes to the `A.NetClass == '<netclass>'` semantics to
match on exact netclass name OR any constituent netclass names, we
can have conditions where constituent netclass constraints match
before the composite netclass constraints in the DRC engine. This
adds the functionality to match on the exact full netclass name, and
modifies the implicit netclass DRC rules to use this function in
their rule condition.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/20797
2025-04-27 22:38:29 +01:00
Jeff Young
e5e4d9b814 Fix merge error. 2025-04-27 18:17:19 +01:00