kicad/eeschema/tools
jean-pierre charras 64636601b8 Eeschema: fix a Unicode/UTF8 management when pasting items from Clipboard.
Copy to clipboard save items (using S expr description) using wide strings
(not UTF8 encoding).
But Paste from clipboard was not converting the wide string to UTF8 string
when getting the stored data to send it as std::string to the S expr reader.

Fixes #6449
https://gitlab.com/kicad/code/kicad/issues/6449
2020-11-21 10:59:25 +01:00
..
assign_footprints.cpp Naming conventions (including some component -> symbol). 2020-11-15 20:23:15 +00:00
backannotate.cpp Honour include-in-board flag when back-annotating. 2020-11-19 15:29:53 +00:00
backannotate.h MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
ee_actions.cpp Hook up AutoplaceFields for sheets. 2020-10-28 22:32:36 +00:00
ee_actions.h Eeschema: add schematic sheet page number. 2020-10-19 14:05:45 -04:00
ee_grid_helper.cpp Add const specifiers 2020-11-18 19:50:36 +00:00
ee_grid_helper.h Add const specifiers 2020-11-18 19:50:36 +00:00
ee_inspection_tool.cpp Prepare for MODULE -> FOOTPRINT. 2020-11-13 15:16:24 +00:00
ee_inspection_tool.h Fix broken handling of closing ERC dialog. 2020-11-04 01:08:21 +00:00
ee_point_editor.cpp Naming conventions (including some component -> symbol). 2020-11-15 20:23:15 +00:00
ee_point_editor.h Update SCH_SCREEN's RTree when moving items. 2020-10-30 15:26:07 +00:00
ee_selection.cpp Selection center is center of visible items. 2020-10-30 23:37:35 +00:00
ee_selection.h Selection center is center of visible items. 2020-10-30 23:37:35 +00:00
ee_selection_tool.cpp Make Eeschema cursors update without waiting for mouse movement. 2020-11-18 17:32:40 +00:00
ee_selection_tool.h Make Eeschema cursors update without waiting for mouse movement. 2020-11-18 17:32:40 +00:00
ee_tool_base.h LibEdit -> SymbolEditor 2020-10-31 10:28:21 +00:00
lib_control.cpp Mirroring for intersheet references. 2020-11-18 23:34:27 +00:00
lib_control.h LibEdit -> SymbolEditor 2020-10-31 10:28:21 +00:00
lib_drawing_tools.cpp Go back to arrow cursor on a cancel (or finish). 2020-11-19 20:09:28 +00:00
lib_drawing_tools.h LibEdit -> SymbolEditor 2020-10-31 10:28:21 +00:00
lib_edit_tool.cpp Eeschema: fix a Unicode/UTF8 management when pasting items from Clipboard. 2020-11-21 10:59:25 +01:00
lib_edit_tool.h LibEdit -> SymbolEditor 2020-10-31 10:28:21 +00:00
lib_move_tool.cpp Naming conventions (including some component -> symbol). 2020-11-15 20:23:15 +00:00
lib_move_tool.h LibEdit -> SymbolEditor 2020-10-31 10:28:21 +00:00
lib_pin_tool.cpp LibEdit -> SymbolEditor 2020-10-31 10:28:21 +00:00
lib_pin_tool.h LibEdit -> SymbolEditor 2020-10-31 10:28:21 +00:00
reannotate.cpp Remove ignore other projects option from back annotation 2020-09-30 23:34:04 +01:00
reannotate.h ADDED: Geographic Reannotation 2020-08-09 12:43:05 -04:00
sch_drawing_tools.cpp Go back to arrow cursor on a cancel (or finish). 2020-11-19 20:09:28 +00:00
sch_drawing_tools.h Formatting and naming conventions. 2020-11-07 18:50:30 +00:00
sch_edit_tool.cpp Mirroring for intersheet references. 2020-11-18 23:34:27 +00:00
sch_edit_tool.h Eeschema: add schematic sheet page number. 2020-10-19 14:05:45 -04:00
sch_editor_control.cpp Eeschema: fix a Unicode/UTF8 management when pasting items from Clipboard. 2020-11-21 10:59:25 +01:00
sch_editor_control.h Disambiguate backannotation (Update Schematic from PCB) from Cvpcb. 2020-10-14 21:07:10 +01:00
sch_line_wire_bus_tool.cpp Go back to arrow cursor on a cancel (or finish). 2020-11-19 20:09:28 +00:00
sch_line_wire_bus_tool.h ADDED: Autostart wires in eeschema 2020-10-01 23:53:47 +00:00
sch_move_tool.cpp Re-write IntersheetRefs on top of SCH_FIELDs and textVars. 2020-11-17 16:05:49 +00:00
sch_move_tool.h ADDED: Align to Grid function in Eeschema 2020-09-17 12:27:43 -07:00
sch_navigate_tool.cpp Re-write IntersheetRefs on top of SCH_FIELDs and textVars. 2020-11-17 16:05:49 +00:00
sch_navigate_tool.h Re-write IntersheetRefs on top of SCH_FIELDs and textVars. 2020-11-17 16:05:49 +00:00