Commit Graph

29681 Commits

Author SHA1 Message Date
Seth Hillbrand 88e6c0c16b Update translations 2021-10-25 06:25:02 -07:00
Seth Hillbrand 8a3bc3fe4d Don't translate empty strings
The _( "" ) msgid is reserved in gettext, so we need to avoid it in code
2021-10-25 06:24:06 -07:00
Wellington Terumi Uemura 39a66d8340
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (7181 of 7181 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt_BR/
2021-10-25 15:17:53 +02:00
boonchai k aa658e1de9
Translated using Weblate (Thai)
Currently translated at 100.0% (7181 of 7181 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/th/
2021-10-25 15:17:53 +02:00
Eric 66147b1181
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (7179 of 7181 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-10-25 15:17:53 +02:00
ZbeeGin 65dba0249f
Translated using Weblate (Polish)
Currently translated at 100.0% (7181 of 7181 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
2021-10-25 15:17:53 +02:00
Jan Straka 6bd3c97e46
Translated using Weblate (Czech)
Currently translated at 86.6% (6222 of 7181 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/cs/
2021-10-25 15:17:53 +02:00
Mark Hämmerling 1fdcd00a7f
Translated using Weblate (German)
Currently translated at 99.9% (7175 of 7181 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2021-10-25 15:17:53 +02:00
Jeff Young c52cb229d0 Add unsaved-changes indication to Symbol Properties.
Fixes https://gitlab.com/kicad/code/kicad/issues/9443
2021-10-25 12:35:04 +01:00
Mikolaj Wielgus cf3a979711 3D Viewer: Fix zoom limit calculations
Fixes https://gitlab.com/kicad/code/kicad/issues/9407

Fixes https://gitlab.com/kicad/code/kicad/issues/8805
2021-10-24 18:14:49 +00:00
Mikolaj Wielgus 363214d252 Fix incorrect behavior of BBOX_3D::GetMaxDimension() 2021-10-24 18:14:49 +00:00
Mikolaj Wielgus afccea34a5 Remove default zoom level from camera constructor
Initial distance should be sufficient to determine default zoom.
2021-10-24 18:14:49 +00:00
Jon Evans 5475303ec2 Allow loading secondary boards from Python
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9271
2021-10-24 14:06:38 -04:00
Seth Hillbrand d202b78dc4 Fix disable warnings to be compatible
GCC and Clang both support the short mnemonic `-w` to disable warnings,
so use that to be compatible

Fixes https://gitlab.com/kicad/code/kicad/issues/9446
2021-10-24 07:30:39 -07:00
jean-pierre charras fda95fc3aa French translation update. 2021-10-24 15:06:24 +02:00
jean-pierre charras 29c3601061 SHAPE_POLY_SET: add FullPointCount(), mainly for statistics and debug. 2021-10-24 15:06:24 +02:00
Jeff Young c9d858eaf5 Add status bar message for constraint mode.
Fixes https://gitlab.com/kicad/code/kicad/issues/9282
2021-10-24 14:04:12 +01:00
Jon Evans 328d3d0d77 PNS: Fix rule resolution when starting from PTH
Have to use the routing start layer, not the first
layer of the PTH, to get the appropriate sizes
2021-10-23 22:46:31 -04:00
Jon Evans 3b18dce911 Remove vestigal setting
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9444
2021-10-23 22:12:25 -04:00
Roberto Fernandez Bautista e950278637 Don't initiate a drag if the router is already active
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9277
2021-10-23 19:01:25 +01:00
jean-pierre charras 908e892ab8 Fix issues in translatable strings in .md files:
- replace "⋅" not displayed on Windows (for some reason) by "&middot"
- replace the double space at end of lines by the tag <br>
A translatable string cannot ends by 2 spaces, because they are not really visible
2021-10-23 17:52:58 +02:00
Seth Hillbrand 3036cc2ce5 Correct Korean language name
Thanks to korearf for pointing this out
2021-10-23 07:13:50 -07:00
Mikolaj Wielgus 2fa9aefde2 Minor editorial changes in PCB calculator, part 1 2021-10-23 13:56:07 +00:00
jean-pierre charras 25c8b58e68 DIALOG_COPPER_ZONE_BASE: fix bug that prevents entering a value in Smoothing amount. 2021-10-23 15:16:37 +02:00
jean-pierre charras 62ddc269ca update eserie_help.md (source of eserie_help.h) from changes in eserie_help.h 2021-10-23 15:00:16 +02:00
Marek Roszko fc3fb86cb5 Bump the dxflib version string to match upstream 2021-10-23 08:18:20 -04:00
Marek Roszko 643d7cc303 fix check for DXF R12 variables 2021-10-23 08:18:19 -04:00
Marek Roszko ade9418300 Add dxf write support for dimtad, dimtih 2021-10-23 08:18:19 -04:00
Marek Roszko e0ccf553f8 Add vertexIndex bounds check 2021-10-23 08:18:19 -04:00
Jeff Young e30d867439 Use consistent terminology for various constraint modes. 2021-10-23 12:18:08 +01:00
Jeff Young 90eff6c6a2 Prevent assert when sorting non-existant layer. 2021-10-23 11:53:03 +01:00
Jeff Young 30027030b5 Threading safety.
Fixes https://gitlab.com/kicad/code/kicad/issues/9399
2021-10-23 11:38:03 +01:00
Roberto Fernandez Bautista 987d64c88e pcbnew graphics import: Fix arc winding direction 2021-10-23 11:02:00 +01:00
Roberto Fernandez Bautista 3ea3d5274c CADSTAR Schematic: Hide all KiCad sheet properties
Sheet name/filename not applicable in CADSTAR so displaying it just
makes the import look messy.
2021-10-23 10:58:15 +01:00
Seth Hillbrand 927b633c01 Make sure spice command doesn't assert
Fixes https://gitlab.com/kicad/code/kicad/issues/4328
2021-10-22 16:50:29 -07:00
Jeff Young febfe39cc4 Improve e-series help text.
Fixes https://gitlab.com/kicad/code/kicad/issues/9349
2021-10-22 22:47:12 +01:00
Jeff Young 4dcc847f85 Remove artificial limits from label increment control.
Fixes https://gitlab.com/kicad/code/kicad/issues/9340
2021-10-22 22:20:20 +01:00
Jeff Young fecb53b64f Clean up removal of separate front & back footprint text visibility.
Fixes https://gitlab.com/kicad/code/kicad/issues/9441
2021-10-22 21:14:15 +01:00
Seth Hillbrand 00d87e9a1d Update translations 2021-10-22 12:33:10 -07:00
CJ van der Hoeven 7b08c4f32d
Translated using Weblate (Dutch)
Currently translated at 99.8% (7166 of 7177 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/nl/
2021-10-22 21:32:20 +02:00
Mark Hämmerling 364577b2dd
Translated using Weblate (German)
Currently translated at 99.9% (7172 of 7177 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2021-10-22 21:32:20 +02:00
Wellington Terumi Uemura 7a6d610dbd
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (7177 of 7177 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt_BR/
2021-10-22 21:32:20 +02:00
boonchai k 2b7a871511
Translated using Weblate (Thai)
Currently translated at 100.0% (7177 of 7177 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/th/
2021-10-22 21:32:19 +02:00
Rigo Ligo 7d1d55ac09
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (7175 of 7177 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-10-22 21:32:19 +02:00
Eric 45a59f8881
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (7175 of 7177 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
2021-10-22 21:32:19 +02:00
CJ van der Hoeven df852bbd81
Translated using Weblate (Dutch)
Currently translated at 98.9% (7102 of 7177 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/nl/
2021-10-22 21:32:19 +02:00
Mark Hämmerling 2f5e3b41e0
Translated using Weblate (German)
Currently translated at 99.9% (7171 of 7177 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2021-10-22 21:32:19 +02:00
ZbeeGin 2ff2b90e27
Translated using Weblate (Polish)
Currently translated at 100.0% (7177 of 7177 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
2021-10-22 21:32:19 +02:00
김랑기 3303e498eb
Translated using Weblate (Korean)
Currently translated at 100.0% (7177 of 7177 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ko/
2021-10-22 21:32:19 +02:00
Mark Hämmerling f43dabba5e
Translated using Weblate (German)
Currently translated at 99.8% (7167 of 7177 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2021-10-22 21:32:19 +02:00