kicad/eeschema
jean-pierre charras 6e8a8a6b25 Fix some coverity warnings (mainly not initialized members) 2015-03-21 10:06:04 +01:00
..
dialogs Fix some coverity warnings (mainly not initialized members) 2015-03-21 10:06:04 +01:00
plugins Fixed coding policy violations in last commit. 2015-02-28 09:21:49 -05:00
CMakeLists.txt Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
Info.plist Commit the rest of the OSX build fixes missed in the previous commit. 2014-10-17 13:45:33 -04:00
annotate.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
backanno.cpp More Coverity scan error fixes. 2015-02-22 16:25:29 -05:00
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. 2015-02-28 17:56:09 +01:00
block_libedit.cpp Add "move exact" and "duplicate" tools to pcbnew 2015-02-12 03:22:24 +00:00
bus-wire-junction.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. 2015-02-28 17:56:09 +01:00
busentry.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
class_drc_erc_item.cpp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
class_libentry.cpp Fix a few more wxLog string formatting assertions in Eeshcema. 2015-02-28 08:12:09 -05:00
class_libentry.h Fix serious memory leak in schematic part library manager. 2015-02-06 10:34:11 -05:00
class_library.cpp More Coverity scan error fix goodness. 2015-02-28 15:50:35 -05:00
class_library.h More Coverity scan error fix goodness. 2015-02-28 15:50:35 -05:00
class_netlist_object.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
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). 2015-03-14 12:50:39 +01:00
cmp_library.keywords 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
cmp_library_lexer.cpp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
component_references_lister.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
component_tree_search_container.cpp Modular KiCad Blueprint Milestone B), major portions: 2014-08-13 15:28:54 -05:00
component_tree_search_container.h Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc. 2014-11-02 17:25:04 +01:00
controle.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
cross-probing.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
dialog_erc_listbox.h Fix some compil warnings and Debug assertions 2014-06-04 19:34:23 +02:00
edit_bitmap.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
edit_component_in_schematic.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
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 2015-03-02 09:28:49 +01:00
eeredraw.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
eeschema.cpp Add hotkeys to Kicad manager, and some rework on hotkeys management. 2015-03-02 18:29:18 +01:00
eeschema.icns [MacOSX] Updated Icons - Document ones still missing :( 2012-09-27 19:20:44 +02:00
eeschema.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00
eeschema_config.cpp Add hotkeys to Kicad manager, and some rework on hotkeys management. 2015-03-02 18:29:18 +01:00
eeschema_config.h Eeschema: add dialog libedit options and move options relative to libedit from eeschema options to this dialog. 2014-08-25 18:31:32 +02:00
eeschema_doc.icns Updates for OS X 2010-05-16 20:18:38 +02:00
eeschema_id.h Eeschema: Bug fix (move component field was not undoable) 2012-10-23 18:37:19 +02:00
erc.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
erc.h Fix compile errors when wx3.x is built with --enable-stl 2014-01-18 03:07:05 -06:00
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. 2015-02-28 17:56:09 +01:00
files-io.cpp Eeschema: fix bug #142970 (broken append sheet function) 2015-03-10 19:31:21 +01:00
find.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
general.h More source file missing license fixes. 2014-10-19 18:17:43 -04:00
getpart.cpp Fix minor bug #1429990 (3D viewer shows hidden footprint graphic texts ). Fix minor coverity warnings (not initialized members and dead code) 2015-03-11 14:59:43 +01:00
help_common_strings.h More source file missing license fixes. 2014-10-19 18:17:43 -04:00
hierarch.cpp More Coverity scan error fix goodness. 2015-02-28 15:50:35 -05:00
hotkeys.cpp 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). 2015-03-14 12:50:39 +01:00
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). 2015-03-14 12:50:39 +01:00
invoke_sch_dialog.h Modular KiCad Blueprint Milestone B), major portions: 2014-08-13 15:28:54 -05:00
lib_arc.cpp More Coverity scan error fix goodness. 2015-02-28 15:50:35 -05:00
lib_arc.h Modular KiCad Blueprint Milestone B), major portions: 2014-08-13 15:28:54 -05:00
lib_bezier.cpp Fix some coverity and cppcheck warnings (most are very minor issues: not initialized members and initialized but not used variables) 2015-03-04 10:26:00 +01:00
lib_bezier.h Modular KiCad Blueprint Milestone B), major portions: 2014-08-13 15:28:54 -05:00
lib_circle.cpp Message panel consistency improvements and coding policy fixes. 2014-11-15 14:06:05 -05:00
lib_circle.h Modular KiCad Blueprint Milestone B), major portions: 2014-08-13 15:28:54 -05:00
lib_collectors.cpp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
lib_collectors.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
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. 2015-02-28 17:56:09 +01:00
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. 2015-02-28 17:56:09 +01:00
lib_export.cpp Save document file when creating new component library from component in library editor. (fixes lp:1351952) 2014-12-20 14:44:02 -05:00
lib_field.cpp Message panel consistency improvements and coding policy fixes. 2014-11-15 14:06:05 -05:00
lib_field.h Modular KiCad Blueprint Milestone B), major portions: 2014-08-13 15:28:54 -05:00
lib_pin.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. 2015-02-28 17:56:09 +01:00
lib_pin.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. 2015-02-28 17:56:09 +01:00
lib_polyline.cpp Fix some coverity and cppcheck warnings (most are very minor issues: not initialized members and initialized but not used variables) 2015-03-04 10:26:00 +01:00
lib_polyline.h Modular KiCad Blueprint Milestone B), major portions: 2014-08-13 15:28:54 -05:00
lib_rectangle.cpp Message panel consistency improvements and coding policy fixes. 2014-11-15 14:06:05 -05:00
lib_rectangle.h Modular KiCad Blueprint Milestone B), major portions: 2014-08-13 15:28:54 -05:00
lib_text.cpp Message panel consistency improvements and coding policy fixes. 2014-11-15 14:06:05 -05:00
lib_text.h Modular KiCad Blueprint Milestone B), major portions: 2014-08-13 15:28:54 -05:00
libarch.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
libedit.cpp Eeschema: code cleaning, remove dead code and not used #define or#include in some cpp files. 2015-02-20 09:17:54 +01:00
libedit_onleftclick.cpp Modular KiCad Blueprint Milestone B), major portions: 2014-08-13 15:28:54 -05:00
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. 2014-10-15 13:40:38 +02:00
libedit_plot_component.cpp Modular KiCad Blueprint Milestone B), major portions: 2014-08-13 15:28:54 -05:00
libedit_undo_redo.cpp Other minor fixes 2015-01-27 12:01:58 +01:00
libeditframe.cpp Eeschema: fix bug #142970 (broken append sheet function) 2015-03-10 19:31:21 +01:00
libeditframe.h Other minor fixes 2015-01-27 12:01:58 +01:00
libfield.cpp eeschema: fix Bug #1385789 (eeschema segfaults, when editing a new field). Fix an other minor bug in Footprint editor. 2014-10-26 12:42:25 +01:00
load_one_schematic_file.cpp Eeschema: fix bug #142970 (broken append sheet function) 2015-03-10 19:31:21 +01:00
menubar.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
menubar_libedit.cpp Libview and Modview: fix issues relative to hotkeys (hardcoded keys instead of user defined keys) and not working tools and popup menus. 2014-10-15 13:40:38 +02:00
netform.cpp Fixed coding policy violations in last commit. 2015-02-28 09:21:49 -05:00
netlist.cpp 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). 2015-03-14 12:50:39 +01:00
netlist.h Eeschema code cleanup and coverity fixes. 2015-02-21 09:11:58 +01:00
onleftclick.cpp Eeschema: fix bug #142970 (broken append sheet function) 2015-03-10 19:31:21 +01:00
onrightclick.cpp 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). 2015-03-14 12:50:39 +01:00
operations_on_items_lists.cpp Fix 2 coverity warnings, and cleanup a old code in dialog_color_config. 2015-03-04 20:45:18 +01:00
pinedit.cpp Fix someminor coverity warning, and one bug found by coverity in drill report files : buried holes were not properly counted and listed. 2015-02-25 20:43:37 +01:00
plot_schematic_DXF.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
plot_schematic_HPGL.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
plot_schematic_PDF.cpp Fix some coverity warnings (not initialized members). Add comments. Better (more informative) title in dialog to download .pretty libs. 2015-02-26 11:33:15 +01:00
plot_schematic_PS.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
plot_schematic_SVG.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
protos.h Eeschema: code cleaning, remove dead code and not used #define or#include in some cpp files. 2015-02-20 09:17:54 +01:00
sch_base_frame.cpp Added asserts in spots where DEGREES are not handled. 2015-02-19 16:03:45 +01:00
sch_base_frame.h Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
sch_bitmap.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
sch_bitmap.h All: GetBoundingBox returns now a const EDA_RECT. 2013-11-24 18:48:14 +01:00
sch_bus_entry.cpp Eeschema: code cleaning, remove dead code and not used #define or#include in some cpp files. 2015-02-20 09:17:54 +01:00
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. 2015-02-28 17:56:09 +01:00
sch_collectors.cpp Modular KiCad Blueprint Milestone B), major portions: 2014-08-13 15:28:54 -05:00
sch_collectors.h More Coverity scan error fix goodness. 2015-02-28 15:50:35 -05:00
sch_component.cpp Eeschema: fix bug #142970 (broken append sheet function) 2015-03-10 19:31:21 +01:00
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. 2015-02-28 17:56:09 +01:00
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. 2015-02-28 17:56:09 +01:00
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. 2015-02-28 17:56:09 +01:00
sch_item_struct.cpp Fix snprintf usage. 2015-02-22 18:56:38 -05:00
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. 2015-02-28 17:56:09 +01:00
sch_junction.cpp Remove some uses of using namespace std. 2013-12-13 10:27:30 -06:00
sch_junction.h Remove some uses of using namespace std. 2013-12-13 10:27:30 -06:00
sch_line.cpp Eeschema: code cleaning, remove dead code and not used #define or#include in some cpp files. 2015-02-20 09:17:54 +01:00
sch_line.h Remove some uses of using namespace std. 2013-12-13 10:27:30 -06:00
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. 2015-01-20 13:06:44 +01:00
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. 2015-01-20 13:06:44 +01:00
sch_no_connect.cpp Eeschema: code cleaning, remove dead code and not used #define or#include in some cpp files. 2015-02-20 09:17:54 +01:00
sch_no_connect.h Remove some uses of using namespace std. 2013-12-13 10:27:30 -06:00
sch_reference_list.h Eeschema code cleanup and coverity fixes. 2015-02-21 09:11:58 +01:00
sch_screen.cpp More Coverity scan error fix goodness. 2015-02-28 15:50:35 -05:00
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. 2015-02-28 17:56:09 +01:00
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. 2015-02-28 17:56:09 +01:00
sch_sheet_path.cpp Eeschema code cleanup and coverity fixes. 2015-02-21 09:11:58 +01:00
sch_sheet_path.h - Added sheet information to the net file. i.e. sheet number, human path name and timestamp 2015-02-11 11:11:05 +00:00
sch_sheet_pin.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
sch_text.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
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. 2015-02-28 17:56:09 +01:00
schedit.cpp coverity common folder fixes (mainly not initialized members). 2015-03-11 17:04:20 +01:00
schematic_undo_redo.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
schframe.cpp 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). 2015-03-14 12:50:39 +01:00
schframe.h Add hotkeys to Kicad manager, and some rework on hotkeys management. 2015-03-02 18:29:18 +01:00
selpart.cpp Eeschema: code cleaning, remove dead code and not used #define or#include in some cpp files. 2015-02-20 09:17:54 +01:00
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. 2015-02-28 17:56:09 +01:00
sheetlab.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. 2015-02-28 17:56:09 +01:00
symbdraw.cpp Modular KiCad Blueprint Milestone B), major portions: 2014-08-13 15:28:54 -05:00
symbedit.cpp Modular KiCad Blueprint Milestone B), major portions: 2014-08-13 15:28:54 -05:00
template_fieldnames.cpp More source file missing license fixes. 2014-10-19 18:17:43 -04:00
template_fieldnames.h More source file missing license fixes. 2014-10-19 18:17:43 -04:00
template_fieldnames.keywords *.lst -> *.keywords, rename input filenames to CMake script TokenList2DsnLexer.cmake 2010-06-18 11:12:15 -05:00
tool_lib.cpp Libview and Modview: fix issues relative to hotkeys (hardcoded keys instead of user defined keys) and not working tools and popup menus. 2014-10-15 13:40:38 +02:00
tool_sch.cpp Eeschema: Minor code reorganization: 2015-02-21 10:46:44 +01:00
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. 2014-10-15 13:40:38 +02:00
transform.cpp More source file missing license fixes. 2014-10-19 18:17:43 -04:00
transform.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
viewlib_frame.cpp Code cleaning: Remove EDA_BASE_FRAME::m_FrameName member which is a duplicate of wxFrame name. 2015-03-03 15:53:47 +01:00
viewlib_frame.h Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc. 2014-11-02 17:25:04 +01:00
viewlibs.cpp Fix some coverity warnings (mainly not initialized vars). 2015-02-27 15:33:13 +01:00