Alex Shvartzkop
db601c58cc
Don't lose reference designators when importing EasyEDA Pro/Std, LTspice, CADSTAR schematics.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19490
(cherry picked from commit 644c4f8c0a
)
9 months ago
John Beard
4765d17d0c
Show UUIDs in msg panel with an advanced config
This is useful when confirming matches for items in the
debugger or from a file without having to carefully check
individual parameters.
9 months ago
Jeff Young
e94449df81
Modernize board setup formatting panel.
9 months ago
Jeff Young
a4754eef5d
Modernize drill map dialog.
9 months ago
Alex Shvartzkop
8a059c05cb
Slightly reduce row height in LIB_TREE on GTK.
9 months ago
Alex Shvartzkop
d989a3ec69
Focus on OK button in update check prompt.
9 months ago
John Beard
d072b37dd9
Pcbnew: only get shape lengths for shapes that support it
Avoids asserts when selecting graphical rectangles, circles and
polygons.
9 months ago
Mark Roszko
4ecbbd48da
Test out tweaked set of build params for windows CI
9 months ago
Marek Roszko
ffdfa09024
Stop setting the default step export path
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19512
9 months ago
JamesJCode
7e1d10a019
Remove ill-formed ki_any test
9 months ago
Jon Evans
08f866fae1
Hide console on Windows when launching actions
9 months ago
JamesJCode
77448f032b
Improve placement rule areas UI
9 months ago
Jeff Young
17157b82b0
Blacklist for project file copying.
Also fix it to use the output path, if specified.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19479
9 months ago
Jeff Young
d4865899c5
Handle wildcards AND case-insensitivity in pin_type comparisons.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19513
9 months ago
Jeff Young
2f5cbfe57d
Formatting.
9 months ago
Jeff Young
2118850bca
Add handler for grid cell change.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19509
9 months ago
Wayne Stambaugh
3755b77b92
Dialog string capitalization and layout fixes.
9 months ago
John Beard
29f3637d4d
FP editor: add datasheet toolbar icon
As this action is available in the FP editor, make it
discoverable in the same was as in the symbol editor.
9 months ago
Ian McInerney
1dfb7ecbd2
Unify terminology for items to be anchor instead of origin
The "anchor" is the point on items that are their local (0,0), and
origin is on the coordinate system.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19290
9 months ago
Jeff Young
56aacbd661
Go back to row selection mode for jobs list.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19502
9 months ago
Alex Shvartzkop
7afa6a086e
Show "Selected 2D Length" for tracks and shapes in message panel.
Useful to verify length-matching.
Also show Length for arc shapes.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19339
9 months ago
Jon Evans
baef502f94
Archive schemas from build in CI
9 months ago
Ian McInerney
8a706f204d
Make GAL_DISPLAY_OPTIONS have virtual destructor
This is needed to allow proper deletion of derivative objects using this
as a base class.
9 months ago
Jeff Young
8481eb8cf5
Export comma-delimited values instead of "-- mixed values --".
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17912
9 months ago
Jeff Young
c2a3bfa477
Formatting.
9 months ago
Ian McInerney
ac7ebdd94d
Add std::optional<int> support to property validators
The properties using units seem to return std::optional<int> values,
so the validators need to properly handle these to unwrap them.
9 months ago
Ian McInerney
660f5bad21
Attach zone min width validator to correct property
9 months ago
jean-pierre charras
8097b69b1f
Kicad manager, jobset: Ensure save changes when closing kicad are made.
After made changes on a jobset, when closing Kicad, the dialog asking for
save changes was not honored when the save changes was accepted after a
yes answer.
Fix also a minor compil warning.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19450
9 months ago
Mark Roszko
b92bef8eee
Remove quotes in cache key on windows
9 months ago
Ian McInerney
fe1c1862d1
Move project archiver to be fully a directory traverser
9 months ago
Jon Evans
4bf852e6b9
Be slightly more restrictive in actions schema
9 months ago
Jon Evans
d64226f144
Add some more descriptions to plugin schema
9 months ago
Marek Roszko
5029c2e0e8
Add lost cvpcb addition
9 months ago
Marek Roszko
ec261b8472
Add cvpcb path/artifact to qa on linux
9 months ago
Marek Roszko
fb81883582
Move windows ci to ltsc2022
9 months ago
Jan Wichmann
473b43994c
Fixed severity ERC local and global labels
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18814
9 months ago
Jon Evans
3f7e459d62
API: add a schema for plugin config files
Also flip the dependence between json_schema_validator and kicommon,
and create a shared JSON_SCHEMA_VALIDATOR so that we don't have to
copy/paste the schema loading code as much
9 months ago
Ian McInerney
6be3401b92
Add more global extensions and switch archiver to use them
9 months ago
Ian McInerney
5268217e72
Change project archiver to use case-insensitive file selection
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18815
9 months ago
Wayne Stambaugh
2cac5d29a1
Setup and settings panels layout improvements.
9 months ago
Jeff Young
1cdb54f45e
Allow editing of Private flag through Symbol Properties.
9 months ago
Jeff Young
5c80f6c7d8
Honour private flag in Symbol Fields Table.
9 months ago
Jeff Young
c7af744bc2
Formatting.
9 months ago
Jeff Young
189e0688be
Don't allow a "private" marking on a mandatory field.
9 months ago
Jeff Young
089bf75492
Exclude private fields from Update/Change Symbols dialog.
We currently always update them to keep them from getting out
of sync. I have no idea if that's the right answer or not.
9 months ago
Jeff Young
3da2c8f9ef
Don't open-code copying of SCH_FIELDs.
(It won't get updated when new stuff is added.)
9 months ago
Jeff Young
612b0a09dc
Hide private fields from Symbol Properties dialog in schematic editor.
9 months ago
Jeff Young
35b2f36759
Cleanup.
9 months ago
Seth Hillbrand
be492af55f
Update metadata for v9
9 months ago
Alex Shvartzkop
da01fa188f
Update translations
9 months ago