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.
 
 
 
 
 
Wayne Stambaugh 578f01bfd9 Fix debug build error in symbol remap dialog. 9 years ago
..
dialogs Fix debug build error in symbol remap dialog. 9 years ago
netlist_exporters Convert UTF8 to/from wxString correctly around LIB_ID 9 years ago
plugins Fixes: lp:1645430 (CSV BOM generation using bom2csv.xsl script with custom entries has wrong format) 9 years ago
sim Fix warning: shadowed wxWindow::IsShown in sim_plot_panel.h 9 years ago
widgets Refactor layer enumerations to all live in the same place 9 years ago
CMakeLists.txt Add symbol library table remapping dialog. 9 years ago
Info.plist Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name 10 years ago
annotate.cpp Cleanups 9 years ago
autoplace_fields.cpp EDA_TEXT object refactor. 9 years ago
backanno.cpp Unify window title formats 9 years ago
block.cpp Eeschema: SCH_SHEET_LIST improvements. 10 years ago
block_libedit.cpp Move LIB_PART::Draw drawing options into a struct 9 years ago
bus-wire-junction.cpp Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
busentry.cpp Eeschema: remove unused headers, unused variables, redundant casts, and minor boolean tweaks. 10 years ago
class_drc_erc_item.cpp fix Bug #152546 (Netlist not respecting case sensitivity for labels): the label matching is now case sensitive. To avoid issues with previous eeschema versions, add in ERC a dectection for "similar" labels (labels which differ only by a case sensitivity) 10 years ago
class_libentry.cpp Remove debug code matching on specific component names 9 years ago
class_libentry.h Fix incorrect initialization of a color parameter, which make the drawings in black in libedit 9 years ago
class_library.cpp Add symbol library table remapping dialog. 9 years ago
class_library.h Remove excessive schematic symbol library re-linking. 9 years ago
class_netlist_object.cpp Add connection highlight to eeschema, step 1. 9 years ago
class_netlist_object.h Remove false "override" comments. 9 years ago
class_sch_screen.h Initial symbol library table implementation prep work. 9 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
cmp_tree_model.cpp CMP_TREE_MODEL*: fix uninitialized members 9 years ago
cmp_tree_model.h CMP_TREE_MODEL*: fix uninitialized members 9 years ago
cmp_tree_model_adapter.cpp Component chooser: show aliases better 9 years ago
cmp_tree_model_adapter.h Component chooser: show aliases better 9 years ago
component_references_lister.cpp Replace BOOST_FOREACH with C++11 range based for. 9 years ago
controle.cpp Fix questionable code and memory leak. 9 years ago
cross-probing.cpp Remove excessive schematic symbol library re-linking. 9 years ago
dialog_erc_listbox.h Workaround to fix Bug #1492513 (EEschema crash when I hit ERC button Edit). It happens only on Window 32bits build with msys2+gcc 5.2). The crash is due to the wxHtmlListBox used in ERC dialog (Although the sample htlbox works fine). 10 years ago
edit_bitmap.cpp Eeschema: add saving schematic files to schematic plugin. 9 years ago
edit_component_in_schematic.cpp Convert UTF8 to/from wxString correctly around LIB_ID 9 years ago
edit_label.cpp EDA_TEXT object refactor. 9 years ago
eeredraw.cpp Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
eeschema.cpp Refactor layer enumerations to all live in the same place 9 years ago
eeschema.icns [MacOSX] Updated Icons - Document ones still missing :( 13 years ago
eeschema.rc Remove old xpm icons files 14 years ago
eeschema_config.cpp Initial symbol library table implementation prep work. 9 years ago
eeschema_config.h Pull existing settings into Doxygen module 10 years ago
eeschema_doc.icns Updates for OS X 16 years ago
eeschema_id.h Fix broken symbol link in schematic after editing. 9 years ago
erc.cpp Eeschema: SCH_SHEET_LIST improvements. 10 years ago
erc.h fix Bug #152546 (Netlist not respecting case sensitivity for labels): the label matching is now case sensitive. To avoid issues with previous eeschema versions, add in ERC a dectection for "similar" labels (labels which differ only by a case sensitivity) 10 years ago
events_called_functions_for_edit.cpp Eeschema: Fix a (minor but annoying) bug detected by coverity which prevent Eeschema to draw components in "fast mode" (i;e. without pin texts) when they are moved, due to a draw parameter which was incorrectly used. 11 years ago
files-io.cpp Initial symbol library table implementation prep work. 9 years ago
find.cpp Replace BOOST_FOREACH with C++11 range based for. 9 years ago
general.h Refactor layer enumerations to all live in the same place 9 years ago
generate_alias_info.cpp Component chooser: show aliases better 9 years ago
generate_alias_info.h Component chooser: display correct unit in reference field 9 years ago
getpart.cpp Fix netlist generation bug cause when component unit is set to zero. 9 years ago
help_common_strings.h Eeschema, main menu (menubar.cpp): better code and fix outdated command and tool tip texts 9 years ago
hierarch.cpp Move bitmaps.h out of base_struct.h 9 years ago
highlight_connection.cpp Add connection highlight to eeschema, step 2: Fixes, refinements, add hot key, cleanup code. 9 years ago
hotkeys.cpp Correctly filter copyable objects for copy hotkey (Fixes lp:1571316) 9 years ago
hotkeys.h libedit: add hotkey for Load Component 9 years ago
invoke_sch_dialog.h Eeschema: improve netlist generation useability. 10 years ago
lib_arc.cpp Changed COLOR4D defines to static consts 9 years ago
lib_arc.h Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
lib_bezier.cpp Changed COLOR4D defines to static consts 9 years ago
lib_bezier.h Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
lib_circle.cpp Changed COLOR4D defines to static consts 9 years ago
lib_circle.h Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
lib_collectors.cpp Move from class INSPECTOR as the EDA_ITEM::Visit() callback interface to a std::function 9 years ago
lib_collectors.h Move from class INSPECTOR as the EDA_ITEM::Visit() callback interface to a std::function 9 years ago
lib_draw_item.cpp Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
lib_draw_item.h Removed a few more headers from base_struct.h 9 years ago
lib_export.cpp Make the schematic I/O plugin the only option. 9 years ago
lib_field.cpp Changed COLOR4D defines to static consts 9 years ago
lib_field.h Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
lib_pin.cpp Changed COLOR4D defines to static consts 9 years ago
lib_pin.h Removed a few more headers from base_struct.h 9 years ago
lib_polyline.cpp Changed COLOR4D defines to static consts 9 years ago
lib_polyline.h Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
lib_rectangle.cpp Changed COLOR4D defines to static consts 9 years ago
lib_rectangle.h Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
lib_text.cpp Changed COLOR4D defines to static consts 9 years ago
lib_text.h Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
libarch.cpp Convert UTF8 to/from wxString correctly around LIB_ID 9 years ago
libedit.cpp Fix Eeschema: Part library editor "save current library as" crash if no current library selected. 9 years ago
libedit_onleftclick.cpp Eeschema: editors: show the pin position (when clicking on it) in message panel. 9 years ago
libedit_onrightclick.cpp Eeschema: unify schematic and component library block mirror commands. 10 years ago
libedit_plot_component.cpp Move LIB_PART::Draw drawing options into a struct 9 years ago
libedit_undo_redo.cpp Other minor fixes 11 years ago
libeditframe.cpp Fix Eeschema: Part library editor "save current library as" crash if no current library selected. 9 years ago
libeditframe.h Fix build bug for const incorrectness. 9 years ago
libfield.cpp Eeschema: minor LIB_PART object changes. 9 years ago
load_one_schematic_file.cpp str[n]icmp -> str[n]casecmp 9 years ago
menubar.cpp Icons options menu: code rework 9 years ago
menubar_libedit.cpp Libedit: add "create new lib" in file menu (was only available from the main toolbar) 9 years ago
netform.cpp Eeschema: enhancement on Windows: adds a show console option for BOM plugin execution (needed for instance by python plugins which are run with pythonw) 10 years ago
netlist.cpp Add connection highlight to eeschema, step 1. 9 years ago
netlist.h Fixed Spice netlist export options and added a few new flags 9 years ago
onleftclick.cpp Add footprint select dropdown to component chooser, serious refactoring 9 years ago
onrightclick.cpp Improve right-click menu entry for doc 9 years ago
operations_on_items_lists.cpp Removed unused EDA_ITEM::m_Image field. 9 years ago
pin_number.cpp Compress consecutive numbers in pin summary. 10 years ago
pin_number.h Add pin number summary 10 years ago
pin_shape.cpp Enum refactoring and shiny icons in dialog_lib_edit_pin_table 10 years ago
pin_shape.h Enum refactoring and shiny icons in dialog_lib_edit_pin_table 10 years ago
pin_type.cpp Enum refactoring and shiny icons in dialog_lib_edit_pin_table 10 years ago
pin_type.h Enum refactoring and shiny icons in dialog_lib_edit_pin_table 10 years ago
pinedit.cpp Changed COLOR4D defines to static consts 9 years ago
plot_schematic_DXF.cpp Split IO_ERROR out of richio.* and store Problem() and Where() separately 9 years ago
plot_schematic_HPGL.cpp Split IO_ERROR out of richio.* and store Problem() and Where() separately 9 years ago
plot_schematic_PDF.cpp eeschema: set title of plotted pdf to sheet title 9 years ago
plot_schematic_PS.cpp Split IO_ERROR out of richio.* and store Problem() and Where() separately 9 years ago
plot_schematic_SVG.cpp Split IO_ERROR out of richio.* and store Problem() and Where() separately 9 years ago
project_rescue.cpp Convert UTF8 to/from wxString correctly around LIB_ID 9 years ago
project_rescue.h Convert UTF8 to/from wxString correctly around LIB_ID 9 years ago
protos.h Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
sch_base_frame.cpp Refactor layer enumerations to all live in the same place 9 years ago
sch_base_frame.h Add footprint select dropdown to component chooser, serious refactoring 9 years ago
sch_bitmap.cpp Changed COLOR4D defines to static consts 9 years ago
sch_bitmap.h Changed COLOR4D defines to static consts 9 years ago
sch_bus_entry.cpp Changed COLOR4D defines to static consts 9 years ago
sch_bus_entry.h Changed COLOR4D defines to static consts 9 years ago
sch_collectors.cpp Correctly filter copyable objects for copy hotkey (Fixes lp:1571316) 9 years ago
sch_collectors.h Correctly filter copyable objects for copy hotkey (Fixes lp:1571316) 9 years ago
sch_component.cpp Add symbol library table remapping dialog. 9 years ago
sch_component.h Add symbol library table remapping dialog. 9 years ago
sch_field.cpp Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
sch_field.h Changed COLOR4D defines to static consts 9 years ago
sch_io_mgr.cpp Eeschema: add saving schematic files to schematic plugin. 9 years ago
sch_io_mgr.h Optimize SCH_PLUGIN enumeration for populating the component chooser 9 years ago
sch_item_struct.cpp Fix snprintf usage. 11 years ago
sch_item_struct.h Refactor layer enumerations to all live in the same place 9 years ago
sch_junction.cpp Changed COLOR4D defines to static consts 9 years ago
sch_junction.h Changed COLOR4D defines to static consts 9 years ago
sch_legacy_plugin.cpp Refactor layer enumerations to all live in the same place 9 years ago
sch_legacy_plugin.h Optimize SCH_PLUGIN enumeration for populating the component chooser 9 years ago
sch_line.cpp Changed COLOR4D defines to static consts 9 years ago
sch_line.h Changed COLOR4D defines to static consts 9 years ago
sch_marker.cpp Changed COLOR4D defines to static consts 9 years ago
sch_marker.h Changed COLOR4D defines to static consts 9 years ago
sch_no_connect.cpp Changed COLOR4D defines to static consts 9 years ago
sch_no_connect.h Changed COLOR4D defines to static consts 9 years ago
sch_plugin.cpp Optimize SCH_PLUGIN enumeration for populating the component chooser 9 years ago
sch_reference_list.h Use library ID to store library symbol information in the schematic symbol. 9 years ago
sch_screen.cpp Initial symbol library table implementation prep work. 9 years ago
sch_sheet.cpp Changed COLOR4D defines to static consts 9 years ago
sch_sheet.h Changed COLOR4D defines to static consts 9 years ago
sch_sheet_path.cpp Use library ID to store library symbol information in the schematic symbol. 9 years ago
sch_sheet_path.h Add missing C++ stdlib headers 10 years ago
sch_sheet_pin.cpp Remove a printf clearly for debug, certainly a very old bug 9 years ago
sch_text.cpp Changed COLOR4D defines to static consts 9 years ago
sch_text.h Changed COLOR4D defines to static consts 9 years ago
sch_validators.cpp Do not allow spaces in component name (value field) in component library editor, in dialogs (Edit field, Create component). 9 years ago
sch_validators.h Add more "override" markers. 9 years ago
schedit.cpp Changed COLOR4D defines to static consts 9 years ago
schematic_undo_redo.cpp Removed unused EDA_ITEM::m_Image field. 9 years ago
schframe.cpp Move executable name constants to own file 9 years ago
schframe.h Add footprint select dropdown to component chooser, serious refactoring 9 years ago
selpart.cpp Eeschema: fix schematic I/O plugin symbol name issue. 9 years ago
sheet.cpp Eeschema: SCH_SHEET_LIST improvements. 10 years ago
sheetlab.cpp EDA_TEXT object refactor. 9 years ago
symbdraw.cpp Changed COLOR4D defines to static consts 9 years ago
symbedit.cpp Make the schematic I/O plugin the only option. 9 years ago
symbol_lib_table.cpp Initial symbol library table implementation prep work. 9 years ago
symbol_lib_table.h Initial symbol library table implementation prep work. 9 years ago
template_fieldnames.cpp Eeschema: make footprint and datasheet initially invisible, when creating a component 10 years ago
template_fieldnames.h Eeschema: add missing rotate and mirror sheet in sheet context menu (these transforms were possible in block commands, but not from the sheet menu). 11 years ago
template_fieldnames.keywords *.lst -> *.keywords, rename input filenames to CMake script TokenList2DsnLexer.cmake 16 years ago
tool_lib.cpp Fix broken symbol link in schematic after editing. 9 years ago
tool_sch.cpp Move bitmaps.h out of base_struct.h 9 years ago
tool_viewlib.cpp Add a specific bitmap for show electrical type option (component editor and component viewer) 9 years ago
transform.cpp Remove unnecessary TRANSFORM::operator= 9 years ago
transform.h Remove unnecessary TRANSFORM::operator= 9 years ago
viewlib_frame.cpp Refactor layer enumerations to all live in the same place 9 years ago
viewlib_frame.h Component Editor and Component viewer: add option to show the electrical pin type. 9 years ago
viewlibs.cpp Add footprint select dropdown to component chooser, serious refactoring 9 years ago