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 4e210a2d05 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
..
dialogs Hide "Power component value text cannot be modified" in libedit (which should be displayed only in schematic editor for power parts) 11 years ago
netlist_exporters eeschema: fix Bug #1437604 (double translation of some messages in pin editor dialog) relative to some static strings flagged "to be translated". 11 years ago
plugins Fixed coding policy violations in last commit. 11 years ago
CMakeLists.txt Add pin table dialog 11 years ago
Info.plist Commit the rest of the OSX build fixes missed in the previous commit. 11 years ago
annotate.cpp 3D viewer: fix a bug introduced in rev 5579s. Remove a few useless wxBusyCursor. Minor other fixes. 11 years ago
backanno.cpp More Coverity scan error fixes. 11 years ago
block.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
block_libedit.cpp Fix Bug #1426675 (Undo and cancel commands don't have effect for Duplicate operation in legacy mode) 11 years ago
bus-wire-junction.cpp Eeschema: fix a crash on undo command, which sometimes happens after a wire /bus creation command was aborted. 11 years ago
busentry.cpp Eeschema: Minor code reorganization: 11 years ago
class_drc_erc_item.cpp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 13 years ago
class_libentry.cpp Extend max number of units per package: fix incorrect unit string for unit >= 52. Fix unit list limited to 26 in dialof edit compinent in schematic..cpp 11 years ago
class_libentry.h Eeschema: Fix a very old bug relative to the tool to load power parts: 11 years ago
class_library.cpp Eeschema: Fix a very old bug relative to the tool to load power parts: 11 years ago
class_library.h Dialog layers setup: cosmetic enhancements (fix a very minor issue on Windows). Remove a not used and outdated file. 11 years ago
class_netlist_object.cpp Eeschema: Minor code reorganization: 11 years ago
class_netlist_object.h Try to fix Bug #1431391 (Unable to edit pins in Schematic library editor). It happens on XFCE, but also on Unity. This fix works on Unity. (it is due to the fact the dialog is not raised, for an unknown reason, and this bug depend on the way Eeschema and Libedit are run). 11 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: Fix a very old bug relative to the tool to load power parts: 11 years ago
component_tree_search_container.h Eeschema: Fix a very old bug relative to the tool to load power parts: 11 years ago
controle.cpp Eeschema: Minor code reorganization: 11 years ago
cross-probing.cpp Eeschema: Minor code reorganization: 11 years ago
dialog_erc_listbox.h Fix some compil warnings and Debug assertions 12 years ago
edit_bitmap.cpp Eeschema: Minor code reorganization: 11 years ago
edit_component_in_schematic.cpp Eeschema enhancements: Option to annotate keeping multi-unit parts grouped and friendlier warning for modifying power values. 11 years ago
edit_label.cpp Fix some minor coverity warnings. Fix a bug in pcad2kicad plugin. Scripting: map BASE_SET. Rename some python bom scripts with better names. Fix erroneous comments and add comments 11 years ago
eeredraw.cpp Eeschema: Minor code reorganization: 11 years ago
eeschema.cpp Add hotkeys to Kicad manager, and some rework on hotkeys management. 11 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 Add hotkeys to Kicad manager, and some rework on hotkeys management. 11 years ago
eeschema_config.h Eeschema: add dialog libedit options and move options relative to libedit from eeschema options to this dialog. 11 years ago
eeschema_doc.icns Updates for OS X 16 years ago
eeschema_id.h Extend max number of units per package: fix incorrect unit string for unit >= 52. Fix unit list limited to 26 in dialof edit compinent in schematic..cpp 11 years ago
erc.cpp eeschema: fix Bug #1437604 (double translation of some messages in pin editor dialog) relative to some static strings flagged "to be translated". 11 years ago
erc.h Fix compile errors when wx3.x is built with --enable-stl 12 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: fix bug #142970 (broken append sheet function) 11 years ago
find.cpp Fix Eeschema search segfault. 11 years ago
general.h More source file missing license fixes. 11 years ago
getpart.cpp Eeschema: Fix a very old bug relative to the tool to load power parts: 11 years ago
help_common_strings.h More source file missing license fixes. 11 years ago
hierarch.cpp More Coverity scan error fix goodness. 11 years ago
hotkeys.cpp Fix I18n issues 11 years ago
hotkeys.h Try to fix Bug #1431391 (Unable to edit pins in Schematic library editor). It happens on XFCE, but also on Unity. This fix works on Unity. (it is due to the fact the dialog is not raised, for an unknown reason, and this bug depend on the way Eeschema and Libedit are run). 11 years ago
invoke_sch_dialog.h Modular KiCad Blueprint Milestone B), major portions: 11 years ago
lib_arc.cpp More Coverity scan error fix goodness. 11 years ago
lib_arc.h Modular KiCad Blueprint Milestone B), major portions: 11 years ago
lib_bezier.cpp Fix some coverity and cppcheck warnings (most are very minor issues: not initialized members and initialized but not used variables) 11 years ago
lib_bezier.h Modular KiCad Blueprint Milestone B), major portions: 11 years ago
lib_circle.cpp Message panel consistency improvements and coding policy fixes. 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 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 13 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 Save document file when creating new component library from component in library editor. (fixes lp:1351952) 11 years ago
lib_field.cpp Message panel consistency improvements and coding policy fixes. 11 years ago
lib_field.h Modular KiCad Blueprint Milestone B), major portions: 11 years ago
lib_pin.cpp Extend max number of units per package: fix incorrect unit string for unit >= 52. Fix unit list limited to 26 in dialof edit compinent in schematic..cpp 11 years ago
lib_pin.h eeschema: fix Bug #1437604 (double translation of some messages in pin editor dialog) relative to some static strings flagged "to be translated". 11 years ago
lib_polyline.cpp Fix some coverity and cppcheck warnings (most are very minor issues: not initialized members and initialized but not used variables) 11 years ago
lib_polyline.h Modular KiCad Blueprint Milestone B), major portions: 11 years ago
lib_rectangle.cpp Message panel consistency improvements and coding policy fixes. 11 years ago
lib_rectangle.h Modular KiCad Blueprint Milestone B), major portions: 11 years ago
lib_text.cpp Message panel consistency improvements and coding policy fixes. 11 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 Eeschema: Fix a very old bug relative to the tool to load power parts: 11 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 Modular KiCad Blueprint Milestone B), major portions: 11 years ago
libedit_undo_redo.cpp Other minor fixes 11 years ago
libeditframe.cpp Add pin table dialog 11 years ago
libeditframe.h Add pin table dialog 11 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 Eeschema impovements. 11 years ago
menubar.cpp Fix I18n issues 11 years ago
menubar_libedit.cpp Library configuration menu naming improvements. 11 years ago
netform.cpp 3D viewer: fix a bug introduced in rev 5579s. Remove a few useless wxBusyCursor. Minor other fixes. 11 years ago
netlist.cpp 3D viewer: fix (the fix is not perfect) a minor issue in zone rendering: copper thickness was not good when the option 'Show Holes in Zones" was OFF, and "Show Copper Thickness" ON. 11 years ago
netlist.h eeschema restructure of netlist export code. 11 years ago
onleftclick.cpp Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys. 11 years ago
onrightclick.cpp Eeschema: extend max number of units per package to 52 and clean code to easily extend this value upto 26x26 (but 52 is a reasonable max value). 11 years ago
operations_on_items_lists.cpp Fix 2 coverity warnings, and cleanup a old code in dialog_color_config. 11 years ago
pinedit.cpp Fix someminor coverity warning, and one bug found by coverity in drill report files : buried holes were not properly counted and listed. 11 years ago
plot_schematic_DXF.cpp Eeschema: Minor code reorganization: 11 years ago
plot_schematic_HPGL.cpp Eeschema: Minor code reorganization: 11 years ago
plot_schematic_PDF.cpp Fix some coverity warnings (not initialized members). Add comments. Better (more informative) title in dialog to download .pretty libs. 11 years ago
plot_schematic_PS.cpp Eeschema: Minor code reorganization: 11 years ago
plot_schematic_SVG.cpp Eeschema: Minor code reorganization: 11 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 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
sch_base_frame.h Eeschema: Fix a very old bug relative to the tool to load power parts: 11 years ago
sch_bitmap.cpp Eeschema: Minor code reorganization: 11 years ago
sch_bitmap.h All: GetBoundingBox returns now a const EDA_RECT. 12 years ago
sch_bus_entry.cpp Eeschema: code cleaning, remove dead code and not used #define or#include in some cpp files. 11 years ago
sch_bus_entry.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
sch_collectors.cpp Fix Eeschema search segfault. 11 years ago
sch_collectors.h 3D viewer: fix (the fix is not perfect) a minor issue in zone rendering: copper thickness was not good when the option 'Show Holes in Zones" was OFF, and "Show Copper Thickness" ON. 11 years ago
sch_component.cpp Eeschema: fix bug #142970 (broken append sheet function) 11 years ago
sch_component.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
sch_field.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
sch_field.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
sch_item_struct.cpp Fix snprintf usage. 11 years ago
sch_item_struct.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
sch_junction.cpp Remove some uses of using namespace std. 12 years ago
sch_junction.h Remove some uses of using namespace std. 12 years ago
sch_line.cpp Eeschema: code cleaning, remove dead code and not used #define or#include in some cpp files. 11 years ago
sch_line.h Remove some uses of using namespace std. 12 years ago
sch_marker.cpp Eeschema: fix a minor bug and enhances SCH_MARHER::Matches function ( partial use of 0005-SCH_MARKER-fix-a-Woverloaded-virtual.patch, from <fatzer2@gmail.com> ) and other very minor fix. 11 years ago
sch_marker.h Eeschema: fix a minor bug and enhances SCH_MARHER::Matches function ( partial use of 0005-SCH_MARKER-fix-a-Woverloaded-virtual.patch, from <fatzer2@gmail.com> ) and other very minor fix. 11 years ago
sch_no_connect.cpp Eeschema: code cleaning, remove dead code and not used #define or#include in some cpp files. 11 years ago
sch_no_connect.h Remove some uses of using namespace std. 12 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 Fix Eeschema search segfault. 11 years ago
sch_sheet.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
sch_sheet.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
sch_sheet_path.cpp Eeschema enhancements: Option to annotate keeping multi-unit parts grouped and friendlier warning for modifying power values. 11 years ago
sch_sheet_path.h Eeschema enhancements: Option to annotate keeping multi-unit parts grouped and friendlier warning for modifying power values. 11 years ago
sch_sheet_pin.cpp Eeschema: Minor code reorganization: 11 years ago
sch_text.cpp Fix a few minor coverity warnings. 11 years ago
sch_text.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
schedit.cpp coverity common folder fixes (mainly not initialized members). 11 years ago
schematic_undo_redo.cpp Eeschema: Minor code reorganization: 11 years ago
schframe.cpp Fix Eeschema search segfault. 11 years ago
schframe.h Eeschema: Fix a very old bug relative to the tool to load power parts: 11 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: 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
sheetlab.cpp Eeschema: Fix a very old bug relative to the tool to load power parts: 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 More source file missing license fixes. 11 years ago
template_fieldnames.h More source file missing license fixes. 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: Minor code reorganization: 11 years ago
tool_viewlib.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
transform.cpp More source file missing license fixes. 11 years ago
transform.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 13 years ago
viewlib_frame.cpp Eeschema: Fix a very old bug relative to the tool to load power parts: 11 years ago
viewlib_frame.h Eeschema: Fix a very old bug relative to the tool to load power parts: 11 years ago
viewlibs.cpp Fix some coverity warnings (mainly not initialized vars). 11 years ago