Browse Source
Eeschema: Fix a (minor but annoying) bug detected by coverity which prevent Eeschema to draw components in "fast mode" (i;e. without pin texts) when they are moved, due to a draw parameter which was incorrectly used.
Eeschema: Fix a (minor but annoying) bug detected by coverity which prevent Eeschema to draw components in "fast mode" (i;e. without pin texts) when they are moved, due to a draw parameter which was incorrectly used.
Move items rework: enhancements: for some items (sheets, components, bus entries) the mouse cursor is no more wrapped to the anchor. For large symbols, this is better: they are more easy to place. There is also a change when starting a move item command: the full screen is redraw, and therefore there is no artifact due to the XOR draw mode. Some other minor coverity fixes (uninitialized members).pull/2/head
27 changed files with 292 additions and 195 deletions
-
20eeschema/block.cpp
-
2eeschema/bus-wire-junction.cpp
-
14eeschema/dialogs/dialog_plot_schematic.cpp
-
2eeschema/edit_label.cpp
-
4eeschema/events_called_functions_for_edit.cpp
-
2eeschema/getpart.cpp
-
3eeschema/hierarch.cpp
-
5eeschema/lib_draw_item.cpp
-
5eeschema/lib_draw_item.h
-
16eeschema/lib_pin.cpp
-
20eeschema/lib_pin.h
-
8eeschema/sch_bus_entry.h
-
27eeschema/sch_component.cpp
-
49eeschema/sch_component.h
-
25eeschema/sch_field.cpp
-
11eeschema/sch_field.h
-
30eeschema/sch_item_struct.h
-
8eeschema/sch_sheet.cpp
-
37eeschema/sch_sheet.h
-
32eeschema/sch_text.h
-
73eeschema/schedit.cpp
-
6eeschema/schframe.h
-
72eeschema/sheet.cpp
-
4eeschema/sheetlab.cpp
-
2scripts/bom-in-python/README-bom.txt
-
8scripts/bom-in-python/bom_csv_by_ref.py
-
2scripts/bom-in-python/bom_csv_by_ref_v2.py
Write
Preview
Loading…
Cancel
Save
Reference in new issue