kicad/pcbnew/dialogs
jean-pierre charras b5d27a5659 Fix issues with new icons:
* Replace use of wxICON by new icons declaration.
* Remove unused files.
* Fix filenames inconsistencies between old and new icons.
* dialog_erc handle variable size icons in erc matrix.
2011-09-11 13:38:01 +02:00
..
dialog_SVG_print.cpp Coding style and Doxygen comment fixes. 2011-03-29 15:33:07 -04:00
dialog_SVG_print.h PCBNew control update bug fixes, fixes lp:725963. 2011-03-01 14:26:17 -05:00
dialog_SVG_print_base.cpp Pcbnew: files housekeeping. 2010-11-24 21:37:00 +01:00
dialog_SVG_print_base.fbp Pcbnew: files housekeeping. 2010-11-24 21:37:00 +01:00
dialog_SVG_print_base.h Pcbnew: files housekeeping. 2010-11-24 21:37:00 +01:00
dialog_block_options_base.cpp Pcbnew: Fix a very minor issue in left toolbar. Add option in dialog bloc to move,copy ... items on invisible layers or not. 2011-03-07 13:28:14 +01:00
dialog_block_options_base.fbp Pcbnew: Fix a very minor issue in left toolbar. Add option in dialog bloc to move,copy ... items on invisible layers or not. 2011-03-07 13:28:14 +01:00
dialog_block_options_base.h Pcbnew: Fix a very minor issue in left toolbar. Add option in dialog bloc to move,copy ... items on invisible layers or not. 2011-03-07 13:28:14 +01:00
dialog_cleaning_options.cpp Set default button on all dialogs. Fixes lp:665703 2011-03-14 11:17:18 -04:00
dialog_cleaning_options.h Code cleaning. Also fix gcc 4.5 compil warnings. 2010-11-21 19:28:32 +01:00
dialog_cleaning_options_base.cpp Code cleaning. Also fix gcc 4.5 compil warnings. 2010-11-21 19:28:32 +01:00
dialog_cleaning_options_base.fbp Code cleaning. Also fix gcc 4.5 compil warnings. 2010-11-21 19:28:32 +01:00
dialog_cleaning_options_base.h Code cleaning. Also fix gcc 4.5 compil warnings. 2010-11-21 19:28:32 +01:00
dialog_copper_zones.cpp Rename WinEDA_App class to EDA_APP and remove redundant includes. 2011-09-06 10:09:40 -04:00
dialog_copper_zones.h zone properties dialog was not showing previously selected net 2011-08-27 18:31:56 -05:00
dialog_copper_zones_base.cpp Modify pcbnew plot and zone dialogs. Policy fixes in dialog_copper_zone. 2011-03-02 00:36:38 +02:00
dialog_copper_zones_base.fbp Modify pcbnew plot and zone dialogs. Policy fixes in dialog_copper_zone. 2011-03-02 00:36:38 +02:00
dialog_copper_zones_base.h Modify pcbnew plot and zone dialogs. Policy fixes in dialog_copper_zone. 2011-03-02 00:36:38 +02:00
dialog_design_rules.cpp Rename WinEDA_App class to EDA_APP and remove redundant includes. 2011-09-06 10:09:40 -04:00
dialog_design_rules.h PCBNew control update bug fixes, fixes lp:725963. 2011-03-01 14:26:17 -05:00
dialog_design_rules_aux_helper_class.h Pcbnew: files housekeeping and code cleanup 2010-11-26 21:00:39 +01:00
dialog_design_rules_base.cpp Bug fixes: 2011-05-05 19:45:35 +02:00
dialog_design_rules_base.fbp Bug fixes: 2011-05-05 19:45:35 +02:00
dialog_design_rules_base.h Bug fixes: 2011-05-05 19:45:35 +02:00
dialog_display_options.cpp Rename WinEDA_App class to EDA_APP and remove redundant includes. 2011-09-06 10:09:40 -04:00
dialog_display_options.h fix very minor bugs. 2011-03-03 20:08:13 +01:00
dialog_display_options_base.cpp fix very minor bugs. 2011-03-03 20:08:13 +01:00
dialog_display_options_base.fbp fix very minor bugs. 2011-03-03 20:08:13 +01:00
dialog_display_options_base.h fix very minor bugs. 2011-03-03 20:08:13 +01:00
dialog_drc.cpp Rename WinEDA_App class to EDA_APP and remove redundant includes. 2011-09-06 10:09:40 -04:00
dialog_drc.h PCBNew control update bug fixes, fixes lp:725963. 2011-03-01 14:26:17 -05:00
dialog_drc_base.cpp Pcbnew: code cleanup 2010-11-26 18:47:35 +01:00
dialog_drc_base.fbp Pcbnew: code cleanup 2010-11-26 18:47:35 +01:00
dialog_drc_base.h Pcbnew: code cleanup 2010-11-26 18:47:35 +01:00
dialog_edit_module_for_BoardEditor.cpp Fix issues with new icons: 2011-09-11 13:38:01 +02:00
dialog_edit_module_for_BoardEditor.h PCBNew control update bug fixes, fixes lp:725963. 2011-03-01 14:26:17 -05:00
dialog_edit_module_for_BoardEditor_base.cpp Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_edit_module_for_BoardEditor_base.fbp Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_edit_module_for_BoardEditor_base.h Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_edit_module_for_Modedit.cpp Fix issues with new icons: 2011-09-11 13:38:01 +02:00
dialog_edit_module_for_Modedit.h Add user write permission tests to PCBNew and other minor fixes. 2011-08-26 13:01:17 -04:00
dialog_edit_module_for_Modedit_base.cpp Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_edit_module_for_Modedit_base.fbp Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_edit_module_for_Modedit_base.h Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_edit_module_text.cpp Set default button on all dialogs. Fixes lp:665703 2011-03-14 11:17:18 -04:00
dialog_edit_module_text_base.cpp Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_edit_module_text_base.fbp Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_edit_module_text_base.h Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_exchange_modules_base.cpp Dialog design rules cosmetic enhancement 2011-04-16 17:03:21 +02:00
dialog_exchange_modules_base.fbp Dialog design rules cosmetic enhancement 2011-04-16 17:03:21 +02:00
dialog_exchange_modules_base.h Dialog design rules cosmetic enhancement 2011-04-16 17:03:21 +02:00
dialog_export_3Dfiles_base.cpp Pcbnew: files housekeeping. 2010-11-24 21:37:00 +01:00
dialog_export_3Dfiles_base.fbp Pcbnew: files housekeeping. 2010-11-24 21:37:00 +01:00
dialog_export_3Dfiles_base.h Pcbnew: files housekeeping. 2010-11-24 21:37:00 +01:00
dialog_freeroute_exchange.cpp Rename WinEDA_App class to EDA_APP and remove redundant includes. 2011-09-06 10:09:40 -04:00
dialog_freeroute_exchange.h PCBNew control update bug fixes, fixes lp:725963. 2011-03-01 14:26:17 -05:00
dialog_freeroute_exchange_base.cpp minor cleanup. minor enhancements. Finish file housekeeping. add Bug 682586 fix from Mark van Doesburg. 2010-11-29 16:05:01 +01:00
dialog_freeroute_exchange_base.fbp minor cleanup. minor enhancements. Finish file housekeeping. add Bug 682586 fix from Mark van Doesburg. 2010-11-29 16:05:01 +01:00
dialog_freeroute_exchange_base.h minor cleanup. minor enhancements. Finish file housekeeping. add Bug 682586 fix from Mark van Doesburg. 2010-11-29 16:05:01 +01: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_gendrill.cpp Pcbnew: Add NPTH pads (seen changelog). 2011-08-19 15:08:24 +02:00
dialog_gendrill.h Pcbnew: Add NPTH pads (seen changelog). 2011-08-19 15:08:24 +02:00
dialog_gendrill_base.cpp Pcbnew: Add NPTH pads (seen changelog). 2011-08-19 15:08:24 +02:00
dialog_gendrill_base.fbp Pcbnew: Add NPTH pads (seen changelog). 2011-08-19 15:08:24 +02:00
dialog_gendrill_base.h Pcbnew: Add NPTH pads (seen changelog). 2011-08-19 15:08:24 +02:00
dialog_general_options.cpp pcbnew: 2011-09-07 13:27:02 +04:00
dialog_general_options.h PCBNew control update bug fixes, fixes lp:725963. 2011-03-01 14:26:17 -05:00
dialog_general_options_BoardEditor_base.cpp pcbnew: 2011-09-07 13:27:02 +04:00
dialog_general_options_BoardEditor_base.fbp pcbnew: 2011-09-07 13:27:02 +04:00
dialog_general_options_BoardEditor_base.h pcbnew: 2011-09-07 13:27:02 +04:00
dialog_global_deletion.cpp Rename WinEDA_App class to EDA_APP and remove redundant includes. 2011-09-06 10:09:40 -04:00
dialog_global_deletion.h PCBNew control update bug fixes, fixes lp:725963. 2011-03-01 14:26:17 -05:00
dialog_global_deletion_base.cpp add forgotten files 2010-11-26 21:05:31 +01:00
dialog_global_deletion_base.fbp add forgotten files 2010-11-26 21:05:31 +01:00
dialog_global_deletion_base.h add forgotten files 2010-11-26 21:05:31 +01:00
dialog_global_edit_tracks_and_vias.cpp Rename WinEDA_App class to EDA_APP and remove redundant includes. 2011-09-06 10:09:40 -04:00
dialog_global_edit_tracks_and_vias.h PCBNew control update bug fixes, fixes lp:725963. 2011-03-01 14:26:17 -05:00
dialog_global_edit_tracks_and_vias_base.cpp Pcbnew: code cleanup 2010-11-26 18:47:35 +01:00
dialog_global_edit_tracks_and_vias_base.fbp Pcbnew: code cleanup 2010-11-26 18:47:35 +01:00
dialog_global_edit_tracks_and_vias_base.h Pcbnew: code cleanup 2010-11-26 18:47:35 +01:00
dialog_global_pads_edition_base.cpp Pcbnew: code cleanup 2010-11-26 18:47:35 +01:00
dialog_global_pads_edition_base.fbp Pcbnew: code cleanup 2010-11-26 18:47:35 +01:00
dialog_global_pads_edition_base.h Pcbnew: code cleanup 2010-11-26 18:47:35 +01:00
dialog_graphic_item_properties.cpp Rename WinEDA_App class to EDA_APP and remove redundant includes. 2011-09-06 10:09:40 -04:00
dialog_graphic_item_properties_base.cpp Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_graphic_item_properties_base.fbp Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_graphic_item_properties_base.h Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_graphic_items_options.cpp Rename WinEDA_App class to EDA_APP and remove redundant includes. 2011-09-06 10:09:40 -04:00
dialog_graphic_items_options.h PCBNew control update bug fixes, fixes lp:725963. 2011-03-01 14:26:17 -05:00
dialog_graphic_items_options_base.cpp Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_graphic_items_options_base.fbp Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_graphic_items_options_base.h Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_layers_setup.cpp Rename WinEDA_App class to EDA_APP and remove redundant includes. 2011-09-06 10:09:40 -04:00
dialog_layers_setup_base.cpp Pcbnew: files housekeeping and code cleanup 2010-11-26 21:00:39 +01:00
dialog_layers_setup_base.fbp Pcbnew: files housekeeping and code cleanup 2010-11-26 21:00:39 +01:00
dialog_layers_setup_base.h Pcbnew: files housekeeping and code cleanup 2010-11-26 21:00:39 +01:00
dialog_mask_clearance.cpp Rename WinEDA_App class to EDA_APP and remove redundant includes. 2011-09-06 10:09:40 -04:00
dialog_mask_clearance.h PCBNew control update bug fixes, fixes lp:725963. 2011-03-01 14:26:17 -05:00
dialog_mask_clearance_base.cpp Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_mask_clearance_base.fbp Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_mask_clearance_base.h Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_netlist.cpp Rename WinEDA_App class to EDA_APP and remove redundant includes. 2011-09-06 10:09:40 -04:00
dialog_netlist.h PCBNew control update bug fixes, fixes lp:725963. 2011-03-01 14:26:17 -05:00
dialog_netlist_fbp.cpp Dialog escape key termination and default button fixes. 2011-03-14 15:17:42 -04:00
dialog_netlist_fbp.fbp Dialog escape key termination and default button fixes. 2011-03-14 15:17:42 -04:00
dialog_netlist_fbp.h Dialog escape key termination and default button fixes. 2011-03-14 15:17:42 -04:00
dialog_non_copper_zones_properties_base.cpp Pcbnew: files housekeeping. 2010-11-24 21:37:00 +01:00
dialog_non_copper_zones_properties_base.fbp Pcbnew: files housekeeping. 2010-11-24 21:37:00 +01:00
dialog_non_copper_zones_properties_base.h Pcbnew: files housekeeping. 2010-11-24 21:37:00 +01:00
dialog_orient_footprints.cpp PCBNew control update bug fixes, fixes lp:725963. 2011-03-01 14:26:17 -05:00
dialog_orient_footprints_base.cpp Pcbnew: code cleanup 2010-11-26 18:47:35 +01:00
dialog_orient_footprints_base.fbp Pcbnew: code cleanup 2010-11-26 18:47:35 +01:00
dialog_orient_footprints_base.h Pcbnew: code cleanup 2010-11-26 18:47:35 +01:00
dialog_pad_properties.cpp Lots and lots of PCBNew code cleaning and fix build bug introduced in r3108. 2011-09-07 15:41:04 -04:00
dialog_pad_properties_base.cpp Pcbnew: Add NPTH pads (seen changelog). 2011-08-19 15:08:24 +02:00
dialog_pad_properties_base.fbp Pcbnew: Add NPTH pads (seen changelog). 2011-08-19 15:08:24 +02:00
dialog_pad_properties_base.h Pcbnew: Add NPTH pads (seen changelog). 2011-08-19 15:08:24 +02:00
dialog_pcb_text_properties.cpp Rename WinEDA_App class to EDA_APP and remove redundant includes. 2011-09-06 10:09:40 -04:00
dialog_pcb_text_properties.h Add horizontal text justification to text items in pcbnew. 2011-07-05 00:32:49 +03:00
dialog_pcb_text_properties_base.cpp Eeschema: fix bug 812924. Very minor other changes to make translations more easy. 2011-07-20 07:57:06 +02:00
dialog_pcb_text_properties_base.fbp Eeschema: fix bug 812924. Very minor other changes to make translations more easy. 2011-07-20 07:57:06 +02:00
dialog_pcb_text_properties_base.h Eeschema: fix bug 812924. Very minor other changes to make translations more easy. 2011-07-20 07:57:06 +02:00
dialog_pcbnew_config_libs_and_paths.cpp Rename WinEDA_App class to EDA_APP and remove redundant includes. 2011-09-06 10:09:40 -04:00
dialog_pcbnew_config_libs_and_paths.h PCBNew control update bug fixes, fixes lp:725963. 2011-03-01 14:26:17 -05:00
dialog_pcbnew_config_libs_and_paths_fbp.cpp Pcbnew: files housekeeping. 2010-11-24 21:37:00 +01:00
dialog_pcbnew_config_libs_and_paths_fbp.fbp Pcbnew: files housekeeping. 2010-11-24 21:37:00 +01:00
dialog_pcbnew_config_libs_and_paths_fbp.h Pcbnew: files housekeeping. 2010-11-24 21:37:00 +01:00
dialog_plot_base.cpp EEschema: fix minor issue (cursoe shape lost when aborting a block command by popup menu) 2011-03-11 15:44:08 +01:00
dialog_plot_base.fbp EEschema: fix minor issue (cursoe shape lost when aborting a block command by popup menu) 2011-03-11 15:44:08 +01:00
dialog_plot_base.h EEschema: fix minor issue (cursoe shape lost when aborting a block command by popup menu) 2011-03-11 15:44:08 +01:00
dialog_print_for_modedit.cpp Rename WinEDA_App class to EDA_APP and remove redundant includes. 2011-09-06 10:09:40 -04:00
dialog_print_for_modedit_base.cpp Pcbnew: files housekeeping. 2010-11-24 21:37:00 +01:00
dialog_print_for_modedit_base.fbp Pcbnew: files housekeeping. 2010-11-24 21:37:00 +01:00
dialog_print_for_modedit_base.h Pcbnew: files housekeeping. 2010-11-24 21:37:00 +01:00
dialog_print_using_printer.cpp Rename WinEDA_App class to EDA_APP and remove redundant includes. 2011-09-06 10:09:40 -04:00
dialog_print_using_printer_base.cpp Pcbnew: files housekeeping. 2010-11-24 21:37:00 +01:00
dialog_print_using_printer_base.fbp Pcbnew: files housekeeping. 2010-11-24 21:37:00 +01:00
dialog_print_using_printer_base.h Pcbnew: files housekeeping. 2010-11-24 21:37:00 +01:00
dialog_set_grid.fbp pcbnew: 2011-09-09 15:02:03 +04:00
dialog_set_grid_base.cpp pcbnew: 2011-09-09 15:02:03 +04:00
dialog_set_grid_base.h pcbnew: 2011-09-09 15:02:03 +04:00