Toni Laiho
ca68d32a47
Translated using Weblate (Finnish)
...
Currently translated at 99.8% (8002 of 8014 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/fi/
2023-05-12 21:55:02 +02:00
Ulices
3c86dbe28c
Translated using Weblate (Spanish (Mexico))
...
Currently translated at 99.9% (8013 of 8014 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/es_MX/
2023-05-12 21:55:02 +02:00
taotieren
400bac868e
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (8006 of 8014 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/zh_Hans/
2023-05-12 21:55:02 +02:00
Hubert Hu
7e765db562
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.8% (7998 of 8014 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/zh_Hans/
2023-05-12 21:55:02 +02:00
Jan Straka
a993e179ab
Translated using Weblate (Czech)
...
Currently translated at 90.9% (7285 of 8014 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/cs/
2023-05-12 21:55:02 +02:00
Henrik Kauhanen
5253ff35f1
Translated using Weblate (Swedish)
...
Currently translated at 99.8% (7998 of 8014 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/sv/
2023-05-12 21:55:01 +02:00
Wellington Terumi Uemura
cba0ec4de5
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (8014 of 8014 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/pt_BR/
2023-05-12 21:55:01 +02:00
Toni Laiho
ed0354dd06
Translated using Weblate (Finnish)
...
Currently translated at 99.8% (7998 of 8014 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/fi/
2023-05-12 21:55:01 +02:00
Ettore Atalan
d255d6aeeb
Translated using Weblate (German)
...
Currently translated at 99.5% (7981 of 8014 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/de/
2023-05-12 21:55:01 +02:00
Ulices
94abd0ee79
Translated using Weblate (Spanish (Mexico))
...
Currently translated at 99.9% (8013 of 8014 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/es_MX/
2023-05-12 21:55:01 +02:00
dsa-t
6a3cd9c0d7
Translated using Weblate (Russian)
...
Currently translated at 99.9% (8012 of 8015 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/ru/
2023-05-12 21:55:01 +02:00
Seth Hillbrand
81be16d058
Adjust stroke font output to match v6 output
...
Many minor tweaks were added that changed the output of the stroke font
from v5/v6. These offsets changed the gerber output expected. This
reverts the changes to something much closer to the v6 output. It is
not pixel-perfect but gets very close on most texts.
Fixes https://gitlab.com/kicad/code/kicad/issues/14609
(cherry picked from commit 72267cf9b0
)
2023-05-12 12:53:32 -07:00
Alex
3efdc963d8
Revert string change.
...
String changed in 9466624f9d
2023-05-12 21:26:16 +03:00
Seth Hillbrand
a4525bf88c
Test for schematic type when changing
...
The schematic editor undo list may hold page layout types as well
(cherry picked from commit 2ffb58a7e2
)
2023-05-12 08:44:22 -07:00
Alex
d7c7ff3dad
Fix pre-commit symlink
...
(cherry picked from commit fe2e5cbfa6
)
2023-05-12 13:12:50 +00:00
Alex
987aec3fd6
Revert change in git pre-commit hook.
...
(cherry picked from commit 28fd5f75c8
)
2023-05-12 12:51:07 +00:00
Alex
d5661c24bd
Prevent axes settings from affecting angles in properties panel.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/14168
(cherry picked from commit f7f15e1ddf
)
2023-05-12 12:50:25 +00:00
Alex
c3ee1111f9
Fix double negative signs in mask/paste margin overrides.
...
(cherry picked from commit efbd360440
)
2023-05-12 12:45:09 +00:00
Salvador E. Tropea
9c1509b8c3
Provide some degree of compatibility for GetShownText in Python
...
This patch keeps the new API for GetShownText (argument order inverted), but also allows calling the member without parameters.
2023-05-11 23:39:09 +00:00
Steve Bollinger
1020cdd7a6
pcbnew: switching track posture may not work on first attempt
...
If you drag a track out and connect to a pad then press the hotkey
to switch the track posture it may not switch because the track
posture selected when the pad was reached is different than the one
that the mouse trail placer drew. As the aspect switching is done
in the mouse trail placer it does not know that the line placer
already override the track.
To correct this, in LINE_PLACER::FlipPosture() if the aspect is not
currently manually forced then copy the current aspect from the
line placer to m_mouseTrailPlacer before calling the FlipPosture()
method of m_mouseTrailPlacer. This will only be done once per
dragging session as once the aspect is manually forced it remains
manually forced. This seems to fix the issue with no undesirable
side effects.
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/12369
(cherry picked from commit 85f4f0d6c8
)
2023-05-11 16:36:21 -07:00
Seth Hillbrand
bff2f53996
Correct alpha blending in PDF plot
...
We fake the alpha channel by pre-multiplying but we forgot to account
for the downscaling of the input channel value in addition to correcting
the alpha * white. This led to clipping when the values overflowed
Fixes https://gitlab.com/kicad/code/kicad/issues/14238
(cherry picked from commit d405fff1d8
)
2023-05-11 16:27:15 -07:00
Seth Hillbrand
d5bf831f60
Ensure that even open paths with fills are filled
...
SVG paths that are "open" can still have a fill internally, so avoid
dropping fills for these non-standard polygons
Fixes https://gitlab.com/kicad/code/kicad/issues/14518
(cherry picked from commit b56db30019
)
2023-05-11 16:27:15 -07:00
Seth Hillbrand
6c423be36f
Don't consider saving SCH_MARKERs
...
These are ephemeral, view-only elements, so don't include them in our
save map
Fixes https://gitlab.com/kicad/code/kicad/issues/11405
(cherry picked from commit 7eb728ca12
)
2023-05-11 16:27:15 -07:00
Seth Hillbrand
3c33e2c046
3dviewer: Show footprint board regardless of proj
...
The settings for the project in terms of visibility should not impact
our ability to preview the 3d model of a footprint
Fixes https://gitlab.com/kicad/code/kicad/issues/14246
(cherry picked from commit d7a6875b0b
)
2023-05-11 16:27:15 -07:00
Jon Evans
253ff41819
PNS: make sure context options are used in collideSimple
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/14659
(cherry picked from commit 89aae88e96
)
2023-05-11 20:48:56 +00:00
Jon Evans
24d95b410d
PNS: Don't use clearance epsilon for calculating shove distances
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/14707
(cherry picked from commit 2e60315959
)
2023-05-11 20:48:46 +00:00
Graham Keeth
db5aacf984
sim: fix diode model default breakdown voltage
...
(Cherry-picked from 2970d97bf2
)
2023-05-11 13:15:37 +01:00
Graham Keeth
111a56dd8a
sim: fixup some diode parameter units
...
(cherry picked from commit df3560ab8e
)
2023-05-11 01:15:52 +00:00
qu1ck
d1d0d61b4f
Add usable PCB_GROUP::GetItems() swig wrapper
...
(cherry picked from commit 9b58f50c68
)
2023-05-11 01:15:17 +00:00
Martin Thierer
640f279abe
Pcbnew: Fix rotating bitmaps
...
Fixes rotating bitmaps with "rotate counterclockwise",
"rotate clockwise" and "move exactly" commands.
Only rotation by 0, 90, 180 and 270 degrees is supported
for bitmaps. Other values are rounded to the nearest 90
degree multiple.
There is a different bug that this commit doesn't address,
which is that BITMAP_BASE::Rotate() got its CW/CCW logic
reversed ("m_image->Rotate( false )" should rotate CW, but
does not).
Fixes https://gitlab.com/kicad/code/kicad/issues/14197
(cherry picked from commit 45b94a4b3e
)
2023-05-11 01:14:34 +00:00
qu1ck
874191bd8d
Don't disable reload button in action plugins preferences
...
(cherry picked from commit a86aa6fc3e
)
2023-05-11 01:13:42 +00:00
Salvador E. Tropea
2066af9f28
Fix wxWidgets compilation issue.
...
wxFileName::GetAbsolutePath was introduced in 3.1.6:
https://docs.wxwidgets.org/3.2.2/classwx_file_name.html#a5ca18cc7b7af3d88a850fad22f993061
This patch is equivalent to the current code:
d39aac0fa8/include/wx/filename.h (L390)
2023-05-10 16:34:46 +00:00
Jon Evans
ef7b3c1715
Use constraints to determine netclas width
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/14190
(cherry picked from commit 61d30ee5bc
)
2023-05-10 16:10:30 +00:00
Jon Evans
6eb96851f9
Don't try to open files multiple times
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/14703
(cherry picked from commit 09e8f72196
)
2023-05-10 16:09:32 +00:00
jean-pierre charras
a42ef9de77
Navlib: Ensure a pointer is initialized.
2023-05-10 09:36:51 +02:00
jean-pierre charras
fb23fe3084
fix a minor compil warning.
2023-05-10 09:36:51 +02:00
Seth Hillbrand
57f0150a23
Ensure _changed_ netlist is propagated
...
The propagation is currently (maybe not needed) limited to the global
name that is the source of the change. We also need to propagate the
global name that is changed in case the global is set in a tree leaf and
not the root
Fixes https://gitlab.com/kicad/code/kicad/issues/14657
(cherry picked from commit 6e4de18e15
)
2023-05-09 12:13:30 -07:00
Seth Hillbrand
9b31a986b6
Update translations
2023-05-09 10:38:20 -07:00
Jeff Young
8fa46a1f9e
Simplify previous fix to not include new strings.
2023-05-09 18:20:42 +01:00
Jeff Young
d805f5ceff
De Morgan conversions are equivalences, not additional items to simulate.
...
Fixes https://gitlab.com/kicad/code/kicad/issues/14230
(cherry picked from commit fdcc97e604
)
2023-05-09 18:12:02 +01:00
Seth Hillbrand
b4242e562d
Update translations
2023-05-09 10:08:45 -07:00
Ivan Chuba
2effa810c1
Translated using Weblate (Ukrainian)
...
Currently translated at 99.9% (8008 of 8011 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/uk/
2023-05-09 18:49:27 +02:00
Tokita, Hiroshi
a78af6acc2
Translated using Weblate (Japanese)
...
Currently translated at 99.9% (8008 of 8011 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/ja/
2023-05-09 18:49:27 +02:00
Toni Laiho
fc084c84f4
Translated using Weblate (Finnish)
...
Currently translated at 99.9% (8010 of 8011 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/fi/
2023-05-09 18:49:27 +02:00
Ulices
a846ab7443
Translated using Weblate (Spanish (Mexico))
...
Currently translated at 100.0% (8011 of 8011 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/es_MX/
2023-05-09 18:49:27 +02:00
Ken Ovo
9f53272d34
Translated using Weblate (German)
...
Currently translated at 99.7% (7993 of 8011 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/de/
2023-05-09 18:49:27 +02:00
Hubert Hu
aa53aac7be
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (8010 of 8011 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/zh_Hans/
2023-05-09 18:49:27 +02:00
Tokita, Hiroshi
db984fcad9
Translated using Weblate (Japanese)
...
Currently translated at 99.9% (8008 of 8011 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/ja/
2023-05-09 18:49:27 +02:00
CloverGit
607713cdae
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (8010 of 8011 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/zh_Hans/
2023-05-09 18:49:26 +02:00
김랑기
7de0a61de3
Translated using Weblate (Korean)
...
Currently translated at 99.9% (8010 of 8011 strings)
Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/ko/
2023-05-09 18:49:26 +02:00