| .. |
|
autorouter
|
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
|
10 years ago |
|
dialogs
|
Fixed crash on tracks & vias clean up (GAL).
|
10 years ago |
|
exporters
|
Remove unnecessary edits left over from previous commit.
|
10 years ago |
|
github
|
fix unwanted foreground frame change on Windows when creating BOM and netlists from scripts.
|
10 years ago |
|
import_dxf
|
Pcbnew: add user position option to DXF import dialog.
|
10 years ago |
|
pcad2kicadpcb_plugin
|
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
|
10 years ago |
|
router
|
router: fixes for disappearing segments after shoving & assertion in PNS_NODE destructor
|
10 years ago |
|
scripting
|
Fix in KIWAY_PLAYER::ShowModal: the top level windows children of the KIWAY_PLAYER Modal frame are now enabled (previously were disabled). It fix some issues for instance with the aui toolbar when moved, and the dialog open when starting the footprint wizard frame. Perhaps explain a few other bugs.
|
10 years ago |
|
tools
|
Disable capture cursor & autopanning for tools in idle state (GAL).
|
10 years ago |
|
CMakeLists.txt
|
Add a wizard to Pcbnew to download 3d shapes libraries from Github
|
10 years ago |
|
Doxyfile_python
|
Fixes typo in doxygen-python, and fixes unitest TestCase().discover on python < 2.7
|
12 years ago |
|
Doxyfile_xml
|
Adds target to build doxygen-python documentation, that take
|
12 years ago |
|
Info.plist
|
Try some new Mac support ideas.
|
12 years ago |
|
append_board_to_current.cpp
|
Pcbnew: add append board function, only available when Pcbnew is run in standalone mode (outside a project), to allow a basic panelization.
|
11 years ago |
|
attribut.cpp
|
Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode()
|
12 years ago |
|
basepcbframe.cpp
|
Small cleanup: remove a few unnecessary casts, and minor cleaning code.
|
10 years ago |
|
block.cpp
|
Fic bug #1475891 (Assertion failed when appending a board in pcbnew)
|
10 years ago |
|
block_module_editor.cpp
|
Pcbnew: fix segfault after deleting a pad from a footprint then performing a DRC action such as a via drag.
|
10 years ago |
|
board_items_to_polygon_shape_transform.cpp
|
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
|
10 years ago |
|
board_undo_redo.cpp
|
Fixed failing undo while routing.
|
10 years ago |
|
build_BOM_from_board.cpp
|
Pcbnew: improve dialog message when no footprints on BOM export.
|
10 years ago |
|
class_board.cpp
|
Pcbnew: fix segfault after deleting a pad from a footprint then performing a DRC action such as a via drag.
|
10 years ago |
|
class_board.h
|
Pcbnew: fix segfault after deleting a pad from a footprint then performing a DRC action such as a via drag.
|
10 years ago |
|
class_board_connected_item.cpp
|
Fix crash when parsing a PCB file with an invalid net code.
|
11 years ago |
|
class_board_connected_item.h
|
Fix crash when parsing a PCB file with an invalid net code.
|
11 years ago |
|
class_board_design_settings.cpp
|
Fixed initialization for custom track/via size values (PNS). More meaningful error messages.
|
11 years ago |
|
class_board_item.cpp
|
Coverity report fixes.
|
11 years ago |
|
class_dimension.cpp
|
Fix some coverity warnings (mainly not initialized vars).
|
11 years ago |
|
class_dimension.h
|
1) Add 32 Cu Layers.
|
12 years ago |
|
class_drawsegment.cpp
|
Bounding box for arc contains only the arc itself (excluding the center point) (GAL).
|
10 years ago |
|
class_drawsegment.h
|
Bounding box for arc contains only the arc itself (excluding the center point) (GAL).
|
10 years ago |
|
class_drc_item.cpp
|
Pcbnew: fix issues and potential issues when reading board files and mainly old board files, and enhance the DRC tests and Delete Single Pad Net option when reading a netlist:
|
11 years ago |
|
class_edge_mod.cpp
|
Modedit: fix a minor bug in footprint transform (polygons not mirrored or rotated in global footprint transform).
|
10 years ago |
|
class_edge_mod.h
|
Modedit: fix a minor bug in footprint transform (polygons not mirrored or rotated in global footprint transform).
|
10 years ago |
|
class_footprint_wizard.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 |
|
class_footprint_wizard.h
|
Fix in KIWAY_PLAYER::ShowModal: the top level windows children of the KIWAY_PLAYER Modal frame are now enabled (previously were disabled). It fix some issues for instance with the aui toolbar when moved, and the dialog open when starting the footprint wizard frame. Perhaps explain a few other bugs.
|
10 years ago |
|
class_marker_pcb.cpp
|
class_marker IsOnLayer()
|
12 years ago |
|
class_marker_pcb.h
|
Minot fixes: Minor coding style issues fix (tab -> spaces). Add missing GetClass to all classes derived from EDA_ITEM. Make debug method Show() only compiled in debug mode.
|
11 years ago |
|
class_mire.cpp
|
Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas.
|
11 years ago |
|
class_mire.h
|
Fix absence of PCB_TARGET class in python interface.
|
11 years ago |
|
class_module.cpp
|
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
|
10 years ago |
|
class_module.h
|
3D viewer: a few optimizations to speed up scene building, and better look of circles in footprint outlines.
|
10 years ago |
|
class_netclass.cpp
|
Fixed initialization for custom track/via size values (PNS). More meaningful error messages.
|
11 years ago |
|
class_netclass.h
|
Fix some coverity warnings. Fix typo and errors in comments. Very minor other fixes.
|
11 years ago |
|
class_netinfo.h
|
Pcbnew: fix segfault after deleting a pad from a footprint then performing a DRC action such as a via drag.
|
10 years ago |
|
class_netinfo_item.cpp
|
Pcbnew: fix Bug #1413701 (Segfault on highlight "unconnected" net 0 in Pcbnew ). Also, remove now useless code and other very minor fixes.
|
11 years ago |
|
class_netinfolist.cpp
|
Pcbnew: fix segfault after deleting a pad from a footprint then performing a DRC action such as a via drag.
|
10 years ago |
|
class_pad.cpp
|
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
|
10 years ago |
|
class_pad.h
|
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
|
10 years ago |
|
class_pad_draw_functions.cpp
|
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
|
10 years ago |
|
class_pcb_layer_box_selector.cpp
|
Better handling of disabled layers when editing a footprint (value, ref) from the board editor (avoid the "illegal layer" message box when possible).
|
11 years ago |
|
class_pcb_layer_box_selector.h
|
Better handling of disabled layers when editing a footprint (value, ref) from the board editor (avoid the "illegal layer" message box when possible).
|
11 years ago |
|
class_pcb_layer_widget.cpp
|
Pcbnew, layers manager: Fix an annoying bug I added in rev 5359, in Render options: in Board editor many render options were not displayed (similar fp editor mode).
|
11 years ago |
|
class_pcb_layer_widget.h
|
Modedit: now shows a specific layers manager, which allows user to select the technical layer which is used when adding a new graphic text or outline to the current footprint.
|
11 years ago |
|
class_pcb_text.cpp
|
Grey out text in high-contrast mode.
|
11 years ago |
|
class_pcb_text.h
|
Removed all dependencies on boost::polygon except for bitmap2component. Replaced almost all instances of CPOLYGONS_LIST with SHAPE_POLY_SET.
|
10 years ago |
|
class_text_mod.cpp
|
Corrected TEXTE_MODULE:GetBoundingBox() function.
|
10 years ago |
|
class_text_mod.h
|
Modedit: fix a minor bug in footprint transform (polygons not mirrored or rotated in global footprint transform).
|
10 years ago |
|
class_track.cpp
|
Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro.
|
11 years ago |
|
class_track.h
|
Removed all dependencies on boost::polygon except for bitmap2component. Replaced almost all instances of CPOLYGONS_LIST with SHAPE_POLY_SET.
|
10 years ago |
|
class_zone.cpp
|
* Python scripting: brings pad.GetZoneConnection() and in example pad.SetZoneConnection(pcbnew.PAD_ZONE_CONN_FULL) to full workable.
|
10 years ago |
|
class_zone.h
|
Removed all dependencies on boost::polygon except for bitmap2component. Replaced almost all instances of CPOLYGONS_LIST with SHAPE_POLY_SET.
|
10 years ago |
|
class_zone_settings.cpp
|
* Python scripting: brings pad.GetZoneConnection() and in example pad.SetZoneConnection(pcbnew.PAD_ZONE_CONN_FULL) to full workable.
|
10 years ago |
|
class_zone_settings.h
|
Minor fixes: remove a few useless includes and move a few others to the right file. Remove a few coverity warnings about not initialized members.
|
11 years ago |
|
classpcb.cpp
|
pcbnew starts with F.Cu layer selected as the active one.
|
10 years ago |
|
clean.cpp
|
Fixed crash on tracks & vias clean up (GAL).
|
10 years ago |
|
collectors.cpp
|
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
|
10 years ago |
|
collectors.h
|
Fix some coverity warnings. Fix typo and errors in comments. Very minor other fixes.
|
11 years ago |
|
connect.cpp
|
Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro.
|
11 years ago |
|
connect.h
|
Fix some coverity warnings. Fix typo and errors in comments. Very minor other fixes.
|
11 years ago |
|
controle.cpp
|
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
|
11 years ago |
|
cross-probing.cpp
|
Fixed dragging offset in eeschema after crossprobing a multipart component in pcbnew GAL canvas.
|
11 years ago |
|
deltrack.cpp
|
Pcbnew: fix bug #142348 (airwire does not always appear after deleting a track). Very minor other fixes.
|
11 years ago |
|
dimension.cpp
|
Pcbnew: fix dimension dialog default button on Linux.
|
10 years ago |
|
drag.h
|
More Coverity scan error fixes.
|
11 years ago |
|
dragsegm.cpp
|
Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro.
|
11 years ago |
|
drc.cpp
|
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
|
10 years ago |
|
drc_clearance_test_functions.cpp
|
Pcbnew: fix segfault after deleting a pad from a footprint then performing a DRC action such as a via drag.
|
10 years ago |
|
drc_marker_functions.cpp
|
Vias, creation and editon: fix a bug in legacy mode when creating a micro-via (the drill diameter was the standard vias drill, not the micro-via drill).
|
11 years ago |
|
drc_stuff.h
|
Drc dialog, progress bar: fix issue on OSX.
|
10 years ago |
|
eagle_plugin.cpp
|
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
|
10 years ago |
|
eagle_plugin.h
|
More Coverity scan error fixes.
|
11 years ago |
|
edgemod.cpp
|
Modedit: now shows a specific layers manager, which allows user to select the technical layer which is used when adding a new graphic text or outline to the current footprint.
|
11 years ago |
|
edit.cpp
|
Push UI preferences to child edit and view windows. (fixes lp:1468388)
|
10 years ago |
|
edit_pcb_text.cpp
|
Small cleanup: remove a few unnecessary casts, and minor cleaning code.
|
10 years ago |
|
edit_track_width.cpp
|
Fix minor and very minor compil and Cppcheck warnings.
|
10 years ago |
|
editedge.cpp
|
Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas.
|
11 years ago |
|
editmod.cpp
|
Fixes related to exchage footprint dialog:
|
10 years ago |
|
editrack-part2.cpp
|
Small cleanup: remove a few unnecessary casts, and minor cleaning code.
|
10 years ago |
|
editrack.cpp
|
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
|
11 years ago |
|
edtxtmod.cpp
|
Fix a few minor coverity warnings.
|
11 years ago |
|
event_handlers_tracks_vias_sizes.cpp
|
Pcbnew, export Solder masks in Gerber Format: fix not working export when the solder mask minimal width is not 0 (the exported shapes were the same as if the vule = 0) with boost version >= 1.56
|
11 years ago |
|
files.cpp
|
Pcbnew: assertion work around when automatically saving an unnamed file.
|
11 years ago |
|
footprint_wizard.cpp
|
Fix some issues related to the footprint wizard frame:
|
10 years ago |
|
footprint_wizard_frame.cpp
|
Footprint wizard frame: Remove an assert message in Debug mode.
|
10 years ago |
|
footprint_wizard_frame.h
|
Fix crash (only on Linux) when exporting a footprint from the footprint wizard frame.
|
10 years ago |
|
globaleditpad.cpp
|
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
|
10 years ago |
|
gpcb_plugin.cpp
|
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
|
10 years ago |
|
gpcb_plugin.h
|
Pcbnew: Geda plugin fixes.
|
12 years ago |
|
help_common_strings.h
|
make microwave toolbar accessible from menu (Bug #1285425 )
|
12 years ago |
|
highlight.cpp
|
A bit of cleaning code.
|
10 years ago |
|
hotkeys.cpp
|
Canvas switching with Alt-Fx on Mac OS.
|
10 years ago |
|
hotkeys.h
|
Minor 3D viewer improvements (fixes lp:1406680).
|
11 years ago |
|
hotkeys_board_editor.cpp
|
Pcbnew: fix minor issues about fast grid switching, and next/previous grid selection from hotkeys. (GAL mode still has an issue)
|
11 years ago |
|
hotkeys_module_editor.cpp
|
Hot keys settings are synchronized between GAL & legacy
|
11 years ago |
|
initpcb.cpp
|
Pcbnew: Rework on dialog global deletions.
|
10 years ago |
|
invoke_pcb_dialog.h
|
Add a wizard to Pcbnew to download 3d shapes libraries from Github
|
10 years ago |
|
io_mgr.cpp
|
IO_MGR::PCB_FILE_T IO_MGR::GuessPluginTypeFromLibPath() : better test for KICAD type footprint libraries: previoulsy, just test if a library name ends with .pretty, which is not enough.
|
11 years ago |
|
io_mgr.h
|
Jettison FP_LIB_TABLE::ConvertFromLegacy() into a static function, where it
|
12 years ago |
|
kicad_netlist_reader.cpp
|
Pcbnew: fix error message on footprint ID load failure.
|
10 years ago |
|
kicad_plugin.cpp
|
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
|
10 years ago |
|
kicad_plugin.h
|
1) Add 32 Cu Layers.
|
12 years ago |
|
layer_widget.cpp
|
Fix some issues related to the footprint wizard frame:
|
10 years ago |
|
layer_widget.h
|
Modedit: now shows a specific layers manager, which allows user to select the technical layer which is used when adding a new graphic text or outline to the current footprint.
|
11 years ago |
|
legacy_netlist_reader.cpp
|
Fix coverity reported strcat/strcpy potential overflows
|
10 years ago |
|
legacy_plugin.cpp
|
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
|
10 years ago |
|
legacy_plugin.h
|
Pcbnew fixes in import plugins: Legacy .brd files: accept pcb texts tracks on non activated copper layers (tracks are removed and texts front on top layer) .
|
10 years ago |
|
librairi.cpp
|
ModEdit: add a settings menu option(and the corresponding dialog) to set default values used when creating a footprint or add graphic items to a footprint being edited.
|
11 years ago |
|
loadcmp.cpp
|
Pcbnew: fix assertion due to string formatting error when loading footprint from board in footprint editor. (fixes lp:1495744)
|
10 years ago |
|
magnetic_tracks_functions.cpp
|
Eeschema code cleanup and coverity fixes.
|
11 years ago |
|
menubar_modedit.cpp
|
Changed about menu items to just say About Kicad as its a common about dialog across the project
|
10 years ago |
|
menubar_pcbframe.cpp
|
Changed about menu items to just say About Kicad as its a common about dialog across the project
|
10 years ago |
|
minimun_spanning_tree.cpp
|
fix LSET() constructors, formatting
|
12 years ago |
|
minimun_spanning_tree.h
|
More missing source license fixes.
|
11 years ago |
|
modedit.cpp
|
Footprint Editor: make call to DXF importer not possible if a footprint does not exist, to avoid crash. ( It fixes an issue on Unity, where the file menu to call the DXF importer is not always disabled when no footprint loaded)
|
10 years ago |
|
modedit_onclick.cpp
|
Add create array tool
|
11 years ago |
|
modedit_undo_redo.cpp
|
Fixed failing undo while routing.
|
10 years ago |
|
modeditoptions.cpp
|
Fixed footprint editor crash on ref/val text layer change (GAL).
|
10 years ago |
|
module_editor_frame.h
|
Simplified code for switching canvases.
|
10 years ago |
|
moduleframe.cpp
|
Footprint Editor: make call to DXF importer not possible if a footprint does not exist, to avoid crash. ( It fixes an issue on Unity, where the file menu to call the DXF importer is not always disabled when no footprint loaded)
|
10 years ago |
|
modules.cpp
|
Pcbnew: Fix potential bug in DRAG_SEGM_PICKER (a variable type bool was used as int. type is now int). Minor code cleanup.
|
11 years ago |
|
modview_frame.cpp
|
Remove useless or not working code used in Load/Save config.
|
10 years ago |
|
modview_frame.h
|
Remove useless or not working code used in Load/Save config.
|
10 years ago |
|
move-drag_pads.cpp
|
Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files.
|
11 years ago |
|
move_or_drag_track.cpp
|
Fix some coverity warnings (mainly not initialized vars).
|
11 years ago |
|
muonde.cpp
|
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
|
10 years ago |
|
muwave_command.cpp
|
More missing source license fixes.
|
11 years ago |
|
netlist.cpp
|
Fixed fatal assert on track removal.
|
10 years ago |
|
netlist_reader.cpp
|
Pcbnew: fix error message on footprint ID load failure.
|
10 years ago |
|
netlist_reader.h
|
Use KiwayExpress messaging for CvPcb footprint assignment instead of *.cmp file.
|
11 years ago |
|
onleftclick.cpp
|
Pcbnew: fix Bug #1370321 (Change Segment function applies last netclass used).
|
11 years ago |
|
onrightclick.cpp
|
Fixes related to exchage footprint dialog:
|
10 years ago |
|
pad_edition_functions.cpp
|
Pcbnew: fix segfault after deleting a pad from a footprint then performing a DRC action such as a via drag.
|
10 years ago |
|
pcb_base_edit_frame.cpp
|
Fixed footprint editor crash on ref/val text layer change (GAL).
|
10 years ago |
|
pcb_base_edit_frame.h
|
Fixed footprint editor crash on ref/val text layer change (GAL).
|
10 years ago |
|
pcb_draw_panel_gal.cpp
|
More adjustments to the layer ordering (GAL).
|
10 years ago |
|
pcb_draw_panel_gal.h
|
Improved the displayed layer order (GAL).
|
10 years ago |
|
pcb_netlist.cpp
|
Eeschema fixes: fix Bug #1348983 save cmp file crashes cvpcb when eeschema is opened (backannotation crashes). Happens only when some footprint names are not set (blank names).
|
11 years ago |
|
pcb_netlist.h
|
Fix undefined MODULE dtor for auto_ptr in pcb_netlist.h which caused a memory leak. Thanks Simon Richter for finding this.
|
11 years ago |
|
pcb_painter.cpp
|
GAL canvas highlight net mode works on all layers.
|
10 years ago |
|
pcb_painter.h
|
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
|
11 years ago |
|
pcb_parser.cpp
|
Pcbnew: fix error message on footprint ID load failure.
|
10 years ago |
|
pcb_parser.h
|
Minor fixes: remove a few useless includes and move a few others to the right file. Remove a few coverity warnings about not initialized members.
|
11 years ago |
|
pcb_plot_params.cpp
|
Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas.
|
11 years ago |
|
pcb_plot_params.h
|
Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas.
|
11 years ago |
|
pcb_plot_params_parser.h
|
Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas.
|
11 years ago |
|
pcbframe.cpp
|
Fixed a mistake in the previous commit.
|
10 years ago |
|
pcbnew.cpp
|
Pcbnew option dialog: fix very minor bug #1482647 and remove the option about zone filling algo, now useless.
|
10 years ago |
|
pcbnew.h
|
Pcbnew option dialog: fix very minor bug #1482647 and remove the option about zone filling algo, now useless.
|
10 years ago |
|
pcbnew.icns
|
[MacOSX] Updated Icons - Document ones still missing :(
|
13 years ago |
|
pcbnew.rc
|
Remove old xpm icons files
|
14 years ago |
|
pcbnew_config.cpp
|
Add a wizard to Pcbnew to download 3d shapes libraries from Github
|
10 years ago |
|
pcbnew_config.h
|
More migration towards single process, extend PROJECT::Config*() in proper direction, cleanups.
|
12 years ago |
|
pcbnew_doc.icns
|
Update OS X icns icons
|
16 years ago |
|
pcbnew_id.h
|
Fixes related to exchage footprint dialog:
|
10 years ago |
|
pcbplot.cpp
|
Fixed gerber generation with J5_ATTR defined
|
10 years ago |
|
pcbplot.h
|
Rework on Gerber plot functions: add X2 attributes in J5 version. Minor code cleaning.
|
11 years ago |
|
plot_board_layers.cpp
|
Fix bug when plotting DXF board outline.
|
10 years ago |
|
plot_brditems_plotter.cpp
|
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
|
10 years ago |
|
plotcontroller.h
|
Add missing dependency to build python wappers.
|
11 years ago |
|
plugin.cpp
|
Fix some issues in modview, relative to few incorrect use of some wxAuiManager functions.
|
12 years ago |
|
print_board_functions.cpp
|
Print out footprint texts placed on layers different than silkscreen.
|
11 years ago |
|
printout_controler.cpp
|
Fixed printing issues under Linux.
|
11 years ago |
|
printout_controler.h
|
1) Add 32 Cu Layers.
|
12 years ago |
|
protos.h
|
Pcbnew: Fix potential bug in DRAG_SEGM_PICKER (a variable type bool was used as int. type is now int). Minor code cleanup.
|
11 years ago |
|
ratsnest.cpp
|
Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro.
|
11 years ago |
|
ratsnest_data.cpp
|
Ratsnest algorithm handles items in pad areas (GAL).
|
10 years ago |
|
ratsnest_data.h
|
Added missing comments for the last commit.
|
10 years ago |
|
ratsnest_viewitem.cpp
|
Fix for disappearing ratsnest lines (GAL).
|
11 years ago |
|
ratsnest_viewitem.h
|
Minot fixes: Minor coding style issues fix (tab -> spaces). Add missing GetClass to all classes derived from EDA_ITEM. Make debug method Show() only compiled in debug mode.
|
11 years ago |
|
sel_layer.cpp
|
Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files.
|
11 years ago |
|
specctra.cpp
|
Fix a regression in session back-import from specctra, broken recently (The symptoms of this regression is that all tracks are moved to the front layer as they are back imported)
|
11 years ago |
|
specctra.h
|
Removed all dependencies on boost::polygon except for bitmap2component. Replaced almost all instances of CPOLYGONS_LIST with SHAPE_POLY_SET.
|
10 years ago |
|
specctra.keywords
|
++all:
|
15 years ago |
|
specctra_export.cpp
|
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
|
10 years ago |
|
specctra_import.cpp
|
Specctra export/import: fix an issue: via drill sizes were not round tripping if they were bigger than the default.
|
11 years ago |
|
specctra_test.cpp
|
Pcbnew: fix Bug #1413701 (Segfault on highlight "unconnected" net 0 in Pcbnew ). Also, remove now useless code and other very minor fixes.
|
11 years ago |
|
swap_layers.cpp
|
More missing source license fixes.
|
11 years ago |
|
target_edit.cpp
|
1) Add 32 Cu Layers.
|
12 years ago |
|
tool_modedit.cpp
|
Fix some issues related to the footprint wizard frame:
|
10 years ago |
|
tool_modview.cpp
|
Minor 3D viewer improvements (fixes lp:1406680).
|
11 years ago |
|
tool_onrightclick.cpp
|
Pcbnew: better display of tracks/vias/grid sizes in toolbar
|
11 years ago |
|
tool_pcb.cpp
|
Small cleanup: remove a few unnecessary casts, and minor cleaning code.
|
10 years ago |
|
toolbars_update_user_interface.cpp
|
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
|
11 years ago |
|
tr_modif.cpp
|
1) Add 32 Cu Layers.
|
12 years ago |
|
tracepcb.cpp
|
Small cleanup: remove a few unnecessary casts, and minor cleaning code.
|
10 years ago |
|
xchgmod.cpp
|
Fixes related to exchage footprint dialog:
|
10 years ago |
|
zone_filling_algorithm.cpp
|
SHAPE_POLY_SET::Inflate(): correct arc approximation for negative offsets (deflation). Control circle->segments count explicitly in all Inflate() calls
|
10 years ago |
|
zones.h
|
* Python scripting: brings pad.GetZoneConnection() and in example pad.SetZoneConnection(pcbnew.PAD_ZONE_CONN_FULL) to full workable.
|
10 years ago |
|
zones_by_polygon.cpp
|
Minor fixes: remove a few useless includes and move a few others to the right file. Remove a few coverity warnings about not initialized members.
|
11 years ago |
|
zones_by_polygon_fill_functions.cpp
|
Drc dialog, progress bar: fix issue on OSX.
|
10 years ago |
|
zones_convert_brd_items_to_polygons_with_Boost.cpp
|
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
|
10 years ago |
|
zones_convert_to_polygons_aux_functions.cpp
|
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
|
10 years ago |
|
zones_functions_for_undo_redo.cpp
|
Minor fixes in add zone and duplicate zone (legacy mode)
|
11 years ago |
|
zones_functions_for_undo_redo.h
|
Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number.
|
13 years ago |
|
zones_polygons_insulated_copper_islands.cpp
|
Removed all dependencies on boost::polygon except for bitmap2component. Replaced almost all instances of CPOLYGONS_LIST with SHAPE_POLY_SET.
|
10 years ago |
|
zones_polygons_test_connections.cpp
|
Fix crash (only on Linux) when exporting a footprint from the footprint wizard frame.
|
10 years ago |
|
zones_test_and_combine_areas.cpp
|
Removed all dependencies on boost::polygon except for bitmap2component. Replaced almost all instances of CPOLYGONS_LIST with SHAPE_POLY_SET.
|
10 years ago |