..
dialogs
Fix typo fetching stroke width.
2021-06-13 20:31:53 +01:00
netlist_exporters
Move '~' pin name processing to LIB_PIN and SCH_PIN.
2021-06-12 19:54:34 +01:00
plugins
Gerbview, export to pcbnew: use gr_circle instead of polygon for flashed round shapes
2021-06-12 09:26:36 +02:00
sch_plugins
Add conversion from old `~...~` to new `~{...}` notation
2021-06-11 18:40:57 +00:00
sim
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
symbol_editor
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
tools
Don't allow rotation/mirroring while dragging.
2021-06-13 20:22:25 +01:00
widgets
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
CMakeLists.txt
Remove the wxLog calls from math/util.h for now
2021-06-01 18:44:22 -04:00
annotate.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
autoplace_fields.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
bom_plugins.cpp
BOM dialog: explain when we can't find scripts
2021-02-25 22:41:12 -05:00
bom_plugins.h
BOM dialog: explain when we can't find scripts
2021-02-25 22:41:12 -05:00
bus-wire-junction.cpp
Terminology (use present tense for flags).
2021-05-31 12:26:44 +01:00
bus_alias.cpp
Use kicad_algo directly rather than common.h
2020-10-24 08:53:11 -04:00
bus_alias.h
Use wxArrayString instead of vector<wxString> in BUS_ALIAS
2019-11-29 21:11:44 -05:00
class_library.cpp
Remove another leaky wx/log.h header
2021-06-03 08:11:15 -04:00
class_library.h
Implement thread safety for symbol loading routines
2021-04-18 18:39:46 +01:00
cmp_library.keywords
…
cmp_library_lexer.cpp
…
component_references_lister.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
connection_graph.cpp
Move '~' pin name processing to LIB_PIN and SCH_PIN.
2021-06-12 19:54:34 +01:00
connection_graph.h
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
cross-probing.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
default_values.h
Fix typos in source code
2021-06-10 01:24:15 +00:00
ee_collectors.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
ee_collectors.h
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
eeschema.cpp
Don't hardcode the file extensions where possible
2021-03-03 01:13:59 +00:00
eeschema.icns
Update icon resource sets
2020-12-22 15:16:33 -08:00
eeschema_config.cpp
Common widget header housekeeping.
2021-06-03 12:02:45 -04:00
eeschema_doc.icns
Update icon resource sets
2020-12-22 15:16:33 -08:00
eeschema_id.h
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
eeschema_settings.cpp
Rework JSON integration to speed up build
2021-06-05 17:08:38 -04:00
eeschema_settings.h
Save annotation settings in preferences.
2021-04-26 16:05:22 +01:00
erc.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
erc.h
Naming conventions.
2021-05-05 22:58:40 +01:00
erc_item.cpp
Fold annotation error reporting into ERC.
2021-01-24 23:01:24 +00:00
erc_item.h
Fold annotation error reporting into ERC.
2021-01-24 23:01:24 +00:00
erc_settings.cpp
Rework JSON integration to speed up build
2021-06-05 17:08:38 -04:00
erc_settings.h
Added a lot of consts and refactored a few lines
2021-03-08 12:49:48 -08:00
fields_grid_table.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
fields_grid_table.h
Eeschema: use symbol nomenclature for object file naming.
2021-02-24 08:48:02 -05:00
files-io.cpp
Update Hierarchy Navigator after performing file actions.
2021-06-13 17:15:43 +01:00
general.h
Fix source comment / documentation typos
2021-06-09 19:32:58 +00:00
generate_alias_info.cpp
Remove the wxLog calls from math/util.h for now
2021-06-01 18:44:22 -04:00
generate_alias_info.h
…
getpart.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
hierarch.cpp
Fix source comment / documentation typos
2021-06-09 19:32:58 +00:00
hierarch.h
Eeschema header housekeeping round 1.
2021-03-25 10:08:06 -04:00
invoke_sch_dialog.h
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
lib_arc.cpp
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
lib_arc.h
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
lib_bezier.cpp
Added a lot of consts and refactored a few lines
2021-03-08 12:49:48 -08:00
lib_bezier.h
Eeschema header housekeeping round 1.
2021-03-25 10:08:06 -04:00
lib_circle.cpp
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
lib_circle.h
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
lib_field.cpp
Cleanup some pgm_base.h includes
2021-06-08 21:56:00 -04:00
lib_field.h
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
lib_item.cpp
Eeschema: fix false positive library symbol changed ERC errors.
2021-03-04 17:59:24 -05:00
lib_item.h
Fix source comment / documentation typos
2021-06-09 19:32:58 +00:00
lib_pin.cpp
Move '~' pin name processing to LIB_PIN and SCH_PIN.
2021-06-12 19:54:34 +01:00
lib_pin.h
Move '~' pin name processing to LIB_PIN and SCH_PIN.
2021-06-12 19:54:34 +01:00
lib_polyline.cpp
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
lib_polyline.h
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
lib_rectangle.cpp
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
lib_rectangle.h
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
lib_symbol.cpp
Fix source comment / documentation typos
2021-06-09 19:32:58 +00:00
lib_symbol.h
Fix source comment / documentation typos
2021-06-09 19:32:58 +00:00
lib_text.cpp
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
lib_text.h
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
libarch.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
menubar.cpp
Cleanup some pgm_base.h includes
2021-06-08 21:56:00 -04:00
pin_number.cpp
More component -> symbol.
2020-11-15 20:23:15 +00:00
pin_number.h
…
pin_type.cpp
Avoid sharing gdicmn for just bitmaps
2021-06-03 01:46:04 -04:00
pin_type.h
Rework bitmap system to load from archived PNGs
2021-03-11 08:37:35 -05:00
project_rescue.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
project_rescue.h
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
sch_base_frame.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
sch_base_frame.h
Remove a few unnecessary headers.
2021-06-09 12:28:03 -04:00
sch_bitmap.cpp
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
sch_bitmap.h
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
sch_bus_entry.cpp
Use getLineWidth() when drawing bus entries.
2021-06-13 20:52:03 +01:00
sch_bus_entry.h
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
sch_connection.cpp
Replace `~...~` overbar syntax with `~{...}`
2021-06-11 18:40:57 +00:00
sch_connection.h
Naming conventions.
2021-03-29 11:46:05 +01:00
sch_draw_panel.cpp
Make the GAL responsible for the native cursor management
2021-04-05 02:36:12 +01:00
sch_draw_panel.h
Fix more broken Doxygen comment specifiers.
2021-01-26 12:17:52 -05:00
sch_edit_frame.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
sch_edit_frame.h
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
sch_field.cpp
Don't display legacy placeholder for empty string ("~").
2021-06-12 18:58:15 +01:00
sch_field.h
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
sch_file_versions.h
Add conversion from old `~...~` to new `~{...}` notation
2021-06-11 18:40:57 +00:00
sch_io_mgr.cpp
Move importers from wxLog to REPORTER.
2021-03-31 22:54:30 +01:00
sch_io_mgr.h
Move importers from wxLog to REPORTER.
2021-03-31 22:54:30 +01:00
sch_item.cpp
Added a lot of consts and refactored a few lines
2021-03-08 12:49:48 -08:00
sch_item.h
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
sch_junction.cpp
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
sch_junction.h
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
sch_line.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
sch_line.h
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
sch_marker.cpp
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
sch_marker.h
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
sch_no_connect.cpp
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
sch_no_connect.h
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
sch_painter.cpp
Use getLineWidth() when drawing bus entries.
2021-06-13 20:52:03 +01:00
sch_painter.h
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
sch_pin.cpp
Move '~' pin name processing to LIB_PIN and SCH_PIN.
2021-06-12 19:54:34 +01:00
sch_pin.h
Move '~' pin name processing to LIB_PIN and SCH_PIN.
2021-06-12 19:54:34 +01:00
sch_plugin.cpp
Mostly formatting cleanup but a few type-casting cleanups too.
2020-11-24 22:16:41 +00:00
sch_preview_panel.cpp
Round 2 of Worksheet -> Drawing Sheet.
2021-02-23 11:57:44 +00:00
sch_preview_panel.h
Reduce some eda_item.h usage in headers
2021-06-06 11:09:06 -04:00
sch_reference_list.h
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
sch_rtree.h
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
sch_screen.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
sch_screen.h
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
sch_sheet.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
sch_sheet.h
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
sch_sheet_path.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
sch_sheet_path.h
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
sch_sheet_pin.cpp
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
sch_sheet_pin.h
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
sch_symbol.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
sch_symbol.h
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
sch_text.cpp
Don't display legacy placeholder for empty string ("~").
2021-06-12 18:58:15 +01:00
sch_text.h
Pass objects by reference instead of on the stack.
2021-06-08 10:09:38 -04:00
sch_text_help.md
Replace tabs with spaces
2021-04-05 01:13:39 +00:00
sch_validators.cpp
Eeschema: fix broken sheet name edit control validator.
2021-05-26 15:26:48 -04:00
sch_validators.h
Naming conventions.
2021-03-29 11:46:05 +01:00
sch_view.cpp
Round 2 of Worksheet -> Drawing Sheet.
2021-02-23 11:57:44 +00:00
sch_view.h
Remove eda_itemf rom sch_view.h
2021-06-06 11:09:06 -04:00
schematic.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
schematic.h
Eeschema header housekeeping round 2.
2021-03-25 17:55:16 -04:00
schematic.keywords
Persist fields_autoplaced information.
2021-04-02 17:08:58 +01:00
schematic_settings.cpp
Fix source comment / documentation typos
2021-06-09 19:32:58 +00:00
schematic_settings.h
More worksheet -> drawing sheet cleanup.
2021-05-31 12:26:44 +01:00
schematic_undo_redo.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
sheet.cpp
Clear selection before importing schematic.
2021-06-08 16:08:22 +01:00
symbol_async_loader.cpp
Remove m_props from symbol library plugins. It's not thread-safe.
2021-03-26 21:57:32 +00:00
symbol_async_loader.h
Add threaded library load to symbol editor
2021-03-19 20:23:54 -04:00
symbol_lib_table.cpp
Eeschema: use symbol nomenclature for object file naming.
2021-02-24 08:48:02 -05:00
symbol_lib_table.h
Eeschema header housekeeping round 2.
2021-03-25 17:55:16 -04:00
symbol_tree_model_adapter.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
symbol_tree_model_adapter.h
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
symbol_tree_synchronizing_adapter.cpp
Refresh lib trees after editing library tables.
2021-03-17 14:54:18 +00:00
symbol_tree_synchronizing_adapter.h
Remove and re-add saved-as libraries when Syncing tree.
2021-01-31 23:00:17 +00:00
symbol_viewer_frame.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
2021-06-10 10:34:49 -04:00
symbol_viewer_frame.h
Eeschema header housekeeping round 2.
2021-03-25 17:55:16 -04:00
toolbars_sch_editor.cpp
Centralizing SCRIPTING class
2021-06-01 20:18:24 +00:00
toolbars_symbol_viewer.cpp
Rework bitmap system to load from archived PNGs
2021-03-11 08:37:35 -05:00
transform.cpp
Refactor all math into a new kimath library
2020-01-07 17:12:59 +00:00
transform.h
Fix source comment / documentation typos
2021-06-09 19:32:58 +00:00