kicad/pcbnew
Jon Evans c80efb0f98 Fix save/load of appearance panel width on show/hide
Fixes https://gitlab.com/kicad/code/kicad/-/issues/8982
2021-08-19 21:15:14 -04:00
..
autorouter Cherry-pick some 7.0 Clearance Resolution improvements. 2021-08-15 19:03:58 +01:00
board_stackup_manager Hook up 3D viewer colors to board stackup. 2021-08-14 14:00:17 +01:00
connectivity Decouple PROGRESS_REPORTER interface from implementations. 2021-08-14 21:05:49 +01:00
dialogs Move plotter headers into include folder. 2021-08-18 16:38:31 -04:00
drc DRC bug fixes and debugging improvements. 2021-08-17 15:41:12 +01:00
exporters Move plotter headers into include folder. 2021-08-18 16:38:31 -04:00
import_gfx
microwave Freshen microwave polygon dialog and remove a bunch of dead code. 2021-08-03 01:11:11 +01:00
netlist_reader
plugins Decouple PROGRESS_REPORTER interface from implementations. 2021-08-14 21:05:49 +01:00
python Move plotter headers into include folder. 2021-08-18 16:38:31 -04:00
ratsnest
router PNS::NODE Use PointCount instead of calculating segment index manually 2021-08-13 19:09:33 +01:00
specctra_import_export Refactor ExportSpecctraFile to be usable in API 2021-07-31 09:55:48 +00:00
tools Fp editor: minor fixes: 2021-08-18 17:43:10 +02:00
widgets Enable LAYER_MOD_TEXT_FR layer in fp editor as it should. 2021-08-16 09:30:54 +02:00
CMakeLists.txt Expunge some remaining references to kicad-pcb 2021-07-30 20:27:45 -07:00
Doxyfile_python
Doxyfile_xml
action_plugin.cpp Ugly hack to avoid crash on msys2 when running Pcbnew after running Eeschema+its Python console 2021-08-14 21:08:56 +02:00
action_plugin.h
array_creator.cpp
array_creator.h
array_pad_name_provider.cpp
array_pad_name_provider.h
board.cpp Garden-variety 100X performance improvement. 2021-08-15 22:24:51 +01:00
board.h Add a compile error for ill-defined rules, and more performance. 2021-08-16 12:14:17 +01:00
board_commit.cpp Quiet Coverity. 2021-08-04 13:55:42 +01:00
board_commit.h Remove ZONE_FILLER_TOOL since it's not really necessary. 2021-07-31 01:50:42 +01:00
board_connected_item.cpp Cleanup (includes and formatting). 2021-08-03 18:37:23 +01:00
board_connected_item.h
board_design_settings.cpp
board_item.cpp Add a compile error for ill-defined rules, and more performance. 2021-08-16 12:14:17 +01:00
board_item_container.h
board_items_to_polygon_shape_transform.cpp
build_BOM_from_board.cpp
cleanup_item.cpp
cleanup_item.h
collectors.cpp
collectors.h
convert_drawsegment_list_to_polygon.cpp
convert_drawsegment_list_to_polygon.h
cross-probing.cpp
edit.cpp
edit_track_width.cpp
edit_zone_helpers.cpp Decouple PROGRESS_REPORTER interface from implementations. 2021-08-14 21:05:49 +01:00
files.cpp Decouple PROGRESS_REPORTER interface from implementations. 2021-08-14 21:05:49 +01:00
footprint.cpp Fp editor: fix some crashes when trying to duplicate referece or value texts. 2021-08-18 15:34:32 +02:00
footprint.h Pcbnew, update footprint: fix loss of net info in some cases. 2021-08-16 20:52:49 +02:00
footprint_edit_frame.cpp Decouple PROGRESS_REPORTER interface from implementations. 2021-08-14 21:05:49 +01:00
footprint_edit_frame.h Remove shadowing member variable. 2021-07-29 16:03:25 +01:00
footprint_editor_settings.cpp
footprint_editor_utils.cpp
footprint_info_impl.cpp Decouple PROGRESS_REPORTER interface from implementations. 2021-08-14 21:05:49 +01:00
footprint_info_impl.h
footprint_libraries_utils.cpp Fp editor: avoid having nil uuids when editing old footprints. 2021-08-04 12:37:52 +02:00
footprint_preview_panel.cpp
footprint_preview_panel.h
footprint_tree_pane.cpp
footprint_tree_pane.h
footprint_viewer_frame.cpp Naming conventions. 2021-08-05 14:31:36 +01:00
footprint_viewer_frame.h
footprint_wizard.cpp
footprint_wizard.h
footprint_wizard_frame.cpp Work around annoying wxWidgets assert. 2021-08-10 16:51:30 +01:00
footprint_wizard_frame.h
footprint_wizard_frame_functions.cpp Freshen microwave polygon dialog and remove a bunch of dead code. 2021-08-03 01:11:11 +01:00
fp_shape.cpp
fp_shape.h
fp_text.cpp
fp_text.h
fp_text_grid_table.cpp
fp_text_grid_table.h
fp_tree_model_adapter.cpp
fp_tree_model_adapter.h
fp_tree_synchronizing_adapter.cpp
fp_tree_synchronizing_adapter.h
generate_footprint_info.cpp
generate_footprint_info.h
graphics_cleaner.cpp
graphics_cleaner.h
grid_layer_box_helpers.cpp
grid_layer_box_helpers.h
initpcb.cpp
invoke_pcb_dialog.h
io_mgr.cpp
io_mgr.h
kicad_clipboard.cpp Fp editor: fix some crashes when trying to duplicate referece or value texts. 2021-08-18 15:34:32 +02:00
kicad_clipboard.h
load_select_footprint.cpp Decouple PROGRESS_REPORTER interface from implementations. 2021-08-14 21:05:49 +01:00
menubar_footprint_editor.cpp
menubar_pcb_editor.cpp
netinfo.h
netinfo_item.cpp
netinfo_list.cpp
pad.cpp Add a compile error for ill-defined rules, and more performance. 2021-08-16 12:14:17 +01:00
pad.h
pad_custom_shape_functions.cpp Add a compile error for ill-defined rules, and more performance. 2021-08-16 12:14:17 +01:00
pad_naming.cpp
pad_naming.h
pcb_base_edit_frame.cpp
pcb_base_edit_frame.h
pcb_base_frame.cpp Naming conventions. 2021-08-05 14:31:36 +01:00
pcb_dimension.cpp
pcb_dimension.h
pcb_display_options.cpp
pcb_draw_panel_gal.cpp
pcb_draw_panel_gal.h
pcb_edit_frame.cpp Fix save/load of appearance panel width on show/hide 2021-08-19 21:15:14 -04:00
pcb_edit_frame.h
pcb_expr_evaluator.cpp Add a compile error for ill-defined rules, and more performance. 2021-08-16 12:14:17 +01:00
pcb_expr_evaluator.h Add a compile error for ill-defined rules, and more performance. 2021-08-16 12:14:17 +01:00
pcb_group.cpp
pcb_item_containers.h
pcb_layer_box_selector.cpp
pcb_layer_box_selector.h
pcb_marker.cpp
pcb_marker.h
pcb_origin_transforms.cpp
pcb_origin_transforms.h
pcb_painter.cpp Add a compile error for ill-defined rules, and more performance. 2021-08-16 12:14:17 +01:00
pcb_painter.h
pcb_plot_params.cpp Move plotter headers into include folder. 2021-08-18 16:38:31 -04:00
pcb_plot_params.h Move plotter headers into include folder. 2021-08-18 16:38:31 -04:00
pcb_plot_params_parser.h
pcb_screen.cpp
pcb_shape.cpp
pcb_shape.h
pcb_target.cpp
pcb_target.h
pcb_text.cpp
pcb_text.h
pcb_track.cpp Add a compile error for ill-defined rules, and more performance. 2021-08-16 12:14:17 +01:00
pcb_track.h
pcb_view.cpp
pcb_view.h
pcbnew.cpp
pcbnew.h
pcbnew.icns Add drop shadows to MacOS icons 2021-07-30 20:55:34 -07:00
pcbnew_config.cpp
pcbnew_config.h
pcbnew_doc.icns Add drop shadows to MacOS icons 2021-07-30 20:55:34 -07:00
pcbnew_id.h
pcbnew_printout.cpp
pcbnew_printout.h
pcbnew_settings.cpp Formatting. 2021-08-02 01:52:58 +01:00
pcbnew_settings.h
pcbplot.cpp Move plotter headers into include folder. 2021-08-18 16:38:31 -04:00
pcbplot.h
plot_board_layers.cpp Move plotter headers into include folder. 2021-08-18 16:38:31 -04:00
plot_brditems_plotter.cpp Move plotter headers into include folder. 2021-08-18 16:38:31 -04:00
plotcontroller.h
plugin.cpp
sel_layer.cpp
toolbars_footprint_editor.cpp Freshen microwave polygon dialog and remove a bunch of dead code. 2021-08-03 01:11:11 +01:00
toolbars_footprint_viewer.cpp
toolbars_pcb_editor.cpp Fix save/load of appearance panel width on show/hide 2021-08-19 21:15:14 -04:00
tracks_cleaner.cpp Fix bugs in Tracks Cleaner. 2021-08-01 15:50:01 +01:00
tracks_cleaner.h
undo_redo.cpp
zone.cpp Add a compile error for ill-defined rules, and more performance. 2021-08-16 12:14:17 +01:00
zone.h
zone_filler.cpp Decouple PROGRESS_REPORTER interface from implementations. 2021-08-14 21:05:49 +01:00
zone_filler.h Decouple PROGRESS_REPORTER interface from implementations. 2021-08-14 21:05:49 +01:00
zone_settings.cpp
zone_settings.h
zones.h
zones_functions_for_undo_redo.cpp
zones_functions_for_undo_redo.h