Jeff Young
|
c573825a49
|
Formatting; reduce asserts.
|
4 months ago |
Jeff Young
|
194437b0f6
|
Enforce values required by implementation (KICAD-R9A).
|
4 months ago |
Jeff Young
|
b3b5f6963f
|
Remove noisy assert.
|
4 months ago |
Jeff Young
|
5df676c1d0
|
Fixup.
|
4 months ago |
Jeff Young
|
26f8f1cdd1
|
Allow pin autoplacer to run on symbol not yet in schematic (KICAD-JMA).
|
4 months ago |
Jeff Young
|
d47454bb66
|
Fix nullptr crash (KICAD-SPF).
|
4 months ago |
Jeff Young
|
a5ae1103e4
|
Nullptr safety (KICAD-1R8).
|
4 months ago |
Jeff Young
|
24ae06a96f
|
Fix CloseProject assertions (and potentially crashes).
|
4 months ago |
Jeff Young
|
a2cf59cc89
|
Clear selections before deleting grid rows (KICAD-J40).
|
4 months ago |
Jeff Young
|
f5d2553161
|
static_cast safety.
|
4 months ago |
Jeff Young
|
2052595dac
|
Check that library exists before checking read-only (KICAD-6Z8).
|
4 months ago |
Jeff Young
|
a75e0b126a
|
Don't try to select items that don't exist (KICAD-J0X).
|
4 months ago |
Jeff Young
|
b179a6cac8
|
Nullptr safety (KICAD-F5D).
|
4 months ago |
Jeff Young
|
382ba0629e
|
Don't assert on autosave dir not writeable (KICAD-6ZA).
|
4 months ago |
Jeff Young
|
97a3a09c90
|
Embed fonts used in fields as well as text items.
(Also, don't presume a non-stroke font is an outline
font. We may have more types in the future....)
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20578
|
4 months ago |
Jeff Young
|
b8eda55b24
|
Search user layer names first.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20922
|
4 months ago |
Jeff Young
|
21c9364063
|
ClearArcs before calling SHAPE_POLY_SET boolean ops.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21209
|
4 months ago |
Jeff Young
|
fc0bf1e8bd
|
Allow move action when selection contains non-table-cells.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19982
|
4 months ago |
Jeff Young
|
6ef9e93cd5
|
Don't let arc radii blow up (KICAD-BS4).
|
4 months ago |
Jeff Young
|
d973757f81
|
Don't assume a board (KICAD-KKF).
|
4 months ago |
Jeff Young
|
0922386262
|
No sense checking a static_cast.
|
4 months ago |
Jeff Young
|
0c1ff4d133
|
Don't presume a parent board (KICAD-SQD).
|
4 months ago |
Jeff Young
|
b35150abf7
|
Remove overzealous assert (KICAD-MF5).
(It is still called when using global Edit Tracks & Vias
to set vias to netclass defaults.)
|
4 months ago |
Jeff Young
|
b2dfe1029e
|
Silence wxWidgets assert.
|
4 months ago |
Jeff Young
|
238719184e
|
Prevent assert (and access violation) in wxWidgets.
(It directly dereferences the ArrayString with the
FilterIndex, without bounds checking it.)
|
4 months ago |
Jeff Young
|
82fd8623eb
|
Don't block-add all pad layers to target tree (KICAD-V5P).
(While the assert is probably harmless enough, this
will also be faster.)
|
4 months ago |
Alex Shvartzkop
|
84fd260fc0
|
Restore .h files generated from .md
Weblate translations don't work if these files are missing.
|
4 months ago |
Alex Shvartzkop
|
fbd277a02d
|
Revert "Remove auto-generated files from git tracking."
This reverts commit 808bcdda0f .
Weblate translations don't work if there's no .h files.
|
4 months ago |
Alex Shvartzkop
|
50ce7d93fb
|
Fix some warnings.
|
4 months ago |
Jeff Young
|
8a0e0b620c
|
Only promote to footprints when it's clear that's what the user meant.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21207
|
4 months ago |
jean-pierre charras
|
6d4cf65d5a
|
DIALOG_PIN_PROPERTIES: fix incorrect initial size when info bar is shown.
FinishDialogSettings() must be called after the info bar is initialized.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16761
|
4 months ago |
jean-pierre charras
|
d6f493a42c
|
DIALOG_EXCHANGE_FOOTPRINTS: better look at least on Windows.
|
4 months ago |
Jeff Young
|
02365bb206
|
Don't special-case footprint children for undo of delete.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21204
|
4 months ago |
Jeff Young
|
e91b51011e
|
Use title case for menu items.
|
4 months ago |
Jeff Young
|
fd67108c8b
|
Use title case for menu items.
|
4 months ago |
Jeff Young
|
c57f0f79ff
|
Fix memory leaks.
|
4 months ago |
Jeff Young
|
6c98fcd14e
|
Uninitialized variable.
|
4 months ago |
Jeff Young
|
0464cc18b1
|
Progress reporting for Run Jobs.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19629
|
4 months ago |
Jeff Young
|
9bcf9c643a
|
Don't call TransformShapeToPolygon() with no layer (KICAD-KFR).
|
4 months ago |
Jeff Young
|
d5eeef0f2c
|
Don't presume symbol library still exists (KICAD-74C).
|
4 months ago |
Jeff Young
|
4e174f2078
|
Don't try to keep netcodes in defaultZoneSettings (KICAD-7Z8).
|
4 months ago |
Jeff Young
|
07b8291173
|
Remove overzealous assert (KICAD-MH0).
(It is still called with no layer from SWIG.)
|
4 months ago |
Jeff Young
|
be120b4821
|
Nullptr safety (KICAD-6K6).
|
4 months ago |
Jeff Young
|
044ac6e8e5
|
Prefer board's errorMax to a constant.
|
4 months ago |
Jeff Young
|
98e0a79f05
|
Prefer board's errorMax to a constant.
|
4 months ago |
Jeff Young
|
2ce1107e62
|
Overflow protection (KICAD-ARX).
|
4 months ago |
Jeff Young
|
62d9d7d4e1
|
Nullptr safety.
(Potentially KICAD-N6C.)
|
4 months ago |
Andrea Greco
|
8eff58a6dc
|
PCB: Add option to cli and graphics to export stpz
|
5 months ago |
Alex Shvartzkop
|
4a4aad7373
|
Update translations
|
4 months ago |
YÜKSEL AÇIKGÖZ
|
94b29ba2fb
|
Translated using Weblate (Turkish)
Currently translated at 100.0% (10363 of 10363 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/tr/
|
4 months ago |