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 3d963166c7 Undo commit -r 6389. 10 years ago
..
dialogs Undo commit -r 6413. 10 years ago
netlist_exporters Eeschema: uncouple clearing annotation from SCH_SHEET_PATH. 10 years ago
plugins Fixed coding policy violations in last commit. 11 years ago
widgets Pull colors widget into preferences dialog 10 years ago
CMakeLists.txt Executable icon resource build configuration fixes. 10 years ago
Info.plist Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name 10 years ago
annotate.cpp Eeschema: uncouple clearing annotation from SCH_SHEET_PATH. 10 years ago
autoplace_fields.cpp Eeschema: remove dead code in autoplace (Coverity) 10 years ago
backanno.cpp 2 very minor fixes in Eeschema: 10 years ago
block.cpp Fix typing problems with GR_KB_* constants 10 years ago
block_libedit.cpp Fix typing problems with GR_KB_* constants 10 years ago
bus-wire-junction.cpp Eeschema: remove unused headers, unused variables, redundant casts, and minor boolean tweaks. 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 libedit: fix iterator off end of vector (lp:1537946) 10 years ago
class_libentry.h Hide pin and wire targets to show wire connections in Eeschema. 11 years ago
class_library.cpp Eeschema: remove unused headers, unused variables, redundant casts, and minor boolean tweaks. 10 years ago
class_library.h Add schematic component library change rescue feature (fixes lp:1435338). 11 years ago
class_netlist_object.cpp Eeschema ERC now catches errors of unmatched global labels. 10 years ago
class_netlist_object.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
class_sch_screen.h Eeschema: uncouple clearing annotation from SCH_SHEET_PATH. 10 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 Eeschema enhancements: Option to annotate keeping multi-unit parts grouped and friendlier warning for modifying power values. 11 years ago
component_tree_search_container.cpp Eeschema: add wildcard and regular expression search to componet select dialog. 10 years ago
component_tree_search_container.h cleanup naming in component tree search container 11 years ago
controle.cpp Undo commit -r 6428. 10 years ago
cross-probing.cpp One-click PCB update improvements 10 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: Minor code reorganization: 11 years ago
edit_component_in_schematic.cpp Eeschema: add field automatic placement feature. 10 years ago
edit_label.cpp eeschema: fix minor Bug #1446779 (repeat parameters not initialized until a project config is read) 11 years ago
eeredraw.cpp Eeschema: Minor code reorganization: 11 years ago
eeschema.cpp Remove last vestiges of DIALOG_COLOR_CONFIG 10 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 Remove last vestiges of DIALOG_COLOR_CONFIG 10 years ago
eeschema_config.h Eeschema: add field automatic placement feature. 10 years ago
eeschema_doc.icns Updates for OS X 16 years ago
eeschema_id.h eeschema: single click PCB update feature added 10 years ago
erc.cpp Undo commit -r 6428. 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 Eeschema: Set modified flag after "Append Schematic Sheet" 10 years ago
find.cpp Eeschema: fix find and replace bug where replace value lags by one cycle. (fixes lp:1517101) 10 years ago
general.h eeschema: fix minor Bug #1446779 (repeat parameters not initialized until a project config is read) 11 years ago
getpart.cpp Eeschema: add field automatic placement feature. 10 years ago
help_common_strings.h More source file missing license fixes. 11 years ago
hierarch.cpp Eeschema: fix dangling ends when enter the first time in a sub sheet of a schematic hierarchy. Minor code cleanup. 10 years ago
hotkeys.cpp One-click PCB update improvements 10 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. 11 years ago
lib_arc.h Modular KiCad Blueprint Milestone B), major portions: 11 years ago
lib_bezier.cpp Eeschema: remove unused headers, unused variables, redundant casts, and minor boolean tweaks. 10 years ago
lib_bezier.h Modular KiCad Blueprint Milestone B), major portions: 11 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 Modular KiCad Blueprint Milestone B), major portions: 11 years ago
lib_collectors.cpp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 13 years ago
lib_collectors.h Add schematic component library change rescue feature (fixes lp:1435338). 11 years ago
lib_draw_item.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
lib_draw_item.h 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
lib_export.cpp Default and most recently used path fixes. (fixes: 1494210) 10 years ago
lib_field.cpp Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 11 years ago
lib_field.h Modular KiCad Blueprint Milestone B), major portions: 11 years ago
lib_pin.cpp Eeschema: add field automatic placement feature. 10 years ago
lib_pin.h Eeschema: add field automatic placement feature. 10 years ago
lib_polyline.cpp Eeschema: remove unused headers, unused variables, redundant casts, and minor boolean tweaks. 10 years ago
lib_polyline.h Modular KiCad Blueprint Milestone B), major portions: 11 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 Modular KiCad Blueprint Milestone B), major portions: 11 years ago
lib_text.cpp LIB_TEXT::Plot doesn't take justification into account, so when generating postscript/PDF/etc with left/right-justified text, the text is in the wrong position. This rev fixes that. 10 years ago
lib_text.h Modular KiCad Blueprint Milestone B), major portions: 11 years ago
libarch.cpp Eeschema: Minor code reorganization: 11 years ago
libedit.cpp Fix crash (only on Linux) when exporting a footprint from the footprint wizard frame. 10 years ago
libedit_onleftclick.cpp Modular KiCad Blueprint Milestone B), major portions: 11 years ago
libedit_onrightclick.cpp Libview and Modview: fix issues relative to hotkeys (hardcoded keys instead of user defined keys) and not working tools and popup menus. 11 years ago
libedit_plot_component.cpp Default and most recently used path fixes. (fixes: 1494210) 10 years ago
libedit_undo_redo.cpp Other minor fixes 11 years ago
libeditframe.cpp Remove last vestiges of DIALOG_COLOR_CONFIG 10 years ago
libeditframe.h Fix typing problems with GR_KB_* constants 10 years ago
libfield.cpp eeschema: fix Bug #1385789 (eeschema segfaults, when editing a new field). Fix an other minor bug in Footprint editor. 11 years ago
load_one_schematic_file.cpp Fix saving undo/redo limits in Eeschema. 10 years ago
menubar.cpp One-click PCB update improvements 10 years ago
menubar_libedit.cpp Remove last vestiges of DIALOG_COLOR_CONFIG 10 years ago
netform.cpp Eeschema: BOM dialog: fix some minor issues when displaying messages. 10 years ago
netlist.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
netlist.h eeschema restructure of netlist export code. 11 years ago
onleftclick.cpp Eeschema: SCH_SHEET improvements for Eeschema refactor. 10 years ago
onrightclick.cpp Eeschema: add field automatic placement feature. 10 years ago
operations_on_items_lists.cpp Fix 2 coverity warnings, and cleanup a old code in dialog_color_config. 11 years ago
pin_number.cpp Compress consecutive numbers in pin summary. 10 years ago
pin_number.h Add pin number summary 10 years ago
pinedit.cpp Component editor: to avoid mistakes (like "bug" #1509936 ), when adding a pin to a multipart component , the pins automatically added to other parts have their pin number set to "??" instead of duplicating the master pin. They should therefore appear as different pins. 10 years ago
plot_schematic_DXF.cpp Eeschema: remove unused headers, unused variables, redundant casts, and minor boolean tweaks. 10 years ago
plot_schematic_HPGL.cpp Undo commit -r 6428. 10 years ago
plot_schematic_PDF.cpp Eeschema: remove unused headers, unused variables, redundant casts, and minor boolean tweaks. 10 years ago
plot_schematic_PS.cpp Eeschema: remove unused headers, unused variables, redundant casts, and minor boolean tweaks. 10 years ago
plot_schematic_SVG.cpp WX_HTML_REPORT_PANEL: a REPORTER widget on steroids. 11 years ago
project_rescue.cpp Make message window title translatable in a rescue dialog. 10 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: fix minor Bug #1446779 (repeat parameters not initialized until a project config is read) 11 years ago
sch_bitmap.cpp Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 11 years ago
sch_bitmap.h All: GetBoundingBox returns now a const EDA_RECT. 12 years ago
sch_bus_entry.cpp Eeschema:fix bug 1492542 component pins look disconnected if component is selected and then pan/scroll/zoom view 10 years ago
sch_bus_entry.h Add connection targets to bus wire entries. 11 years ago
sch_collectors.cpp Eeschema: fix find and replace bug where replace value lags by one cycle. (fixes lp:1517101) 10 years ago
sch_collectors.h Eeschema: fix find and replace bug where replace value lags by one cycle. (fixes lp:1517101) 10 years ago
sch_component.cpp Undo commit -r 6413. 10 years ago
sch_component.h Eeschema: add field automatic placement feature. 10 years ago
sch_field.cpp Eeschema: add field automatic placement feature. 10 years ago
sch_field.h Eeschema: add field automatic placement feature. 10 years ago
sch_item_struct.cpp Fix snprintf usage. 11 years ago
sch_item_struct.h Hide pin and wire targets to show wire connections in Eeschema. 11 years ago
sch_junction.cpp Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 11 years ago
sch_junction.h Remove some uses of using namespace std. 12 years ago
sch_line.cpp Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 11 years ago
sch_line.h Remove some uses of using namespace std. 12 years ago
sch_marker.cpp Fix a minor bug relative to SCH_MARKERs introduced in rev 6014 10 years ago
sch_marker.h Shape poly set: fix bug in BBox calculation. Class MARKER : fix broken code and clean code. Fix bug #1369682 (EESchema Erc not show error count) due to this broken code. 10 years ago
sch_no_connect.cpp Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 11 years ago
sch_no_connect.h Hide pin and wire targets to show wire connections in Eeschema. 11 years ago
sch_reference_list.h Eeschema enhancements: Option to annotate keeping multi-unit parts grouped and friendlier warning for modifying power values. 11 years ago
sch_screen.cpp Eeschema: uncouple clearing annotation from SCH_SHEET_PATH. 10 years ago
sch_sheet.cpp Undo commit -r 6389. 10 years ago
sch_sheet.h Eeschema: move modification state code from SCH_SHEET_LIST to SCH_SHEET. 10 years ago
sch_sheet_path.cpp Undo commit -r 6389. 10 years ago
sch_sheet_path.h Eeschema: move modification state code from SCH_SHEET_LIST to SCH_SHEET. 10 years ago
sch_sheet_pin.cpp Eeschema: remove unused headers, unused variables, redundant casts, and minor boolean tweaks. 10 years ago
sch_text.cpp Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 11 years ago
sch_text.h eeschema: fix minor Bug #1446779 (repeat parameters not initialized until a project config is read) 11 years ago
schedit.cpp Eeschema: replace accidental dynamic_casts with static_casts 10 years ago
schematic_undo_redo.cpp Eeschema: remove unused headers, unused variables, redundant casts, and minor boolean tweaks. 10 years ago
schframe.cpp Undo commit -r 6389. 10 years ago
schframe.h eeschema: single click PCB update feature added 10 years ago
selpart.cpp Eeschema: code cleaning, remove dead code and not used #define or#include in some cpp files. 11 years ago
sheet.cpp Eeschema: remove unused headers, unused variables, redundant casts, and minor boolean tweaks. 10 years ago
sheetlab.cpp Fix minor issues (included Bug #1469358 hierarchical sheet pin not redrawn after edition) 11 years ago
symbdraw.cpp Modular KiCad Blueprint Milestone B), major portions: 11 years ago
symbedit.cpp Modular KiCad Blueprint Milestone B), major portions: 11 years ago
template_fieldnames.cpp 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.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 ModEdit: fix a refresh issue after deleting a pad (depending on the position of the pad, the pad was sometimes not immediately undrawn). 11 years ago
tool_sch.cpp Eeschema: enable a few disabled stand alone mode options. 10 years ago
tool_viewlib.cpp Fix Bug #1499788 ( Kicad manager unarchive files to home directory instead selected ) 10 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 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
viewlib_frame.cpp Github plugin: fix lack of message when trying to download a non existing footprint library (Curl does not return an error: the message "Not Fount" is stored in buffer, and the zip handler returns a not suitable error message) 10 years ago
viewlib_frame.h Fix typing problems with GR_KB_* constants 10 years ago
viewlibs.cpp Fix some coverity warnings (mainly not initialized vars). 11 years ago