Commit Graph

29999 Commits

Author SHA1 Message Date
Mikolaj Wielgus 932bed278e Fix EDA_RECT inflation zeroing width when it was negative
Fixes https://gitlab.com/kicad/code/kicad/issues/9063
2021-11-06 18:23:02 +00:00
Roberto Fernandez Bautista b572781a8a eeschema: Update anchor position of pasted items after initial move
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9534
2021-11-06 16:03:41 +00:00
Roberto Fernandez Bautista d1bab3116d eeschema: Warp to origin when moving - add missing text items
Schematic fields and text items were not being warped to origin when
moving.
2021-11-06 15:19:22 +00:00
Jon Evans f847a76ac3 Update schema ID to use redirect URL 2021-11-06 11:11:20 -04:00
Marek Roszko d3e5739364 Restore ability to process compound step shapes correctly
Fix #9458
2021-11-06 00:55:52 -04:00
Mark Hämmerling 8f0b61715b Fix tooltip about Edge.Cuts (not) being plotted on all layers, remove period 2021-11-05 23:38:14 +00:00
jean-pierre charras 2f22b9dd81 Do not replace delimiter " by ' inside a command string, round 2. 2021-11-05 18:28:44 +01:00
Roberto Fernandez Bautista 6aa7602c32 CADSTAR PCB: Reverse anticlockwise arcs before adding to the chain
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9533
2021-11-05 17:13:02 +00:00
Roberto Fernandez Bautista 8314251fa1 CADSTAR PCB: Force white silkscreen and green soldermask
We don't know the actual colour from the design, but this is the most
common used in the industry.
2021-11-05 17:13:02 +00:00
Seth Hillbrand a153951be4 Don't set adaptive swapping over SSH
Remote connection GL drivers lie.  Don't trust them to support any
swapping other than their default

Fixes https://gitlab.com/kicad/code/kicad/issues/9532
2021-11-05 09:06:22 -07:00
Jeff Young d66487c383 Make sure RTree bounding box is at least as big as hole.
Fixes https://gitlab.com/kicad/code/kicad/issues/9526
2021-11-05 14:29:10 +00:00
Jeff Young b73793f9ef Rewrite text find/change routines to support word matching.
The old algorithm treated the "Words" checkbox as meaning match the
entire text, not match words, which is unlikely to be what anyone is
expecting.

Also fixes replace to replace all instances in a single text item
rather than just the first.

Reported on the forum.
2021-11-05 13:37:37 +00:00
Seth Hillbrand 2c6f8ab946 Update translations 2021-11-05 06:02:09 -07:00
Wellington Terumi Uemura 97a2380b32
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (7200 of 7200 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt_BR/
2021-11-05 14:01:11 +01:00
___davidpr ad0640c960
Translated using Weblate (Serbian)
Currently translated at 13.9% (1006 of 7200 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sr/
2021-11-05 14:01:11 +01:00
Allan Nordhøy eea07ac9a6
Translated using Weblate (Norwegian Bokmål)
Currently translated at 73.7% (5309 of 7200 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/nb_NO/
2021-11-05 14:01:11 +01:00
Eric 4219719ce5
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (7193 of 7200 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-11-05 14:01:11 +01:00
ZbeeGin 6223e90f3e
Translated using Weblate (Polish)
Currently translated at 100.0% (7200 of 7200 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
2021-11-05 14:01:11 +01:00
Marco Ciampa 9cb17f8aad
Translated using Weblate (Italian)
Currently translated at 99.9% (7198 of 7200 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/it/
2021-11-05 14:01:11 +01:00
VicSanRoPe ab090162ee
Translated using Weblate (Spanish)
Currently translated at 97.2% (7004 of 7200 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/es/
2021-11-05 14:01:10 +01:00
Mark Hämmerling 9208c93265
Translated using Weblate (German)
Currently translated at 99.7% (7183 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
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