Jon Evans
914c015494
Fix compile warnings
2025-02-10 17:55:24 -05:00
Jon Evans
290dc417d9
API: Change macOS raise mechanism
...
Other mechanism didn't work universally
2025-02-10 17:55:24 -05:00
Seth Hillbrand
74308f26f6
Update translations
2025-02-10 14:43:25 -08:00
Robin Janssens
8e3cf77337
Translated using Weblate (Dutch)
...
Currently translated at 89.9% (8944 of 9948 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/nl/
2025-02-10 23:42:49 +01:00
aris-kimi
a06fefc775
Translated using Weblate (Greek)
...
Currently translated at 87.5% (8713 of 9948 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
2025-02-10 23:42:49 +01:00
Pferd O
539b9953d0
Translated using Weblate (German)
...
Currently translated at 100.0% (9948 of 9948 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2025-02-10 23:42:49 +01:00
Marco Ciampa
742fbe525e
Translated using Weblate (Italian)
...
Currently translated at 94.5% (9407 of 9948 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/it/
2025-02-10 23:42:49 +01:00
Wellington Terumi Uemura
b3dc1d05c8
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (9948 of 9948 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt_BR/
2025-02-10 23:42:49 +01:00
Henrik Kauhanen
069eceeac2
Translated using Weblate (Swedish)
...
Currently translated at 99.9% (9942 of 9948 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sv/
2025-02-10 23:42:49 +01:00
2tama3
5a91221a36
Translated using Weblate (Japanese)
...
Currently translated at 99.9% (9942 of 9948 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2025-02-10 23:42:49 +01:00
Henrik Kauhanen
99da8dc27b
Translated using Weblate (Finnish)
...
Currently translated at 99.0% (9851 of 9948 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/fi/
2025-02-10 23:42:48 +01:00
Henrik Kauhanen
d0124b0e15
Translated using Weblate (German)
...
Currently translated at 99.9% (9947 of 9948 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2025-02-10 23:42:48 +01:00
ZbeeGin
8dea31906f
Translated using Weblate (Polish)
...
Currently translated at 100.0% (9948 of 9948 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
2025-02-10 23:42:48 +01:00
aris-kimi
a0f7525fc5
Translated using Weblate (Greek)
...
Currently translated at 87.4% (8701 of 9948 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
2025-02-10 23:42:48 +01:00
Pferd O
2e8cd36a14
Translated using Weblate (German)
...
Currently translated at 100.0% (9948 of 9948 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2025-02-10 23:42:48 +01:00
Seth Hillbrand
d0077cceb3
Update reported name for teardrop areas
...
When reporting DRC, teardrops are treated as tracks but reported as
zones. This causes confusion for designers using specific keepouts.
This changes the reported name to "Teardrop" for consistency
2025-02-10 14:36:14 -08:00
Alex Shvartzkop
63e0e01ec9
Allow embedding multiple files at once.
2025-02-11 00:10:56 +03:00
Alex Shvartzkop
3929c3c463
Fix trying to erase m_files end when removing an embedded file.
2025-02-11 00:08:39 +03:00
Seth Hillbrand
564710b232
Move default place via hotkey to Ctrl-Shift-X
...
Remove this hotkey from "toggle show cursor always" as this is a more
global option, not as needed (probably) in hotkeys.
Also re-arranged MD_SHIFT + MD_CTRL+ <key> to MD_CTRL + MD_SHIFT + <key>
in order to standardize and help searches in the future
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19903
2025-02-10 11:22:35 -08:00
Jeff Young
b64733e76b
No hypertext for textboxes.
2025-02-10 16:15:14 +00:00
Ian McInerney
e240d57e28
pcb calculator: Cleanup remanents of the tool framework on close
2025-02-10 14:46:40 +00:00
Wayne Stambaugh
09f54c6b94
Restore previous screen and sheet filename when canceling a failed load.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19881
(cherry picked from commit 4ed1954b4b
)
2025-02-10 08:19:18 -05:00
JamesJCode
b7b28e555e
Fix potential data race (from Coverity warning 533646)
2025-02-10 12:24:19 +00:00
Marek Roszko
79a7849894
Fix correct path not being used
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19784
2025-02-10 07:19:23 -05:00
Jeff Young
6f38709a1c
Prevent assert when saving design block.
2025-02-10 11:36:10 +00:00
Jeff Young
bf4c10923f
Save search & design block panel heights/widths.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19845
2025-02-10 11:22:57 +00:00
Ian McInerney
62f9355180
Fix writing pad layer information to the board file
...
Pads should write that they exist on all layers using the wildcard and
then not also enumerate the copper layers (in this case, enumerating the
copper layers that were not enabled on the board).
2025-02-10 00:00:50 +00:00
Ian McInerney
97b725fb42
Add Route Selected to the context menu
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19571
2025-02-09 23:00:26 +00:00
Ian McInerney
a15becf032
Remove arguments that aren't actually used by the gencad exporter
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19785
2025-02-09 21:06:32 +00:00
Jeff Young
72258ca524
Schematic tables don't need mirrored or visible.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19877
2025-02-09 19:41:58 +00:00
JamesJCode
d1ba3c6402
Fix compiler warning
2025-02-09 17:27:36 +00:00
JamesJCode
2f9bf31529
Add bulk change optimisation to composite update in net inspector
2025-02-09 16:46:18 +00:00
JamesJCode
6bc77195bd
Move net inspector bulk update threshold to advanced config
2025-02-09 16:46:18 +00:00
JamesJCode
e6cead5218
Fix incorrectly named bulk board update argument
2025-02-09 16:46:18 +00:00
Jon Evans
2ad958c97b
Thread safety for TRACKS_CLEANER cache
2025-02-09 10:33:47 -05:00
Jon Evans
2dc6175fcd
HTTP libraries: follow redirects from server
2025-02-09 10:27:25 -05:00
Jon Evans
3d526edc8a
More thread safety for TRACKS_CLEANER
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19884
2025-02-09 09:18:18 -05:00
Ian McInerney
9b184afb43
Change pin repitition to be a positive step in the positive direction
...
This seems to not have been updated after the Y axis was flipped for the
symbols, so it was stepping in the wrong direction compared to the
desired value and also the v8 behavior.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19840
2025-02-09 01:49:31 +00:00
Jon Evans
f047b66cb8
Guard against multi-threaded access to connectivity rebuild
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19884
2025-02-08 20:27:49 -05:00
Ian McInerney
7bf40b82d0
Use correct bitmap for body style menu
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19416
2025-02-09 00:58:16 +00:00
Jon Evans
8af6defafe
Git: allow making the first commit in a branch
2025-02-08 17:30:55 -05:00
Jon Evans
c6b9ab174d
Git: suppress error message when loading brand new repo
2025-02-08 17:09:48 -05:00
Jon Evans
f59c5a9a26
Git: handle new-but-already-staged files
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19893
2025-02-08 17:03:42 -05:00
Jon Evans
172b77039f
Git: fix error message formatting
2025-02-08 16:49:56 -05:00
Jon Evans
df70ce72b4
Git: do not try to get branch info if there isn't a repo
2025-02-08 16:34:08 -05:00
Jon Evans
04387dd42f
Git: safety for calling KIGIT_COMMON with no repo
2025-02-08 16:32:48 -05:00
Jon Evans
d4815534bf
Fix lifetime of git_reference in handleFastForward
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19890
2025-02-08 14:40:11 -05:00
JamesJCode
71517dfa24
Fix persistence of expanded groups in PCB net inspector panel
...
Ensures expanded groups are maintained while:
- Handling bulk board updates
- When loading a new project / board
2025-02-08 18:08:39 +00:00
JamesJCode
9896511485
Show net statistics for groups in PCB net inspector panel
2025-02-08 14:10:53 +00:00
Jon Evans
66cbc8127b
Use open to launch actions on macOS
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19859
2025-02-07 20:40:24 -05:00