Jeff Young
df5f4ba541
Improve quasimodal comment.
(cherry picked from commit c85e5c08e4
)
2 months ago
Jeff Young
926f41a0f5
Don't show locked shadow in pad preview.
(cherry picked from commit 60dbfd3eec
)
2 months ago
Jeff Young
db801c8d7e
Remove stale comment.
(cherry picked from commit 3f1f9e8e72
)
2 months ago
Jeff Young
ad433b9468
ADDED: follow-pcb and follow-plot-settings to render job settings.
Also added Follow-board-stackup-colors to both
render job settings and render CLI arguments
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21341
(cherry picked from commit 2e629ca55c
)
2 months ago
Jeff Young
1eefb2b70a
Allow deletion of nested embedded files.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20581
(cherry picked from commit ea84879b06
)
2 months ago
Jeff Young
3d6527c1be
Formatting.
(cherry picked from commit 7240128130
)
3 months ago
Jeff Young
319530ad01
Grid is already updated by AddFile() callback.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20565
(cherry picked from commit 2c3408aad5
)
3 months ago
Jeff Young
24efca1db1
Focus second column control after property grid navigation.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20651
(cherry picked from commit 95da436ddd
)
3 months ago
Alex Shvartzkop
a009d859d0
Fix some warnings.
2 months ago
Alex Shvartzkop
44a3bb9274
Prevent jobs from affecting each other via reporters when running jobsets from CLI.
2 months ago
Alex Shvartzkop
72e1904708
Fix ODB++ path creation.
2 months ago
Alex Shvartzkop
279a30974e
Increase default precision in ODB++ export job dialog.
2 months ago
Alex Shvartzkop
efc6c3e45e
Add FOLLOW_PCB, FOLLOW_PLOT_SETTINGS appearance presets to 3D render job dialog.
2 months ago
Alex Shvartzkop
f7380ae015
Use board stackup colors by default in 3D render job.
2 months ago
Alex Shvartzkop
26b6c28bef
EasyEDA import: Add footprint Reference text on F_Fab.
2 months ago
Alex Shvartzkop
8cd7b73b2a
EasyEDA import: Build basic Courtyard box for footprints.
2 months ago
Alex Shvartzkop
c2d31699bf
EasyEDA import: Place component shape and marking on F_Fab.
2 months ago
Alex Shvartzkop
47c5918c3d
Add green color indication to length tuning status popup.
2 months ago
Alex Shvartzkop
12cf3f9301
router: Inline drag by track end even if cursor is slightly outside the track shape.
2 months ago
Alex Shvartzkop
013aab58d6
Update golden ERC QA files after 316a9511e8
2 months ago
Alex Shvartzkop
316a9511e8
Show errors before warnings in DRC/ERC.
2 months ago
Alex Shvartzkop
29fadcb931
Update translations
2 months ago
Pedro Moreira
d73fecd2a1
Translated using Weblate (Korean)
Currently translated at 98.6% (9933 of 10065 strings)
Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/ko/
2 months ago
CloverGit
35caf91c31
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 99.9% (10059 of 10065 strings)
Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/zh_Hans/
2 months ago
2tama3
352cf21ffc
Translated using Weblate (Japanese)
Currently translated at 100.0% (10065 of 10065 strings)
Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/ja/
2 months ago
CloverGit
21335f604f
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 99.9% (10059 of 10065 strings)
Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/zh_Hans/
2 months ago
Henrik Kauhanen
c6b7f90408
Translated using Weblate (Swedish)
Currently translated at 99.9% (10058 of 10065 strings)
Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/sv/
2 months ago
2tama3
a5dee0c2b1
Translated using Weblate (Japanese)
Currently translated at 100.0% (10065 of 10065 strings)
Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/ja/
2 months ago
Ettore Atalan
bf73ad42ca
Translated using Weblate (German)
Currently translated at 99.9% (10062 of 10065 strings)
Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/de/
2 months ago
John Beard
7d905948f5
Pcbnew: fix refdes ordering in arrays
The first cell of the array needs to not be reannotated, or it will
skips its own number(s) and take what we expect for the second cell.
The repeats until the last entry, which didn't reannotate anything,
leaving the original numbers. Producing a 'rotation' like 2,3,4,5,1
rather than the expected 1,2,3,4,5.
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/20935
(cherry picked from commit f31a109ab4
)
2 months ago
John Beard
5c8c0e0648
Pcbnew: fix occasional failure-to-select for dragging
In the Drag tool client filter function, sometimes,
GuessSelectionCandidates trims the collector's item list.
But we used the old contents of the per-type vectors to make
judgements about what was connected.
If a call came in with 2 tracks (e.g. near a knee) and one
was removed by GuessSelectionCandidates, sometimes the
other one would be the one selected for removal in the
2 tracks/0 via case. This leaves the collector empty.
The other case, where the item removed by GuessSelectionCandidates
was removed from the collector is silent, as removing an item
not in the collector is a no-op.
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/21517
(cherry picked from commit 105b9fcfe8
)
2 months ago
Alex Shvartzkop
4cfa2e3a38
Remove unnecessary newlines in STEP exporter logging.
2 months ago
Alex Shvartzkop
eecf0cd685
Remove a Message_Printer holding a stale REPORTER pointer from OCCT.
Fixes KICAD-V8A
2 months ago
Alex Shvartzkop
91e5e81bb4
Record execute command job input and error streams in the log.
Also print the resolved command.
2 months ago
JamesJCode
5b3cd96641
Don't assume SCH_SYMBOLs have a LIB_SYMBOL when resolving embedded files
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21497
(cherry picked from commit ee9e94df04
)
2 months ago
John Beard
db0967d5c9
Pcbnew: fix bug in private layer selection
USer-defined layers now occur in steps of 2, otherwise
illegal layers for the grid get used.
2 months ago
jean-pierre charras
5165ced528
Eeschema: Reset m_ercRun flag when cleaning all markers.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21113
(cherry picked from commit 54085c4e50
)
2 months ago
Alex Shvartzkop
eb4f9fa093
Wrap command text control in execute command job dialog.
2 months ago
Alex Shvartzkop
47381f3d90
Disable ibeam cursor setter for search fields on non-OSX.
The ibeam cursor gets stuck on MSW when mouse leaves the field.
2 months ago
jean-pierre charras
e697339bc6
PLOT_CONTROLLER::PlotLayer(): fix bug when drill marks must be plotted.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21474
(cherry picked from commit 20d8c9c7f9
) and
(cherry picked from commit 2afd752bbc
)
2 months ago
jean-pierre charras
6159cee2b0
Kicad manager: display the number of GDI objects in About Dialog (Windows only)
On Windows, if the number of GDI objects reach a limit (usually 10000) some can
be not shown, thus creating a strange behavior not easy to diagnose.
Displaying the number in use can help.
(cherry picked from commit de208b3f00
)
2 months ago
jean-pierre charras
3460b33ccf
DIALOG_IMPORT_SETTINGS: fix some minor issues.
From master branch.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21483
2 months ago
jean-pierre charras
5baaa89131
Reapply "SHAPE_ARC::GetCentralAngle(): better algo to calculate actual arc."
This new algo is now tested since more than 2 months, so it should be good.
This reverts commit 88ad461514
.
2 months ago
Wayne Stambaugh
d45a38f086
Begin version 9.0.5 development.
2 months ago
Wayne Stambaugh
19b2df4693
Tag stable version 9.0.4.
2 months ago
Alex Shvartzkop
a883bd2f82
Update translations
2 months ago
dsa-t
c90d61a870
Translated using Weblate (Spanish)
Currently translated at 86.1% (8666 of 10065 strings)
Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/es/
2 months ago
Gaston Schelotto
d419d09dc1
Translated using Weblate (Spanish)
Currently translated at 86.0% (8664 of 10065 strings)
Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/es/
2 months ago
Максим Горпиніч
d717bcbdc9
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (10065 of 10065 strings)
Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/uk/
2 months ago
Sárkány Lőrinc
58fd4c71b9
Translated using Weblate (Hungarian)
Currently translated at 34.1% (3441 of 10065 strings)
Translation: KiCad EDA/v9
Translate-URL: https://hosted.weblate.org/projects/kicad/v9/hu/
2 months ago