| .. |
|
autorouter
|
Implement I18N for ACTIONs.
|
7 years ago |
|
board_stackup_manager
|
Fix some issues in .gbrjob file.
|
6 years ago |
|
connectivity
|
Remove pads not on copper layers (just on tech layers) from connectivity calculation.
|
6 years ago |
|
dialogs
|
Another attempt to improve tooltips for Update PCB from Schematic dialog.
|
6 years ago |
|
drc
|
A bit of cleanup of stale DRC code.
|
7 years ago |
|
exporters
|
pcbnew: Fix copy-paste error from 161dc9ce7
|
6 years ago |
|
github
|
Cleanup.
|
6 years ago |
|
import_gfx
|
Cleanup.
|
6 years ago |
|
microwave
|
pcbnew: Remove the last dlist from modules/pcbnew
|
7 years ago |
|
pcad2kicadpcb_plugin
|
Cleanup.
|
6 years ago |
|
python
|
Python fp wizards: fix a few issues in qrcode_footprint_wizard.py
|
7 years ago |
|
router
|
Change default tool behaviour to skip unhandled events.
|
6 years ago |
|
specctra_import_export
|
Add preference for flip axis.
|
6 years ago |
|
swig
|
python: Return copy of netclasses not reference
|
6 years ago |
|
tools
|
Cleanup after cancelled add text dialog.
|
6 years ago |
|
CMakeLists.txt
|
added board statistics dialog, which shows info for production and assembly
|
6 years ago |
|
Doxyfile_python
|
Doxyfiles: Remove local debug lines
|
7 years ago |
|
Doxyfile_xml
|
Doxyfiles: Remove local debug lines
|
7 years ago |
|
Info.plist.in
|
Set KiCad version in MacOS apps
|
7 years ago |
|
action_plugin.cpp
|
pcbnew: Add toolbar buttons for action plugins
|
7 years ago |
|
action_plugin.h
|
pcbnew: Add toolbar buttons for action plugins
|
7 years ago |
|
array_creator.cpp
|
Fix broken build in array_creator
|
7 years ago |
|
array_creator.h
|
Move hotkeys to ACTION architecture.
|
7 years ago |
|
array_pad_name_provider.cpp
|
pcbnew: Move pads to std::deque
|
7 years ago |
|
array_pad_name_provider.h
|
Pcbnew: arrays skip existing names
|
7 years ago |
|
board_commit.cpp
|
pcbnew: Don't clear module flags on revert
|
6 years ago |
|
board_commit.h
|
Insert EE_TOOL_BASE under SchEdit and LibEdit tools, and fix errant rename scope which clobbered PCBNew's PICKER_TOOL.
|
7 years ago |
|
board_connected_item.cpp
|
Remove pads not on copper layers (just on tech layers) from connectivity calculation.
|
6 years ago |
|
board_connected_item.h
|
Remove pads not on copper layers (just on tech layers) from connectivity calculation.
|
6 years ago |
|
board_design_settings.cpp
|
Prepare changes to support a better board stack management in .gbrjob file.
|
6 years ago |
|
board_item_container.h
|
Doxygen comment improvements.
|
9 years ago |
|
board_items_to_polygon_shape_transform.cpp
|
Change pad solder masks to use rounded-corner clearances.
|
6 years ago |
|
board_netlist_updater.cpp
|
Remove pads not on copper layers (just on tech layers) from connectivity calculation.
|
6 years ago |
|
board_netlist_updater.h
|
BOARD_NETLIST_UPDATER: fix 2 serious issues in dry run (memory leak and incorrect single pad nets deletion)
|
7 years ago |
|
build_BOM_from_board.cpp
|
Moving modules from DLIST to std::deque
|
7 years ago |
|
class_board.cpp
|
Add preference for flip axis.
|
6 years ago |
|
class_board.h
|
Add preference for flip axis.
|
6 years ago |
|
class_board_item.cpp
|
pcbnew: Fix STL blunder when deleting
|
7 years ago |
|
class_dimension.cpp
|
Add preference for flip axis.
|
6 years ago |
|
class_dimension.h
|
Add preference for flip axis.
|
6 years ago |
|
class_drawsegment.cpp
|
Add preference for flip axis.
|
6 years ago |
|
class_drawsegment.h
|
Add preference for flip axis.
|
6 years ago |
|
class_edge_mod.cpp
|
Add preference for flip axis.
|
6 years ago |
|
class_edge_mod.h
|
Add preference for flip axis.
|
6 years ago |
|
class_marker_pcb.cpp
|
Add preference for flip axis.
|
6 years ago |
|
class_marker_pcb.h
|
Add preference for flip axis.
|
6 years ago |
|
class_module.cpp
|
Pcbnew: Fix bug in MODULE::FindPadByName( const wxString& aPadName ).
|
6 years ago |
|
class_module.h
|
Add preference for flip axis.
|
6 years ago |
|
class_pad.cpp
|
Add preference for flip axis.
|
6 years ago |
|
class_pad.h
|
Remove pads not on copper layers (just on tech layers) from connectivity calculation.
|
6 years ago |
|
class_pcb_target.cpp
|
Add preference for flip axis.
|
6 years ago |
|
class_pcb_target.h
|
Add preference for flip axis.
|
6 years ago |
|
class_pcb_text.cpp
|
Add preference for flip axis.
|
6 years ago |
|
class_pcb_text.h
|
Push some search stuff down into EDA_DRAW_FRAME so it can be shared.
|
6 years ago |
|
class_text_mod.cpp
|
Make m_Text private so we don't keep getting bugs where m_shown_text fails to get updated.
|
6 years ago |
|
class_text_mod.h
|
Push some search stuff down into EDA_DRAW_FRAME so it can be shared.
|
6 years ago |
|
class_track.cpp
|
Add preference for flip axis.
|
6 years ago |
|
class_track.h
|
Remove pads not on copper layers (just on tech layers) from connectivity calculation.
|
6 years ago |
|
class_zone.cpp
|
Don't attempt colinear corner optimization when zones of different nets overlap.
|
6 years ago |
|
class_zone.h
|
Don't attempt colinear corner optimization when zones of different nets overlap.
|
6 years ago |
|
collectors.cpp
|
Fix some misplaced parens.
|
6 years ago |
|
collectors.h
|
Fix a bug introduced when UseGalCanvas() no longer switches.
|
7 years ago |
|
convert_drawsegment_list_to_polygon.cpp
|
Moving further arc approximations down
|
7 years ago |
|
cross-probing.cpp
|
Fix re-entrancy problem in cross-probing.
|
6 years ago |
|
drc_item.cpp
|
Move DRC control to a tool; move assorted commands to ACTIONS.
|
7 years ago |
|
eagle_plugin.cpp
|
Fix handling of filled circle in eagle importer (was only partly fixed)
|
6 years ago |
|
eagle_plugin.h
|
eagle: Handle DRC rule-based pad shapes
|
7 years ago |
|
edit.cpp
|
Immediate actions for PlEditor, PcbNew, etc.
|
6 years ago |
|
edit_track_width.cpp
|
Move DRC control to a tool; move assorted commands to ACTIONS.
|
7 years ago |
|
files.cpp
|
Move layer defaults and diff-pair dimensions to board file.
|
6 years ago |
|
footprint_edit_frame.cpp
|
Cleanup.
|
6 years ago |
|
footprint_edit_frame.h
|
Add env-var setting to CommonSettingsChanged().
|
6 years ago |
|
footprint_editor_options.cpp
|
Retire EDA_DRAW_PANEL and legacy_wx/EDA_DRAW_FRAME.
|
7 years ago |
|
footprint_editor_utils.cpp
|
FP editor: fix crash when trying to save a footprint (Ctrl+S) when no footprint loaded.
|
6 years ago |
|
footprint_info_impl.cpp
|
Escape slashes in labels and netnames.
|
7 years ago |
|
footprint_info_impl.h
|
Use binary search on Footprint Info list.
|
7 years ago |
|
footprint_libraries_utils.cpp
|
FP editor: fix crash when trying to save a footprint (Ctrl+S) when no footprint loaded.
|
6 years ago |
|
footprint_preview_panel.cpp
|
Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal.
|
7 years ago |
|
footprint_preview_panel.h
|
Pcbnew: FOOTPRINT_PREVIEW_PANEL passes reference to local
|
7 years ago |
|
footprint_tree_pane.cpp
|
Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal.
|
7 years ago |
|
footprint_tree_pane.h
|
Convert Footprint Editor to component tree.
|
7 years ago |
|
footprint_viewer_frame.cpp
|
Set library selection when pre-loading the Footprint Viewer.
|
6 years ago |
|
footprint_viewer_frame.h
|
Add env-var setting to CommonSettingsChanged().
|
6 years ago |
|
footprint_wizard.cpp
|
Fix code after renaming files. Minor other fix.
|
8 years ago |
|
footprint_wizard.h
|
Fix code after renaming files. Minor other fix.
|
8 years ago |
|
footprint_wizard_frame.cpp
|
Don't try to show sub-dialog in OnActivate(). High Sierra asserts.
|
6 years ago |
|
footprint_wizard_frame.h
|
Cleanup some left-over vestiages of the legacy canvas architecture.
|
7 years ago |
|
footprint_wizard_frame_functions.cpp
|
Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal.
|
7 years ago |
|
fp_tree_model_adapter.cpp
|
Footprint library nickname comparison fixes.
|
6 years ago |
|
fp_tree_model_adapter.h
|
Convert Footprint Editor to component tree.
|
7 years ago |
|
fp_tree_synchronizing_adapter.cpp
|
Pcbnew, footprint tree selector: make the selected items readable.
|
6 years ago |
|
fp_tree_synchronizing_adapter.h
|
Move footprint & symbol tree context menus to tool infrastructure.
|
7 years ago |
|
generate_footprint_info.cpp
|
More performance enhancements.
|
7 years ago |
|
generate_footprint_info.h
|
Convert Place Footprint to component tree.
|
7 years ago |
|
gpcb_plugin.cpp
|
pcbnew: Remove the last dlist from modules/pcbnew
|
7 years ago |
|
gpcb_plugin.h
|
Performance enhancements in fp loading, string cmp, etc.
|
7 years ago |
|
grid_layer_box_helpers.cpp
|
Fix a few coverity errors
|
7 years ago |
|
grid_layer_box_helpers.h
|
In-place editing for footprint TEXTE_MODULEs.
|
7 years ago |
|
help_common_strings.h
|
Fix occurrences of "edition" which should be "editing"
|
7 years ago |
|
initpcb.cpp
|
Re-implement sch->pcb cross-probing using net highlighting architecture.
|
6 years ago |
|
invoke_pcb_dialog.h
|
Clean up some dangling legacy odds and ends.
|
7 years ago |
|
io_mgr.cpp
|
pcbnew: Prevent GITHUB plugin from being registered
|
7 years ago |
|
io_mgr.h
|
Add FootprintExists() which can be more careful about FS differences.
|
6 years ago |
|
kicad_clipboard.cpp
|
Fix typo introduced in DLIST erradication.
|
7 years ago |
|
kicad_clipboard.h
|
Move hotkeys to ACTION architecture.
|
7 years ago |
|
kicad_netlist_reader.cpp
|
Handle separate parsing rules for ID_SCH and ID_PCB.
|
7 years ago |
|
kicad_plugin.cpp
|
kicad_plugin.cpp: fix incorrect detection of existing footprints in PCB_IO::FootprintExists(), when fp names contain a point.
|
6 years ago |
|
kicad_plugin.h
|
Add FootprintExists() which can be more careful about FS differences.
|
6 years ago |
|
layer_widget.cpp
|
Remove more legacy editing code.
|
7 years ago |
|
layer_widget.h
|
Remove more legacy editing code.
|
7 years ago |
|
legacy_netlist_reader.cpp
|
UI string normalization.
|
8 years ago |
|
legacy_plugin.cpp
|
Cleanup.
|
6 years ago |
|
legacy_plugin.h
|
Remove legacy segment-based zones.
|
7 years ago |
|
load_select_footprint.cpp
|
Add preference for flip axis.
|
6 years ago |
|
menubar_footprint_editor.cpp
|
Fix some lost menubar menu separators
|
6 years ago |
|
menubar_pcb_editor.cpp
|
Fix some lost menubar menu separators
|
6 years ago |
|
microwave.cpp
|
Cleanup.
|
6 years ago |
|
netclass.cpp
|
units: Move common units and add tests
|
7 years ago |
|
netclass.h
|
Consolidate design rules UI.
|
7 years ago |
|
netinfo.h
|
Performance enhancements to zone filling & track DRC.
|
6 years ago |
|
netinfo_item.cpp
|
pcbnew: Move tracks to std::deque
|
7 years ago |
|
netinfo_list.cpp
|
pcbnew: Move pads to std::deque
|
7 years ago |
|
netlist.cpp
|
Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal.
|
7 years ago |
|
netlist_reader.cpp
|
Handle separate parsing rules for ID_SCH and ID_PCB.
|
7 years ago |
|
netlist_reader.h
|
Doxygen comment improvements.
|
9 years ago |
|
pad_custom_shape_functions.cpp
|
Explode/Combine in terms of visible elements
|
6 years ago |
|
pad_naming.cpp
|
Pcbnew: Array tool should not number NPTHs
|
7 years ago |
|
pad_naming.h
|
Pcbnew: Array tool should not number NPTHs
|
7 years ago |
|
pad_print_functions.cpp
|
Retire EDA_DRAW_PANEL and legacy_wx/EDA_DRAW_FRAME.
|
7 years ago |
|
pcb_base_edit_frame.cpp
|
Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal.
|
7 years ago |
|
pcb_base_edit_frame.h
|
Fix grid update when edited from menubar.
|
6 years ago |
|
pcb_base_frame.cpp
|
Synchronize toolbars state with current options after rebuilding them.
|
6 years ago |
|
pcb_display_options.cpp
|
pcbnew: Add option to show ratsnest while moving
|
7 years ago |
|
pcb_draw_panel_gal.cpp
|
Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal.
|
7 years ago |
|
pcb_draw_panel_gal.h
|
Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal.
|
7 years ago |
|
pcb_edit_frame.cpp
|
added board statistics dialog, which shows info for production and assembly
|
6 years ago |
|
pcb_edit_frame.h
|
pcbnew: Force rebuild of layer pair icon on menu creation
|
6 years ago |
|
pcb_general_settings.cpp
|
Implement preference for immediate actions.
|
6 years ago |
|
pcb_general_settings.h
|
Implement preference for immediate actions.
|
6 years ago |
|
pcb_layer_box_selector.cpp
|
Move hotkeys to ACTION architecture.
|
7 years ago |
|
pcb_layer_box_selector.h
|
Move hotkeys to ACTION architecture.
|
7 years ago |
|
pcb_layer_widget.cpp
|
Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal.
|
7 years ago |
|
pcb_layer_widget.h
|
Remove more legacy editing code.
|
7 years ago |
|
pcb_legacy_draw_utils.cpp
|
pcbnew: Move pads to std::deque
|
7 years ago |
|
pcb_netlist.cpp
|
Escape slashes in labels and netnames.
|
7 years ago |
|
pcb_netlist.h
|
Count pins instead of using netcount as a proxy.
|
8 years ago |
|
pcb_painter.cpp
|
Fix misc build warnings
|
6 years ago |
|
pcb_painter.h
|
pcbnew: Add option to show ratsnest while moving
|
7 years ago |
|
pcb_parser.cpp
|
Remove pads not on copper layers (just on tech layers) from connectivity calculation.
|
6 years ago |
|
pcb_parser.h
|
Move layer defaults and diff-pair dimensions to board file.
|
6 years ago |
|
pcb_plot_params.cpp
|
pcbnew: Clean up warnings with unit handling in the DXF export
|
6 years ago |
|
pcb_plot_params.h
|
pcbnew: Clean up warnings with unit handling in the DXF export
|
6 years ago |
|
pcb_plot_params_parser.h
|
hpgl plot parameters: use double instead of int to store the pen diameter to avoid truncation.
|
8 years ago |
|
pcb_screen.cpp
|
Remove some more legacy code.
|
7 years ago |
|
pcb_view.cpp
|
fix incorrect initialization of VIEW::m_boundary.
|
7 years ago |
|
pcb_view.h
|
Removed unused variables in PCB_VIEW
|
8 years ago |
|
pcbnew.cpp
|
Add env-var setting to CommonSettingsChanged().
|
6 years ago |
|
pcbnew.h
|
pcbnew: Remove the last dlist from modules/pcbnew
|
7 years ago |
|
pcbnew.icns
|
Update MacOS icons
|
8 years ago |
|
pcbnew.rc
|
Remove old xpm icons files
|
14 years ago |
|
pcbnew_config.cpp
|
pcbnew: can't return a copy of ptr_vector if items are polymorphic and have no clone() methods. Work it around.
|
6 years ago |
|
pcbnew_config.h
|
Multiple improvements concerning colors, configuration handling and legacy features in pcbnew:
|
8 years ago |
|
pcbnew_doc.icns
|
Update MacOS icons
|
8 years ago |
|
pcbnew_id.h
|
Convert ShowEEschema to an ACTION so it can get a hotkey assignment.
|
6 years ago |
|
pcbnew_printout.cpp
|
Disable zone outlines and hatched lines rendering in printouts
|
7 years ago |
|
pcbnew_printout.h
|
Disable zone outlines and hatched lines rendering in printouts
|
7 years ago |
|
pcbplot.cpp
|
Plot filenames automatically generated: change the point ('.') find in layer names to '_'
|
7 years ago |
|
pcbplot.h
|
Implement preserved-corners to prevent divots when filling adjacent zones.
|
6 years ago |
|
plot_board_layers.cpp
|
Implement preserved-corners to prevent divots when filling adjacent zones.
|
6 years ago |
|
plot_brditems_plotter.cpp
|
Allow edits to self-intersecting polygons.
|
6 years ago |
|
plotcontroller.h
|
plotcontroller: add method to get the current plot full file name and the current plot folder full path from Python script.
|
10 years ago |
|
plugin.cpp
|
Add FootprintExists() which can be more careful about FS differences.
|
6 years ago |
|
ratsnest.cpp
|
pcbnew: Move tracks to std::deque
|
7 years ago |
|
ratsnest_data.cpp
|
pcbnew: Separating connectivity to subdir
|
7 years ago |
|
ratsnest_data.h
|
pcbnew: Separating connectivity to subdir
|
7 years ago |
|
ratsnest_viewitem.cpp
|
pcbnew: Draw dynamic ratsnest with curved lines
|
7 years ago |
|
ratsnest_viewitem.h
|
Implement undo for Page Settings in PlEditor, Eeschema and PCBNew.
|
7 years ago |
|
sel_layer.cpp
|
Try to fix UI issues in select layer pair dialog and slect layer dialog.
|
6 years ago |
|
text_mod_grid_table.cpp
|
Consolidate design rules UI.
|
7 years ago |
|
text_mod_grid_table.h
|
Consolidate design rules UI.
|
7 years ago |
|
toolbars_footprint_editor.cpp
|
Immediate actions for PlEditor, PcbNew, etc.
|
6 years ago |
|
toolbars_footprint_viewer.cpp
|
Update exit strategy to match UI guidelines
|
6 years ago |
|
toolbars_pcb_editor.cpp
|
pcbnew: Force rebuild of layer pair icon on menu creation
|
6 years ago |
|
tracks_cleaner.cpp
|
TRACKS_CLEANER algo to merge collinear track segments: some minor fixes.
|
6 years ago |
|
tracks_cleaner.h
|
TRACKS_CLEANER algo to merge collinear track segments: some minor fixes.
|
6 years ago |
|
undo_redo.cpp
|
Add preference for flip axis.
|
6 years ago |
|
zone_filler.cpp
|
Zone filler: clamp thermal stub width to the pad minimal size.
|
6 years ago |
|
zone_filler.h
|
A better hack for the post-ProgressReporter-loss-of-focus issue.
|
6 years ago |
|
zone_settings.cpp
|
pcbnew: Remove segment count from board file
|
7 years ago |
|
zone_settings.h
|
pcbnew: Remove segment count from board file
|
7 years ago |
|
zones.h
|
UNIT_BINDERize zone dialogs.
|
7 years ago |
|
zones_by_polygon.cpp
|
A better hack for the post-ProgressReporter-loss-of-focus issue.
|
6 years ago |
|
zones_functions_for_undo_redo.cpp
|
Retire EDA_DRAW_PANEL and legacy_wx/EDA_DRAW_FRAME.
|
7 years ago |
|
zones_functions_for_undo_redo.h
|
Fix occurrences of "edition" which should be "editing"
|
7 years ago |
|
zones_test_and_combine_areas.cpp
|
Move DRC control to a tool; move assorted commands to ACTIONS.
|
7 years ago |