Frank Sonnenberg
24c644b16c
Translated using Weblate (German)
Currently translated at 99.7% (10709 of 10741 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2 months ago
Pferd O
18b36e39aa
Translated using Weblate (German)
Currently translated at 99.7% (10709 of 10741 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2 months ago
Frank Sonnenberg
1a1230ede4
Translated using Weblate (German)
Currently translated at 99.4% (10685 of 10741 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2 months ago
Pferd O
d909ca57d8
Translated using Weblate (German)
Currently translated at 99.4% (10685 of 10741 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2 months ago
Максим Горпиніч
fcaf2f1f6a
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (10741 of 10741 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/uk/
2 months ago
Pferd O
2cb4a4af9b
Translated using Weblate (German)
Currently translated at 99.4% (10684 of 10741 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2 months ago
Frank Sonnenberg
ee658b3ec1
Translated using Weblate (German)
Currently translated at 99.4% (10684 of 10741 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/
2 months ago
Anonymous
b161e4c2a4
Translated using Weblate (Bulgarian)
Currently translated at 7.4% (795 of 10741 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/bg/
2 months ago
Seth Hillbrand
f33fd675d2
Protect polygon build
If we don't have corners, then we cannot add any points or lines
2 months ago
Seth Hillbrand
b4f396bb2d
Force clearing rtree when rebuilding
Avoid leaving stale triangle references
Fixes https://gitlab.com/kicad/code/kicad/issues/21896
2 months ago
Seth Hillbrand
ab7c30a2a1
When copying global tables, ensure writable
Copying read-only files into the user directory, the files will need to
be read/write in order to work correctly
Fixes https://gitlab.com/kicad/code/kicad/issues/21899
2 months ago
Seth Hillbrand
592150ae53
ADDED: Polygon vertex editor
Adds a modeless dialog that shows the currently selected polygon or
zone's outline points and allows exact editing of the points
Fixes https://gitlab.com/kicad/code/kicad/issues/21873
2 months ago
jean-pierre charras
e9a5bf2b99
Fix a few cases of incorrect parameter used with UNIMPLEMENTED_FOR
Especially, this macro accepts only a wxString as parameter.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21893
2 months ago
Seth Hillbrand
e28d899d1d
Move via validation to VIA class
Adds validation to the default sizes panel and properties panel in
additon to the via dialog
Fixes https://gitlab.com/kicad/code/kicad/issues/19043
2 months ago
Seth Hillbrand
83b3db4504
Added: Flag to exclude from pos files BOM exclusions
Footprints marked exclude from BOM are optionally excluded from the
footprint position file output
Fixes https://gitlab.com/kicad/code/kicad/issues/21874
2 months ago
Seth Hillbrand
a5090c908d
Prevent H/V locking when dragging
This avoids the track position locking into arbitrary 90° points.
Fixes https://gitlab.com/kicad/code/kicad/issues/21892
2 months ago
JamesJCode
7c8dd9bf92
Use hasExactNetclass() function for all implicit net class DRC rules
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21819
2 months ago
Seth Hillbrand
5b0db05ad2
Prevent crash in changing units
SCH_ITEM unit is set as a wxString
Fixes https://gitlab.com/kicad/code/kicad/issues/21891
2 months ago
Seth Hillbrand
236808a922
Add ability to control cursors in multiplot
Drag cursors to the nearest plot line and the value is displayed on the
title bar
2 months ago
Seth Hillbrand
71eb2e315a
Re-enable trash button for multi-tuning mode
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21866
2 months ago
Seth Hillbrand
38e6466224
Respace E-series in tunr
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21867
2 months ago
Seth Hillbrand
18a62544e9
Added default properties panel for footprint and symbol
When nothing is selected in the footprint and symbol editors, we show
the properties of the footprint and symbol, allowing easy access to
their properties
2 months ago
Seth Hillbrand
24b3e26db6
Create a cross-product output of multi-run data
When multi multi-run data are created, the plot output should reflect
the available data combinatorics. This also adds an advanced config
flag limiting the total number of allowed plot lines. The advanced
config flag might be moved to a use config at some point or changed to a
time limit
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21871
2 months ago
Seth Hillbrand
581e9dd6bf
Testing GitLab PNG artifact output
2 months ago
jean-pierre charras
99e4ce0ae8
Eeschema: fix incorrect plot of filled polygons and bezier shapes.
Fill was plotted using a transparent color (opacity = 0).
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21804
2 months ago
jean-pierre charras
b4855345c6
Fix compil and coverity warning
2 months ago
Jeff Young
60aad25def
Enable grouping in library symbol fields table.
This also necessitates showing the Symbol Name in
a column, as the Value will show "<-- mixed -->"
when multiple values are selected. (And, in some
cases the symbol name and the value are not the
same.)
2 months ago
Jeff Young
1f8403b097
Use more robust method of determining expander column.
2 months ago
Jeff Young
0f2f9329d6
Use unicode arrows for Symbol Editor fields table as well.
2 months ago
Jeff Young
74a81e21e2
Use unicode arrows instead of > and v.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21820
2 months ago
Jeff Young
4e2ae8368d
Use Duplicate() instead of Clone().
(Otherwise we'd need to copy the various item-specific
duplicate algorithms, such as assigning new KIIDs to
all of a footprint's children.)
2 months ago
Jeff Young
8cc1a3a1a8
Formatting.
2 months ago
jean-pierre charras
326bda5a26
Eeschema: nullptr protect.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21881
2 months ago
Jeff Young
a6aa32ae69
Attempt to fix API test.
2 months ago
Jeff Young
507b22bbaf
Fill in more missing barcode code.
2 months ago
Jeff Young
8dd5b739e1
Update CLI gold file.
Drill marks for pads with holes the same size as their
annular rings should be plotted in black, not white.
2 months ago
Jeff Young
b8febbe29f
Update CLI gold file.
Drill marks for pads with holes the same size as their
annular rings should be plotted in black, not white.
2 months ago
Jeff Young
fe32315efb
Implement flipping for barcodes.
2 months ago
dsa-t
1a04ccff34
STEP export: paint board body in soldermask color if soldermask export is off
Was broken in 54e9a97b26
Fixes (part of) https://gitlab.com/kicad/code/kicad/-/issues/21865
(cherry picked from commit c666bf8626 )
Co-authored-by: Alex Shvartzkop <dudesuchamazing@gmail.com>
2 months ago
Jeff Young
7b6a5b4d09
More DRC code for barcodes.
2 months ago
Jeff Young
3f62526918
Stick to ASCII for boost test messages.
2 months ago
Jeff Young
9726186595
Introduce barcodes to DRC and the router.
2 months ago
jean-pierre charras
d39c60c2de
Pcbnew: fix import of legacy board files (*.brd): broken import of vias
2 months ago
Jeff Young
79d1db29b9
Re-enable all barcode tests with rounding error fix.
2 months ago
jean-pierre charras
c5f01fbe34
TEARDROP_MANAGER::UpdateTeardrops() Ensure created teardrop has a valid shape
A track can be connected to a pad when just crossing it. So we can create 2 teardrops,
one from pad to track start point and the other to track end point.
However this is acceptable only if the pad position is inside the track.
Otherwise the 2 teardrop shapes can be strange (and of course incorrect
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21851
2 months ago
Jeff Young
d6efc45840
Fix barcode tests.
(Two are disabled for now till I can figure out what's
going on with them.)
2 months ago
jean-pierre charras
3d72b245f9
Try to fix QA pcbnew tests.
2 months ago
jean-pierre charras
8576529242
Fix strings to translate (typo and avoid one word sentence)
2 months ago
Seth Hillbrand
ed7a270da1
Don't clear project variables in SCHEMATIC::Reset
Allow project level handling in its own place
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21852
2 months ago
Jeff Young
44f932e9ec
Support translation of property grid enums.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21859
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13636
2 months ago