Commit Graph

30228 Commits

Author SHA1 Message Date
Arnau Llovet Vidal 04b3046b6f
Translated using Weblate (Catalan)
Currently translated at 42.9% (3091 of 7200 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ca/
2021-11-05 14:01:10 +01:00
Mathias Neumann 9907e5f592
Translated using Weblate (German)
Currently translated at 99.6% (7175 of 7200 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2021-11-05 14:01:10 +01:00
Mark Hämmerling 9b55bf8654
Translated using Weblate (German)
Currently translated at 99.4% (7157 of 7200 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2021-11-05 14:01:10 +01:00
jean-pierre charras 93e163b98d Do not replace delimiter " by ' inside a command string.
Fixes #9528
https://gitlab.com/kicad/code/kicad/issues/9528
2021-11-05 13:24:38 +01:00
Marek Roszko 792a8dca9d Fix errant wxassert about expand and center align 2021-11-04 22:55:40 -04:00
jean-pierre charras 52e4e150cd French translation update 2021-11-04 18:58:20 +01:00
jean-pierre charras e558f2cabd Fix typo 2021-11-04 18:20:30 +01:00
Jeff Young 83e5208213 Fix a couple of holes in the IsTestEnabled() checks.
Fixes https://gitlab.com/kicad/code/kicad/issues/7270
2021-11-04 16:24:06 +00:00
Jeff Young 393c84e67a Fix sketch mode rendering of beziers.
Fixes https://gitlab.com/kicad/code/kicad/issues/9522
2021-11-04 12:57:16 +00:00
Jeff Young 996a5b85a6 Overhaul IsJunctionNeeded logic to support all the different cases.
Several clients were using this with different needs.  The API is
now more explicit (and there are more options under the hood).

Fixes https://gitlab.com/kicad/code/kicad/issues/9518
2021-11-04 12:57:16 +00:00
Seth Hillbrand cf6b18ec7e Remove escaped double-quotes
For some reason, escaped double quotes in wxString::Format cause issues
on Mac.  We can replace them with single quotes in most places without
loss of clarity
2021-11-03 17:03:14 -07:00
Seth Hillbrand 888050bd67 Fix an error when missing argc/argv data
Boost::unit_test is supposed to pass along data vals but seems to be
missing in our case.  This provides a fallback
2021-11-03 16:52:46 -07:00
Seth Hillbrand b022b314a4 Account for pad hole is BBox
The bounding box is used for hit testing.  If the hole is arbitrarily
larger than the pad, we need to allow the user to properly select it
2021-11-03 14:33:44 -07:00
J RB f3ca0f16e6 updated Z0 to accepted value, update ZTEM10 <-> a calc/synth as per #9146 2021-11-03 21:03:28 +00:00
Jeff Young ffd1139cfe Make sure a pad is at least as big as its hole in the RTree.
Fixes https://gitlab.com/kicad/code/kicad/issues/9516
2021-11-03 18:53:26 +00:00
Jeff Young 2b5ea7812f Fix another case of the double-quote in wxString::Format problem.
Yes, sadly it's a string change and we're past string freeze.  However,
without the fix you get no string at all.
2021-11-03 18:53:26 +00:00
Seth Hillbrand f52e67c6a7 Update translations 2021-11-03 11:35:59 -07:00
Reza Almanda 2f79ff6f2a
Translated using Weblate (Indonesian)
Currently translated at 18.5% (1334 of 7185 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/id/
2021-11-03 19:35:16 +01:00
Sadıkhan Doğdu 8a8a67f2f3
Translated using Weblate (Turkish)
Currently translated at 6.9% (500 of 7185 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/tr/
2021-11-03 19:35:16 +01:00
David Chen 5597d38540
Translated using Weblate (Chinese (Traditional))
Currently translated at 93.2% (6701 of 7185 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hant/
2021-11-03 19:35:15 +01:00
Rigo Ligo 407a237ccb
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (7178 of 7185 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-11-03 19:35:15 +01:00
radix 99bf5e0008
Translated using Weblate (Slovenian)
Currently translated at 77.7% (5588 of 7185 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sl/
2021-11-03 19:35:15 +01:00
VicSanRoPe 80ddfc5ef0
Translated using Weblate (Spanish)
Currently translated at 96.7% (6949 of 7185 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/es/
2021-11-03 19:35:15 +01:00
Arnau Llovet Vidal e67afaffa1
Translated using Weblate (Catalan)
Currently translated at 43.0% (3094 of 7185 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ca/
2021-11-03 19:35:15 +01:00
Jonathan Haas 16bf195279
Translated using Weblate (German)
Currently translated at 99.9% (7178 of 7185 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2021-11-03 19:35:15 +01:00
Mark Hämmerling 081d6b1d5e
Translated using Weblate (German)
Currently translated at 99.9% (7178 of 7185 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2021-11-03 19:35:15 +01:00
Benedikt Freisen 97db417723
Translated using Weblate (German)
Currently translated at 99.9% (7178 of 7185 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2021-11-03 19:35:15 +01:00
boonchai k 496616b6b5
Translated using Weblate (Thai)
Currently translated at 100.0% (7185 of 7185 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/th/
2021-11-03 19:35:15 +01:00
Tokita, Hiroshi 39be4b7823
Translated using Weblate (Japanese)
Currently translated at 99.1% (7122 of 7185 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2021-11-03 19:35:15 +01:00
Jan Straka 84305a7122
Translated using Weblate (Czech)
Currently translated at 86.8% (6237 of 7185 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/cs/
2021-11-03 19:35:15 +01:00
Wellington Terumi Uemura 28f0fd1a68
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (7185 of 7185 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt_BR/
2021-11-03 19:35:15 +01:00
Eric 000e23d45c
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (7178 of 7185 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-11-03 19:35:14 +01:00
Konstantin Baranovskiy 314b324178
Translated using Weblate (Russian)
Currently translated at 99.5% (7154 of 7185 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
2021-11-03 19:35:14 +01:00
ZbeeGin 663f41b478
Translated using Weblate (Polish)
Currently translated at 100.0% (7185 of 7185 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
2021-11-03 19:35:14 +01:00
Jeff Young 179628d1d2 Repair field properties dialog for rotation and mirroring.
Fixes https://gitlab.com/kicad/code/kicad/issues/9508
2021-11-03 18:11:59 +00:00
Roberto Fernandez Bautista 5e040ad126 eeschema settings: Default to mouse drag is drag action on first install
This is to be consistent with other EDA tools like Altium and CADSTAR.
2021-11-03 16:58:11 +00:00
Asuki Kono 762cd5a32f Add PLACE_FILE_EXPORTER to swig to call in python 2021-11-03 16:32:05 +00:00
jean-pierre charras 0d393ec298 French translation update 2021-11-03 11:49:39 +01:00
jean-pierre charras 6b432e895a DIALOG_COPPER_ZONE_BASE: fix incorrect max value of zone priority. 2021-11-03 11:49:38 +01:00
Jeff Young c2371f3943 Revert e4b61de792.
It doesn't seem to fix the testcase on Linux, and the tests pass on
my machine in either configuration.
2021-11-03 10:30:34 +00:00
Johannes Pfister 64f77b3596 PNS: Add support for 90-degree corner modes
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6902
2021-11-03 02:14:23 +00:00
Jeff Young e4b61de792 Special case sheet ordering in file. 2021-11-02 23:14:01 +00:00
Seth Hillbrand 7cf72aaa41 Fix bezier import in Altium schematics 2021-11-02 15:45:30 -07:00
Mark Hämmerling 8b9e2c8ba4 Add myself to list of translators and other contributors 2021-11-02 22:29:15 +00:00
Jeff Young 4d46445ce1 Fix Bezier reading.
Fixes https://gitlab.com/kicad/code/kicad/issues/9512
2021-11-02 22:19:41 +00:00
Jeff Young 4acff58c7a Implement a forced ordering for LIB_ITEMs until we have UUIDs.
(Once we read/write the UUIDs, we should just compare the type
and then the UUID like we do for SCH_ITEMs.)
2021-11-02 20:07:34 +00:00
Jeff Young 522359ccbf Improve comments. 2021-11-02 20:07:34 +00:00
Jeff Young eaf10a04dd Improved naming. 2021-11-02 20:07:34 +00:00
Jeff Young 21cb56dfe7 Formatting. 2021-11-02 20:07:34 +00:00
Seth Hillbrand 9e760512ac Update schematic when saving tuned value
Also avoids a known(!) crash when the existing item has been deleted
while tuning.

Fixes https://gitlab.com/kicad/code/kicad/issues/9502
2021-11-01 17:05:22 -07:00