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.
 
 
 
 
 
jean-pierre charras 655f54bea5 Fixes: lp:1652353 (pspice netlist export: library include path is always empty) 9 years ago
..
dialogs Add tool tips to autosave widget in dialogs (pcbnew and eeschema) 9 years ago
netlist_exporters Fixes: lp:1652353 (pspice netlist export: library include path is always empty) 9 years ago
plugins Fixes: lp:1645430 (CSV BOM generation using bom2csv.xsl script with custom entries has wrong format) 9 years ago
sim Simulator frame: fix a min size for panels, and now stores in config the position and size of the frame and panels 9 years ago
widgets Add connection highlight to eeschema, step 1. 9 years ago
CMakeLists.txt Eeschema: lay the groundwork for symbol library tables. 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 Replace BOOST_FOREACH with C++11 range based for. 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 Fix typing problems with GR_KB_* constants 10 years ago
bus-wire-junction.cpp eeschema: improve RemoveBacktracks() algorithm (lp:1562521) 10 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 Component Editor and Component viewer: add option to show the electrical pin type. 9 years ago
class_libentry.h Make footprint ID into a generic library ID. 9 years ago
class_library.cpp Fixes: lp:1641456 (Linux specific: Unable to load Eeschema libraries that have an absolute path, due to an incorrect initialization of a wxFileName variable) 9 years ago
class_library.h Eeschema: minor LIB_PART object changes. 9 years ago
class_netlist_object.cpp Add connection highlight to eeschema, step 1. 9 years ago
class_netlist_object.h Add connection highlight to eeschema, step 1. 9 years ago
class_sch_screen.h Add more "override" markers. 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
component_references_lister.cpp Replace BOOST_FOREACH with C++11 range based for. 9 years ago
component_tree_search_container.cpp Eeschema: schematic I/O plugin preparation work. 9 years ago
component_tree_search_container.h cleanup naming in component tree search container 11 years ago
controle.cpp Eeschema: editors: show the pin position (when clicking on it) in message panel. 9 years ago
cross-probing.cpp Clean up warnings from exception handlers 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
diodes.lib ngspice: something starts to work 9 years ago
edit_bitmap.cpp Eeschema: add saving schematic files to schematic plugin. 9 years ago
edit_component_in_schematic.cpp Eeschema: fix broken component reference field in hierarchies. (fixes lp:1572812) 10 years ago
edit_label.cpp Rework on class EDA_TEXT and related classes and draw functions. More work. Eechema: in rotate texts: redraw the full screen to avoid garbage on screen. 10 years ago
eeredraw.cpp Eeschema: Minor code reorganization: 11 years ago
eeschema.cpp Eeschema: implement loading of global symbol table. 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 Component Editor and Component viewer: add option to show the electrical pin type. 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 Add connection highlight to eeschema, step 2: Fixes, refinements, add hot key, cleanup code. 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 Split IO_ERROR out of richio.* and store Problem() and Where() separately 9 years ago
find.cpp Replace BOOST_FOREACH with C++11 range based for. 9 years ago
general.h Add connection highlight to eeschema, step 1. 9 years ago
getpart.cpp Replace BOOST_FOREACH with C++11 range based for. 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 Add connection highlight to eeschema, step 2: Fixes, refinements, add hot key, cleanup code. 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 Add connection highlight to eeschema, step 2: Fixes, refinements, add hot key, cleanup code. 9 years ago
hotkeys.h One-click PCB update improvements 10 years ago
invoke_sch_dialog.h Eeschema: improve netlist generation useability. 11 years ago
lib_arc.cpp Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 10 years ago
lib_arc.h Add more "override" markers. 9 years ago
lib_bezier.cpp Eeschema: remove unused headers, unused variables, redundant casts, and minor boolean tweaks. 10 years ago
lib_bezier.h Add more "override" markers. 9 years ago
lib_circle.cpp Fix potential buffer overflows in eeschema. Fix Bug #1468604 (Assert triggered in eeschema when trying to edit components) 11 years ago
lib_circle.h Add more "override" markers. 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 Eeschema: editors: show the pin position (when clicking on it) in message panel. 9 years ago
lib_draw_item.h Add more "override" markers. 9 years ago
lib_export.cpp Eeschema: schematic I/O plugin preparation work. 9 years ago
lib_field.cpp Eeschema: make footprint and datasheet initially invisible, when creating a component 10 years ago
lib_field.h Add more "override" markers. 9 years ago
lib_pin.cpp Fixes: lp:1639330 (Assertion failure opening libedit from eeschema in debug mode) 9 years ago
lib_pin.h Component Editor and Component viewer: add option to show the electrical pin type. 9 years ago
lib_polyline.cpp Replace BOOST_FOREACH with C++11 range based for. 9 years ago
lib_polyline.h Add more "override" markers. 9 years ago
lib_rectangle.cpp Libedit: Fix an issue relative to bounding boxes of symbol items: some were calculated using the top to bottom draw Y axis, some others using the bottom to top libedit Y axis 11 years ago
lib_rectangle.h Add more "override" markers. 9 years ago
lib_text.cpp str[n]icmp -> str[n]casecmp 9 years ago
lib_text.h Add more "override" markers. 9 years ago
libarch.cpp Eeschema: PART_LIB object clean up. 9 years ago
libedit.cpp Component Editor and Component viewer: add option to show the electrical pin type. 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 Fix GetBoundingBox hiding overloaded virtual 9 years ago
libedit_undo_redo.cpp Other minor fixes 11 years ago
libeditframe.cpp Add a specific bitmap for show electrical type option (component editor and component viewer) 9 years ago
libeditframe.h Add a specific bitmap for show electrical type option (component editor and component viewer) 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 Eeschema, main menu (menubar.cpp): better code and fix outdated command and tool tip texts 9 years ago
menubar_libedit.cpp Add Help Menu item to open browser at kicad-pcb.org/contribute 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 connection highlight to eeschema, step 2: Fixes, refinements, add hot key, cleanup code. 9 years ago
onrightclick.cpp Eeschema: schematic I/O plugin preparation work. 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 Eeschema: fix compil warning on 64 bits machines. 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 Split IO_ERROR out of richio.* and store Problem() and Where() separately 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 Eeschema: schematic I/O plugin preparation work. 9 years ago
project_rescue.h Fix bug in Eeschema component rescue library. (fixes lp:1485352) 10 years ago
protos.h Eeschema: code cleaning, remove dead code and not used #define or#include in some cpp files. 11 years ago
sch_base_frame.cpp Push UI preferences to child edit and view windows. (fixes lp:1468388) 10 years ago
sch_base_frame.h Eeschema: symbol library viewer improvements. 9 years ago
sch_bitmap.cpp str[n]icmp -> str[n]casecmp 9 years ago
sch_bitmap.h Add more "override" markers. 9 years ago
sch_bus_entry.cpp Add connection highlight to eeschema, step 1. 9 years ago
sch_bus_entry.h Add more "override" markers. 9 years ago
sch_collectors.cpp Move from class INSPECTOR as the EDA_ITEM::Visit() callback interface to a std::function 9 years ago
sch_collectors.h Move from class INSPECTOR as the EDA_ITEM::Visit() callback interface to a std::function 9 years ago
sch_component.cpp str[n]icmp -> str[n]casecmp 9 years ago
sch_component.h Add more "override" markers. 9 years ago
sch_field.cpp dialog edit libentry fields in lib: Add button to edit spice parameters, and therefore to add spice parameters in lib components. 9 years ago
sch_field.h dialog edit libentry fields in lib: Add button to edit spice parameters, and therefore to add spice parameters in lib components. 9 years ago
sch_io_mgr.cpp Eeschema: add saving schematic files to schematic plugin. 9 years ago
sch_io_mgr.h Eeschema: more schematic I/O plugin prep work. 9 years ago
sch_item_struct.cpp Fix snprintf usage. 11 years ago
sch_item_struct.h Add more "override" markers. 9 years ago
sch_junction.cpp Add connection highlight to eeschema, step 1. 9 years ago
sch_junction.h Add more "override" markers. 9 years ago
sch_legacy_plugin.cpp Fix a few Coverity warnings. A bit of clean code in export_vrml.cpp. 9 years ago
sch_legacy_plugin.h Eeschema: more schematic I/O plugin prep work. 9 years ago
sch_line.cpp Add connection highlight to eeschema, step 1. 9 years ago
sch_line.h Add more "override" markers. 9 years ago
sch_marker.cpp Fix a minor bug relative to SCH_MARKERs introduced in rev 6014 10 years ago
sch_marker.h Add more "override" markers. 9 years ago
sch_no_connect.cpp Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 10 years ago
sch_no_connect.h Add more "override" markers. 9 years ago
sch_plugin.cpp Eeschema: add delete symbol library code to schematic legacy plugin. 9 years ago
sch_reference_list.h Cleanups 9 years ago
sch_screen.cpp Eeschema: rewrite loop conditions in SCH_SCREEN::SchematicCleanUp(). 9 years ago
sch_sheet.cpp str[n]icmp -> str[n]casecmp 9 years ago
sch_sheet.h Add more "override" markers. 9 years ago
sch_sheet_path.cpp Replace BOOST_FOREACH with C++11 range based for. 9 years ago
sch_sheet_path.h Add missing C++ stdlib headers 10 years ago
sch_sheet_pin.cpp Rename enum TypeSheetLabel to PINSHEETLABEL_SHAPE (Better name, and in accordance with our coding style policy) 10 years ago
sch_text.cpp Add connection highlight to eeschema, step 1. 9 years ago
sch_text.h Add more "override" markers. 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 Fix message. 9 years ago
schematic_undo_redo.cpp Removed unused EDA_ITEM::m_Image field. 9 years ago
schframe.cpp Add connection highlight to eeschema, step 1. 9 years ago
schframe.h Add connection highlight to eeschema, step 2: Fixes, refinements, add hot key, cleanup code. 9 years ago
selpart.cpp Eeschema: schematic I/O plugin preparation work. 9 years ago
sheet.cpp Eeschema: SCH_SHEET_LIST improvements. 10 years ago
sheetlab.cpp Rename enum TypeSheetLabel to PINSHEETLABEL_SHAPE (Better name, and in accordance with our coding style policy) 10 years ago
symbdraw.cpp Modular KiCad Blueprint Milestone B), major portions: 11 years ago
symbedit.cpp Eeschema: schematic I/O plugin preparation work. 9 years ago
symbol_lib_table.cpp Eeschema: implement loading of global symbol table. 9 years ago
symbol_lib_table.h Eeschema: implement loading of global symbol table. 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 Add a specific bitmap for show electrical type option (component editor and component viewer) 9 years ago
tool_sch.cpp Add connection highlight to eeschema, step 2: Fixes, refinements, add hot key, cleanup code. 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 Libedit: Fix an issue relative to bounding boxes of symbol items: some were calculated using the top to bottom draw Y axis, some others using the bottom to top libedit Y axis 11 years ago
transform.h Very minor changes: minor coding style fixes, and remove a few local shadowed variables (mainly local variables having the same name in the same function) detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) 10 years ago
viewlib_frame.cpp Component Editor and Component viewer: add option to show the electrical pin type. 9 years ago
viewlib_frame.h Component Editor and Component viewer: add option to show the electrical pin type. 9 years ago
viewlibs.cpp Component Editor and Component viewer: add option to show the electrical pin type. 9 years ago