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.
 
 
 
 
 
Michael Kavanagh de03d3d427 Application title bar: app name after filename 6 years ago
..
dialogs Implement update options for Update Symbol from Library. 5 years ago
libedit Application title bar: app name after filename 5 years ago
netlist_exporters Remove the last bits of the old netlist system 5 years ago
plugins bom2grouped_csv.xsl: Fix sorting of grouped references 5 years ago
sch_plugins/altium Fix gcc-only include 5 years ago
sim Save file / window states for kicad project locally 5 years ago
tools Add specific icon for save symbol to schematic. 5 years ago
widgets Remove canvas-switching from OSX. 5 years ago
CMakeLists.txt Fold pin table in to Symbol Properties. 5 years ago
annotate.cpp Convert UNDO_REDO_T to an enum class 5 years ago
autoplace_fields.cpp ADDED alternate pin definitions and assignments. 5 years ago
bom_plugins.cpp BOM and Netlist dialogs: replace "plugin" by "generator" and/or "script". 6 years ago
bom_plugins.h BOM and Netlist dialogs: replace "plugin" by "generator" and/or "script". 6 years ago
bus-wire-junction.cpp Convert UNDO_REDO_T to an enum class 5 years ago
bus_alias.cpp New connectivity algorithm and bus upgrades 7 years ago
bus_alias.h Use wxArrayString instead of vector<wxString> in BUS_ALIAS 6 years ago
class_libentry.cpp Fix clang compile warnings. 5 years ago
class_libentry.h Fix clang compile warnings. 5 years ago
class_library.cpp Remove all debugging output that cannot be disabled. 5 years ago
class_library.h Push deprecation warning suppression down into boost. 6 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 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 13 years ago
component_references_lister.cpp Allow Update Schematic from PCB to re-link based on refdes. 5 years ago
connection_graph.cpp Move similar labels check to new connectivity engine 5 years ago
connection_graph.h ADDED: ERC check for missing hier labels for sheet ports 5 years ago
cross-probing.cpp ADDED alternate pin definitions and assignments. 5 years ago
default_values.h Libedit: conform default pin offset to KLC 5 years ago
ee_collectors.cpp Eeschema: allow editing of junction properties diameter and color. 5 years ago
ee_collectors.h Improve EE_COLLECTOR to not miss children of sheets or symbols. 6 years ago
eeschema.cpp KiCad: add support for missing file format extensions. 5 years ago
eeschema.icns Update MacOS icons 8 years ago
eeschema.rc Remove old xpm icons files 14 years ago
eeschema_config.cpp Unroll a level of prefs for fieldname templates. 5 years ago
eeschema_config.h Remove duplicated settings from preferences. 6 years ago
eeschema_doc.icns Update MacOS icons 8 years ago
eeschema_id.h Move a few more commands to tool framework. 5 years ago
eeschema_settings.cpp Add browse button to footprint 3d settings 5 years ago
eeschema_settings.h Add browse button to footprint 3d settings 5 years ago
erc.cpp Remove the last bits of the old netlist system 5 years ago
erc.h Remove the last bits of the old netlist system 5 years ago
erc_item.cpp Improve no-connect ERC and check for floating wires 5 years ago
erc_item.h Improve no-connect ERC and check for floating wires 5 years ago
erc_settings.cpp Migrate RC_ITEM to use shared_ptr 5 years ago
erc_settings.h Move pin table checks to new connectivity system 5 years ago
fields_grid_table.cpp Unroll a level of prefs for fieldname templates. 5 years ago
fields_grid_table.h Enable editing of sheet fields. 6 years ago
files-io.cpp Eeschema: move auto save check before clearing current screen. 5 years ago
general.h Move Eeschema globals to new SCHEMATIC object 5 years ago
generate_alias_info.cpp Allow setting mandatory derived symbol field properties. 5 years ago
generate_alias_info.h Convert component chooser dialog over to use symbol library table. 8 years ago
getpart.cpp Convert UNDO_REDO_T to an enum class 5 years ago
hierarch.cpp Undo for schematic-wide operations. 5 years ago
hierarch.h HIERARCHY_NAVIG_DLG: fix crash when in a subsheet one open the dialog 6 years ago
invoke_sch_dialog.h Undo for schematic-wide operations. 5 years ago
lib_arc.cpp Remove all debugging output that cannot be disabled. 5 years ago
lib_arc.h properties: post-rebase fixes 5 years ago
lib_bezier.cpp properties: post-rebase fixes 5 years ago
lib_bezier.h properties: post-rebase fixes 5 years ago
lib_circle.cpp Lay some groundwork for adding distances to DRC errors. 6 years ago
lib_circle.h Altium: Refactor and add initial structure for schematic importer 5 years ago
lib_field.cpp Eeschema: fix new symbol library file format parser bug. 5 years ago
lib_field.h properties: post-rebase fixes 5 years ago
lib_item.cpp Make the new schematic and symbol library file formats the default. 6 years ago
lib_item.h Lay some groundwork for adding distances to DRC errors. 6 years ago
lib_pin.cpp ADDED alternate pin definitions and assignments. 5 years ago
lib_pin.h Libedit: conform default pin offset to KLC 5 years ago
lib_polyline.cpp Lay some groundwork for adding distances to DRC errors. 6 years ago
lib_polyline.h properties: post-rebase fixes 5 years ago
lib_rectangle.cpp Lay some groundwork for adding distances to DRC errors. 6 years ago
lib_rectangle.h properties: post-rebase fixes 5 years ago
lib_text.cpp Lay some groundwork for adding distances to DRC errors. 6 years ago
lib_text.h properties: post-rebase fixes 5 years ago
lib_view_frame.cpp Application title bar: app name after filename 5 years ago
lib_view_frame.h Migrate eeschema, libview and libedit to the UI condition framework 5 years ago
libarch.cpp Deprecate saving legacy schematic and symbol library file formats. 5 years ago
menubar.cpp Bring Eeschema UI closer in line with Pcbnew for change terminology. 5 years ago
netlist.h Fixed Spice netlist export options and added a few new flags 9 years ago
netlist_generator.cpp Remove the last bits of the old netlist system 5 years ago
pin_number.cpp Ensure file reads always use the C-locale variant 5 years ago
pin_number.h Add pin number summary 10 years ago
pin_type.cpp ADDED alternate pin definitions and assignments. 5 years ago
pin_type.h Add include for GCC. 5 years ago
plot_schematic_DXF.cpp Make sure all plotters have a RENDER_SETTINGS. 5 years ago
plot_schematic_HPGL.cpp Eeschema : Add A5 sheet size 5 years ago
plot_schematic_PDF.cpp Plot sheet background colors if present 5 years ago
plot_schematic_PS.cpp Move SCH_SCREEN project access to SCHEMATIC 5 years ago
plot_schematic_SVG.cpp Move SCH_SCREEN project access to SCHEMATIC 5 years ago
project_rescue.cpp Deprecate saving legacy schematic and symbol library file formats. 5 years ago
project_rescue.h Move Eeschema globals to new SCHEMATIC object 5 years ago
sch_base_frame.cpp Remove canvas-switching from OSX. 5 years ago
sch_base_frame.h Unroll a level of prefs for fieldname templates. 5 years ago
sch_bitmap.cpp Lay some groundwork for adding distances to DRC errors. 6 years ago
sch_bitmap.h properties: post-rebase fixes 5 years ago
sch_bus_entry.cpp NetClass settings for Eeschema. 5 years ago
sch_bus_entry.h NetClass settings for Eeschema. 5 years ago
sch_component.cpp Remove the last bits of the old netlist system 5 years ago
sch_component.h Fix the SCH_PINs test to be more reflective of the codebase. 5 years ago
sch_connection.cpp Fixes for line, wire and bus styles. 5 years ago
sch_connection.h Fixes for line, wire and bus styles. 5 years ago
sch_draw_panel.cpp Remove canvas-switching from OSX. 5 years ago
sch_draw_panel.h Cleanup parentage inside the draw panels 5 years ago
sch_eagle_plugin.cpp ADDED alternate pin definitions and assignments. 5 years ago
sch_eagle_plugin.h Remove KIWAY dependence from SCH_PLUGINs 5 years ago
sch_edit_frame.cpp Application title bar: app name after filename 5 years ago
sch_edit_frame.h Eeschema: allow symbols to be edited in place. 5 years ago
sch_field.cpp eeschema: Don't error when replacing references 5 years ago
sch_field.h properties: post-rebase fixes 5 years ago
sch_file_versions.h Standardize eeschema header with pcbnew 5 years ago
sch_io_mgr.cpp Altium: Refactor and add initial structure for schematic importer 5 years ago
sch_io_mgr.h Altium: Refactor and add initial structure for schematic importer 5 years ago
sch_item.cpp Fixes for line, wire and bus styles. 5 years ago
sch_item.h Remove the last bits of the old netlist system 5 years ago
sch_junction.cpp Remove the last bits of the old netlist system 5 years ago
sch_junction.h Remove the last bits of the old netlist system 5 years ago
sch_legacy_plugin.cpp Remove linked-pin processing from LIB_PIN's setters. 5 years ago
sch_legacy_plugin.h Remove KIWAY dependence from SCH_PLUGINs 5 years ago
sch_line.cpp Remove the last bits of the old netlist system 5 years ago
sch_line.h Remove the last bits of the old netlist system 5 years ago
sch_marker.cpp Migrate RC_ITEM to use shared_ptr 5 years ago
sch_marker.h Migrate RC_ITEM to use shared_ptr 5 years ago
sch_no_connect.cpp Remove the last bits of the old netlist system 5 years ago
sch_no_connect.h Remove the last bits of the old netlist system 5 years ago
sch_painter.cpp Make no-connects (and dangling symbols) more visible. 5 years ago
sch_painter.h Make no-connects (and dangling symbols) more visible. 5 years ago
sch_pin.cpp Keep local number up-to-date so we don't have to look at libPin's. 5 years ago
sch_pin.h Keep local number up-to-date so we don't have to look at libPin's. 5 years ago
sch_plugin.cpp Remove KIWAY dependence from SCH_PLUGINs 5 years ago
sch_preview_panel.cpp Build out the rest of the schematic preview for colors editor. 5 years ago
sch_preview_panel.h Cleanup parentage inside the draw panels 5 years ago
sch_reference_list.h Allow Update Schematic from PCB to re-link based on refdes. 5 years ago
sch_rtree.h Replace EESchema DLIST 6 years ago
sch_screen.cpp Don't set modify flag when deleting markers 5 years ago
sch_screen.h Allow ERC/DRC markers to be deleted without deleting exclusions. 5 years ago
sch_sexpr_parser.cpp Standardize eeschema header with pcbnew 5 years ago
sch_sexpr_parser.h Eeschema: factor out line stroke property object. 5 years ago
sch_sexpr_plugin.cpp Standardize eeschema header with pcbnew 5 years ago
sch_sexpr_plugin.h Remove KIWAY dependence from SCH_PLUGINs 5 years ago
sch_sheet.cpp Remove the last bits of the old netlist system 5 years ago
sch_sheet.h Remove the last bits of the old netlist system 5 years ago
sch_sheet_path.cpp ADDED alternate pin definitions and assignments. 5 years ago
sch_sheet_path.h Connectivity optimizations 5 years ago
sch_sheet_pin.cpp Clean up label spacing to be more predictable. 6 years ago
sch_text.cpp Remove the last bits of the old netlist system 5 years ago
sch_text.h Remove the last bits of the old netlist system 5 years ago
sch_validators.cpp Disallow text var references in reference designators.Disallow text var references in reference designators.Disallow text var references in reference designators.Disallow text var references in reference designators.Disallow text var references in reference designators.Disallow text var references in reference designators.Disallow text var references in reference designators.Disallow text var references in reference designators.Disallow text var references in reference designators. 5 years ago
sch_validators.h Allow Net Inspector to create, rename and delete nets. 5 years ago
sch_view.cpp Make sure preview group gets added to view after a clear. 5 years ago
sch_view.h Make sure projects are cleaned up nicely when frames close 5 years ago
schematic.cpp Unroll a level of prefs for fieldname templates. 5 years ago
schematic.h Unroll a level of prefs for fieldname templates. 5 years ago
schematic.keywords Eeschema: allow editing of junction properties diameter and color. 5 years ago
schematic_settings.cpp fix a compil warning (shadowed var). 5 years ago
schematic_settings.h Unroll a level of prefs for fieldname templates. 5 years ago
schematic_undo_redo.cpp Convert UNDO_REDO_T to an enum class 5 years ago
sheet.cpp Only update relative paths in nested subsheets. 5 years ago
simulation_cursors.cpp Add current probe to SPICE simulation. 6 years ago
simulation_cursors.h Add current probe to SPICE simulation. 6 years ago
symbol_lib_table.cpp Display symbol libraries that couldn't be loaded as disabled text 5 years ago
symbol_lib_table.h Display symbol libraries that couldn't be loaded as disabled text 5 years ago
symbol_tree_model_adapter.cpp Implement an app progress indicator in the taskbar 5 years ago
symbol_tree_model_adapter.h Save pinned libraries in project. 6 years ago
symbol_tree_synchronizing_adapter.cpp Display symbol libraries that couldn't be loaded as disabled text 5 years ago
symbol_tree_synchronizing_adapter.h Move footprint & symbol tree context menus to tool infrastructure. 6 years ago
toolbars_lib_view.cpp Migrate eeschema, libview and libedit to the UI condition framework 5 years ago
toolbars_sch_editor.cpp Migrate eeschema, libview and libedit to the UI condition framework 5 years ago
transform.cpp Refactor all math into a new kimath library 6 years ago
transform.h Comment-only changes 6 years ago