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.
 
 
 
 
 
Alex 3a76d42630 Cross-probing/selection for multiple items (PCB -> SCH) 4 years ago
..
dialogs Coverity fixes. 3 years ago
navlib Cleanup spacemouse plugin 4 years ago
netlist_exporters Allow mapping sim model pins to arbitrary string symbol pin numbers 3 years ago
plugins Drop xsl/xslt files 4 years ago
sch_plugins Coverity fixes. 3 years ago
sim Allow mapping sim model pins to arbitrary string symbol pin numbers 3 years ago
symbol_editor Remove requirement that non-power symbols share a name and value 3 years ago
tools Cross-probing/selection for multiple items (PCB -> SCH) 3 years ago
widgets Sim: Spice netlist exporter rewrite 3 years ago
CMakeLists.txt Move bus members from wxArray to std::vector and fix some bugs in dialog. 3 years ago
annotate.cpp Schematic: move annotation options parsing into common function 4 years ago
autoplace_fields.cpp Be more careful about non-visible elements in fields autoplacer. 4 years ago
bom_plugins.cpp Adjust macOS BOM plugin Python path 4 years ago
bom_plugins.h Unwrap some std::library typedefs. 5 years ago
bus-wire-junction.cpp Move KICAD_T[] to std::initializer_list<KICAD_T>. 3 years ago
bus_alias.h Coverity fixes. 3 years ago
cmp_library.keywords 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 13 years ago
cmp_library_lexer.cpp Expunge the use of the word component from Eeschema code. 5 years ago
component_references_lister.cpp Annotation: use full hierarchy for sheet based numbering on paste 4 years ago
connection_graph.cpp Move bus members from wxArray to std::vector and fix some bugs in dialog. 3 years ago
connection_graph.h CHANGED netclass assignments now done via canvas or via patterns. 3 years ago
cross-probing.cpp Cross-probing/selection for multiple items (PCB -> SCH) 3 years ago
default_values.h Fix some issues with incorrectly scaled defaults given in mils. 4 years ago
ee_collectors.cpp Attempt to fix std::initializer_list lifetime issue. 3 years ago
ee_collectors.h Attempt to fix std::initializer_list lifetime issue. 3 years ago
eeschema.cpp Schematic: Automatic Symbol Annotation 4 years ago
eeschema.icns Add drop shadows to MacOS icons 5 years ago
eeschema_config.cpp Move KICAD_T[] to std::initializer_list<KICAD_T>. 3 years ago
eeschema_doc.icns Add drop shadows to MacOS icons 5 years ago
eeschema_id.h Add pinned library support to Footprint and Symbol Viewers. 4 years ago
eeschema_settings.cpp Update schema versions so we can patch bad data from earlier bug. 3 years ago
eeschema_settings.h Add preference for esc-clears-net-highlighting. 4 years ago
erc.cpp Move bus members from wxArray to std::vector and fix some bugs in dialog. 3 years ago
erc.h Off-grid ERC warnings. 4 years ago
erc_item.cpp CHANGED netclass assignments now done via canvas or via patterns. 3 years ago
erc_item.h CHANGED netclass assignments now done via canvas or via patterns. 3 years ago
erc_settings.cpp Markers provider is no longer responsible for all markers. 3 years ago
erc_settings.h CHANGED netclass assignments now done via canvas or via patterns. 3 years ago
fields_grid_table.cpp CHANGED netclass assignments now done via canvas or via patterns. 3 years ago
fields_grid_table.h ADDED show pin names on footprint pads when assigning to symbol. 4 years ago
files-io.cpp Fix schematic symbol initial default instance data bug. 3 years ago
general.h Rename layer ids file. 5 years ago
generate_alias_info.cpp Fix kicad_string.h / string.cpp mismatch. 5 years ago
generate_alias_info.h Substitute all wxHtmlWindow with HTML_WINDOW 4 years ago
hierarch.cpp Performance optimizations. 4 years ago
hierarch.h Performance optimizations. 4 years ago
invoke_sch_dialog.h Move Bus Definitions to common GUI paradigm in Schematic Setup. 3 years ago
lib_field.cpp Regularize ellipsization of menu and status text. 3 years ago
lib_field.h Fix a few issues related to field names and their translation. - Do not use translated field names outside strings displayed in dialogs. - fix code that does not work well with default locale. - fix some (not all) I18n issues in DIALOG_UPDATE_SYMBOL_FIELDS. 4 years ago
lib_item.cpp Use unit references in status bar. 4 years ago
lib_item.h Make LIB_ITEM::COMPARE_FLAGS really a flags field, and add ERC. 4 years ago
lib_pin.cpp Allow click-selection and greedy-drag selection of visible pin text. 4 years ago
lib_pin.h Allow click-selection and greedy-drag selection of visible pin text. 4 years ago
lib_shape.cpp Honour stroke colour in LIB_SHAPE. 4 years ago
lib_shape.h Eeschema: DIALOG_SCH_FIND: ensure the search flags actually used are up to date. 4 years ago
lib_symbol.cpp Attempt to fix std::initializer_list lifetime issue. 3 years ago
lib_symbol.h Attempt to fix std::initializer_list lifetime issue. 3 years ago
lib_text.cpp Regularize ellipsization of menu and status text. 3 years ago
lib_text.h Make LIB_ITEM::COMPARE_FLAGS really a flags field, and add ERC. 4 years ago
lib_textbox.cpp Regularize ellipsization of menu and status text. 3 years ago
lib_textbox.h Make LIB_ITEM::COMPARE_FLAGS really a flags field, and add ERC. 4 years ago
libarch.cpp A bit more Part -> Symbol. 5 years ago
menubar.cpp Move Bus Definitions to common GUI paradigm in Schematic Setup. 3 years ago
picksymbol.cpp Redo the pinned-libraries storage architecture. 4 years ago
pin_numbers.cpp Fix broken comparison in pin_numbers 4 years ago
pin_numbers.h Fix broken comparison in pin_numbers 4 years ago
pin_type.cpp On-the-fly translations for pin electrical types. 4 years ago
pin_type.h Expunge the use of the word component from Eeschema code. 5 years ago
project_rescue.cpp Cleanup & performance enhancements. 3 years ago
project_rescue.h More NULL expunging. 5 years ago
project_sch_specific.cpp Eeschema: code refactor and fix missing save project setting when closing the sch editor. 4 years ago
sch_base_frame.cpp Avoid spacemouse if not defined 3 years ago
sch_base_frame.h Fix change that got switched under rebase 3 years ago
sch_bitmap.cpp Separate plotting into background and foreground. 4 years ago
sch_bitmap.h Separate plotting into background and foreground. 4 years ago
sch_bus_entry.cpp CHANGED netclass assignments now done via canvas or via patterns. 3 years ago
sch_bus_entry.h Separate Line Properties dialog from Bus/Wire, and handle Junctions in Bus/Wire. 4 years ago
sch_connection.cpp Move bus members from wxArray to std::vector and fix some bugs in dialog. 3 years ago
sch_connection.h Fix highlighting complex connections from subsheets 4 years ago
sch_draw_panel.cpp Cleanup. 4 years ago
sch_draw_panel.h Expunge the use of the word component from Eeschema code. 5 years ago
sch_edit_frame.cpp Cross-probing/selection for multiple items (PCB -> SCH) 3 years ago
sch_edit_frame.h Cross-probing/selection for multiple items (PCB -> SCH) 3 years ago
sch_field.cpp Regularize ellipsization of menu and status text. 3 years ago
sch_field.h Attempt to fix std::initializer_list lifetime issue. 3 years ago
sch_file_versions.h Fix schematic symbol initial default instance data bug. 3 years ago
sch_io_mgr.cpp More NULL expunging. 5 years ago
sch_io_mgr.h File open/import progress dialogs. 5 years ago
sch_item.cpp CHANGED netclass assignments now done via canvas or via patterns. 3 years ago
sch_item.h Attempt to fix std::initializer_list lifetime issue. 3 years ago
sch_junction.cpp CHANGED netclass assignments now done via canvas or via patterns. 3 years ago
sch_junction.h Separate Line Properties dialog from Bus/Wire, and handle Junctions in Bus/Wire. 4 years ago
sch_label.cpp Regularize ellipsization of menu and status text. 3 years ago
sch_label.h Attempt to fix std::initializer_list lifetime issue. 3 years ago
sch_line.cpp CHANGED netclass assignments now done via canvas or via patterns. 3 years ago
sch_line.h Attempt to fix std::initializer_list lifetime issue. 3 years ago
sch_marker.cpp Implement SCH_MARKER::GetSeverity(). 4 years ago
sch_marker.h Implement SCH_MARKER::GetSeverity(). 4 years ago
sch_no_connect.cpp Separate plotting into background and foreground. 4 years ago
sch_no_connect.h Separate plotting into background and foreground. 4 years ago
sch_painter.cpp Attempt to fix std::initializer_list lifetime issue. 3 years ago
sch_painter.h Attempt to fix std::initializer_list lifetime issue. 3 years ago
sch_pin.cpp Introduce new marker type so we can track DRC errors on the drawing sheet. 3 years ago
sch_pin.h Allow click-selection and greedy-drag selection of visible pin text. 4 years ago
sch_plugin.cpp More NULL expunging. 5 years ago
sch_preview_panel.cpp Don't paint hidden fields without a schematic context 3 years ago
sch_preview_panel.h Don't paint hidden fields without a schematic context 3 years ago
sch_reference_list.h Annotation: use full hierarchy for sheet based numbering on paste 4 years ago
sch_rtree.h Overplot schematic symbol fields and pins 4 years ago
sch_screen.cpp Fix schematic symbol initial default instance data bug. 3 years ago
sch_screen.h Fix schematic symbol initial default instance data bug. 3 years ago
sch_shape.cpp Don't rely on the penWidth already being set when setting the dash style. 4 years ago
sch_shape.h Get rid of special default line style for Eeschema. 4 years ago
sch_sheet.cpp Attempt to fix std::initializer_list lifetime issue. 3 years ago
sch_sheet.h Attempt to fix std::initializer_list lifetime issue. 3 years ago
sch_sheet_path.cpp Cross-probing/selection for multiple items (PCB -> SCH) 3 years ago
sch_sheet_path.h Cross-probing/selection for multiple items (PCB -> SCH) 3 years ago
sch_sheet_pin.cpp Regularize ellipsization of menu and status text. 3 years ago
sch_sheet_pin.h Break sch_text.h/.cpp into sch_text and sch_label. 4 years ago
sch_symbol.cpp Allow mapping sim model pins to arbitrary string symbol pin numbers 3 years ago
sch_symbol.h Allow mapping sim model pins to arbitrary string symbol pin numbers 3 years ago
sch_text.cpp Regularize ellipsization of menu and status text. 3 years ago
sch_text.h Separate plotting into background and foreground. 4 years 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. 4 years ago
sch_textbox.cpp Regularize ellipsization of menu and status text. 3 years ago
sch_textbox.h Separate plotting into background and foreground. 4 years ago
sch_validators.cpp Fix bus validation. 4 years ago
sch_validators.h CHANGED netclass assignments now done via canvas or via patterns. 3 years ago
sch_view.cpp Cleanup & performance enhancements. 3 years ago
sch_view.h Get all eeschema layers properly ordered 4 years ago
schematic.cpp Fix missing legacy value and footprint field instance data. 3 years ago
schematic.h Fix missing legacy value and footprint field instance data. 3 years ago
schematic.keywords Eeschema: add support for default schematic symbol instance data. 4 years ago
schematic_settings.cpp Formatting. 3 years ago
schematic_settings.h Sim: Spice netlist exporter rewrite 3 years ago
schematic_undo_redo.cpp Special case undo for items with instance data. 4 years ago
sheet.cpp Improve sheet schematic import messages and simplify code. 4 years ago
symbol_async_loader.cpp Infobar warning if symbol loading was cancelled. 4 years ago
symbol_async_loader.h Infobar warning if symbol loading was cancelled. 4 years ago
symbol_checker.cpp symbol_checker: better message about reference prefix. 4 years ago
symbol_lib_table.cpp Normalize drawing sheet path to env vars & prj, not just prj. 4 years ago
symbol_lib_table.h More NULL expunging. 5 years ago
symbol_library.cpp Fix some warnings detected by PVS-STUDIO (most are not used vars) 4 years ago
symbol_library.h Hash symbol libraries per library rather than statically per cache type. 4 years ago
symbol_library_common.h Factor out common and remove dead legacy symbol library code. 4 years ago
symbol_tree_model_adapter.cpp Display descriptions in second column of library trees. 4 years ago
symbol_tree_model_adapter.h Redo the pinned-libraries storage architecture. 4 years ago
symbol_tree_synchronizing_adapter.cpp Display descriptions in second column of library trees. 4 years ago
symbol_tree_synchronizing_adapter.h Remove and re-add saved-as libraries when Syncing tree. 5 years ago
symbol_viewer_frame.cpp Add contexts to EDA_COMBINED_MATCHER. 3 years ago
symbol_viewer_frame.h Add pinned library support to Footprint and Symbol Viewers. 4 years ago
toolbars_sch_editor.cpp Fix some issue with hierarchy panel on OSX. 4 years ago
toolbars_symbol_viewer.cpp Rename class_library.[h|cpp] to symbol_library.[h|cpp]. 5 years ago
transform.cpp Finish with EDA_ANGLE. 4 years ago
transform.h EDA_ANGLE for plotters. 4 years ago