Jeff Young
41234a8373
Implement more precise annotation-required messages.
Also moves the message to an infobar so it's more noticeable.
Fixes https://gitlab.com/kicad/code/kicad/issues/7332
5 years ago
Seth Hillbrand
50b05aea4a
Thou shalt not set minimum width
5 years ago
Jeff Young
69d58d39e5
Add alt pin table to compare function for LIB_PIN.
Also fixes refresh issue when editing alt pins.
Fixes https://gitlab.com/kicad/code/kicad/issues/7204
5 years ago
Jeff Young
ff7742c6b8
File naming and include cleanup.
5 years ago
Wayne Stambaugh
4619d5e112
Fix more broken Doxygen comment specifiers.
5 years ago
Sylwester Kocjan
6a48e21eb2
simulator: update dialog to handle R, I & TEMP DC sweeps
Fixes https://gitlab.com/kicad/code/kicad/-/issues/2370
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6195
Fixes https://gitlab.com/kicad/code/kicad/-/issues/2386
5 years ago
Jeff Young
0a1a5ea669
Fold annotation error reporting into ERC.
Fixes https://gitlab.com/kicad/code/kicad/issues/6938
5 years ago
Michael Kavanagh
ab8bd8f8c7
Dont duplicate items in sheet pin properties combo
Fixes https://gitlab.com/kicad/code/kicad/issues/7132
5 years ago
Jeff Young
360953ba98
"comp" -> "symbol".
5 years ago
Jeff Young
c016ed7940
Engage brain before coding.
Fixes https://gitlab.com/kicad/code/kicad/issues/7123
5 years ago
Roberto Fernandez Bautista
ece0a5ec8e
Make default color UNSPECIFIED for new sheets and allows "clearing" the color
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6697
5 years ago
Jeff Young
e27bd5cf15
Add control over updating of symbol attributes.
ADDED Update Symbol from Library and Change Symbol can now specify
whether or not to update attributes (include in BOM and include on
board).
Fixes https://gitlab.com/kicad/code/kicad/issues/7123
5 years ago
Wayne Stambaugh
82cf747ca8
Symbol editor: fix broken pin table dialog OK button disable logic.
Fixes https://gitlab.com/kicad/code/kicad/issues/7122
5 years ago
Electro707
1c42f95ab3
Added visible column to pins table
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6761
5 years ago
Wayne Stambaugh
e34756d596
Symbol editor: fix read only dialogs when symbol is from schematic.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6968
5 years ago
Jeff Young
0bce280424
Make sure design rules get recompiled after netclass changes.
Fixes https://gitlab.com/kicad/code/kicad/issues/7082
5 years ago
Seth Hillbrand
e4c77f3a47
Remove non-existant BOM plugins
Fixes https://gitlab.com/kicad/code/kicad/issues/7053
5 years ago
Michael Kavanagh
e3f205a3c4
Minor eeschema annotate dialog flow optimisation
Fixes https://gitlab.com/kicad/code/kicad/issues/4700
5 years ago
Jeff Young
753442c60a
Don't select all of textfield on each focus.
GTK (at least) generates focus events when the app is reactivated so
the text keeps getting re-selected.
Fixes https://gitlab.com/kicad/code/kicad/issues/6757
5 years ago
Jeff Young
8c8516b7b1
Remove formbuild URL from hypertext links.
Also adds a tooltip.
Fixes https://gitlab.com/kicad/code/kicad/issues/6982
5 years ago
Seth Hillbrand
b08555b924
Give blank schematics an output name
Plotting a blank schematic should have a placeholder name until the user
saves the file
Fixes https://gitlab.com/kicad/code/kicad/issues/6561
5 years ago
Seth Hillbrand
20888681f8
Fix wording of interchangeable units
5 years ago
Alexis Lockwood
6f228f9dea
hpgl_plotter: correct formatting
5 years ago
Alexis Lockwood
f5b7595675
Add user coordinate support to HPGL plotter
5 years ago
jean-pierre charras
7c29ff76f2
Fix a minor wxWidgets alert.
5 years ago
Seth Hillbrand
87d5318187
Disable alternate pin assignments for DeMorgan
Instead of hiding the dialog, we diable the pane and dropdown with a
consistent tooltip explaining why the pin assignments are not available.
5 years ago
jean-pierre charras
51f40a3f2b
DIALOG_EDIT_ONE_FIELD: use a SCH_FIELD_VALIDATOR for mandatory fields.
These fields do not accept some chars, and must be filtered.
5 years ago
Jeff Young
6542960ba5
Fix failure to clear list before reusing it.
Fixes https://gitlab.com/kicad/code/kicad/issues/6927
5 years ago
Michael Kavanagh
154e19b6e7
Icons: use common prefix for small 16x16
5 years ago
Jon Evans
0de924ab4c
Fix deletion of bus aliases on subsheets
Fixes https://gitlab.com/kicad/code/kicad/-/issues/4364
5 years ago
Jeff Young
8a720ef305
Update naming.
5 years ago
Jeff Young
9b43177e74
Remove highlight from colour preview.
It's more confusing than helpful.
5 years ago
Jeff Young
ce700d4e16
Fix color preview issues: RTree and dangling flags.
Fixes https://gitlab.com/kicad/code/kicad/issues/6830
5 years ago
Jeff Young
f722ba690f
Don't crash when lib table has no rows.
Fixes https://gitlab.com/kicad/code/kicad/issues/6812
5 years ago
Jeff Young
fb7ac450d9
Read-only dialogs for symbols in legacy libraries.
Fixes https://gitlab.com/kicad/code/kicad/issues/5211
5 years ago
Jeff Young
93dc7feea3
Remove multi-threading for footprint loading.
Also don't load the footprints up front. The whole purpose of the
footprint-info stuff is to have enough info about the footprints to
filter them *without* loading. After that just load individual
footprints as we need them.
Fixes https://gitlab.com/kicad/code/kicad/issues/6177
5 years ago
Jon Evans
81ce1a07ee
Fix a few issues with builtin color themes
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6754
5 years ago
Wayne Stambaugh
f311831c27
Coverity fixes.
280252, 314742, 314745, 314747, 314755, 314756, 314757, 314758,
314935, 314936
5 years ago
Jeff Young
7376c25ebe
Fix a crash bug trying to update the view before it was ready.
5 years ago
Jeff Young
7bc42f387a
Make sure splitter sashes are visible.
Also might fix 6791, although that's probably a long-shot.
Fixes https://gitlab.com/kicad/code/kicad/issues/6791
5 years ago
Marek Roszko
9b0a137d6c
Stop bludgeoncompiling dialog_page_settings
Through the power of OOP!
Needs some more cleanup though
5 years ago
Jeff Young
c0d2ad42ce
Remember state of RefDes and Value checkboxes.
Fixes https://gitlab.com/kicad/code/kicad/issues/6755
5 years ago
Jeff Young
5d400a9e11
Improve symbol library messages.
Includes both error messages and ERC messages.
Fixes https://gitlab.com/kicad/code/kicad/issues/6302
5 years ago
Jeff Young
1c0d4ac02d
Simplify some error messages.
5 years ago
Jeff Young
91ab540d18
Naming conventions.
5 years ago
Jeff Young
bb232e6ac6
Unify LIB_IDs now that both are stored in sexpr files.
Fixes https://gitlab.com/kicad/code/kicad/issues/6764
5 years ago
Wayne Stambaugh
aab3c936f0
Move headers from common folders to appropriate include folders round 2.
5 years ago
Wayne Stambaugh
08cf9a1e20
Move headers from common folders to appropriate include folders round 1.
5 years ago
Ian McInerney
fc20eaa083
Fix some compiler and Coverity warnings
5 years ago
Jeff Young
5761666ad6
Don't let the flattened symbol go out of scope before we're done with it.
Fixes https://gitlab.com/kicad/code/kicad/issues/6760
5 years ago