Mark Hämmerling
3235176f3d
Translated using Weblate (German)
Currently translated at 96.9% (8868 of 9145 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2 years ago
Mark Hämmerling
9d15984a23
Translated using Weblate (German)
Currently translated at 96.9% (8868 of 9145 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2 years ago
Pferd O
748567e148
Translated using Weblate (German)
Currently translated at 96.9% (8868 of 9145 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2 years ago
김랑기
86b2d40507
Translated using Weblate (Korean)
Currently translated at 92.0% (8419 of 9145 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ko/
2 years ago
aris-kimi
016c3d5f93
Translated using Weblate (Greek)
Currently translated at 95.3% (8723 of 9145 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
2 years ago
Mark Hämmerling
553b3c734d
Translated using Weblate (German)
Currently translated at 96.6% (8841 of 9145 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2 years ago
Pferd O
f47dfdf40c
Translated using Weblate (German)
Currently translated at 96.6% (8841 of 9145 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2 years ago
Wellington Terumi Uemura
7f2dda5971
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (9145 of 9145 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt_BR/
2 years ago
Henrik Kauhanen
2325dea167
Translated using Weblate (Swedish)
Currently translated at 99.8% (9127 of 9145 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sv/
2 years ago
dsa-t
8df34b16d3
Translated using Weblate (Russian)
Currently translated at 89.0% (8146 of 9145 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/
2 years ago
ZbeeGin
e967cb75b0
Translated using Weblate (Polish)
Currently translated at 100.0% (9145 of 9145 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pl/
2 years ago
Tokita, Hiroshi
c2e13a6537
Translated using Weblate (Japanese)
Currently translated at 99.9% (9141 of 9145 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
2 years ago
gallegonovato
216bb79d56
Translated using Weblate (Spanish)
Currently translated at 81.3% (7441 of 9145 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/es/
2 years ago
aris-kimi
9efd59f58d
Translated using Weblate (Greek)
Currently translated at 95.2% (8708 of 9145 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/el/
2 years ago
Pferd O
40fecd9260
Translated using Weblate (German)
Currently translated at 94.9% (8680 of 9145 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2 years ago
Jonathan Haas
d1148a5221
Translated using Weblate (German)
Currently translated at 94.9% (8680 of 9145 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2 years ago
Marek Roszko
fb8dc75108
Fix broken conditional check while walking global power connected items
Per the if statement and logic, we want to walk into looking up connections if we are a pin on a chip.
IsGlobalPower is a test for it's in a power symbol, so we want it false not true.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16699
2 years ago
Jeff Young
d6b39c672e
Footprint editor items always get added to footprint.
Also fixes an unrelated crash when assuming the current
editor is the board editor.
2 years ago
Jeff Young
6fca467e2a
Don't query first item of empty vector.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16687
2 years ago
Jeff Young
2627c99654
Fix typos that produce segfaults.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16696
2 years ago
Marek Roszko
1981997ee2
Dump the ERC report as part of the erc failure
2 years ago
Marek Roszko
0147dd8699
Tweak the boost test logger config
2 years ago
Graham Keeth
e58615952c
Fix delimeter -> delimiter typo in translated strings
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/16673
2 years ago
Wayne Stambaugh
ebb69bdfa4
Tag version 8 release candidate two.
2 years ago
Wayne Stambaugh
2cfb7a5310
Incremental schematic connectivity fixes.
2 years ago
Wayne Stambaugh
c2bd158194
Update about dialog contributors lists.
2 years ago
Jeff Young
e07a4c285b
Remove old hack required for wxWidgets 3.0 on MacOS.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16687
2 years ago
Alex
767ab72cdb
DXF import: INSERT angles are in degrees.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16656
2 years ago
Jeff Young
37c185f437
Remove overly-complex snapping layer for moving objects.
We now have a hotkey to select Active Layer vs All Layers,
which gives the user more control.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16683
2 years ago
Jeff Young
5c4313587b
Attempt to fix hierarchy tree selection issue.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16670
2 years ago
Jeff Young
13935399a5
Second part of d854de9d68
This one for symbol <-> footprint. (Original was for
lib footprint <-> board footprint.)
Also fixes a major bug in DRC where we bail out of parity
checking if DRCE_MISSING_FOOTPRINT is set to ignore (or
overflows).
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16671
2 years ago
Jeff Young
d854de9d68
Add missing DRC checks for footprint attributes.
Requires string change, but it's a bug, and worse, a DRC
bug. I did minimize the changes by using a single error
message string that then has the various settings (which
are already translated) put into it.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16671
2 years ago
Wayne Stambaugh
466269a360
Update about dialog contributors list.
2 years ago
jean-pierre charras
2b01ea21d5
Update French tranlation (fix typo and new strings)
2 years ago
jean-pierre charras
be723dd579
PANEL_PCBNEW_COLOR_SETTINGS: ensure color setting for all DRC markers are in list
Fixes #16674
https://gitlab.com/kicad/code/kicad/-/issues/16674
2 years ago
Jan Wichmann
b65fa46c3c
Move git clone to standard create project
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16523
2 years ago
Ian McInerney
b36a67e556
Fix missed IO_MGR rename in Python
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16669
2 years ago
Seth Hillbrand
7687f240a2
Prevent footprint editing in power symbols
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16663
2 years ago
Jeff Young
7fbeea0195
Allow smaller grid dots on Retina displays.
2 years ago
Seth Hillbrand
0e6f1a9f99
Don't set defaults in blank project
Defaults are set in code so that we have a singular reference when
generating new project
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16032
2 years ago
Jeff Young
ac4f9dc97a
Initialize shared sheet instance page no's in drawing tool.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16580
2 years ago
jean-pierre charras
7c3f8cbb79
3D viewer: do not load the current board twice when creating the 3D viewer frame.
2 years ago
Jeff Young
1597882c1f
Allow creation of groups with a single member.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16586
2 years ago
Jon Evans
e29baa75b4
Scale GAL grid with DPI
2 years ago
Jeff Young
7975ad495b
Push busyCursor out of scope after building dialog.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16653
2 years ago
Jeff Young
c3e3f3bcb8
Possible fix for move individually.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16087
2 years ago
Jeff Young
4d80da8238
Separate symbol angle and mirroring in prop manager.
2 years ago
Jon Evans
f80094e7c5
Warn the search pane that pointers are going invalid
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16612
2 years ago
Jan Wichmann
693248f60f
pcbnew: 3d viewer: disable show DNP footprints by default
2 years ago
Seth Hillbrand
f1dacf7d92
Updated revision of polygon triangulation from 0a67dd3fdd
This maintains the primary goal of ensuring that bad splits do not allow
the triangulation process to continue. Instead, we boot this back up to
the top-level where we will simplify the polygon before triangulating
again.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16624
2 years ago