kicad/pcbnew
jean-pierre charras 8552f3fedf fix code after renaming files 2018-01-29 22:00:44 +01:00
..
autorouter fix code after renaming files 2018-01-29 22:00:44 +01:00
dialogs fix code after renaming files 2018-01-29 22:00:44 +01:00
exporters fix code after renaming files 2018-01-29 22:00:44 +01:00
github Fix quotes in UI messages 2017-12-15 07:33:07 -05:00
import_dxf fix code after renaming files 2018-01-29 22:00:44 +01:00
microwave fix code after renaming files 2018-01-29 22:00:44 +01:00
pcad2kicadpcb_plugin Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
python Minor Python pad array improvement. 2018-01-06 10:39:32 -05:00
router fix code after renaming files 2018-01-29 22:00:44 +01:00
specctra_import_export fix code after renaming files 2018-01-29 22:00:44 +01:00
swig fix forgotten change after renaming files 2018-01-29 17:34:12 +01:00
tools fix code after renaming files 2018-01-29 22:00:44 +01:00
CMakeLists.txt fix code after renaming files 2018-01-29 22:00:44 +01:00
Doxyfile_python
Doxyfile_xml
Info.plist Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name 2015-10-30 08:43:04 +13:00
append_board_to_current.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
array_creator.cpp Renamed D_PAD::{Set,Get}PadName() to D_PAD::{Set,Get}Name() 2017-09-19 18:23:50 +02:00
array_creator.h Enhancements in Create array tool (bad parameters detection and disable parms when not applicable) 2016-04-02 14:52:29 +02:00
attribut.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
block.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
block_module_editor.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
board_commit.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
board_commit.h refactoring: make BOARD_COMMIT independent from pcbnew 2017-11-03 20:02:06 +01:00
board_item_container.h Doxygen comment improvements. 2017-06-13 19:47:46 -04:00
board_items_to_polygon_shape_transform.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
board_netlist_updater.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
board_netlist_updater.h Fixed compilation warnings 2017-06-23 11:36:05 +02:00
build_BOM_from_board.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
class_action_plugin.cpp Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
class_action_plugin.h fix code after renaming files 2018-01-29 22:00:44 +01:00
class_board.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
class_board.h Fix code after renaming files 2018-01-29 11:37:29 +01:00
class_board_connected_item.cpp pcbnew: Minor changes in CONNECTIVITY_DATA interface: 2017-11-15 18:34:08 +01:00
class_board_connected_item.h Corrected Typo in documentation of GetClearance function 2017-06-27 16:50:47 -04:00
class_board_design_settings.cpp Refactor layer enumerations to all live in the same place 2017-03-30 16:01:48 -04:00
class_board_item.cpp DRAWSEGMENT, S_POLYGON shape: remove useless copies or conversion to std::vector<wxPoint> of SHPE_POLY_SET polygon shape. 2018-01-24 14:22:43 +01:00
class_dimension.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
class_dimension.h pcbnew: fix graphical polygon movement, rotation, flipping and edit points synchronization. 2017-12-18 18:25:45 +01:00
class_drawsegment.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
class_drawsegment.h DRAWSEGMENT, S_POLYGON shape: remove useless copies or conversion to std::vector<wxPoint> of SHPE_POLY_SET polygon shape. 2018-01-24 14:22:43 +01:00
class_drc_item.cpp Rename a few files 2018-01-28 22:02:31 +01:00
class_edge_mod.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
class_edge_mod.h Move bitmaps.h out of base_struct.h 2017-02-21 09:50:15 -05:00
class_footprint_wizard.cpp Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
class_footprint_wizard.h fix code after renaming files 2018-01-29 22:00:44 +01:00
class_marker_pcb.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
class_marker_pcb.h Rename a few files 2018-01-28 22:02:31 +01:00
class_module.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
class_module.h Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
class_netclass.cpp Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
class_netclass.h Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
class_netinfo.h Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
class_netinfo_item.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
class_netinfolist.cpp further DLIST/Iterators cleanup, some code formatting 2017-06-23 11:12:37 +02:00
class_pad.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
class_pad.h pcbnew: fix graphical polygon movement, rotation, flipping and edit points synchronization. 2017-12-18 18:25:45 +01:00
class_pad_custom_shape_functions.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
class_pad_draw_functions.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
class_pcb_layer_box_selector.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
class_pcb_layer_box_selector.h Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 2017-02-22 17:35:00 +01:00
class_pcb_layer_widget.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
class_pcb_layer_widget.h Fix drawing of transparent layer swatches. 2018-01-06 12:12:39 -05:00
class_pcb_target.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
class_pcb_target.h pcbnew: fix graphical polygon movement, rotation, flipping and edit points synchronization. 2017-12-18 18:25:45 +01:00
class_pcb_text.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
class_pcb_text.h pcbnew: fix graphical polygon movement, rotation, flipping and edit points synchronization. 2017-12-18 18:25:45 +01:00
class_text_mod.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
class_text_mod.h pcbnew: fix graphical polygon movement, rotation, flipping and edit points synchronization. 2017-12-18 18:25:45 +01:00
class_track.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
class_track.h Implemented missing via dialog functions 2018-01-10 15:55:16 +01:00
class_zone.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
class_zone.h pcbnew: fix graphical polygon movement, rotation, flipping and edit points synchronization. 2017-12-18 18:25:45 +01:00
class_zone_settings.cpp pcbnew: made zone filling algorithm thread-safe. 2017-12-05 14:54:57 +01:00
class_zone_settings.h pcbnew: made zone filling algorithm thread-safe. 2017-12-05 14:54:57 +01:00
classpcb.cpp Fix code after renaming files 2018-01-29 11:37:29 +01:00
clean.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
collectors.cpp Filter via selection based on render settings 2018-01-18 09:56:43 +01:00
collectors.h Filter via selection based on render settings 2018-01-18 09:56:43 +01:00
connect.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
connectivity_algo.cpp Fix loop variable copy in for-range loop, use const reference instead 2018-01-09 19:18:44 -05:00
connectivity_algo.h Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
connectivity_data.cpp Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
connectivity_data.h Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
controle.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
convert_drawsegment_list_to_polygon.cpp Fix a few doxygen warnings 2017-06-17 10:40:38 +02:00
cross-probing.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
deltrack.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
dimension.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
drag.h Removed legacy connectivity/ratsnest algorithm, replaced with the new one. No legacy autorouting for the moment 2017-06-23 11:12:37 +02:00
dragsegm.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
drc.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
drc.h Rename a few files 2018-01-28 22:02:31 +01:00
drc_clearance_test_functions.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
drc_marker_functions.cpp Rename a few files 2018-01-28 22:02:31 +01:00
eagle_plugin.cpp Fix Eagle plugin build errors on macOS 2017-12-19 13:38:28 +01:00
eagle_plugin.h Eagle Schematics Importer: support for UTF-8 2017-12-17 19:54:21 +01:00
edgemod.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
edit.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
edit_pcb_text.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
edit_track_width.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
editedge.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
editmod.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
editrack-part2.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
editrack.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
edtxtmod.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
event_handlers_tracks_vias_sizes.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
files.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
footprint_edit_frame.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
footprint_edit_frame.h fix code after renaming files 2018-01-29 22:00:44 +01:00
footprint_info_impl.cpp Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
footprint_info_impl.h Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
footprint_preview_panel.cpp Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
footprint_preview_panel.h refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future 2017-11-03 23:59:02 +01:00
footprint_wizard.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
footprint_wizard_frame.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
footprint_wizard_frame.h FOOTPRINT_WIZARD_FRAME: fis a serious issue when changing a parameter page when a parameter was currently edited 2017-12-23 18:34:57 +01:00
globaleditpad.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
gpcb_plugin.cpp Fix quotes in UI messages 2017-12-15 07:33:07 -05:00
gpcb_plugin.h Pcbnew: plugin improvements. 2017-06-11 16:21:19 -04:00
help_common_strings.h library option reviewed and renamed, minor menu text changes 2017-09-19 08:11:24 -04:00
highlight.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
hotkeys.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
hotkeys.h pcbnew: prompt for reference point in the message panel, add cut/copy/paste entries in the Edit menu 2017-09-30 14:28:54 +02:00
hotkeys_board_editor.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
hotkeys_module_editor.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
initpcb.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
invoke_pcb_dialog.h Fix a few doxygen warnings 2017-06-20 10:47:30 +02:00
io_mgr.cpp Fix quotes in UI messages 2017-12-15 07:33:07 -05:00
io_mgr.h refactoring: replaced manual plugin registration with link-time plugin binding 2017-11-03 20:02:06 +01:00
kicad_clipboard.cpp Fix a few Coverity warnings 2017-12-04 12:46:11 +01:00
kicad_clipboard.h Improved copy/paste functionality by Kristoffer: 2017-09-30 14:28:54 +02:00
kicad_netlist_reader.cpp Fix quotes in UI messages 2017-12-15 07:33:07 -05:00
kicad_plugin.cpp DRAWSEGMENT, S_POLYGON shape: remove useless copies or conversion to std::vector<wxPoint> of SHPE_POLY_SET polygon shape. 2018-01-24 14:22:43 +01:00
kicad_plugin.h CHANGE file format for 3D model offset 2017-12-01 16:21:49 +01:00
layer_widget.cpp Fix drawing of transparent layer swatches. 2018-01-06 12:12:39 -05:00
layer_widget.h Fix drawing of transparent layer swatches. 2018-01-06 12:12:39 -05:00
legacy_netlist_reader.cpp UI string normalization. 2017-12-24 10:04:32 -05:00
legacy_plugin.cpp Rename a few files 2018-01-28 22:02:31 +01:00
legacy_plugin.h Pcbnew: plugin improvements. 2017-06-11 16:21:19 -04:00
librairi.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
loadcmp.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
magnetic_tracks_functions.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
menubar_modedit.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
menubar_pcbframe.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
microwave.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
minimun_spanning_tree.cpp
minimun_spanning_tree.h
modedit.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
modedit_onclick.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
modeditoptions.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
modules.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
modview_frame.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
modview_frame.h fix code after renaming files 2018-01-29 22:00:44 +01:00
move-drag_pads.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
move_or_drag_track.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
muwave_command.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
netlist.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
netlist_reader.cpp Fix quotes in UI messages 2017-12-15 07:33:07 -05:00
netlist_reader.h Doxygen comment improvements. 2017-06-13 19:47:46 -04:00
onleftclick.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
onrightclick.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
pad_edition_functions.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
pcb_base_edit_frame.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 2017-08-04 16:06:57 +02:00
pcb_base_edit_frame.h Fix code after renaming files 2018-01-29 16:40:22 +01:00
pcb_base_frame.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
pcb_display_options.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 2017-11-03 20:02:06 +01:00
pcb_draw_panel_gal.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
pcb_draw_panel_gal.h Use worksheet bounding box when the board is empty 2018-01-11 11:28:19 +01:00
pcb_edit_frame.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
pcb_edit_frame.h rename files 2018-01-29 21:59:27 +01:00
pcb_general_settings.cpp Fp editor and board editor have now a separate color setup. 2017-09-11 18:51:48 +02:00
pcb_general_settings.h Fp editor and board editor have now a separate color setup. 2017-09-11 18:51:48 +02:00
pcb_netlist.cpp Add footprint select dropdown to component chooser, serious refactoring 2017-03-24 09:20:27 -04:00
pcb_netlist.h Add footprint select dropdown to component chooser, serious refactoring 2017-03-24 09:20:27 -04:00
pcb_painter.cpp DRAWSEGMENT, S_POLYGON shape: remove useless copies or conversion to std::vector<wxPoint> of SHPE_POLY_SET polygon shape. 2018-01-24 14:22:43 +01:00
pcb_painter.h Fix a minor issue in pad editor dialog: in GAL mode, the pad was sometimes shown in outline mode, sometimes in filled mode 2018-01-12 19:58:32 +01:00
pcb_parser.cpp Fix code after renaming files 2018-01-29 11:37:29 +01:00
pcb_parser.h refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future 2017-11-03 23:59:02 +01:00
pcb_plot_params.cpp rename files: update filenames in sources 2018-01-28 19:12:26 +01:00
pcb_plot_params.h rename files: update filenames in sources 2018-01-28 19:12:26 +01:00
pcb_plot_params_parser.h Removed all exception specifiers since deprecated. 2017-06-12 13:54:55 -04:00
pcb_view.cpp Remove some extra semicolons 2017-11-09 19:52:18 +01:00
pcb_view.h Removed unused variables in PCB_VIEW 2017-12-14 17:13:42 +01:00
pcbnew.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
pcbnew.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 2017-08-04 16:06:57 +02:00
pcbnew.icns
pcbnew.rc
pcbnew_config.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
pcbnew_config.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 2017-08-04 16:06:57 +02:00
pcbnew_doc.icns
pcbnew_id.h Simplify Exchange Footprints dialog and add Update mode. 2018-01-24 09:55:39 -05:00
pcbplot.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
pcbplot.h Fix a few doxygen warnings 2017-06-17 10:40:38 +02:00
plot_board_layers.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
plot_brditems_plotter.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
plotcontroller.h plotcontroller: add method to get the current plot full file name and the current plot folder full path from Python script. 2015-10-26 18:51:41 +01:00
plugin.cpp Fix quotes in UI messages 2017-12-15 07:33:07 -05:00
print_board_functions.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
printout_controler.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
printout_controler.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
protos.h Code cleaning: add comments, better names for a function, simplify code. No actual code change. 2017-05-04 08:54:30 +02:00
ratsnest.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
ratsnest_data.cpp fix compil issue in kicad.i and a minor compil warning 2018-01-28 22:24:51 +01:00
ratsnest_data.h Fix a few doxygen warnings 2017-06-25 11:26:04 +02:00
ratsnest_viewitem.cpp Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
ratsnest_viewitem.h Code formatting and clean-up 2017-06-23 15:43:13 +02:00
sel_layer.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
swap_layers.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
target_edit.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
tool_modedit.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
tool_modview.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
tool_onrightclick.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
tool_pcb.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
toolbars_update_user_interface.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
tr_modif.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
tracepcb.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
undo_redo.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
zone_filler.cpp Track polygon clearance: use the new TransformOvalClearanceToPolygon function, to avoid underestimation of clearance areas. 2018-01-21 11:32:37 +01:00
zone_filler.h zone filler: fix incorrect calculation of segments when filling zones with segments. 2018-01-14 09:51:32 +01:00
zones.h * Python scripting: brings pad.GetZoneConnection() and in example pad.SetZoneConnection(pcbnew.PAD_ZONE_CONN_FULL) to full workable. 2015-08-18 16:19:17 +02:00
zones_by_polygon.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
zones_by_polygon_fill_functions.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
zones_functions_for_undo_redo.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
zones_functions_for_undo_redo.h
zones_test_and_combine_areas.cpp Rename a few files 2018-01-28 22:02:31 +01:00