You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Jeff Young b53b1cfd01 Debugging. 3 months ago
..
api sch groups: add to API 6 months ago
dialogs Wait for chooser to finish initializing before enabling char hook (KICAD-BJ0). 3 months ago
erc Remove overzealous assert (KICAD-7YQ). 3 months ago
import_gfx Fix a bunch more bugs in bezier approximation. 5 months ago
navlib Iterator safety. 4 months ago
netlist_exporters Remove some unused variables. 4 months ago
printing Don't force callers of GetAppSettings to implement exception processing. 4 months ago
python_scripts Respect exclude from bom in all python files 2 years ago
sch_io Be more robust around filesystems that don't support timestamps (KICAD-R7V). 3 months ago
sim Debugging. 3 months ago
symbol_editor Shutdown safety. (Potentially KICAD-S3Q.) 3 months ago
sync_sheet_pin warnings: remove unused variables 4 months ago
tools Don't overflow int rebuilding selection rect (KICAD-E4J). 3 months ago
widgets Wait for chooser to finish initializing before enabling char hook (KICAD-BJ0). 3 months ago
CMakeLists.txt CHANGED: Use FILTER_COMBOBOX for label names. 5 months ago
annotate.cpp Formatting. 4 months ago
autoplace_fields.cpp EE -> SCH (no functional changes) 7 months ago
bom_plugins.cpp Revise Copyright statement to align with TLF 10 months ago
bom_plugins.h Revise Copyright statement to align with TLF 10 months ago
bus-wire-junction.cpp Eeschema: Add option to show unconnected wire crossings as hop-overs. 4 months ago
bus_alias.h Revise Copyright statement to align with TLF 10 months ago
connection_graph.cpp Add a TRANSACTION class to experiment with performance metrics in nightlies 4 months ago
connection_graph.h Improve progress reporting for opening and importing schematics. 5 months ago
cross-probing.cpp Rewrite GROUP undo based on uuids. 5 months ago
default_values.h Eeschema folder housekeeping. 8 months ago
eeschema.cpp Progress reporting for Run Jobs. 4 months ago
eeschema.icns Add document type icons 2 years ago
eeschema_config.cpp ERC exclusions go in the project file, not the local settings. 3 months ago
eeschema_doc.icns Add document type icons 2 years ago
eeschema_helpers.cpp Remove the callback on RecomputeIntersheetRefs 4 months ago
eeschema_helpers.h Eeschema folder housekeeping. 8 months ago
eeschema_id.h Revise Copyright statement to align with TLF 10 months ago
eeschema_jobs_handler.cpp Progress reporting for Run Jobs. 4 months ago
eeschema_jobs_handler.h Eeschema folder housekeeping. 8 months ago
eeschema_settings.cpp Hop-over improvements. 4 months ago
eeschema_settings.h Hop-over improvements. 4 months ago
fields_data_model.cpp Don't trip over a stale sort column index. (KICAD-B3X) 4 months ago
fields_data_model.h Honour template fieldname vis flag when adding fields. 6 months ago
fields_grid_table.cpp Remove noisy assert (KICAD-KMP). 4 months ago
fields_grid_table.h Allow embedded files to come from components 6 months ago
files-io.cpp Can't add to parent group without a commit. 3 months ago
general.h Revise Copyright statement to align with TLF 10 months ago
generate_alias_info.cpp Thread-safety (potentially KICAD-VMX...) 3 months ago
generate_alias_info.h Revise Copyright statement to align with TLF 10 months ago
gfx_import_utils.cpp Revise Copyright statement to align with TLF 10 months ago
gfx_import_utils.h Revise Copyright statement to align with TLF 10 months ago
invoke_sch_dialog.h Cleanup. 9 months ago
junction_helpers.cpp Revise Copyright statement to align with TLF 10 months ago
junction_helpers.h Eeschema folder housekeeping. 8 months ago
lib_symbol.cpp Rewrite GROUP undo based on uuids. 5 months ago
lib_symbol.h schematic: convert RunOnChildren to also take recursion mode argument 7 months ago
libarch.cpp Eeschema folder housekeeping. 8 months ago
libedit.icns macOS: add a few more known file types 2 years ago
libedit_doc.icns Add document type icons 2 years ago
menubar.cpp Zoom actions: add zoom to selected objects to view/zoom sub-menus. 5 months ago
net_navigator.cpp Retire WINDOW_FREEZER in favour of wxWindowUpdateLocker. 3 months ago
picksymbol.cpp Mostly debugging help for Sentry, but also gives the user a better Undo string. 3 months ago
pin_layout_cache.cpp Don't force callers of GetAppSettings to implement exception processing. 4 months ago
pin_layout_cache.h Eeschema folder housekeeping. 8 months ago
pin_numbers.cpp Eeschema folder housekeeping. 8 months ago
pin_numbers.h Revise Copyright statement to align with TLF 10 months ago
pin_type.cpp Eeschema folder housekeeping. 8 months ago
pin_type.h Eeschema folder housekeeping. 8 months ago
project_rescue.cpp Start to retire "alias" in favour of "symbol" and "derived symbol". 8 months ago
project_rescue.h Revise Copyright statement to align with TLF 10 months ago
project_sch.cpp Revise Copyright statement to align with TLF 10 months ago
project_sch.h Eeschema folder housekeeping. 8 months ago
sch_base_frame.cpp Re-entrancy guard for sym/fp change timers. 3 months ago
sch_base_frame.h Re-entrancy guard for sym/fp change timers. 3 months ago
sch_bitmap.cpp Rewrite GROUP undo based on uuids. 5 months ago
sch_bitmap.h eeschema: move SwapData to SwapItemData/swapData paradigm 7 months ago
sch_bus_entry.cpp Rewrite GROUP undo based on uuids. 5 months ago
sch_bus_entry.h eeschema: move SwapData to SwapItemData/swapData paradigm 7 months ago
sch_collectors.cpp sch groups: add to API 6 months ago
sch_collectors.h EE -> SCH (no functional changes) 7 months ago
sch_commit.cpp Debugging. 3 months ago
sch_commit.h Rewrite GROUP undo based on uuids. 5 months ago
sch_connection.cpp Remove some unused variables. 4 months ago
sch_connection.h Prefer const& to passing by value. 4 months ago
sch_design_block_utils.cpp A couple more memory leaks. 5 months ago
sch_draw_panel.cpp Don't force callers of GetAppSettings to implement exception processing. 4 months ago
sch_draw_panel.h Eeschema folder housekeeping. 8 months ago
sch_edit_frame.cpp Shutdown safety. (Potentially KICAD-S3Q.) 3 months ago
sch_edit_frame.h Formatting. 3 months ago
sch_field.cpp Fix format specifier (KICAD-SV6). 3 months ago
sch_field.h Uniform application of recursion guards in simulation code. 5 months ago
sch_file_versions.h ADDED: DNP, etc. attributes to SCH rule areas. 4 months ago
sch_group.cpp Plot stub for SCH_GROUP. 3 months ago
sch_group.h Plot stub for SCH_GROUP. 3 months ago
sch_item.cpp Remove some unused variables. 4 months ago
sch_item.h ADDED: DNP, etc. attributes to SCH rule areas. 4 months ago
sch_junction.cpp Rewrite GROUP undo based on uuids. 5 months ago
sch_junction.h eeschema: move SwapData to SwapItemData/swapData paradigm 7 months ago
sch_label.cpp ADDED: DNP, etc. attributes to SCH rule areas. 4 months ago
sch_label.h ADDED: DNP, etc. attributes to SCH rule areas. 4 months ago
sch_line.cpp Can't add to parent group without a commit. 3 months ago
sch_line.h Can't add to parent group without a commit. 3 months ago
sch_marker.cpp Don't force callers of GetAppSettings to implement exception processing. 4 months ago
sch_marker.h eeschema: move SwapData to SwapItemData/swapData paradigm 7 months ago
sch_no_connect.cpp Rewrite GROUP undo based on uuids. 5 months ago
sch_no_connect.h eeschema: move SwapData to SwapItemData/swapData paradigm 7 months ago
sch_painter.cpp EEschema: avoid DNP and EXCLUDE from SIM markers blinking when moving an object 3 months ago
sch_painter.h Eeschema: Add option to show unconnected wire crossings as hop-overs. 4 months ago
sch_pin.cpp Don't force callers of GetAppSettings to implement exception processing. 4 months ago
sch_pin.h Fix a cadre of symbol pin alternate issues. 5 months ago
sch_plotter.cpp Don't force callers of GetAppSettings to implement exception processing. 4 months ago
sch_plotter.h Make show hop over a configurable option 4 months ago
sch_preview_panel.cpp Don't force callers of GetAppSettings to implement exception processing. 4 months ago
sch_preview_panel.h Shutdown safety. (Potentially KICAD-TJK.) 3 months ago
sch_reference_list.cpp Don't pass large structures by value. 4 months ago
sch_reference_list.h Don't pass large structures by value. 4 months ago
sch_render_settings.cpp Use symbol line width schematic setting when printing and plotting. 6 months ago
sch_render_settings.h Use symbol line width schematic setting when printing and plotting. 6 months ago
sch_rtree.h Eeschema folder housekeeping. 8 months ago
sch_rule_area.cpp Rework ruleAreas to avoid stale pointers. 4 months ago
sch_rule_area.h Uninitialized variables. 4 months ago
sch_screen.cpp Remove overzealous assert (KICAD-752). 4 months ago
sch_screen.h Fix broken select connection behavior. 6 months ago
sch_shape.cpp Fix a bunch more bugs in bezier approximation. 5 months ago
sch_shape.h Fix a bunch more bugs in bezier approximation. 5 months ago
sch_sheet.cpp Don't force callers of GetAppSettings to implement exception processing. 4 months ago
sch_sheet.h ADDED: DNP, etc. attributes to SCH rule areas. 4 months ago
sch_sheet_path.cpp Prefer const& to passing by value. 4 months ago
sch_sheet_path.h Rewrite GROUP undo based on uuids. 5 months ago
sch_sheet_pin.cpp eeschema: move SwapData to SwapItemData/swapData paradigm 7 months ago
sch_sheet_pin.h eeschema: move SwapData to SwapItemData/swapData paradigm 7 months ago
sch_symbol.cpp Remove some unused variables. 4 months ago
sch_symbol.h Allow embedded files to come from components 6 months ago
sch_table.cpp Rewrite GROUP undo based on uuids. 5 months ago
sch_table.h schematic: convert RunOnChildren to also take recursion mode argument 7 months ago
sch_tablecell.cpp Specialize table cell properties exposure. 3 months ago
sch_tablecell.h ADDED: row height and column width property inspector properties. 4 months ago
sch_text.cpp Rewrite GROUP undo based on uuids. 5 months ago
sch_text.h eeschema: move SwapData to SwapItemData/swapData paradigm 7 months ago
sch_text_help.md Fix outdated syntax in help text 4 years ago
sch_text_help_md.h Add 2 automatically generated files to the source tree. 3 years ago
sch_textbox.cpp Attempt to fix Coverity warning. 4 months ago
sch_textbox.h eeschema: move SwapData to SwapItemData/swapData paradigm 7 months ago
sch_validators.cpp Revise Copyright statement to align with TLF 10 months ago
sch_validators.h Allow multi label input 8 months ago
sch_view.cpp sch_view: update to handle items with children 6 months ago
sch_view.h sch_view: update to handle items with children 6 months ago
schematic.cpp Can't add to parent group without a commit. 3 months ago
schematic.h Can't add to parent group without a commit. 3 months ago
schematic.keywords sch groups: add load/save support 6 months ago
schematic_holder.h Remove the callback on RecomputeIntersheetRefs 4 months ago
schematic_settings.cpp Hop-over improvements. 4 months ago
schematic_settings.h Hop-over improvements. 4 months ago
schematic_undo_redo.cpp No sense checking a static_cast. 4 months ago
sheet.cpp Don't clobber SCH_SCREEN paths when adding new sheet from existing file. 7 months ago
symb_transforms_utils.cpp Eeschema folder housekeeping. 8 months ago
symb_transforms_utils.h Revise Copyright statement to align with TLF 10 months ago
symbol.cpp Rewrite GROUP undo based on uuids. 5 months ago
symbol.h ADDED: DNP, etc. attributes to SCH rule areas. 4 months ago
symbol_async_loader.cpp Formatting. 9 months ago
symbol_async_loader.h Eeschema folder housekeeping. 8 months ago
symbol_checker.cpp Remove '~' == empty_string. 7 months ago
symbol_chooser_frame.cpp Wait for chooser to finish initializing before enabling char hook (KICAD-BJ0). 3 months ago
symbol_chooser_frame.h Wait for chooser to finish initializing before enabling char hook (KICAD-BJ0). 3 months ago
symbol_diff_frame.cpp Move toolbars to a serializable storage format 8 months ago
symbol_diff_frame.h Move toolbars to a serializable storage format 8 months ago
symbol_lib_table.cpp Don't force callers of GetAppSettings to implement exception processing. 4 months ago
symbol_lib_table.h Fix bugs in library existence checking, and add for symbol libs. 8 months ago
symbol_library.cpp Fix loading old (2007) symbol cache library files. 8 months ago
symbol_library.h Revise Copyright statement to align with TLF 10 months ago
symbol_library_common.h Revise Copyright statement to align with TLF 10 months ago
symbol_library_manager.cpp Not all callers are expecting GUI to be put up at this level. 3 months ago
symbol_library_manager.h Start to retire "alias" in favour of "symbol" and "derived symbol". 8 months ago
symbol_tree_model_adapter.cpp Harden progress reporter API against misuse. 5 months ago
symbol_tree_model_adapter.h Eeschema folder housekeeping. 8 months ago
symbol_tree_synchronizing_adapter.cpp Shutdown safety. (Potentially KICAD-TJK.) 3 months ago
symbol_tree_synchronizing_adapter.h Shutdown safety. (Potentially KICAD-TJK.) 3 months ago
symbol_viewer_frame.cpp Shutdown safety. (Potentially KICAD-S3Q.) 3 months ago
symbol_viewer_frame.h Load toolbar configuration from settings 8 months ago
toolbars_sch_editor.cpp Toolbars & SetConditions for SCH groups. 6 months ago
toolbars_sch_editor.h Tweak toolbar settings a bit 8 months ago
toolbars_symbol_viewer.cpp EE -> SCH (no functional changes) 7 months ago
toolbars_symbol_viewer.h Tweak toolbar settings a bit 8 months ago