..
autorouter
spread_footprints.cpp: try to avoid integer overflow when spreading footprints.
6 years ago
board_stackup_manager
Pcbnew, stack-up manager: allows 2 digits in mantissa for EpsilonR
6 years ago
connectivity
Cleanup connectivity parts
6 years ago
dialogs
Schematic Setup dialog.
6 years ago
drc
Prevent the board setup dialog from opening when DRC is open
6 years ago
exporters
Fix compil issues, especially on Windows:
6 years ago
github
Push deprecation warning suppression down into boost.
6 years ago
import_gfx
Implement a new settings framework across all of KiCad
6 years ago
microwave
Refactor all math into a new kimath library
6 years ago
netlist_reader
Fix compil issues, especially on Windows:
6 years ago
pcad2kicadpcb_plugin
PCAD: Handle mirrored text
6 years ago
python
Implement a new settings framework across all of KiCad
6 years ago
router
PNS: Moving the rest of the placer to Fix/Commit
6 years ago
specctra_import_export
Convert timestamps to UUIDs.
6 years ago
swig
pcbnew: Refactor D_PAD::AddPrimitives() and allow use from python
6 years ago
tools
Fix pasting of items from board to Footprint Editor.
6 years ago
CMakeLists.txt
Schematic Setup dialog.
6 years ago
Doxyfile_python
Doxyfiles: Remove local debug lines
7 years ago
Doxyfile_xml
Doxyfiles: Remove local debug lines
7 years ago
action_plugin.cpp
pcbnew: Add toolbar buttons for action plugins
7 years ago
action_plugin.h
Comment-only changes
6 years ago
array_creator.cpp
Convert timestamps to UUIDs.
6 years ago
array_creator.h
Move hotkeys to ACTION architecture.
6 years ago
array_pad_name_provider.cpp
pcbnew: Move pads to std::deque
6 years ago
array_pad_name_provider.h
Pcbnew: arrays skip existing names
7 years ago
board_commit.cpp
pcbnew: Adding arcs to PNS
6 years ago
board_commit.h
Add keepout in footprints: Starting point.
6 years ago
board_connected_item.cpp
Delay initialisation of global EDA_ITEMs.
6 years ago
board_connected_item.h
Fix pasting of items from board to Footprint Editor.
6 years ago
board_design_settings.cpp
Fix compil issues, especially on Windows:
6 years ago
board_item_container.h
Change more enums over to scoped enums
6 years ago
board_items_to_polygon_shape_transform.cpp
Fix guaranteed divide-by-zero error when called with correction of 0.
6 years ago
build_BOM_from_board.cpp
Moving modules from DLIST to std::deque
6 years ago
class_board.cpp
Fix pasting of items from board to Footprint Editor.
6 years ago
class_board.h
Add user-defined severities, exclusions and colors to DRC markers.
6 years ago
class_board_item.cpp
Recleaning DLIST from pcbnew
6 years ago
class_dimension.cpp
Implement a new settings framework across all of KiCad
6 years ago
class_dimension.h
Comment-only changes
6 years ago
class_drawsegment.cpp
Implement a new settings framework across all of KiCad
6 years ago
class_drawsegment.h
Don't allow degenerate arcs & circles. Trouble will follow.
6 years ago
class_edge_mod.cpp
Implement a new settings framework across all of KiCad
6 years ago
class_edge_mod.h
Switch to scoped enums
6 years ago
class_marker_pcb.cpp
Fix compil issues, especially on Windows:
6 years ago
class_marker_pcb.h
Add user-defined severities, exclusions and colors to DRC markers.
6 years ago
class_module.cpp
pcbnew: Adding arcs to PNS
6 years ago
class_module.h
Move sheet name and filename to SCH_FIELD architecture.
6 years ago
class_pad.cpp
Fix a bunch of un-caught boost::bad_pointer exceptions.
6 years ago
class_pad.h
pcbnew: Refactor D_PAD::AddPrimitives() and allow use from python
6 years ago
class_pcb_target.cpp
Implement a new settings framework across all of KiCad
6 years ago
class_pcb_target.h
Switch to scoped enums
6 years ago
class_pcb_text.cpp
Implement a new settings framework across all of KiCad
6 years ago
class_pcb_text.h
Switch to scoped enums
6 years ago
class_text_mod.cpp
Implement a new settings framework across all of KiCad
6 years ago
class_text_mod.h
Switch to scoped enums
6 years ago
class_track.cpp
pcbnew: Adding arcs to PNS
6 years ago
class_track.h
pcbnew: Adding arcs to PNS
6 years ago
class_zone.cpp
Implement a new settings framework across all of KiCad
6 years ago
class_zone.h
Add zone area to message panel
6 years ago
collectors.cpp
pcbnew: Adding arcs to PNS
6 years ago
collectors.h
Fix a bug introduced when UseGalCanvas() no longer switches.
7 years ago
convert_drawsegment_list_to_polygon.cpp
Switch to scoped enums
6 years ago
cross-probing.cpp
Fix a couple crashes with small canvases
6 years ago
eagle_plugin.cpp
Fix issue with DRC for through hole being applied to SMD pads
6 years ago
eagle_plugin.h
Convert timestamps to UUIDs.
6 years ago
edit.cpp
housekeeping:
6 years ago
edit_track_width.cpp
Pcbnew: regroup drc files to the already existing drc folder.
6 years ago
files.cpp
Add user-defined severities, exclusions and colors to DRC markers.
6 years ago
footprint_edit_frame.cpp
Set Module Editor flag for tools
6 years ago
footprint_edit_frame.h
Implement a new settings framework across all of KiCad
6 years ago
footprint_editor_settings.cpp
Properly flush color settings after migration
6 years ago
footprint_editor_settings.h
Implement a new settings framework across all of KiCad
6 years ago
footprint_editor_utils.cpp
Implement a new settings framework across all of KiCad
6 years ago
footprint_info_impl.cpp
pcbnew: Check before reading/writing cache
6 years ago
footprint_info_impl.h
Use binary search on Footprint Info list.
7 years ago
footprint_libraries_utils.cpp
Change KUUID to KIID.
6 years ago
footprint_preview_panel.cpp
Implement a new settings framework across all of KiCad
6 years ago
footprint_preview_panel.h
Implement a new settings framework across all of KiCad
6 years ago
footprint_tree_pane.cpp
Pinning for library trees in FPEditor and SymbolEditor.
6 years ago
footprint_tree_pane.h
Pinning for library trees in FPEditor and SymbolEditor.
6 years ago
footprint_viewer_frame.cpp
Convert timestamps to UUIDs.
6 years ago
footprint_viewer_frame.h
Implement a new settings framework across all of KiCad
6 years ago
footprint_wizard.cpp
Fix code after renaming files. Minor other fix.
8 years ago
footprint_wizard.h
Comment-only changes
6 years ago
footprint_wizard_frame.cpp
Implement a new settings framework across all of KiCad
6 years ago
footprint_wizard_frame.h
Implement a new settings framework across all of KiCad
6 years ago
footprint_wizard_frame_functions.cpp
Change more enums over to scoped enums
6 years ago
fp_tree_model_adapter.cpp
Save pinned libraries in project.
6 years ago
fp_tree_model_adapter.h
Save pinned libraries in project.
6 years ago
fp_tree_synchronizing_adapter.cpp
Fix incorrect usage of a UTF8 char in a C string in code.
6 years ago
fp_tree_synchronizing_adapter.h
Move footprint & symbol tree context menus to tool infrastructure.
6 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
Convert timestamps to UUIDs.
6 years ago
gpcb_plugin.h
Comment-only changes
6 years ago
grid_layer_box_helpers.cpp
Implement a new settings framework across all of KiCad
6 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
Unify unsaved changes detection logic in all frames
6 years ago
invoke_pcb_dialog.h
Implement a new settings framework across all of KiCad
6 years ago
io_mgr.cpp
pcbnew: Prevent GITHUB plugin from being registered
7 years ago
io_mgr.h
Comment-only changes
6 years ago
kicad_clipboard.cpp
Adding missing include
6 years ago
kicad_clipboard.h
Convert timestamps to UUIDs.
6 years ago
kicad_plugin.cpp
Add user-defined severities, exclusions and colors to DRC markers.
6 years ago
kicad_plugin.h
pcbnew: Adding arcs to PNS
6 years ago
layer_widget.cpp
Comment-only changes
6 years ago
layer_widget.h
Comment-only changes
6 years ago
legacy_plugin.cpp
Fix crash opening footprint editor in debug mode with no board
6 years ago
legacy_plugin.h
Comment-only changes
6 years ago
load_select_footprint.cpp
Convert timestamps to UUIDs.
6 years ago
menubar_footprint_editor.cpp
Implement a new settings framework across all of KiCad
6 years ago
menubar_pcb_editor.cpp
Prevent the board setup dialog from opening when DRC is open
6 years ago
microwave.cpp
pcbnew: Refactor D_PAD::AddPrimitives() and allow use from python
6 years ago
netclass.cpp
units: Move common units and add tests
7 years ago
netclass.h
Comment-only changes
6 years ago
netinfo.h
Fix pasting of items from board to Footprint Editor.
6 years ago
netinfo_item.cpp
Switch to scoped enums
6 years ago
netinfo_list.cpp
Delay initialisation of global EDA_ITEMs.
6 years ago
pad_custom_shape_functions.cpp
pcbnew: Refactor D_PAD::AddPrimitives() and allow use from python
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
Implement a new settings framework across all of KiCad
6 years ago
pcb_base_edit_frame.cpp
Implement a new settings framework across all of KiCad
6 years ago
pcb_base_edit_frame.h
Fix grid settings in pcbnew/modedit/cvpcb
6 years ago
pcb_base_frame.cpp
Only center focused items when they're not visible.
6 years ago
pcb_display_options.cpp
Fix grid settings in pcbnew/modedit/cvpcb
6 years ago
pcb_draw_panel_gal.cpp
Add user-defined severities, exclusions and colors to DRC markers.
6 years ago
pcb_draw_panel_gal.h
Implement a new settings framework across all of KiCad
6 years ago
pcb_edit_frame.cpp
Make the board setup window quasimodal
6 years ago
pcb_edit_frame.h
Add user-defined severities, exclusions and colors to DRC markers.
6 years ago
pcb_general_settings.cpp
Handle boost exceptions. (From Coverity scan.)
6 years ago
pcb_layer_box_selector.cpp
Implement a new settings framework across all of KiCad
6 years ago
pcb_layer_box_selector.h
Move hotkeys to ACTION architecture.
6 years ago
pcb_layer_widget.cpp
Add user-defined severities, exclusions and colors to DRC markers.
6 years ago
pcb_layer_widget.h
Comment-only changes
6 years ago
pcb_legacy_draw_utils.cpp
Implement Get/Set display options
6 years ago
pcb_painter.cpp
Add user-defined severities, exclusions and colors to DRC markers.
6 years ago
pcb_painter.h
Add user-defined severities, exclusions and colors to DRC markers.
6 years ago
pcb_parser.cpp
Add user-defined severities, exclusions and colors to DRC markers.
6 years ago
pcb_parser.h
Add user-defined severities, exclusions and colors to DRC markers.
6 years ago
pcb_plot_params.cpp
Fix QA crash: Pgm is null in test suite
6 years ago
pcb_plot_params.h
Implement a new settings framework across all of KiCad
6 years ago
pcb_plot_params_parser.h
Comment-only changes
6 years ago
pcb_screen.cpp
pcbnew: Cleanup includes of pcbnew_id.h
6 years ago
pcb_view.cpp
Implement Get/Set display options
6 years ago
pcb_view.h
Implement Get/Set display options
6 years ago
pcbnew.cpp
Implement a new settings framework across all of KiCad
6 years ago
pcbnew.h
pcbnew: Remove the last dlist from modules/pcbnew
6 years ago
pcbnew.icns
Update MacOS icons
8 years ago
pcbnew.rc
Remove old xpm icons files
14 years ago
pcbnew_config.cpp
Remove assertion path on closing empty pcb
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
pcbnew: Modify IDs in panel_fp_lib_table
6 years ago
pcbnew_printout.cpp
Implement a new settings framework across all of KiCad
6 years ago
pcbnew_printout.h
Implement a new settings framework across all of KiCad
6 years ago
pcbnew_settings.cpp
Save severities settings in the DRC dialog.
6 years ago
pcbnew_settings.h
Save severities settings in the DRC dialog.
6 years ago
pcbplot.cpp
Change more enums over to scoped enums
6 years ago
pcbplot.h
Implement a new settings framework across all of KiCad
6 years ago
plot_board_layers.cpp
pcbnew: Refactor D_PAD::AddPrimitives() and allow use from python
6 years ago
plot_brditems_plotter.cpp
Implement a new settings framework across all of KiCad
6 years ago
plotcontroller.h
Change more enums over to scoped enums
6 years ago
plugin.cpp
Workaround an issue where a throw terminates (even when there's a catch for it).
6 years ago
ratsnest.cpp
pcbnew: Move tracks to std::deque
6 years ago
ratsnest_data.cpp
Clean up compile warnings
6 years ago
ratsnest_data.h
Comment-only changes
6 years ago
ratsnest_viewitem.cpp
pcbnew: Draw dynamic ratsnest with curved lines
6 years ago
ratsnest_viewitem.h
Implement undo for Page Settings in PlEditor, Eeschema and PCBNew.
7 years ago
sel_layer.cpp
Implement a new settings framework across all of KiCad
6 years ago
text_mod_grid_table.cpp
Switch to scoped enums
6 years ago
text_mod_grid_table.h
Switch to scoped enums
6 years ago
toolbars_footprint_editor.cpp
Switch to scoped enums
6 years ago
toolbars_footprint_viewer.cpp
Add filters to footprint viewer.
6 years ago
toolbars_pcb_editor.cpp
Implement a new settings framework across all of KiCad
6 years ago
tracks_cleaner.cpp
Switch to scoped enums
6 years ago
tracks_cleaner.h
Switch to scoped enums
6 years ago
undo_redo.cpp
pcbnew: Adding arcs to PNS
6 years ago
zone_filler.cpp
pcbnew: Adding arcs to PNS
6 years ago
zone_filler.h
Switch to scoped enums
6 years ago
zone_settings.cpp
Implement a new settings framework across all of KiCad
6 years ago
zone_settings.h
Zone filler: fix a few issues, in Smoothed Polygons mode.
6 years ago
zones.h
Implement a new settings framework across all of KiCad
6 years ago
zones_by_polygon.cpp
Pcbnew: regroup drc files to the already existing drc folder.
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
Pcbnew: regroup drc files to the already existing drc folder.
6 years ago