kicad/pcbnew/dialogs
Wayne Stambaugh ded4ad9b17 Pcbnew: delete objects from removed layers.
This fixes potential DRC false positive bugs that occur when inner layers
are removed from the board but the actual objects on contained on those
layers remain in the board.

Since Pcbnew does not handle odd number layers, this is not a perfect fix.
When the user chooses the front or back layer only options from the layer
setup dialog, objects on the copper layers will not be removed.  This will
not cause the false positive issue described above.

Get rid of dialog OK and cancel button event handlers and use the proper
TranferData(To/From)Window for handling control data.

Add PCB_LAYER_COLLECTOR for collecting board objects by layer.  Factor out
redundant [] operators into base PCB_COLLECTOR object.

Fixes lp:893950

https://bugs.launchpad.net/kicad/+bug/893950
2017-09-28 13:01:09 -04:00
..
dialog_SVG_print.cpp Pcbnew plot: fix a few minor issues: 2017-07-31 20:05:32 +02:00
dialog_SVG_print_base.cpp Pcbnew: Rework on print dialogs. 2016-06-19 20:29:13 +02:00
dialog_SVG_print_base.fbp Pcbnew: Rework on print dialogs. 2016-06-19 20:29:13 +02:00
dialog_SVG_print_base.h Pcbnew: Rework on print dialogs. 2016-06-19 20:29:13 +02:00
dialog_block_options.cpp Add selection filter dialog to GAL 2017-02-23 10:50:38 +01:00
dialog_block_options.h Add selection filter dialog to GAL 2017-02-23 10:50:38 +01:00
dialog_block_options_base.cpp Option dialog mnemonic and padding fixes 2015-08-06 14:40:22 -04:00
dialog_block_options_base.fbp Option dialog mnemonic and padding fixes 2015-08-06 14:40:22 -04:00
dialog_block_options_base.h Option dialog mnemonic and padding fixes 2015-08-06 14:40:22 -04:00
dialog_cleaning_options.cpp Pcbnew, clean board: fix issues and add option in dialog to remove bad track segments (short circuit between 2 nets) 2016-09-30 11:11:52 +02:00
dialog_cleaning_options.h Pcbnew, clean board: fix issues and add option in dialog to remove bad track segments (short circuit between 2 nets) 2016-09-30 11:11:52 +02:00
dialog_cleaning_options_base.cpp Pcbnew, clean board: fix issues and add option in dialog to remove bad track segments (short circuit between 2 nets) 2016-09-30 11:11:52 +02:00
dialog_cleaning_options_base.fbp Pcbnew, clean board: fix issues and add option in dialog to remove bad track segments (short circuit between 2 nets) 2016-09-30 11:11:52 +02:00
dialog_cleaning_options_base.h Pcbnew, clean board: fix issues and add option in dialog to remove bad track segments (short circuit between 2 nets) 2016-09-30 11:11:52 +02:00
dialog_copper_zones.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 2017-08-04 16:06:57 +02:00
dialog_copper_zones_base.cpp Fix tooltip errors 2017-04-22 10:26:22 +02:00
dialog_copper_zones_base.fbp Fix tooltip errors 2017-04-22 10:26:22 +02:00
dialog_copper_zones_base.h Fix tooltip errors 2017-04-22 10:26:22 +02:00
dialog_create_array.cpp Make strings only used in debug mode not translatable. 2016-04-21 09:19:08 +02:00
dialog_create_array.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
dialog_create_array_base.cpp Fixed an assert in 'Create array' dialog 2016-09-12 11:50:06 +02:00
dialog_create_array_base.fbp Fixed an assert in 'Create array' dialog 2016-09-12 11:50:06 +02:00
dialog_create_array_base.h Fixed an assert in 'Create array' dialog 2016-09-12 11:50:06 +02:00
dialog_design_rules.cpp Micro via input fields are enabled when design is loaded 2017-08-29 09:28:25 -04:00
dialog_design_rules.h Micro via input fields are enabled when design is loaded 2017-08-29 09:28:25 -04:00
dialog_design_rules_aux_helper_class.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
dialog_design_rules_base.cpp Minor design rule editor dialog layout improvements. 2017-08-29 11:15:16 -04:00
dialog_design_rules_base.fbp Minor design rule editor dialog layout improvements. 2017-08-29 11:15:16 -04:00
dialog_design_rules_base.h Minor design rule editor dialog layout improvements. 2017-08-29 11:15:16 -04:00
dialog_dimension_editor_base.cpp Minor changes in dialogs: use wxWidgets default event handlers for wxID_CANCEL and wxID_OK buttons 2016-07-19 19:44:28 +02:00
dialog_dimension_editor_base.fbp Minor changes in dialogs: use wxWidgets default event handlers for wxID_CANCEL and wxID_OK buttons 2016-07-19 19:44:28 +02:00
dialog_dimension_editor_base.h Minor changes in dialogs: use wxWidgets default event handlers for wxID_CANCEL and wxID_OK buttons 2016-07-19 19:44:28 +02:00
dialog_display_options.cpp Refactor layer enumerations to all live in the same place 2017-03-30 16:01:48 -04:00
dialog_display_options.h Use TransferData* methods for DIALOG_DISPLAY_OPTIONS 2017-03-16 08:01:42 -04:00
dialog_display_options_base.cpp Rewrite pcbnew preferences tooltips for consistency, fix a couple typos 2017-03-31 19:40:43 -04:00
dialog_display_options_base.fbp Rewrite pcbnew preferences tooltips for consistency, fix a couple typos 2017-03-31 19:40:43 -04:00
dialog_display_options_base.h Rewrite pcbnew preferences tooltips for consistency, fix a couple typos 2017-03-31 19:40:43 -04:00
dialog_drc.cpp First draft of courtyard overlap detection. 2017-03-19 20:27:44 +01:00
dialog_drc.h Fix a few doxygen warnings 2017-06-17 10:40:38 +02:00
dialog_drc_base.cpp First draft of courtyard overlap detection. 2017-03-19 20:27:44 +01:00
dialog_drc_base.fbp First draft of courtyard overlap detection. 2017-03-19 20:27:44 +01:00
dialog_drc_base.h First draft of courtyard overlap detection. 2017-03-19 20:27:44 +01:00
dialog_drclistbox.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
dialog_edit_module_for_BoardEditor.cpp Pcbnew: fix a crash when editing footprint properties and trying to open the footprint 3D properties. 2017-08-05 16:37:51 +02:00
dialog_edit_module_for_BoardEditor.h dialog_edit_module_for_BoardEditor.*: fix questionable code. 2017-04-16 20:52:41 +02:00
dialog_edit_module_for_BoardEditor_base.cpp dialog_edit_module_for_BoardEditor.*: fix questionable code. 2017-04-16 20:52:41 +02:00
dialog_edit_module_for_BoardEditor_base.fbp Rename footprint attributes more understandably 2016-12-14 15:53:04 -05:00
dialog_edit_module_for_BoardEditor_base.h dialog_edit_module_for_BoardEditor.*: fix questionable code. 2017-04-16 20:52:41 +02:00
dialog_edit_module_for_Modedit.cpp Pcbnew: fix a crash when editing footprint properties and trying to open the footprint 3D properties. 2017-08-05 16:37:51 +02:00
dialog_edit_module_for_Modedit.h Fix a few coding issues in dialog_edit_module_for_Modedit. 2017-04-16 15:09:05 +02:00
dialog_edit_module_for_Modedit_base.cpp Fix a few coding issues in dialog_edit_module_for_Modedit. 2017-04-16 15:09:05 +02:00
dialog_edit_module_for_Modedit_base.fbp Fix a few coding issues in dialog_edit_module_for_Modedit. 2017-04-16 15:09:05 +02:00
dialog_edit_module_for_Modedit_base.h Fix a few coding issues in dialog_edit_module_for_Modedit. 2017-04-16 15:09:05 +02:00
dialog_edit_module_text.cpp MACOS Setfocus and CancelButtonIssue moved into dialog_shim. 2017-01-29 23:51:35 +01:00
dialog_edit_module_text.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
dialog_edit_module_text_base.cpp more about dlg sizes and osx fixes 2016-07-15 12:05:13 +02:00
dialog_edit_module_text_base.fbp more about dlg sizes and osx fixes 2016-07-15 12:05:13 +02:00
dialog_edit_module_text_base.h more about dlg sizes and osx fixes 2016-07-15 12:05:13 +02:00
dialog_enum_pads.cpp MACOS Setfocus and CancelButtonIssue moved into dialog_shim. 2017-01-29 23:51:35 +01:00
dialog_enum_pads.h Added settings dialog for Pad Enumeration tool. 2014-07-09 15:10:32 +02:00
dialog_enum_pads_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_enum_pads_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_enum_pads_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_exchange_modules.cpp Exchange footprint dialog uses now the reporter widget for a better report of actions and errors. 2017-08-18 20:26:45 +02:00
dialog_exchange_modules.h Move DIALOG_EXCHANGE_MODULE to dialogs dir 2017-02-01 09:19:48 +01:00
dialog_exchange_modules_base.cpp Exchange footprint dialog uses now the reporter widget for a better report of actions and errors. 2017-08-18 20:26:45 +02:00
dialog_exchange_modules_base.fbp Exchange footprint dialog uses now the reporter widget for a better report of actions and errors. 2017-08-18 20:26:45 +02:00
dialog_exchange_modules_base.h Exchange footprint dialog uses now the reporter widget for a better report of actions and errors. 2017-08-18 20:26:45 +02:00
dialog_export_idf.cpp Pcbnew: add missing file and directory overwrite prompts. 2017-08-02 13:31:29 -04:00
dialog_export_idf_base.cpp refinemenst in dialogs and OSX Cancel button fix 2016-07-18 17:54:41 +02:00
dialog_export_idf_base.fbp refinemenst in dialogs and OSX Cancel button fix 2016-07-18 17:54:41 +02:00
dialog_export_idf_base.h refinemenst in dialogs and OSX Cancel button fix 2016-07-18 17:54:41 +02:00
dialog_export_step.cpp Pcbnew, dialog export STEP: fox not working export in countries using the comma as floating point separator. 2017-08-10 14:25:31 +02:00
dialog_export_step_base.cpp Pcbnew, dialog export STEP: fox not working export in countries using the comma as floating point separator. 2017-08-10 14:25:31 +02:00
dialog_export_step_base.fbp Pcbnew, dialog export STEP: fox not working export in countries using the comma as floating point separator. 2017-08-10 14:25:31 +02:00
dialog_export_step_base.h Pcbnew, dialog export STEP: fox not working export in countries using the comma as floating point separator. 2017-08-10 14:25:31 +02:00
dialog_export_vrml.cpp Pcbnew: add missing file and directory overwrite prompts. 2017-08-02 13:31:29 -04:00
dialog_export_vrml_base.cpp Pcbnew VRML export: typing in filename textbox steals focus, making filename change very hard. 2017-07-26 18:06:01 +02:00
dialog_export_vrml_base.fbp Pcbnew VRML export: typing in filename textbox steals focus, making filename change very hard. 2017-07-26 18:06:01 +02:00
dialog_export_vrml_base.h Pcbnew VRML export: typing in filename textbox steals focus, making filename change very hard. 2017-07-26 18:06:01 +02:00
dialog_find.cpp Macos SetFocus() and SetSelection moved into OnInitDialog 2017-01-23 12:30:59 -05:00
dialog_find.h Macos SetFocus() and SetSelection moved into OnInitDialog 2017-01-23 12:30:59 -05:00
dialog_find_base.cpp Macos SetFocus() and SetSelection moved into OnInitDialog 2017-01-23 12:30:59 -05:00
dialog_find_base.fbp Macos SetFocus() and SetSelection moved into OnInitDialog 2017-01-23 12:30:59 -05:00
dialog_find_base.h Macos SetFocus() and SetSelection moved into OnInitDialog 2017-01-23 12:30:59 -05:00
dialog_footprint_wizard_list.cpp Fix a warning in Debug build on Linux, when there is no wizard loaded. 2017-02-01 13:02:08 +01:00
dialog_footprint_wizard_list.h dialog_footprint_wizard_list.cpp: allows updating (on request) python modules from this dialog. 2017-01-09 14:44:24 +01:00
dialog_footprint_wizard_list_base.cpp dialog_footprint_wizard_list.cpp: allows updating (on request) python modules from this dialog. 2017-01-09 14:44:24 +01:00
dialog_footprint_wizard_list_base.fbp dialog_footprint_wizard_list.cpp: allows updating (on request) python modules from this dialog. 2017-01-09 14:44:24 +01:00
dialog_footprint_wizard_list_base.h dialog_footprint_wizard_list.cpp: allows updating (on request) python modules from this dialog. 2017-01-09 14:44:24 +01:00
dialog_fp_lib_table.cpp Handle block selection removal of libraries in FP_LIB_TABLE dialog 2017-08-15 11:56:05 +02:00
dialog_fp_lib_table_base.cpp New Footprint Library Wizard. 2015-03-30 18:42:39 +02:00
dialog_fp_lib_table_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_fp_lib_table_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_fp_plugin_options.cpp Complete library table and library table row refactor. 2016-11-19 17:16:43 -05:00
dialog_fp_plugin_options_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_fp_plugin_options_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_fp_plugin_options_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_freeroute_exchange.cpp Fix a few issues when importing a .ses specctra session file. 2017-03-21 11:22:03 +01:00
dialog_freeroute_exchange.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
dialog_freeroute_exchange_base.cpp Fix a few shadowed local variables and deprecated warnings in dialogs (using a very recent wxformbuilder version). 2016-05-10 08:56:03 +02:00
dialog_freeroute_exchange_base.fbp Many minor fixes (like bug #1477213). Better help in dialog environment variables editor (the tooltip was never shown on Windows) 2015-07-24 12:23:34 +02:00
dialog_freeroute_exchange_base.h Fix a few shadowed local variables and deprecated warnings in dialogs (using a very recent wxformbuilder version). 2016-05-10 08:56:03 +02:00
dialog_freeroute_exchange_help.html minor cleanup. minor enhancements. Finish file housekeeping. add Bug 682586 fix from Mark van Doesburg. 2010-11-29 16:05:01 +01:00
dialog_gen_module_position_file_base.cpp Add CSV file format in pcbnew position files (and cleanup code) 2016-04-26 14:16:16 +02:00
dialog_gen_module_position_file_base.fbp Add CSV file format in pcbnew position files (and cleanup code) 2016-04-26 14:16:16 +02:00
dialog_gen_module_position_file_base.h Add CSV file format in pcbnew position files (and cleanup code) 2016-04-26 14:16:16 +02:00
dialog_gendrill.cpp further DLIST/Iterators cleanup, some code formatting 2017-06-23 11:12:37 +02:00
dialog_gendrill.h Pcbnew: Add creation of Drill Files in Gerber X2 format. 2017-05-01 12:43:40 +02:00
dialog_gendrill_base.cpp Fix typo (NTPH instead of NPTH) in DIALOG_GENDRILL_BASE. 2017-05-14 19:32:03 +02:00
dialog_gendrill_base.fbp Fix typo (NTPH instead of NPTH) in DIALOG_GENDRILL_BASE. 2017-05-14 19:32:03 +02:00
dialog_gendrill_base.h Pcbnew: Add creation of Drill Files in Gerber X2 format. 2017-05-01 12:43:40 +02:00
dialog_general_options.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 2017-08-04 16:06:57 +02:00
dialog_general_options.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
dialog_general_options_BoardEditor_base.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 2017-08-04 16:06:57 +02:00
dialog_general_options_BoardEditor_base.fbp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 2017-08-04 16:06:57 +02:00
dialog_general_options_BoardEditor_base.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 2017-08-04 16:06:57 +02:00
dialog_get_footprint_by_name.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
dialog_get_footprint_by_name_base.cpp Pcbnew: Enhancement: in Get footprint (hotkey 'T') : better footprint selector dialog. 2015-12-20 19:47:52 +01:00
dialog_get_footprint_by_name_base.fbp Pcbnew: Enhancement: in Get footprint (hotkey 'T') : better footprint selector dialog. 2015-12-20 19:47:52 +01:00
dialog_get_footprint_by_name_base.h Pcbnew: Enhancement: in Get footprint (hotkey 'T') : better footprint selector dialog. 2015-12-20 19:47:52 +01:00
dialog_global_deletion.cpp Fixed compilation warnings 2017-06-23 11:36:05 +02:00
dialog_global_deletion.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
dialog_global_deletion_base.cpp Pcbnew: minor global delete dialog fixes. 2015-09-10 16:00:18 -04:00
dialog_global_deletion_base.fbp Pcbnew: minor global delete dialog fixes. 2015-09-10 16:00:18 -04:00
dialog_global_deletion_base.h Pcbnew: minor global delete dialog fixes. 2015-09-10 16:00:18 -04:00
dialog_global_edit_tracks_and_vias.cpp Code formatting 2016-12-12 16:45:52 +01:00
dialog_global_edit_tracks_and_vias.h Pcbnew: add "edit all tracks and vias" command in edit menu. 2016-10-14 21:07:39 +02:00
dialog_global_edit_tracks_and_vias_base.cpp Pcbnew: add "edit all tracks and vias" command in edit menu. 2016-10-14 21:07:39 +02:00
dialog_global_edit_tracks_and_vias_base.fbp Pcbnew: add "edit all tracks and vias" command in edit menu. 2016-10-14 21:07:39 +02:00
dialog_global_edit_tracks_and_vias_base.h Pcbnew: add "edit all tracks and vias" command in edit menu. 2016-10-14 21:07:39 +02:00
dialog_global_modules_fields_edition.cpp further DLIST/Iterators cleanup, some code formatting 2017-06-23 11:12:37 +02:00
dialog_global_modules_fields_edition_base.cpp Pcbnew: minor fixes in DIALOG_GLOBAL_MODULES_FIELDS_EDITION. 2017-06-21 13:13:09 +02:00
dialog_global_modules_fields_edition_base.fbp Pcbnew: minor fixes in DIALOG_GLOBAL_MODULES_FIELDS_EDITION. 2017-06-21 13:13:09 +02:00
dialog_global_modules_fields_edition_base.h Pcbnew: minor fixes in DIALOG_GLOBAL_MODULES_FIELDS_EDITION. 2017-06-21 13:13:09 +02:00
dialog_global_pads_edition.cpp Add pad import/export/push to GAL canvas 2017-01-25 20:17:28 +01:00
dialog_global_pads_edition.h Add pad import/export/push to GAL canvas 2017-01-25 20:17:28 +01:00
dialog_global_pads_edition_base.cpp More module to footprint UI fixes. 2014-10-12 11:12:02 -04:00
dialog_global_pads_edition_base.fbp More module to footprint UI fixes. 2014-10-12 11:12:02 -04:00
dialog_global_pads_edition_base.h More module to footprint UI fixes. 2014-10-12 11:12:02 -04:00
dialog_graphic_item_properties.cpp MACOS Setfocus and CancelButtonIssue moved into dialog_shim. 2017-01-29 23:51:35 +01:00
dialog_graphic_item_properties_base.cpp refinements in dialogs and OSX Cancel button fix 2016-07-18 18:28:02 +02:00
dialog_graphic_item_properties_base.fbp refinements in dialogs and OSX Cancel button fix 2016-07-18 18:28:02 +02:00
dialog_graphic_item_properties_base.h refinements in dialogs and OSX Cancel button fix 2016-07-18 18:28:02 +02:00
dialog_graphic_item_properties_for_Modedit.cpp EDA_TEXT object refactor. 2017-01-25 08:03:32 -05:00
dialog_graphic_items_options.cpp MACOS Setfocus and CancelButtonIssue moved into dialog_shim. 2017-01-29 23:51:35 +01:00
dialog_graphic_items_options.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
dialog_graphic_items_options_base.cpp more about dlg size fixes and osx fixes 2016-07-14 19:30:25 +02:00
dialog_graphic_items_options_base.fbp more about dlg size fixes and osx fixes 2016-07-14 19:30:25 +02:00
dialog_graphic_items_options_base.h more about dlg size fixes and osx fixes 2016-07-14 19:30:25 +02:00
dialog_keepout_area_properties.cpp Cleanup code 2017-09-28 08:38:36 +02:00
dialog_keepout_area_properties_base.cpp Cleanup code 2017-09-28 08:38:36 +02:00
dialog_keepout_area_properties_base.fbp Cleanup code 2017-09-28 08:38:36 +02:00
dialog_keepout_area_properties_base.h Cleanup code 2017-09-28 08:38:36 +02:00
dialog_layer_selection_base.cpp Prepare rounded rect and custom shaped pads: add plot functions. It fixes also a pcbnew crash in HPGL mode when plotting trapezoidal pads. 2016-02-10 17:02:40 +01:00
dialog_layer_selection_base.fbp Prepare rounded rect and custom shaped pads: add plot functions. It fixes also a pcbnew crash in HPGL mode when plotting trapezoidal pads. 2016-02-10 17:02:40 +01:00
dialog_layer_selection_base.h Prepare rounded rect and custom shaped pads: add plot functions. It fixes also a pcbnew crash in HPGL mode when plotting trapezoidal pads. 2016-02-10 17:02:40 +01:00
dialog_layers_setup.cpp Pcbnew: delete objects from removed layers. 2017-09-28 13:01:09 -04:00
dialog_layers_setup_base.cpp Pcbnew: delete objects from removed layers. 2017-09-28 13:01:09 -04:00
dialog_layers_setup_base.fbp Pcbnew: delete objects from removed layers. 2017-09-28 13:01:09 -04:00
dialog_layers_setup_base.h Pcbnew: delete objects from removed layers. 2017-09-28 13:01:09 -04:00
dialog_mask_clearance.cpp * KIWAY Milestone A): Make major modules into DLL/DSOs. 2014-03-19 19:42:08 -05:00
dialog_mask_clearance.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
dialog_mask_clearance_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_mask_clearance_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_mask_clearance_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_modedit_display_options.cpp Add a display settings dialog to Modedit 2017-03-16 08:01:33 -04:00
dialog_modedit_display_options.h Add a display settings dialog to Modedit 2017-03-16 08:01:33 -04:00
dialog_modedit_options.cpp Add more "override" markers. 2016-09-25 13:59:41 -04:00
dialog_modedit_options_base.cpp Remove MaxUndoItems, make devel option DevelMaxUndoItems 2016-05-12 12:51:32 -04:00
dialog_modedit_options_base.fbp Remove MaxUndoItems, make devel option DevelMaxUndoItems 2016-05-12 12:51:32 -04:00
dialog_modedit_options_base.h Remove MaxUndoItems, make devel option DevelMaxUndoItems 2016-05-12 12:51:32 -04:00
dialog_move_exact.cpp pcbnew - refactor move exactly tool (3/2) 2017-07-19 11:36:35 +02:00
dialog_move_exact.h pcbnew - refactor move exactly tool (1/2) 2017-07-19 11:36:35 +02:00
dialog_move_exact_base.cpp fix a compil issue in a auto-generated file. 2017-06-18 22:31:26 +02:00
dialog_move_exact_base.fbp fix a compil issue in a auto-generated file. 2017-06-18 22:31:26 +02:00
dialog_move_exact_base.h fix a compil issue in a auto-generated file. 2017-06-18 22:31:26 +02:00
dialog_netlist.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 2017-08-04 16:06:57 +02:00
dialog_netlist.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
dialog_netlist_fbp.cpp general UI fix. Fixed a lot of icons and a lot of menu. 2017-06-02 11:51:11 +02:00
dialog_netlist_fbp.fbp Correct multiple UI spelling errors 2016-05-02 10:01:43 -04:00
dialog_netlist_fbp.h Pcbnew: Fix some issues in dialog netlist: remove useless check box, avoid a message sometimes erroneously shown, use lazy mode to build the netlist report, store the netlist report options in user config. 2015-07-24 20:49:47 +02:00
dialog_non_copper_zones_properties.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 2017-08-04 16:06:57 +02:00
dialog_non_copper_zones_properties_base.cpp fixes label text, now only first word is capitilized 2017-07-21 10:19:29 -04:00
dialog_non_copper_zones_properties_base.fbp fixes label text, now only first word is capitilized 2017-07-21 10:19:29 -04:00
dialog_non_copper_zones_properties_base.h fixed plot menu labels 2017-07-21 10:19:29 -04:00
dialog_pad_basicshapes_properties.cpp Refinements in pad properties dialog 2017-09-20 16:14:23 +02:00
dialog_pad_properties.cpp Fixed a crash when editing a pad of a bottom layer module 2017-09-28 09:58:34 +02:00
dialog_pad_properties.h Refinements in pad properties dialog 2017-09-20 16:14:23 +02:00
dialog_pad_properties_base.cpp Refinements in pad properties dialog 2017-09-20 15:37:37 +02:00
dialog_pad_properties_base.fbp Refinements in pad properties dialog 2017-09-20 15:37:37 +02:00
dialog_pad_properties_base.h replace "BasicShape" by "Primitive" in code, a better name 2017-09-20 12:51:10 +02:00
dialog_pcb_text_properties.cpp pcbnew/dialogs: more options in track/via properties window 2017-06-23 11:12:37 +02:00
dialog_pcb_text_properties_base.cpp DIALOG_SHIM: add void FinishDialogSettings() method which calls the usual methods at end of a dialog, to ensure proper size and position, the first time the dialog is called. 2016-07-02 11:35:52 +02:00
dialog_pcb_text_properties_base.fbp DIALOG_SHIM: add void FinishDialogSettings() method which calls the usual methods at end of a dialog, to ensure proper size and position, the first time the dialog is called. 2016-07-02 11:35:52 +02:00
dialog_pcb_text_properties_base.h DIALOG_SHIM: add void FinishDialogSettings() method which calls the usual methods at end of a dialog, to ensure proper size and position, the first time the dialog is called. 2016-07-02 11:35:52 +02:00
dialog_plot.cpp Add Gerber job file writer in Pcbnew, and a basic reader in Gerbview. Currently disabled 2017-08-30 11:04:33 +02:00
dialog_plot.h Fix many minor issues in dialog plot and plot DXF options. 2017-07-31 20:05:32 +02:00
dialog_plot_base.cpp Add Gerber job file writer in Pcbnew, and a basic reader in Gerbview. Currently disabled 2017-08-30 11:04:33 +02:00
dialog_plot_base.fbp Add Gerber job file writer in Pcbnew, and a basic reader in Gerbview. Currently disabled 2017-08-30 11:04:33 +02:00
dialog_plot_base.h Add Gerber job file writer in Pcbnew, and a basic reader in Gerbview. Currently disabled 2017-08-30 11:04:33 +02:00
dialog_pns_diff_pair_dimensions.cpp Remove PNS_ prefix from most types inside namespace PNS 2016-09-06 16:06:06 +02:00
dialog_pns_diff_pair_dimensions.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
dialog_pns_diff_pair_dimensions_base.cpp Cosmetic enhancements in dialogs and menus 2015-05-03 20:43:07 +02:00
dialog_pns_diff_pair_dimensions_base.fbp Cosmetic enhancements in dialogs and menus 2015-05-03 20:43:07 +02:00
dialog_pns_diff_pair_dimensions_base.h Cosmetic enhancements in dialogs and menus 2015-05-03 20:43:07 +02:00
dialog_pns_length_tuning_settings.cpp Move bitmaps.h out of base_struct.h 2017-02-21 09:50:15 -05:00
dialog_pns_length_tuning_settings.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
dialog_pns_length_tuning_settings_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_pns_length_tuning_settings_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_pns_length_tuning_settings_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_pns_settings.cpp Remove PNS_ prefix from most types inside namespace PNS 2016-09-06 16:06:06 +02:00
dialog_pns_settings.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
dialog_pns_settings_base.cpp Remove useless leading or trailing spaces is some translatable strings. 2017-06-18 22:26:29 +02:00
dialog_pns_settings_base.fbp Remove useless leading or trailing spaces is some translatable strings. 2017-06-18 22:26:29 +02:00
dialog_pns_settings_base.h Fix a few deprecated compil warnings in dialogs generated by wxformbuilder 2016-05-11 10:51:07 +02:00
dialog_position_relative.cpp Minor fix: replace assert by wxASSERT in dialog (better to keep trace of an assert inside a wx application) 2017-06-15 13:13:25 +02:00
dialog_position_relative.h Position Relative Move tool fixes 2017-06-12 16:24:52 +02:00
dialog_position_relative_base.cpp Add Position Relative tool 2017-06-12 16:24:52 +02:00
dialog_position_relative_base.fbp Position Relative Move tool fixes 2017-06-12 16:24:52 +02:00
dialog_position_relative_base.h Add Position Relative tool 2017-06-12 16:24:52 +02:00
dialog_print_for_modedit.cpp Add more "override" markers. 2016-09-25 13:59:41 -04:00
dialog_print_for_modedit_base.cpp fixed plot menu labels 2017-07-21 10:19:29 -04:00
dialog_print_for_modedit_base.fbp fixed plot menu labels 2017-07-21 10:19:29 -04:00
dialog_print_for_modedit_base.h fixed plot menu labels 2017-07-21 10:19:29 -04:00
dialog_print_using_printer.cpp Refactor layer enumerations to all live in the same place 2017-03-30 16:01:48 -04:00
dialog_print_using_printer_base.cpp fixed text titles that should have only the first word capitilized 2017-07-21 10:19:29 -04:00
dialog_print_using_printer_base.fbp fixed text titles that should have only the first word capitilized 2017-07-21 10:19:29 -04:00
dialog_print_using_printer_base.h fixed plot menu labels 2017-07-21 10:19:29 -04:00
dialog_scripting.cpp More missing source license fixes. 2014-10-27 10:14:39 -04:00
dialog_scripting.h Add override specifier in scripting dialog 2016-10-05 15:07:06 -04:00
dialog_scripting_base.cpp Fix incorrect default URL in wizard_add_fplib_base. Update an old test dialog. 2015-08-30 13:00:30 +02:00
dialog_scripting_base.fbp Fix incorrect default URL in wizard_add_fplib_base. Update an old test dialog. 2015-08-30 13:00:30 +02:00
dialog_scripting_base.h Fix incorrect default URL in wizard_add_fplib_base. Update an old test dialog. 2015-08-30 13:00:30 +02:00
dialog_select_net_from_list.cpp Removed legacy connectivity/ratsnest algorithm, replaced with the new one. No legacy autorouting for the moment 2017-06-23 11:12:37 +02:00
dialog_select_net_from_list_base.cpp Pcbnew: Dialog list and select net: better dialog and make net selection to highlight a net working on GAL. 2016-03-16 15:14:00 +01:00
dialog_select_net_from_list_base.fbp Pcbnew: Dialog list and select net: better dialog and make net selection to highlight a net working on GAL. 2016-03-16 15:14:00 +01:00
dialog_select_net_from_list_base.h Pcbnew: Dialog list and select net: better dialog and make net selection to highlight a net working on GAL. 2016-03-16 15:14:00 +01:00
dialog_select_pretty_lib.cpp MACOS Setfocus and CancelButtonIssue moved into dialog_shim. 2017-01-29 23:51:35 +01:00
dialog_select_pretty_lib.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
dialog_select_pretty_lib_base.cpp Add Set/GetOrientationDegrees and GetOrientationRadians for texts, pads and footprints to avoid internal units to usual angle units conversion in code (and avoid mistakes). 2016-05-02 12:49:14 +02:00
dialog_select_pretty_lib_base.fbp Add Set/GetOrientationDegrees and GetOrientationRadians for texts, pads and footprints to avoid internal units to usual angle units conversion in code (and avoid mistakes). 2016-05-02 12:49:14 +02:00
dialog_select_pretty_lib_base.h Add Set/GetOrientationDegrees and GetOrientationRadians for texts, pads and footprints to avoid internal units to usual angle units conversion in code (and avoid mistakes). 2016-05-02 12:49:14 +02:00
dialog_set_grid.cpp Fix bug: pcbnew: in Plot dialog, layer list gets duplicate after calling the drill dialog. 2017-07-10 15:16:57 +02:00
dialog_set_grid_base.cpp Move Grid style to Graphics Options dialog 2017-02-20 10:52:34 +01:00
dialog_set_grid_base.fbp Move Grid style to Graphics Options dialog 2017-02-20 10:52:34 +01:00
dialog_set_grid_base.h Move Grid style to Graphics Options dialog 2017-02-20 10:52:34 +01:00
dialog_target_properties_base.cpp fixed plot menu labels 2017-07-21 10:19:29 -04:00
dialog_target_properties_base.fbp fixed plot menu labels 2017-07-21 10:19:29 -04:00
dialog_target_properties_base.h fixed plot menu labels 2017-07-21 10:19:29 -04:00
dialog_track_via_properties.cpp Dropdown list in via properties dialog to select predefined via size 2017-09-18 10:28:08 +02:00
dialog_track_via_properties.h Dropdown list in via properties dialog to select predefined via size 2017-09-18 10:28:08 +02:00
dialog_track_via_properties_base.cpp Dropdown list in via properties dialog to select predefined via size 2017-09-18 10:28:08 +02:00
dialog_track_via_properties_base.fbp Dropdown list in via properties dialog to select predefined via size 2017-09-18 10:28:08 +02:00
dialog_track_via_properties_base.h Dropdown list in via properties dialog to select predefined via size 2017-09-18 10:28:08 +02:00
dialog_track_via_size.cpp MACOS Setfocus and CancelButtonIssue moved into dialog_shim. 2017-01-29 23:51:35 +01:00
dialog_track_via_size.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
dialog_track_via_size_base.cpp Fix dialog size issues (some widgets have a incorrect size when initialized inside a TransferToWindow() method because the SetSizeHints() method was called before the init) and fix OS X copy/close bug in a few dialogs. 2016-07-14 16:25:35 +02:00
dialog_track_via_size_base.fbp Fix dialog size issues (some widgets have a incorrect size when initialized inside a TransferToWindow() method because the SetSizeHints() method was called before the init) and fix OS X copy/close bug in a few dialogs. 2016-07-14 16:25:35 +02:00
dialog_track_via_size_base.h Fix dialog size issues (some widgets have a incorrect size when initialized inside a TransferToWindow() method because the SetSizeHints() method was called before the init) and fix OS X copy/close bug in a few dialogs. 2016-07-14 16:25:35 +02:00
dialog_update_pcb.cpp Move ZoomFitScreen and ZoomPreset from PCBNEW_CONTROL to COMMON_TOOLS 2017-03-03 13:28:19 +01:00
dialog_update_pcb.fbp fixed plot menu labels 2017-07-21 10:19:29 -04:00
dialog_update_pcb.h Pcbnew: when update PCB from schematic, spread footprints also in legacy mode. Remove also one useless undo command level after update. 2016-10-25 15:34:59 +02:00
dialog_update_pcb_base.cpp fixed plot menu labels 2017-07-21 10:19:29 -04:00
dialog_update_pcb_base.h fixed plot menu labels 2017-07-21 10:19:29 -04:00
wizard_3DShape_Libs_downloader.cpp WIZARD_3DSHAPE_LIBS_DOWNLOADER: make it compatible with last url packages3D changes in kicad github repo 2017-07-14 13:34:42 +02:00
wizard_3DShape_Libs_downloader.h WIZARD_3DSHAPE_LIBS_DOWNLOADER: make it compatible with last url packages3D changes in kicad github repo 2017-07-14 13:34:42 +02:00
wizard_3DShape_Libs_downloader_base.cpp WIZARD_3DSHAPE_LIBS_DOWNLOADER: make it compatible with last url packages3D changes in kicad github repo 2017-07-14 13:34:42 +02:00
wizard_3DShape_Libs_downloader_base.fbp WIZARD_3DSHAPE_LIBS_DOWNLOADER: make it compatible with last url packages3D changes in kicad github repo 2017-07-14 13:34:42 +02:00
wizard_3DShape_Libs_downloader_base.h WIZARD_3DSHAPE_LIBS_DOWNLOADER: make it compatible with last url packages3D changes in kicad github repo 2017-07-14 13:34:42 +02:00
wizard_add_fplib.cpp Pcbnew: plugin improvements. 2017-06-11 16:21:19 -04:00
wizard_add_fplib.h Fix a few doxygen warnings 2017-06-17 10:40:38 +02:00
wizard_add_fplib_base.cpp Fix incorrect default URL in wizard_add_fplib_base. Update an old test dialog. 2015-08-30 13:00:30 +02:00
wizard_add_fplib_base.fbp Fix incorrect default URL in wizard_add_fplib_base. Update an old test dialog. 2015-08-30 13:00:30 +02:00
wizard_add_fplib_base.h Fix incorrect default URL in wizard_add_fplib_base. Update an old test dialog. 2015-08-30 13:00:30 +02:00