Jeff Young
|
63f937db85
|
Don't use drag origin for real drag events.
Fixes https://gitlab.com/kicad/code/kicad/issues/12763
|
2022-11-09 13:09:31 +00:00 |
Jeff Young
|
4066850f37
|
Use event point to determine if we're still in draggable item.
|
2022-11-09 13:09:01 +00:00 |
jean-pierre charras
|
85e44c2dae
|
pcbnew, SVG import: fix an issue for SVG files using a CR+LF end of file
The issue was in a validity test working only if CR+LF is not replaced by LF
Fixes #10096
https://gitlab.com/kicad/code/kicad/issues/10096
|
2022-11-09 09:33:51 +01:00 |
Seth Hillbrand
|
8b7d997a6d
|
Fix broken refactor
Don't trust the automatic refactor. It misses the strangest things
|
2022-11-08 20:30:30 -08:00 |
Jon Evans
|
3a15fa5e0f
|
Don't remove a read-only settings file
Fixes https://gitlab.com/kicad/code/kicad/-/issues/12844
|
2022-11-08 23:27:26 -05:00 |
Marek Roszko
|
8832c5239e
|
Add missing connectiongraph recalculate for the cli schematic load
|
2022-11-08 23:09:50 -05:00 |
Jon Evans
|
7c71f65869
|
Add new field attributes to Update from Libraries
Fixes https://gitlab.com/kicad/code/kicad/-/issues/12839
|
2022-11-08 22:32:47 -05:00 |
Jon Evans
|
c07477b94c
|
Move to explicit symbol properties mapping
Fixes https://gitlab.com/kicad/code/kicad/-/issues/12845
|
2022-11-08 22:19:08 -05:00 |
Seth Hillbrand
|
39774463db
|
Remove extra line
|
2022-11-08 16:35:03 -08:00 |
Jeff Young
|
2ada7db282
|
Update footprint editor's board with changed prefs.
Fixes https://gitlab.com/kicad/code/kicad/issues/12678
|
2022-11-09 00:30:39 +00:00 |
Seth Hillbrand
|
056f45cd70
|
Fixup most intersecting polygon points
Remaining is the intersecting complex pad, so this keeps the error
message when drawing
Fixes https://gitlab.com/kicad/code/kicad/issues/12806
|
2022-11-08 16:05:04 -08:00 |
jean-pierre charras
|
ffd578ef70
|
Ibis parser: fix a collision name with a windows header (msys2 specific)
This is recurrent conflict. (fixed by changing INPUT to INPUT_SDT).
|
2022-11-08 17:35:57 +01:00 |
Jeff Young
|
2cfe78170c
|
Honour selection filter when picking move anchors.
Fixes https://gitlab.com/kicad/code/kicad/issues/12773
|
2022-11-08 16:27:18 +00:00 |
Jeff Young
|
1d7c5dce70
|
Don't attempt to write zone-connection-layers to footprint library.
Fixes https://gitlab.com/kicad/code/kicad/issues/12857
|
2022-11-08 12:13:15 +00:00 |
Jeff Young
|
ece752d5a2
|
Move annotation error reporting to preflight before simulation.
Fixes https://gitlab.com/kicad/code/kicad/issues/9220
|
2022-11-08 12:13:15 +00:00 |
Jeff Young
|
5af506777c
|
Formatting and wxT
|
2022-11-08 12:13:15 +00:00 |
jean-pierre charras
|
97a002e06c
|
fix previous commit for QA stuff (missing changes)
|
2022-11-08 12:33:24 +01:00 |
jean-pierre charras
|
9501f4303d
|
Rename CreateWindow to CreateKiWindow to avoid a collision name with a windows header
No code change, but it fix an issue specific to msys2 that bother me when
trying to fix issues with wx 3.0.x version
|
2022-11-08 12:31:07 +01:00 |
jean-pierre charras
|
cb3d215b6a
|
Fix compil and Coverity warnings.
|
2022-11-08 11:53:13 +01:00 |
Marek Roszko
|
e5d132beec
|
Add missing * layer mask for cli
|
2022-11-07 23:30:30 -05:00 |
Marek Roszko
|
d8e9436d92
|
Fix step export not resolving variables
Fixes https://gitlab.com/kicad/code/kicad/-/issues/12754
|
2022-11-07 23:21:48 -05:00 |
Marek Roszko
|
cd30da179a
|
Round out the cli with position file export
|
2022-11-07 19:53:35 -05:00 |
Jeff Young
|
be8bbcaac3
|
Send Selected event even if the result is an empty selection.
Fixes https://gitlab.com/kicad/code/kicad/issues/12849
|
2022-11-07 19:47:51 +00:00 |
jean-pierre charras
|
05336798ac
|
try to fix a wx3.0/wx3.1 compatibility
|
2022-11-07 20:28:00 +01:00 |
Jeff Young
|
b5f62da5d9
|
Respect synthetic layer visibility when selecting footprint texts.
Fixes https://gitlab.com/kicad/code/kicad/issues/12850
|
2022-11-07 19:26:14 +00:00 |
Jeff Young
|
ae741b93e6
|
Resore push/pop-less PickerTool.
(Functionality was accidentallly lost when we removed the opt command
strings.)
|
2022-11-07 19:11:12 +00:00 |
Mikolaj Wielgus
|
e8762da4f4
|
Revert "Support for variable references in SPICE models."
This reverts commit 95ebfeeed1 .
This reverts commit 672ce650a9 .
|
2022-11-07 19:37:40 +01:00 |
Jeff Young
|
095f02e6ef
|
Fix encoding issues in Simulation Model dialog's property grid.
|
2022-11-07 15:03:18 +00:00 |
Jeff Young
|
672ce650a9
|
Basic ERC for simulation models.
|
2022-11-07 13:33:00 +00:00 |
Jeff Young
|
8fc08b9185
|
Erc for simulation models.
|
2022-11-07 12:28:11 +00:00 |
Jeff Young
|
95ebfeeed1
|
Support for variable references in SPICE models.
Also fixes a couple of bugs where sheet instance data wasn't being
handled correctly.
|
2022-11-07 10:57:34 +00:00 |
dsa-t
|
0b3ecdd968
|
Revert "Fix handling of self-intersecting polygons"
This reverts commit ed309e20da
|
2022-11-07 09:41:56 +00:00 |
jean-pierre charras
|
dc6fcc262c
|
Pcbnew : allows overwriting viewport with same name in appearance manager.
Fixes #12765
https://gitlab.com/kicad/code/kicad/issues/12765
|
2022-11-07 09:11:49 +01:00 |
Jon Evans
|
311741a9a3
|
Symbol library browser needs an infobar too
Fixes https://gitlab.com/kicad/code/kicad/-/issues/12843
|
2022-11-06 18:50:29 -05:00 |
Jon Evans
|
32b3f24f8b
|
Thanks xorg
|
2022-11-06 18:27:18 -05:00 |
Jon Evans
|
f708dad5cd
|
Don't use frame events for PROPERTY_EDITOR_UNIT_BINDER
|
2022-11-06 18:26:17 -05:00 |
Jeff Young
|
be29ab2c76
|
Need to check enabled as well as visible.
Fixes https://gitlab.com/kicad/code/kicad/issues/12786
|
2022-11-06 19:53:57 +00:00 |
Jeff Young
|
396e220133
|
Non-visible layers are stored in the GPU so still have to be drawn.
Fixes https://gitlab.com/kicad/code/kicad/issues/12792
|
2022-11-06 17:37:29 +00:00 |
Jon Evans
|
dd94b2d3a7
|
Rename PROPERTIES to STRING_UTF8_MAP for clarity
This class has nothing to do with the properties system
|
2022-11-06 11:51:52 -05:00 |
Jon Evans
|
68de92313e
|
Properties: move to custom editor for distances; refactoring
Also fix display of angle values since EDA_ANGLE was introduced
Fixes https://gitlab.com/kicad/code/kicad/-/issues/12290
|
2022-11-06 11:40:45 -05:00 |
Jeff Young
|
76ce580bd0
|
Don't use KiCad escape sequences for JS text.
Fixes https://gitlab.com/kicad/code/kicad/issues/12782
|
2022-11-06 15:21:38 +00:00 |
Jeff Young
|
90c5295a9f
|
Fix builds on non-Macs.
|
2022-11-06 15:07:38 +00:00 |
Jeff Young
|
be142af4d0
|
Another attempt at string encoding for JS inside a PDF.
Fixes https://gitlab.com/kicad/code/kicad/issues/12782
|
2022-11-06 14:34:54 +00:00 |
Jeff Young
|
165c9bf68b
|
Reference assignment is not the same thing as pointer assignment.
Fixes https://gitlab.com/kicad/code/kicad/issues/12837
|
2022-11-06 12:01:06 +00:00 |
Jeff Young
|
f706ac06b8
|
Code cleanup.
|
2022-11-06 11:17:54 +00:00 |
Jeff Young
|
b385a4b60a
|
Implement DarkMode for the Appearances Palette.
Fixes https://gitlab.com/kicad/code/kicad/issues/11734
|
2022-11-06 00:34:45 +00:00 |
Jeff Young
|
a03799c61e
|
Don't mark collisions on dragged items, only things they collide with.
Fixes https://gitlab.com/kicad/code/kicad/issues/8965
|
2022-11-05 21:54:33 +00:00 |
Jeff Young
|
2899ee1eb4
|
Restore labelling and layout changes lost in revert.
|
2022-11-05 16:50:54 +00:00 |
Jeff Young
|
bb618f2d55
|
Update pointEditor after cancelled move.
|
2022-11-05 16:50:54 +00:00 |
Jeff Young
|
5366fa8cee
|
Add mapping for -rescue.lib in project Save As.
Fixes https://gitlab.com/kicad/code/kicad/issues/12503
|
2022-11-05 16:50:54 +00:00 |