.. |
dialogs
|
WX_HTML_REPORT_PANEL: a REPORTER widget on steroids.
|
2015-06-16 14:20:42 +02:00 |
netlist_exporters
|
Use KiwayExpress messaging for CvPcb footprint assignment instead of *.cmp file.
|
2015-06-07 14:18:45 -04:00 |
plugins
|
Fixed coding policy violations in last commit.
|
2015-02-28 09:21:49 -05:00 |
CMakeLists.txt
|
Refactor eeschema dialog_color_config.xx, using wxFormBuilder to create the base dialog
|
2015-06-09 18:42:41 +02: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
|
3D viewer: fix a bug introduced in rev 5579s. Remove a few useless wxBusyCursor. Minor other fixes.
|
2015-04-08 14:50:36 +02:00 |
backanno.cpp
|
More Coverity scan error fixes.
|
2015-02-22 16:25:29 -05:00 |
block.cpp
|
Fix Eeschema sheet recursion bugs.
|
2015-06-07 16:31:55 -04:00 |
block_libedit.cpp
|
Fix Bug #1426675 (Undo and cancel commands don't have effect for Duplicate operation in legacy mode)
|
2015-03-22 10:42:41 +01:00 |
bus-wire-junction.cpp
|
eeschema: fix minor Bug #1446779 (repeat parameters not initialized until a project config is read)
|
2015-04-22 13:39:00 +02: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
|
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
|
2015-06-18 16:56:08 +02:00 |
class_libentry.h
|
Hide pin and wire targets to show wire connections in Eeschema.
|
2015-06-07 20:07:42 -04:00 |
class_library.cpp
|
Add schematic component library change rescue feature (fixes lp:1435338).
|
2015-04-25 18:26:51 -04:00 |
class_library.h
|
Add schematic component library change rescue feature (fixes lp:1435338).
|
2015-04-25 18:26:51 -04:00 |
class_netlist_object.cpp
|
Use KiwayExpress messaging for CvPcb footprint assignment instead of *.cmp file.
|
2015-06-07 14:18:45 -04:00 |
class_netlist_object.h
|
Use KiwayExpress messaging for CvPcb footprint assignment instead of *.cmp file.
|
2015-06-07 14:18:45 -04: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 enhancements: Option to annotate keeping multi-unit parts grouped and friendlier warning for modifying power values.
|
2015-03-23 12:45:31 +01:00 |
component_tree_search_container.cpp
|
Eeschema: Fix a very old bug relative to the tool to load power parts:
|
2015-04-16 17:26:51 +02:00 |
component_tree_search_container.h
|
Eeschema: Fix a very old bug relative to the tool to load power parts:
|
2015-04-16 17:26:51 +02:00 |
controle.cpp
|
Eeschema: Minor code reorganization:
|
2015-02-21 10:46:44 +01:00 |
cross-probing.cpp
|
Use KiwayExpress messaging for CvPcb footprint assignment instead of *.cmp file.
|
2015-06-07 14:18:45 -04: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 enhancements: Option to annotate keeping multi-unit parts grouped and friendlier warning for modifying power values.
|
2015-03-23 12:45:31 +01:00 |
edit_label.cpp
|
eeschema: fix minor Bug #1446779 (repeat parameters not initialized until a project config is read)
|
2015-04-22 13:39:00 +02:00 |
eeredraw.cpp
|
Eeschema: Minor code reorganization:
|
2015-02-21 10:46:44 +01:00 |
eeschema.cpp
|
eeschema: fix minor Bug #1446779 (repeat parameters not initialized until a project config is read)
|
2015-04-22 13:39:00 +02: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
|
Pcbnew: fix minor issues about fast grid switching, and next/previous grid selection from hotkeys. (GAL mode still has an issue)
|
2015-05-12 11:05:36 +02:00 |
eeschema_config.h
|
Minor fixes in dialog rescue: missing title, incorrect refresh due to use of a wxPaintDC outside a paint event, and coverity warnings (not initialized members).
|
2015-04-27 10:44:17 +02:00 |
eeschema_doc.icns
|
Updates for OS X
|
2010-05-16 20:18:38 +02:00 |
eeschema_id.h
|
Add schematic component library change rescue feature (fixes lp:1435338).
|
2015-04-25 18:26:51 -04:00 |
erc.cpp
|
Fix Bug #1462876 (Eeschema ERC NoConnect not reliable.)
|
2015-06-09 12:40:34 +02:00 |
erc.h
|
Fix Bug #1462876 (Eeschema ERC NoConnect not reliable.)
|
2015-06-09 12:40:34 +02: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
|
Fix issues in auto-save files:
|
2015-05-03 15:48:05 +02:00 |
find.cpp
|
Fix clang build error due to ambiguous function GetSheet() in SCH_SHEET_PATH.
|
2015-06-08 10:37:45 -04:00 |
general.h
|
eeschema: fix minor Bug #1446779 (repeat parameters not initialized until a project config is read)
|
2015-04-22 13:39:00 +02:00 |
getpart.cpp
|
Eeschema: Fix a very old bug relative to the tool to load power parts:
|
2015-04-16 17:26:51 +02: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
|
Add backspace hot key to Eeschema to leave current sheet.
|
2015-06-12 17:31:44 -04:00 |
hotkeys.h
|
Add backspace hot key to Eeschema to leave current sheet.
|
2015-06-12 17:31:44 -04:00 |
invoke_sch_dialog.h
|
Eeschema component library rescue changes.
|
2015-05-13 11:09:55 -04:00 |
lib_arc.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
|
2015-06-18 16:56:08 +02:00 |
lib_arc.h
|
Modular KiCad Blueprint Milestone B), major portions:
|
2014-08-13 15:28:54 -05:00 |
lib_bezier.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
|
2015-06-18 16:56:08 +02:00 |
lib_bezier.h
|
Modular KiCad Blueprint Milestone B), major portions:
|
2014-08-13 15:28:54 -05:00 |
lib_cache_rescue.cpp
|
Eeschema show rescue library error message when rescue fails.
|
2015-06-13 17:36:54 -04:00 |
lib_cache_rescue.h
|
Add schematic component library change rescue feature (fixes lp:1435338).
|
2015-04-25 18:26:51 -04:00 |
lib_circle.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
|
2015-06-18 16:56:08 +02: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
|
Add schematic component library change rescue feature (fixes lp:1435338).
|
2015-04-25 18:26:51 -04: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
|
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
|
2015-06-18 16:56:08 +02:00 |
lib_field.h
|
Modular KiCad Blueprint Milestone B), major portions:
|
2014-08-13 15:28:54 -05:00 |
lib_pin.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
|
2015-06-18 16:56:08 +02:00 |
lib_pin.h
|
Hide pin and wire targets to show wire connections in Eeschema.
|
2015-06-07 20:07:42 -04:00 |
lib_polyline.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
|
2015-06-18 16:56:08 +02:00 |
lib_polyline.h
|
Modular KiCad Blueprint Milestone B), major portions:
|
2014-08-13 15:28:54 -05:00 |
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
|
2015-06-18 16:56:08 +02:00 |
lib_rectangle.h
|
Modular KiCad Blueprint Milestone B), major portions:
|
2014-08-13 15:28:54 -05:00 |
lib_text.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
|
2015-06-18 16:56:08 +02: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: fix minor bugs #1450107 and #1450104 (assertion failures, only visible in Debug mode)
|
2015-04-30 13:08:35 +02: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
|
Allows switching GAL or legacy mode in footprint editor (previously, the mode was inherited from the board editor, and was not modifiable without closing the footprint editor) by menu or F9, F11 and F12 keys)
|
2015-05-19 18:39:05 +02:00 |
libeditframe.h
|
Hot keys settings are synchronized between GAL & legacy
|
2015-05-05 20:39:42 +02: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
|
Pcbnew: Use a better (i.e. more suitable to calculate clearance areas) algorithm to inflate/deflate zones outlines. It fixes bug#1459734.
|
2015-05-30 14:02:55 +02:00 |
menubar.cpp
|
Eeschema: remove the run cvpcb menu entry from eeschema tools menu when running as stand alone.
|
2015-06-18 15:29:26 +02:00 |
menubar_libedit.cpp
|
Library configuration menu naming improvements.
|
2015-03-23 11:44:19 -04:00 |
netform.cpp
|
WX_HTML_REPORT_PANEL: a REPORTER widget on steroids.
|
2015-06-16 14:20:42 +02:00 |
netlist.cpp
|
Fix some issues in eeschema, dialog BOM: now displays info and error messages when running the BOM script
|
2015-06-12 09:02:06 +02:00 |
netlist.h
|
eeschema restructure of netlist export code.
|
2015-03-21 11:46:54 +01:00 |
onleftclick.cpp
|
Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys.
|
2015-04-19 20:41:57 +02:00 |
onrightclick.cpp
|
A few minor fixes. Eeschema: add a workaround (not afix) to solve issue Bug #1464773 (Print bug with differently sized subsheets).
|
2015-06-14 19:58:57 +02: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
|
eeschema: fix minor Bug #1446779 (repeat parameters not initialized until a project config is read)
|
2015-04-22 13:39:00 +02:00 |
plot_schematic_DXF.cpp
|
WX_HTML_REPORT_PANEL: a REPORTER widget on steroids.
|
2015-06-16 14:20:42 +02:00 |
plot_schematic_HPGL.cpp
|
WX_HTML_REPORT_PANEL: a REPORTER widget on steroids.
|
2015-06-16 14:20:42 +02:00 |
plot_schematic_PDF.cpp
|
WX_HTML_REPORT_PANEL: a REPORTER widget on steroids.
|
2015-06-16 14:20:42 +02:00 |
plot_schematic_PS.cpp
|
WX_HTML_REPORT_PANEL: a REPORTER widget on steroids.
|
2015-06-16 14:20:42 +02:00 |
plot_schematic_SVG.cpp
|
WX_HTML_REPORT_PANEL: a REPORTER widget on steroids.
|
2015-06-16 14:20:42 +02: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
|
eeschema: fix minor Bug #1446779 (repeat parameters not initialized until a project config is read)
|
2015-04-22 13:39:00 +02:00 |
sch_base_frame.h
|
eeschema: fix minor Bug #1446779 (repeat parameters not initialized until a project config is read)
|
2015-04-22 13:39:00 +02: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
|
Fix micro via size incorrect when adding it in pns router
|
2015-06-18 20:22:23 +02:00 |
sch_bus_entry.h
|
Add connection targets to bus wire entries.
|
2015-06-10 14:43:46 -04:00 |
sch_collectors.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).
|
2015-04-26 18:32:16 +02:00 |
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.
|
2015-04-12 19:44:46 +02:00 |
sch_component.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
|
2015-06-18 16:56:08 +02:00 |
sch_component.h
|
Hide pin and wire targets to show wire connections in Eeschema.
|
2015-06-07 20:07:42 -04: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
|
Hide pin and wire targets to show wire connections in Eeschema.
|
2015-06-07 20:07:42 -04: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
|
Hide pin and wire targets to show wire connections in Eeschema.
|
2015-06-07 20:07:42 -04:00 |
sch_line.h
|
Remove some uses of using namespace std.
|
2013-12-13 10:27:30 -06:00 |
sch_marker.cpp
|
Eeschema: fix Bug #1463158 (When a schematic hierarchy is being edited, Eeschema saves sub-sheets in the new project, when the user open a new project, and save the current editon).
|
2015-06-10 18:21:35 +02:00 |
sch_marker.h
|
Eeschema: fix Bug #1463158 (When a schematic hierarchy is being edited, Eeschema saves sub-sheets in the new project, when the user open a new project, and save the current editon).
|
2015-06-10 18:21:35 +02:00 |
sch_no_connect.cpp
|
Hide pin and wire targets to show wire connections in Eeschema.
|
2015-06-07 20:07:42 -04:00 |
sch_no_connect.h
|
Hide pin and wire targets to show wire connections in Eeschema.
|
2015-06-07 20:07:42 -04:00 |
sch_reference_list.h
|
Eeschema enhancements: Option to annotate keeping multi-unit parts grouped and friendlier warning for modifying power values.
|
2015-03-23 12:45:31 +01:00 |
sch_screen.cpp
|
Fix Eeschema search segfault.
|
2015-04-09 15:37:48 -04: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
|
Fix clang build error due to ambiguous function GetSheet() in SCH_SHEET_PATH.
|
2015-06-08 10:37:45 -04:00 |
sch_sheet_path.h
|
Fix clang build error due to ambiguous function GetSheet() in SCH_SHEET_PATH.
|
2015-06-08 10:37:45 -04:00 |
sch_sheet_pin.cpp
|
Eeschema: Minor code reorganization:
|
2015-02-21 10:46:44 +01:00 |
sch_text.cpp
|
eeschema: fix minor Bug #1446779 (repeat parameters not initialized until a project config is read)
|
2015-04-22 13:39:00 +02:00 |
sch_text.h
|
eeschema: fix minor Bug #1446779 (repeat parameters not initialized until a project config is read)
|
2015-04-22 13:39:00 +02:00 |
schedit.cpp
|
Add backspace hot key to Eeschema to leave current sheet.
|
2015-06-12 17:31:44 -04:00 |
schematic_undo_redo.cpp
|
Eeschema: Minor code reorganization:
|
2015-02-21 10:46:44 +01:00 |
schframe.cpp
|
Add backspace hot key to Eeschema to leave current sheet.
|
2015-06-12 17:31:44 -04:00 |
schframe.h
|
Fix some issues in eeschema, dialog BOM: now displays info and error messages when running the BOM script
|
2015-06-12 09:02:06 +02: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
|
Fix Eeschema sheet recursion bugs.
|
2015-06-07 16:31:55 -04:00 |
sheetlab.cpp
|
Eeschema: Fix a very old bug relative to the tool to load power parts:
|
2015-04-16 17:26:51 +02: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
|
Eeschema: add missing rotate and mirror sheet in sheet context menu (these transforms were possible in block commands, but not from the sheet menu).
|
2015-04-26 18:32:16 +02:00 |
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).
|
2015-04-26 18:32:16 +02: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
|
ModEdit: fix a refresh issue after deleting a pad (depending on the position of the pad, the pad was sometimes not immediately undrawn).
|
2015-04-20 16:59:25 +02:00 |
tool_sch.cpp
|
Add color selector in 3D viewer for silkscreen, solder mask and copper.
|
2015-06-16 20:04:02 +02: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
|
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
|
2015-06-18 16:56:08 +02:00 |
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
|
2015-06-18 16:56:08 +02:00 |
viewlib_frame.cpp
|
Allows switching GAL or legacy mode in footprint editor (previously, the mode was inherited from the board editor, and was not modifiable without closing the footprint editor) by menu or F9, F11 and F12 keys)
|
2015-05-19 18:39:05 +02:00 |
viewlib_frame.h
|
Hot keys settings are synchronized between GAL & legacy
|
2015-05-05 20:39:42 +02:00 |
viewlibs.cpp
|
Fix some coverity warnings (mainly not initialized vars).
|
2015-02-27 15:33:13 +01:00 |