Marek Roszko
|
77a87101ef
|
Bump vcpkg baseline
|
2024-02-27 07:48:21 -05:00 |
Marek Roszko
|
d23a740ce3
|
Update vcpkg baseline to newer
|
2024-02-27 07:48:20 -05:00 |
jean-pierre charras
|
ed4a4ec8ec
|
Add option to Footprint Chooser to switch between the selected fp or its 3D view
Fixes #16173
https://gitlab.com/kicad/code/kicad/-/issues/16173
|
2024-02-27 10:17:00 +01:00 |
Jon Evans
|
e9456201a7
|
Don't rely on dynamic_cast across DLLs
See https://gitlab.com/kicad/code/kicad/-/issues/16998
|
2024-02-26 22:10:28 -05:00 |
Jeff Young
|
539bd62a7b
|
Cancel autocomplete when STC loses focus.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17124
|
2024-02-26 22:29:29 +00:00 |
Jeff Young
|
3079f7c742
|
Fix copy pasta.
|
2024-02-26 22:29:29 +00:00 |
Jeff Young
|
d23ee7db3d
|
Improve SNR.
|
2024-02-26 22:29:29 +00:00 |
Alex Shvartzkop
|
b3df08c7b1
|
Initialize git_remote_callbacks structure.
(cherry picked from commit 35192f5bd4 )
|
2024-02-26 21:36:08 +00:00 |
Alex Shvartzkop
|
755bfe3492
|
Initialize git_repository_init_options structure.
(cherry picked from commit d84a5e6f03 )
|
2024-02-26 21:25:30 +00:00 |
Jeff Young
|
ac0758eca0
|
Only change pin assignments from user interaction.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16349
|
2024-02-26 19:02:00 +00:00 |
Jeff Young
|
d16b5fb810
|
Handle single-source DC analyses correctly.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17119
|
2024-02-26 19:02:00 +00:00 |
Wayne Stambaugh
|
23169ca1a7
|
Post merge request clean up.
|
2024-02-26 07:54:22 -05:00 |
Jeff Young
|
43c45f3ee8
|
Fix copy pasta.
|
2024-02-26 12:39:01 +00:00 |
Jon Evans
|
2f6c9d1f3a
|
ADDED: Selection filter for schematic editor
Fixes https://gitlab.com/kicad/code/kicad/-/issues/14988
|
2024-02-25 17:44:10 -05:00 |
Jeff Young
|
11774cc9fe
|
Fix some dialog layout issues.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16391
|
2024-02-25 22:10:51 +00:00 |
Jeff Young
|
9066e4b9d0
|
Reconcile solder_paste_ratio and solder_paste_margin_ratio.
|
2024-02-25 21:25:44 +00:00 |
Jeff Young
|
532645c9b0
|
Add tables to eeItem test.
|
2024-02-25 21:08:38 +00:00 |
Jon Evans
|
96ea1f6f89
|
Revert change to prettifier QA data
The file format should not be bumped in these test cases, they are not a test of the file format writer.
|
2024-02-25 12:50:44 -05:00 |
Jeff Young
|
aef87b9796
|
Push thickness handling down into EDA_TEXT::SetBold().
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17077
Fixes https://gitlab.com/kicad/code/kicad/-/issues/14875
|
2024-02-25 17:28:52 +00:00 |
Jeff Young
|
6ec51f6a69
|
Revert IsAttached() fix as it doesn't handle hotkeys from the main menubar.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17101
|
2024-02-25 15:46:12 +00:00 |
Jeff Young
|
be83f276c4
|
Add a couple more tooltips.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16391
|
2024-02-25 15:30:47 +00:00 |
jean-pierre charras
|
7789dfcfdc
|
fix a compil issue (missing include and nullptr_t -> std::nullptr_t)
|
2024-02-25 16:26:05 +01:00 |
jean-pierre charras
|
f7721f385a
|
Symbol editor: add option (view menu+toolbar) to show/hide invisible pins and fields
Fixes #8020
https://gitlab.com/kicad/code/kicad/-/issues/8020
|
2024-02-25 16:09:50 +01:00 |
Ethan Chien
|
be81bce637
|
Add Feature: synchronize hierarchical labels and sheet pins
|
2024-02-25 14:23:59 +00:00 |
Jon Evans
|
d939004bbd
|
Fix use-after-free in Altium importer
If the library already contains a symbol with the same name,
SaveSymbol will replace the existing symbol,
which will invalidate a cached pointer.
|
2024-02-25 08:47:07 -05:00 |
Jeff Young
|
3b560cef50
|
Fix some test errors.
|
2024-02-25 13:43:45 +00:00 |
Jeff Young
|
99948de45a
|
Support pin count and footprint filters in symbol editor.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17105
|
2024-02-25 13:14:31 +00:00 |
Jeff Young
|
dba2fdb6d3
|
Don't import invalid polygons.
If we *do* get a 2-point polygon in SVG, import it as a segment.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17091
|
2024-02-25 12:28:19 +00:00 |
Jeff Young
|
4056428a08
|
Sigh. We use different tokens for FP and pad solder paste margin ratios.
Seriously? Afraid so: solder_paste_margin_ratio and solder_paste_ratio.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17108
|
2024-02-25 11:31:04 +00:00 |
Jeff Young
|
986dbfd235
|
Don't double-add pads to commit.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17087
|
2024-02-25 11:31:04 +00:00 |
Alex Shvartzkop
|
38953bf35f
|
Fix update notice dialog padding.
(cherry picked from commit 1c639714f3 )
|
2024-02-25 10:42:20 +00:00 |
Jeff Young
|
caa83ec9bd
|
Fix missing unit initialization.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17076
|
2024-02-24 22:34:41 +00:00 |
Jeff Young
|
0078ccea09
|
Fix typo.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17086
|
2024-02-24 20:06:22 +00:00 |
Jeff Young
|
6bbac26fd3
|
Fix merge conflict.
|
2024-02-24 20:05:51 +00:00 |
Jeff Young
|
9a02712c4f
|
Update VDMOS models to ngspice-41 (and later) defaults.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17073
|
2024-02-24 20:05:51 +00:00 |
Jeff Young
|
e27f859c11
|
Apply Pad Properties teardrop terminology to Via Properties.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17050
|
2024-02-24 20:05:51 +00:00 |
Jeff Young
|
f77de66f4e
|
Generalize ERCItem inspections.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/10539
|
2024-02-24 20:05:51 +00:00 |
Jeff Young
|
e7abeb3c38
|
Cleanup.
|
2024-02-24 20:05:51 +00:00 |
Jeff Young
|
fa0ead98d8
|
Split out table editing and table cell editing.
|
2024-02-24 20:05:51 +00:00 |
Jeff Young
|
3282e4bb66
|
Formatting.
|
2024-02-24 20:05:51 +00:00 |
Jeff Young
|
c3496e4af6
|
Implement min skew checking.
|
2024-02-24 20:05:51 +00:00 |
Jeff Young
|
782af3a918
|
Clear text before replacing in ImportSettingsFrom.
|
2024-02-24 20:05:51 +00:00 |
Jeff Young
|
e760317af6
|
ADDED: Implement footprint link checking in ERC.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16842
|
2024-02-24 20:05:51 +00:00 |
Jeff Young
|
6dc60598da
|
Cleanup array dialog.
|
2024-02-24 20:05:51 +00:00 |
Jeff Young
|
d7e4a8cebd
|
ADDED: ERC/DRC exclusion comments.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16020
|
2024-02-24 20:05:51 +00:00 |
Jeff Young
|
c8d2a9340b
|
ADDED: ExpandAll/CollapseAll for hierarchy pane.
|
2024-02-24 20:05:51 +00:00 |
Jeff Young
|
833ec402a0
|
Generalize DRCItem inspections.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/10539
|
2024-02-24 20:05:51 +00:00 |
Jeff Young
|
6856e59374
|
ADDED: ExpandAll/CollapseAll for lib trees.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/8243
|
2024-02-24 20:05:51 +00:00 |
Jeff Young
|
4eefbc7815
|
ADDED: textbox and tablecell margins.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/10672
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6806
|
2024-02-24 20:05:51 +00:00 |
Jeff Young
|
e445249720
|
ADDED: PCB tables.
|
2024-02-24 20:05:51 +00:00 |