Mark Roszko
1e9025a4dc
Move to a fixed enum for page sizes as well as well as holding a list of types accessible in a vector.
Drops some hardcoded size names in places among other bits.
Woooo committed pushed at 36000 feet.
4 weeks ago
Jeff Young
ca7059b487
Honour flip when checking front/back courtyards.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21670
4 weeks ago
jean-pierre charras
fb1cfee39c
Compil warnings fixes
4 weeks ago
Jan Wichmann
36e38cd60a
ADDED: Sort the templates alphabetically, leaving the default template at the top.
1 month ago
Seth Hillbrand
5fdfff2b9c
Prevent lines from drawing on netclass layer
Only wires and busses get netclasses
Fixes https://gitlab.com/kicad/code/kicad/issues/21731
4 weeks ago
Seth Hillbrand
733a379ca3
Unify sheet name validators and apply to properties
Properties panel and properties dialog now share a validator with shared
strings
Fixes https://gitlab.com/kicad/code/kicad/issues/21689
4 weeks ago
Seth Hillbrand
497afffd48
Properly order netlist pages
We cannot reorder these without updating the defines. So, keep the GUI
in line with the definitions
Fixes https://gitlab.com/kicad/code/kicad/issues/21730
4 weeks ago
Seth Hillbrand
89be756d1a
Ensure that we are checking case differences
When comparing symbols, look for case differences in values since
netlists are indeed case sensitive
4 weeks ago
Seth Hillbrand
a6decf15b5
Don't assert on stderr messages
These can be things like missing library tables, directory creation, etc
4 weeks ago
Seth Hillbrand
4229b3cc76
Update cli golden files with new output format
4 weeks ago
Seth Hillbrand
32ee4ebdfa
Fix QA.
QA was built with pin names outside but this was a bug. For now, we
only want to test outside pin names. The test can be expanded in the
future
4 weeks ago
Jeff Young
2c102a62e0
Auto-convert numeric values in fields when referencing them in expressions.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21723
4 weeks ago
jean-pierre charras
aa4de22ef4
EDA_3D_CANVAS: fix crash when used in dialogs and clicking in the 3D shape
It was due to the fact a message (using ExpressMail) was sent to the board
and schematic editor, but it is possible only if the manager of this canvas
is a EDA_3D_VIEWER_FRAME, because only this kind of frame has ExpressMail stuff
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21728
4 weeks ago
jean-pierre charras
79a3b7ac5f
Add missing header to compil on msys2
4 weeks ago
Seth Hillbrand
56ad08cdd8
Prevent backannotation from changing variables
Updating to PCB always resolves text variables from the schematic. This
means that back annotation will always start from resolved variables if
they exist in the schematic. So to avoid this, we prevent overwriting
any text variables that exist in the schematic.
This does prevent the user from updating a text variable in a pcbnew
field and backannotating this variable change into the schematic where
the schematic had a text variable already. Text variables are forward
annotation only until we add an additional property to each field to
include the unresolved text
Fixes https://gitlab.com/kicad/code/kicad/issues/21724
4 weeks ago
Seth Hillbrand
accbee3c6e
Move git stuff to kicommon to fix build
And do other cool stuff
4 weeks ago
Seth Hillbrand
29025882fc
Fix typo in pad table
4 weeks ago
Seth Hillbrand
c64f99c57a
ADDED: VCSHASH and VCSSHORTHASH
Right now, git hashes only resolved by the variables ${VCSHASH} or
${VCSSHORTHASH}
4 weeks ago
Seth Hillbrand
5952c2fb9a
ADDED: Pad edit table
Allows editing common pad properties in table format
Fixes https://gitlab.com/kicad/code/kicad/issues/10789
4 weeks ago
Jeff Young
0b6de964fd
Fix initialization order.
4 weeks ago
Jeff Young
976278e5a6
ADDED: extra info for shape, pin and field differences.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21647
4 weeks ago
Roberto Fernandez Bautista
8d8bd7253f
Windows CI: custom vcpkg triplet to ensure shareable binary cache
1 month ago
Seth Hillbrand
5dc6d43f43
Add via tenting/plugging representation to 3d-viewer
Fixes https://gitlab.com/kicad/code/kicad/issues/21704
4 weeks ago
jean-pierre charras
98dd5a68eb
Fix a compil issue on gcc/msys2
gcc does not like implicit conversion from wxString to char*
4 weeks ago
Jeff Young
18b56539a6
Keep Board Setup in front when called from DRC dialog.
4 weeks ago
Jeff Young
9b006c4f3b
Formatting.
4 weeks ago
Jeff Young
8035a66152
Flag non-compiling rule conditions when running DRC.
Also, clear custom rules after an error before
trying to reload just implicit rules.
4 weeks ago
jean-pierre charras
45166bf5c3
Gerbview: fix broken behavior for deprecated command IPPOS and IPNEG
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21715
4 weeks ago
Jeff Young
6ab6283e2e
LIBEVAL::CONTEXT manages its own local VALUEs.
Don't use std::unique_ptr as we'll just free the
value right after storing it.
Also, don't try to execute a non-existent function.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21697
4 weeks ago
Seth Hillbrand
fc7d91214d
Make pasting in lib tables easier
You generally copy/paste whole rows in lib tables, so make this workflow
easier. Allows pasting rows as new data. Prevent overwriting existing
data and don't force pasting from the first column
4 weeks ago
Seth Hillbrand
dcbadb5857
Allow drag-drop for schematic elements
Dragging screen elements over a subsheet allows moving elements into a
subsheet
4 weeks ago
jean-pierre charras
3b97804cb6
DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR: add missing layers to always allowed list
4 weeks ago
Mark Roszko
e72def55a9
Remove moronic pybind forcing expectation of python release builds
1 month ago
Seth Hillbrand
fcf40deae2
Scale down icons that are too big
In template view, if the icon is too big, try to fit to our size
1 month ago
Seth Hillbrand
ef602be91f
Allow drawing subsheet with click+drag
Interestingly, the majority of people in a KiCad training course wanted
to draw subsheets this way. There is no real reason to keep the
existing select behavior, so this greases some skids
1 month ago
Seth Hillbrand
bd5cb76fcd
Sync pin shape between sheet/hier labels
1 month ago
Seth Hillbrand
de26550b5a
Add stubs for compiling
1 month ago
Seth Hillbrand
7deff606be
Update Pybind11 to 3.0.1
1 month ago
Seth Hillbrand
6e2b20ed0e
Update BS Threadpool to 5.0
1 month ago
Jeff Young
2f1a91279f
Make sure DRC inspection dialogs come up in front
of DRC dialog.
1 month ago
Jeff Young
6e316d9faa
ADDED: menu items to control cross-probing from ERC
dialog.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17916
1 month ago
Jeff Young
3c5fb9d90d
CHANGED: progressive disclosure in DRC dialog.
CHANGED: moved Report All Track Errors to config menu.
ADDED: menu items to control cross-probing from DRC
dialog.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17916
1 month ago
jean-pierre charras
11cc86e586
Hotkey handling: disable usage of keyboard modifier flag wxMOD_ALTGR.
The flag wxMOD_ALTGR is defined in wxWidgets as wxMOD_CONTROL|wxMOD_ALT
So AltGr key cannot used as modifier key because it is the same as
Alt key + Ctrl key that is already handled.
So the previous code did not work with modifiers Alt key, Ctrl key and Altgr key
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21696
1 month ago
Roberto Fernandez Bautista
5e2fd084b9
Disable vcpkg compiler tracking
1 month ago
Seth Hillbrand
a1f816e8be
Add additional modifies to hotkeys
Allows (depending on system) AltGr, Meta, Win, Super in combination with
other keys
Fixes https://gitlab.com/kicad/code/kicad/issues/1908
1 month ago
Seth Hillbrand
abf3438ed6
Remove noise from orthographic projection raytracing
We generally add some jitter to the raytracing lines in order to smooth
out over multiple iterations some of the imperfections. However, when
we do this to an orthographic projection (where all lines are parallel
to start, we don't average and just introduce noticeable noise in the
render
Fixes https://gitlab.com/kicad/code/kicad/issues/8863
1 month ago
Seth Hillbrand
cb4c8e6647
Make global delete tracks remove tuning patterns
If we are removing the generated item, we should remove the generator as
well
Fixes https://gitlab.com/kicad/code/kicad/issues/21572
1 month ago
Seth Hillbrand
d356073798
ADDED: synthetic parameters for graphics
Allows editing start/end/radius instead of underlying properties
Fixes https://gitlab.com/kicad/code/kicad/issues/16279
1 month ago
Mark Roszko
b38d9d7f81
Edit Windows-CI.yml, remove after_script
1 month ago
Mark Roszko
297ca1bb7b
Fix windows builds with a temporary hackfix for now
1 month ago