Jeff Young
fd7da138fd
Cleanup dead code.
2025-09-05 13:00:50 +01:00
jean-pierre charras
3bdf44d4a4
PCB_DIM_CENTER: fix incorrect bounding box size for 90deg cross.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21643
2025-09-05 09:40:33 +02:00
jean-pierre charras
168975b0a8
Fix a compil warning on MSYS2 (POINTS collide with a Windows header define)
...
POINTS is renamed LY_POINT. no actual code change
2025-09-05 09:34:49 +02:00
Mark Roszko
03b3b642b0
Another qa header fix
2025-09-04 21:33:27 -04:00
Seth Hillbrand
f9f5bb9ed1
Consider keywords as required
...
Because they actually are
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21635
2025-09-04 16:54:53 -07:00
Mark Roszko
4254673be5
Fix windows build, missing wx header
2025-09-04 19:54:21 -04:00
Mark Roszko
0ce952e705
Fix windows build, IN conflicts with windows header
2025-09-04 19:52:34 -04:00
Seth Hillbrand
9ffb0c8b96
wxString explicit conv
2025-09-04 14:57:16 -07:00
Seth Hillbrand
44cc5b8e93
Move to fmt
2025-09-04 14:57:16 -07:00
Seth Hillbrand
a857ea77d9
ADDED: Text expression evaluation
...
Arbitrary text strings now support full evaluation with a rich
functional language
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6643
2025-09-04 14:57:16 -07:00
Seth Hillbrand
bae5d43c45
Sadly, msys2 doesn't like condition variables
2025-09-04 13:58:38 -07:00
Seth Hillbrand
2cbd441042
Simplify font locking
2025-09-04 10:55:38 -07:00
jean-pierre charras
9a7088c03c
French translation update
2025-09-04 18:15:56 +02:00
Mike Williams
7a09960b46
PCB search: add Drills column
...
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/1982
2025-09-04 10:04:37 -04:00
Seth Hillbrand
05d04e665a
Fix lib_fields column attributes
...
Need to properly display footprint selector and datasheet globe
2025-09-04 06:59:35 -07:00
Mark Roszko
9f1aa612ec
Fix position of package properties that must follow packages
2025-09-04 07:16:02 -04:00
Mark Roszko
9de2548064
Fix typo in allegro output for nets
2025-09-04 07:09:12 -04:00
Graham Keeth
825585847b
Fix typo in DRC rules help
2025-09-03 20:53:26 -07:00
Graham Keeth
6c8f25b418
Add DRC syntax help for via_dangling
2025-09-03 20:52:33 -07:00
Mark Roszko
a899da7cb7
Fix double quoting tol for some reason
2025-09-03 22:59:37 -04:00
Mark Roszko
a49e3b9cc5
Fix build
2025-09-03 22:59:21 -04:00
Mark Roszko
9bc1cf006f
Fix the allegro netlist export and move mostly to {fmt}
...
Weirdly $PACKAGES header got shifted out of position.
Drop generating empty references.
2025-09-03 22:54:00 -04:00
Seth Hillbrand
dc7e0665c3
Prevent GTK from providing stale position
...
When the library name and symbol/footprint name both match the filter,
we try to display both but ensure visible can move things to the wrong
place. We need to ensure the filtered list is up to date prior to
moving by ensureVisible
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18000
2025-09-03 16:58:38 -07:00
Seth Hillbrand
344fab5741
Prompt for unsaved changes in the lib fields table editor
2025-09-03 15:54:29 -07:00
Seth Hillbrand
9342aea7fa
Move new project to templates
...
If the baseline default project doesn't exist on disk, create it and use
that as an empty project. Allows the designer to modify the default new
project used or select from existing templates
2025-09-03 15:52:05 -07:00
Seth Hillbrand
11c5e03890
Update Font widget
...
Now displays the font next to its name
Also keeps a static version of itself for rapid display
2025-09-03 15:48:15 -07:00
Seth Hillbrand
3deb06bf82
Expand the custom fields properties to pcbnew
...
Allows editing/reviewing custom fields for a set of selected footprints
in pcbnew
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16703
2025-09-03 13:10:22 -07:00
Seth Hillbrand
5c865cab36
Allow full-field filtering in lib_fields_table_editor
2025-09-03 11:47:22 -07:00
Mike Williams
f7fd832c67
design blocks: add routing to exinst group when applying layout
2025-09-03 13:49:55 -04:00
Seth Hillbrand
62e220a8db
Reverse cell painting for Windows
...
Apparently Windows might not respect painting with a transparent alpha,
so reverse the paint order
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21635
2025-09-03 10:35:59 -07:00
jean-pierre charras
622ddd3a37
3D viewer: fix a minor issue, clean code and and a few comments.
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21629
2025-09-03 18:24:56 +02:00
Seth Hillbrand
9f06d1f66b
Fix image pasting for MacOS
...
Apparently, GetImage() on MacOS does not always convert the image
properly. So do a two-step here to get the Bitmap first, forcing the
conversion and then going back to an image
2025-09-03 09:18:07 -07:00
Seth Hillbrand
f84ba3004d
Properly append corners to created poly
...
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21633
2025-09-03 06:59:59 -07:00
Seth Hillbrand
e85a8056f5
Don't convert URI slashes on Windows
...
We auto-convert paths for windows boxes but this should not happen for
uri schemes that have the form <URI>://<path>
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20381
2025-09-03 06:56:28 -07:00
Seth Hillbrand
173e02eff7
ADDED: Lasso support to Schematic Editor
2025-09-03 06:45:49 -07:00
jean-pierre charras
876c905e2b
DRAWING_TOOL: change POINT to MD_POINT, to avoid colliding with a Windows header define
2025-09-03 11:40:05 +02:00
jean-pierre charras
5914b5aaa8
gendrill_Excellon_writer.cpp: convert fprintf and fputs to fmt::print
...
It allows write issues to be handled more easily.
2025-09-03 09:48:09 +02:00
jean-pierre charras
2346be9768
Fix compil warnings
2025-09-03 09:43:41 +02:00
Seth Hillbrand
d4b08f0a8a
When unarchiving a project, open it also
...
Just a little convenience for getting projects open
2025-09-02 21:11:54 -07:00
Seth Hillbrand
f18c4a05fd
Don't push names we don't have
...
Fixes https://gitlab.com/kicad/code/kicad/issues/21628
2025-09-02 20:49:39 -07:00
Seth Hillbrand
ad80113f47
Prevent modifying teardrops on lock/unlock
...
This action doesn't affect geometry, so don't dirty the teardrops
Fixes https://gitlab.com/kicad/code/kicad/issues/21342
2025-09-02 20:35:59 -07:00
Seth Hillbrand
8f0b3b59f0
Offer to create missing plugin directory
2025-09-02 20:32:14 -07:00
Mark Roszko
bf82217217
Fix leftover printf float in gencad writer
2025-09-02 22:58:43 -04:00
Seth Hillbrand
d9741fd46a
Consider visibility when colliding in DRC
...
Most places we check this but we should also check it in physical
clearance
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21625
2025-09-02 19:24:55 -07:00
Seth Hillbrand
826f15a103
Prevent crash in nettie
...
We need to avoid collecting invalid layers in the net ties regardless of
their origins
2025-09-02 19:18:58 -07:00
Seth Hillbrand
edf8f45351
Add user fields to editable properties
...
Fixes https://gitlab.com/kicad/code/kicad/issues/21622
2025-09-02 18:29:59 -07:00
Mike Williams
202619cd43
design blocks: fix PADs getting copied in routing, enable by default
2025-09-02 13:58:18 -04:00
John Beard
8709f73b98
Symbol editor: simplify root symbol-finding
2025-09-03 00:30:56 +08:00
John Beard
e76b2089bb
Symbol edit: add symbol flatten action
...
This removes inheritance from the symbol.
This doesn't play well with undo, but then again, neither does symbol
deletion, so that seems like a higher-level symbol editor issue.
Relates-To: https://gitlab.com/kicad/code/kicad/-/issues/8895
2025-09-03 00:24:32 +08:00
John Beard
2e0088593e
Symbol editor: fix flattening during save-as to the same library
2025-09-03 00:24:24 +08:00