Jon Evans
|
693e40b5b0
|
Exclude buses from dangling label checks
Fixes https://gitlab.com/kicad/code/kicad/-/issues/7017
|
2021-01-13 19:37:05 -05:00 |
Wayne Stambaugh
|
2d64613bbb
|
Coverity fixes.
Reports 314745, 316271, and 316269.
|
2021-01-13 11:23:09 -05:00 |
Wayne Stambaugh
|
e34756d596
|
Symbol editor: fix read only dialogs when symbol is from schematic.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6968
|
2021-01-13 09:40:30 -05:00 |
Jeff Young
|
bedd785546
|
Implement pin cross-probing now that EEschema can select them.
Fixes https://gitlab.com/kicad/code/kicad/issues/7084
|
2021-01-13 14:19:44 +00:00 |
Jeff Young
|
0bce280424
|
Make sure design rules get recompiled after netclass changes.
Fixes https://gitlab.com/kicad/code/kicad/issues/7082
|
2021-01-13 12:37:20 +00:00 |
Jon Evans
|
ede500f117
|
Don't create multiple markers for the same issue
Fixes https://gitlab.com/kicad/code/kicad/-/issues/7016
|
2021-01-12 23:24:13 -05:00 |
Jon Evans
|
5ceadbda3b
|
Don't show redundant ERC markers from subsheets
Fixes https://gitlab.com/kicad/code/kicad/-/issues/7016
|
2021-01-12 23:24:13 -05:00 |
Ian McInerney
|
ac3e677fae
|
Cleanup some compile warnings
|
2021-01-13 02:12:59 +00:00 |
Jeff Young
|
d23b5f89b3
|
Don't save sheet multiple times on undo stack.
Fixes https://gitlab.com/kicad/code/kicad/issues/7063
|
2021-01-12 23:56:35 +00:00 |
Seth Hillbrand
|
c22921ee4f
|
Fix spelling
|
2021-01-12 13:33:40 -08:00 |
Dominik Wernberger
|
dc02ec9758
|
Remove a few const_cast
|
2021-01-12 20:51:31 +00:00 |
Dominik Wernberger
|
07635d2fc7
|
Minor adjustments
|
2021-01-12 20:51:31 +00:00 |
Dominik Wernberger
|
ac94d72d2d
|
Add more const specifiers
|
2021-01-12 20:51:31 +00:00 |
Dominik Wernberger
|
ec0af24f13
|
Make wxFindReplaceData argument const
|
2021-01-12 20:51:31 +00:00 |
Dominik Wernberger
|
bb2881a5ab
|
Make RENDER_SETTINGS argument const
|
2021-01-12 20:51:31 +00:00 |
Konstantin Baranovskiy
|
cd2c46e5c9
|
Make "... file is read only." warnings translatable.
|
2021-01-12 14:33:35 +00:00 |
Michael Kavanagh
|
8fba0c257b
|
Icons: remove more inconsistencies around Select
Missed from 5d9b2d3fea
|
2021-01-11 23:31:24 +00:00 |
Jeff Young
|
50889a9ed6
|
Promote mouse drag settings to full enums.
|
2021-01-11 22:09:36 +00:00 |
Seth Hillbrand
|
e4c77f3a47
|
Remove non-existant BOM plugins
Fixes https://gitlab.com/kicad/code/kicad/issues/7053
|
2021-01-11 13:50:15 -08:00 |
Wayne Stambaugh
|
1eee72ec65
|
Fix library tree behavior when duplicate project table entry is disabled.
Fixes https://gitlab.com/kicad/code/kicad/issues/5438
|
2021-01-11 07:46:07 -05:00 |
Jeff Young
|
6c648df4c6
|
Support 3 drag vs. select options, and unifiy with other drag prefs.
Fixes https://gitlab.com/kicad/code/kicad/issues/5493
|
2021-01-11 11:50:14 +00:00 |
jean-pierre charras
|
60152bc00e
|
Spice sim: fix incorrect (very large) dialog size displaying the netlist.
It was previously fixed to 1500x900 pixels, that can be too large.
The window size and position is also now retained during a session.
Fixes #7043
https://gitlab.com/kicad/code/kicad/issues/7043
|
2021-01-11 10:06:33 +01:00 |
Mikolaj Wielgus
|
a718416245
|
Fix cross-probe clearing Eeschema net
Fixes https://gitlab.com/kicad/code/kicad/issues/6915
|
2021-01-10 01:39:45 +00:00 |
Michael Kavanagh
|
e3f205a3c4
|
Minor eeschema annotate dialog flow optimisation
Fixes https://gitlab.com/kicad/code/kicad/issues/4700
|
2021-01-10 01:03:58 +00:00 |
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
|
2021-01-09 20:53:24 +00:00 |
Wayne Stambaugh
|
0655f2c436
|
Symbol editor: do not disable tools and grey symbols from schematic.
Fixes https://gitlab.com/kicad/code/kicad/issues/6968
|
2021-01-08 18:25:18 -05:00 |
Jeff Young
|
51e6846ca5
|
Don't edit fields when more than one is selected.
Fixes https://gitlab.com/kicad/code/kicad/issues/7005
|
2021-01-08 20:43:02 +00:00 |
Jeff Young
|
3467e643e5
|
Move pad locking from footprint to pads.
Fixes https://gitlab.com/kicad/code/kicad/issues/6997
|
2021-01-08 20:43:02 +00:00 |
Jeff Young
|
c3d46c1cb5
|
Add ncPins to the list of no_connect_ nets.
This allows the info to be acted upon in PCBNew (for instance, clearance
rules).
Fixes https://gitlab.com/kicad/code/kicad/issues/6991
|
2021-01-07 21:56:04 +00:00 |
Jeff Young
|
8c8516b7b1
|
Remove formbuild URL from hypertext links.
Also adds a tooltip.
Fixes https://gitlab.com/kicad/code/kicad/issues/6982
|
2021-01-07 15:12:19 +00:00 |
Ola Rinta-Koski
|
87b2081807
|
Set sheet file name when Save as... succeeds
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6561
|
2021-01-06 19:29:18 +00:00 |
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
|
2021-01-06 11:11:26 -08:00 |
Seth Hillbrand
|
db394286c7
|
Add missing rect hittest
|
2021-01-06 10:02:06 -08:00 |
Seth Hillbrand
|
20888681f8
|
Fix wording of interchangeable units
|
2021-01-05 17:37:08 -08:00 |
Michael Kavanagh
|
2a24886d47
|
Icons: remove more duplicates
|
2021-01-06 00:35:20 +00:00 |
Michael Kavanagh
|
54724096ea
|
Icons: consistency between Eeschema and Pcbnew
|
2021-01-06 00:35:20 +00:00 |
Alexis Lockwood
|
6f228f9dea
|
hpgl_plotter: correct formatting
|
2021-01-05 22:42:21 +00:00 |
Alexis Lockwood
|
f5b7595675
|
Add user coordinate support to HPGL plotter
|
2021-01-05 22:42:21 +00:00 |
Seth Hillbrand
|
f6578da824
|
UUID compare should always be last
It is, by definition, unique, so all comparisons should be made before
it or they won't be made at all.
Fixes https://gitlab.com/kicad/code/kicad/issues/5940
|
2021-01-05 10:01:21 -08:00 |
jean-pierre charras
|
7c29ff76f2
|
Fix a minor wxWidgets alert.
|
2021-01-05 15:07:23 +01:00 |
Michael Kavanagh
|
b40e3a39f5
|
Minor cleanup.
|
2021-01-04 23:59:36 +00:00 |
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.
|
2021-01-04 15:57:59 -08:00 |
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.
|
2021-01-04 16:03:04 +01:00 |
Michael Kavanagh
|
39abf8964f
|
Icons: fix simulator menubar
|
2021-01-04 01:44:01 +00:00 |
Jeff Young
|
6542960ba5
|
Fix failure to clear list before reusing it.
Fixes https://gitlab.com/kicad/code/kicad/issues/6927
|
2021-01-04 00:33:42 +00:00 |
Jeff Young
|
dc65166ee7
|
Implement algin-to-grid for fields.
Fixes https://gitlab.com/kicad/code/kicad/issues/6530
|
2021-01-03 22:39:58 +00:00 |
Michael Kavanagh
|
154e19b6e7
|
Icons: use common prefix for small 16x16
|
2021-01-02 23:16:33 +00:00 |
Michael Kavanagh
|
6d3c1c7716
|
Icons: remove unused sources/duplicates + rename
|
2021-01-02 23:16:33 +00:00 |
Seth Hillbrand
|
a69a4be853
|
Fix build error with icon names
|
2021-01-01 13:13:33 -08:00 |
Seth Hillbrand
|
5a0c3bf4bc
|
Icons updates
- Remove 22px bitmaps
- Move 24px icons to icon_XXX_24 filenames
- Update convert icon thanks to MisterHW
Fixes https://gitlab.com/kicad/code/kicad/issues/6088
|
2021-01-01 11:00:15 -08:00 |