kicad/pcbnew/dialogs
jean-pierre charras 4fc230b773 Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
PAD_SHAPE_T  and PAD_ATTR_T still have a double definition (new names and old names) to be sure python scripts are nor broken by the change.
 PAD_DRILL_SHAPE_T does not  have a double definition, because it is unlikely oblong holes are used in python scripts.
Double definitions will be removed in the (next) future.
2015-08-23 21:40:33 +02:00
..
dialog_SVG_print.cpp WX_HTML_REPORT_PANEL: a REPORTER widget on steroids. 2015-06-16 14:20:42 +02:00
dialog_SVG_print_base.cpp WX_HTML_REPORT_PANEL: a REPORTER widget on steroids. 2015-06-16 14:20:42 +02:00
dialog_SVG_print_base.fbp WX_HTML_REPORT_PANEL: a REPORTER widget on steroids. 2015-06-16 14:20:42 +02:00
dialog_SVG_print_base.h WX_HTML_REPORT_PANEL: a REPORTER widget on steroids. 2015-06-16 14:20:42 +02: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: fix Bug #1148785 (pcbnew crashes when using only one layer in autorouter ) , and a minor bug in dialog cleanup. 2013-03-06 10:04:27 +01:00
dialog_cleaning_options.h More missing source license fixes. 2014-10-27 10:14:39 -04:00
dialog_cleaning_options_base.cpp Option dialog mnemonic and padding fixes 2015-08-06 14:40:22 -04:00
dialog_cleaning_options_base.fbp Option dialog mnemonic and padding fixes 2015-08-06 14:40:22 -04:00
dialog_cleaning_options_base.h Option dialog mnemonic and padding fixes 2015-08-06 14:40:22 -04:00
dialog_copper_zones.cpp * Python scripting: brings pad.GetZoneConnection() and in example pad.SetZoneConnection(pcbnew.PAD_ZONE_CONN_FULL) to full workable. 2015-08-18 16:19:17 +02:00
dialog_copper_zones_base.cpp Very minor fixes. 2014-08-29 08:47:05 +02:00
dialog_copper_zones_base.fbp Very minor fixes. 2014-08-29 08:47:05 +02:00
dialog_copper_zones_base.h Very minor fixes. 2014-08-29 08:47:05 +02:00
dialog_create_array.cpp Footprint editor dialog improvments and UI policy fixes. 2015-07-11 19:11:34 -04:00
dialog_create_array.h Minor fixes: dialog_create_array.* files: clean code ( remove useless declarations and functions ). 2015-04-22 18:39:49 +02:00
dialog_create_array_base.cpp Fixed an assert in the Create Array dialog. 2015-07-16 11:10:30 +02:00
dialog_create_array_base.fbp Fixed an assert in the Create Array dialog. 2015-07-16 11:10:30 +02:00
dialog_create_array_base.h Fixed an assert in the Create Array dialog. 2015-07-16 11:10:30 +02:00
dialog_design_rules.cpp Minor and very minors fixes: move -DKICAD_USE_WEBKIT definition to the main CMakeLists.txt. Remove duplicate semi-colon at end of some lines. 2015-01-17 09:01:16 +01:00
dialog_design_rules.h Fix Pcbnew design rules dialog wxGrid tab traversal bug. (fixes lp:1060028) 2014-09-19 19:58:32 -04:00
dialog_design_rules_aux_helper_class.h More missing source license fixes. 2014-10-27 10:14:39 -04:00
dialog_design_rules_base.cpp Removed another dialog assert. 2015-06-19 17:32:32 +02:00
dialog_design_rules_base.fbp Removed another dialog assert. 2015-06-19 17:32:32 +02:00
dialog_design_rules_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_dimension_editor_base.cpp Pcbnew: make OK button default item in dimension properties dialog. 2015-08-01 17:30:38 -04:00
dialog_dimension_editor_base.fbp Pcbnew: make OK button default item in dimension properties dialog. 2015-08-01 17:30:38 -04:00
dialog_dimension_editor_base.h Pcbnew: make OK button default item in dimension properties dialog. 2015-08-01 17:30:38 -04:00
dialog_display_options.cpp Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas. 2015-02-02 09:06:39 +01:00
dialog_display_options.h More missing source license fixes. 2014-10-27 10:14:39 -04:00
dialog_display_options_base.cpp Pcbnew: fix Bug #1418135 (scrollbars never shown in design rules dialog, in netclasses grid list, which prevent to use many netclasses). Also fix very minor other issues. 2015-02-06 11:54:55 +01:00
dialog_display_options_base.fbp Pcbnew: fix Bug #1418135 (scrollbars never shown in design rules dialog, in netclasses grid list, which prevent to use many netclasses). Also fix very minor other issues. 2015-02-06 11:54:55 +01:00
dialog_display_options_base.h Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas. 2015-02-02 09:06:39 +01:00
dialog_drc.cpp Drc dialog, progress bar: fix issue on OSX. 2015-07-08 09:33:11 +02:00
dialog_drc.h Minot fixes: Minor coding style issues fix (tab -> spaces). Add missing GetClass to all classes derived from EDA_ITEM. Make debug method Show() only compiled in debug mode. 2015-03-06 09:58:32 +01:00
dialog_drc_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_drc_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_drc_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_drclistbox.h Very minor fixes. 2012-08-03 17:43:15 +02:00
dialog_edit_module_for_BoardEditor.cpp Fixes related to exchage footprint dialog: 2015-08-20 20:13:18 +02:00
dialog_edit_module_for_BoardEditor.h Fixes related to exchage footprint dialog: 2015-08-20 20:13:18 +02:00
dialog_edit_module_for_BoardEditor_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_edit_module_for_BoardEditor_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_edit_module_for_BoardEditor_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_edit_module_for_Modedit.cpp Fix Bug #1431423 (pcbnew: edited 3d model filename is not saved). 2015-03-12 18:43:39 +01:00
dialog_edit_module_for_Modedit.h Dialogs edit footprint in module editor and edit footprint in board editor: add button to edit the selected 3D shape filename. 2015-02-02 17:43:34 +01:00
dialog_edit_module_for_Modedit_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_edit_module_for_Modedit_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_edit_module_for_Modedit_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_edit_module_text.cpp Pcbnew: fix default button while in text edit control on Linux in footprint text edit dialog. 2015-07-21 09:28:19 -04:00
dialog_edit_module_text.h Created a header file for DialogEditModuleText class. 2014-07-09 14:01:06 +02:00
dialog_edit_module_text_base.cpp Added layer change to the module text dialog (both user text and reference/value) 2014-09-13 08:15:16 +02:00
dialog_edit_module_text_base.fbp Added layer change to the module text dialog (both user text and reference/value) 2014-09-13 08:15:16 +02:00
dialog_edit_module_text_base.h Added layer change to the module text dialog (both user text and reference/value) 2014-09-13 08:15:16 +02:00
dialog_enum_pads.cpp Dialog enum pads: fix incorrect use of sizers. 2015-02-10 11:38:22 +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_base.cpp Fixes related to exchage footprint dialog: 2015-08-20 20:13:18 +02:00
dialog_exchange_modules_base.fbp Fixes related to exchage footprint dialog: 2015-08-20 20:13:18 +02:00
dialog_exchange_modules_base.h Fixes related to exchage footprint dialog: 2015-08-20 20:13:18 +02:00
dialog_export_idf.cpp Pcbnew: restore automatic calculation of reference position when exporting to IDF. 2015-08-18 19:48:42 -04:00
dialog_export_idf_base.cpp Pcbnew: restore automatic calculation of reference position when exporting to IDF. 2015-08-18 19:48:42 -04:00
dialog_export_idf_base.fbp Pcbnew: restore automatic calculation of reference position when exporting to IDF. 2015-08-18 19:48:42 -04:00
dialog_export_idf_base.h Pcbnew: restore automatic calculation of reference position when exporting to IDF. 2015-08-18 19:48:42 -04:00
dialog_export_vrml.cpp Restore Meter option to VRML export + other changes 2015-08-13 15:13:34 +02:00
dialog_export_vrml_base.cpp Restore Meter option to VRML export + other changes 2015-08-13 15:13:34 +02:00
dialog_export_vrml_base.fbp Restore Meter option to VRML export + other changes 2015-08-13 15:13:34 +02:00
dialog_export_vrml_base.h Restore Meter option to VRML export + other changes 2015-08-13 15:13:34 +02:00
dialog_find.cpp pcbnew: DIALOG_FIND allows to change warp options and set callbacks for found items. 2014-10-13 15:23:30 +02:00
dialog_find.h Added missing header file. 2014-10-13 15:30:57 +02:00
dialog_find_base.cpp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_find_base.fbp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_find_base.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_footprint_wizard_list.cpp Eeschema: add missing rotate and mirror sheet in sheet context menu (these transforms were possible in block commands, but not from the sheet menu). 2015-04-26 18:32:16 +02:00
dialog_footprint_wizard_list.h footprint wizard python plugins management: Fix a memory leak. Remove useless and outdated code, and add a minor enhancement. 2015-04-21 17:42:30 +02:00
dialog_footprint_wizard_list_base.cpp footprint wizard python plugins management: Fix a memory leak. Remove useless and outdated code, and add a minor enhancement. 2015-04-21 17:42:30 +02:00
dialog_footprint_wizard_list_base.fbp Dialog BOM: update help displayed by the help button. 2015-05-27 11:35:21 +02:00
dialog_footprint_wizard_list_base.h footprint wizard python plugins management: Fix a memory leak. Remove useless and outdated code, and add a minor enhancement. 2015-04-21 17:42:30 +02:00
dialog_fp_lib_table.cpp New Footprint Library Wizard. 2015-03-30 18:42:39 +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 8 bit string relief via class UTF8 2014-01-01 20:17:07 -06: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 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.h 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.cpp 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.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 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_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 WX_HTML_REPORT_PANEL: a REPORTER widget on steroids. 2015-06-16 14:20:42 +02:00
dialog_gen_module_position_file_base.fbp WX_HTML_REPORT_PANEL: a REPORTER widget on steroids. 2015-06-16 14:20:42 +02:00
dialog_gen_module_position_file_base.h WX_HTML_REPORT_PANEL: a REPORTER widget on steroids. 2015-06-16 14:20:42 +02:00
dialog_gendrill.cpp Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts. 2015-08-23 21:40:33 +02:00
dialog_gendrill.h Rework on EXCELLON_WRITER class, to allow gerber and drill files creation from a python script. 2015-04-29 17:37:37 +02:00
dialog_gendrill_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_gendrill_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_gendrill_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_general_options.cpp Pcbnew option dialog: fix very minor bug #1482647 and remove the option about zone filling algo, now useless. 2015-08-08 15:54:32 +02:00
dialog_general_options.h More missing source license fixes. 2014-10-27 10:14:39 -04:00
dialog_general_options_BoardEditor_base.cpp Pcbnew option dialog: fix very minor bug #1482647 and remove the option about zone filling algo, now useless. 2015-08-08 15:54:32 +02:00
dialog_general_options_BoardEditor_base.fbp Pcbnew option dialog: fix very minor bug #1482647 and remove the option about zone filling algo, now useless. 2015-08-08 15:54:32 +02:00
dialog_general_options_BoardEditor_base.h Pcbnew option dialog: fix very minor bug #1482647 and remove the option about zone filling algo, now useless. 2015-08-08 15:54:32 +02:00
dialog_global_deletion.cpp Fixed double EndModal() assert in the Global Deletion dialog. 2015-07-15 19:05:59 +02:00
dialog_global_deletion.h Edit->Global Deletions & Edit->Cleanup Tracks and Vias work in GAL, without toggling between canvases. 2014-04-04 15:43:30 +02:00
dialog_global_deletion_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_global_deletion_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_global_deletion_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_global_edit_tracks_and_vias.cpp More missing source license fixes. 2014-10-27 10:14:39 -04:00
dialog_global_edit_tracks_and_vias.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_global_edit_tracks_and_vias_base.cpp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_global_edit_tracks_and_vias_base.fbp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_global_edit_tracks_and_vias_base.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_global_modules_fields_edition.cpp TEXTE_MODULE cleanup in preparation for text on different layers 2014-09-10 17:18:42 +02:00
dialog_global_modules_fields_edition_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_global_modules_fields_edition_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_global_modules_fields_edition_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02: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 Prevent Pcbnew edit graphics property dialog from excepting zero length objects. (fixes lp:1392117) 2015-02-06 16:49:40 -05:00
dialog_graphic_item_properties_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_graphic_item_properties_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_graphic_item_properties_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_graphic_item_properties_for_Modedit.cpp Prevent Pcbnew edit graphics property dialog from excepting zero length objects. (fixes lp:1392117) 2015-02-06 16:49:40 -05:00
dialog_graphic_items_options.cpp More missing source license fixes. 2014-10-27 10:14:39 -04:00
dialog_graphic_items_options.h Modedit: add dialog to edit footprint body items. Fix also minor issues about footprint body items edition. 2012-02-12 20:39:37 +01:00
dialog_graphic_items_options_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_graphic_items_options_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_graphic_items_options_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_keepout_area_properties.cpp Add comments. Fix bug #1351507 (pad color does not reflect, whether the pad is on front or back layer) and bug #1351388 (Adding a keepout area appears on the opposite layer than selected) 2014-08-02 12:29:10 +02:00
dialog_keepout_area_properties_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_keepout_area_properties_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_keepout_area_properties_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_layer_selection_base.cpp Pcbnew: better dialogs to select the active layer or a layer pair. Add an option (hotkey+popup menu) to place a via and select the new active layer 2013-09-20 12:52:33 +02:00
dialog_layer_selection_base.fbp Pcbnew: better dialogs to select the active layer or a layer pair. Add an option (hotkey+popup menu) to place a via and select the new active layer 2013-09-20 12:52:33 +02:00
dialog_layer_selection_base.h Pcbnew: better dialogs to select the active layer or a layer pair. Add an option (hotkey+popup menu) to place a via and select the new active layer 2013-09-20 12:52:33 +02:00
dialog_layers_setup.cpp Pcbnew: Increase board thickness limit from 3mm to 10mm 2015-06-14 20:18:34 +02:00
dialog_layers_setup_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_layers_setup_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_layers_setup_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02: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 More missing source license fixes. 2014-10-27 10:14:39 -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_options.cpp Pcbnew: set default button in footprint editor options dialog. 2015-08-06 11:29:06 -04:00
dialog_modedit_options_base.cpp Option dialog mnemonic and padding fixes 2015-08-06 14:40:22 -04:00
dialog_modedit_options_base.fbp Option dialog mnemonic and padding fixes 2015-08-06 14:40:22 -04:00
dialog_modedit_options_base.h Pcbnew: set default button in footprint editor options dialog. 2015-08-06 11:29:06 -04:00
dialog_move_exact.cpp replace round() with KiROUND(), our function that is used almost everywhere for rounding, and detects int overflows in debug mode. 2015-07-17 10:26:48 +02:00
dialog_move_exact.fbp Footprint editor dialog improvments and UI policy fixes. 2015-07-11 19:11:34 -04:00
dialog_move_exact.h Move exact dialog: make all messages translatable. Fix minor issues (some can be Windows specific). Remove useless declarations. Fix coding style issues 2015-02-22 15:43:44 +01:00
dialog_move_exact_base.cpp Footprint editor dialog improvments and UI policy fixes. 2015-07-11 19:11:34 -04:00
dialog_move_exact_base.h Footprint editor dialog improvments and UI policy fixes. 2015-07-11 19:11:34 -04:00
dialog_netlist.cpp 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_netlist.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_netlist_fbp.cpp 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_netlist_fbp.fbp 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_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 Road map and Doxygen work. 2014-10-05 21:18:24 -04:00
dialog_non_copper_zones_properties_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_non_copper_zones_properties_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_non_copper_zones_properties_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_orient_footprints.cpp Changed the way of refreshing canvases (both standard & GAL). 2013-09-20 17:29:32 +02:00
dialog_orient_footprints_base.cpp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_orient_footprints_base.fbp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_orient_footprints_base.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_pad_properties.cpp Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts. 2015-08-23 21:40:33 +02:00
dialog_pad_properties_base.cpp A few messages modified in dialogs to help translations. 2015-08-01 14:48:38 +02:00
dialog_pad_properties_base.fbp A few messages modified in dialogs to help translations. 2015-08-01 14:48:38 +02:00
dialog_pad_properties_base.h A few messages modified in dialogs to help translations. 2015-08-01 14:48:38 +02:00
dialog_pcb_text_properties.cpp Make tab order more sensible for DIALOG_PCB_TEXT_PROPERTIES. 2015-04-10 19:28:25 -04:00
dialog_pcb_text_properties_base.cpp UI consistency and assertion fixes. 2015-04-23 15:43:45 -04:00
dialog_pcb_text_properties_base.fbp UI consistency and assertion fixes. 2015-04-23 15:43:45 -04:00
dialog_pcb_text_properties_base.h UI consistency and assertion fixes. 2015-04-23 15:43:45 -04:00
dialog_plot.cpp Minor coding policy fix. 2015-07-20 10:24:56 -04:00
dialog_plot.h Pcbnew - plot dialog: fix Bug #1417435 (Gerber(and some others) plot mode is fixed as”sketch” instead of "filled" ) 2015-02-03 11:35:46 +01:00
dialog_plot_base.cpp Pcbnew: fix minor string formatting error in DIALOG_PLOT_BASE. 2015-08-05 09:00:01 -04:00
dialog_plot_base.fbp Pcbnew: fix minor string formatting error in DIALOG_PLOT_BASE. 2015-08-05 09:00:01 -04:00
dialog_plot_base.h WX_HTML_REPORT_PANEL: a REPORTER widget on steroids. 2015-06-16 14:20:42 +02:00
dialog_pns_diff_pair_dimensions.cpp Cosmetic enhancements in dialogs and menus 2015-05-03 20:43:07 +02:00
dialog_pns_diff_pair_dimensions.h Cosmetic enhancements in dialogs and menus 2015-05-03 20:43:07 +02: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 Cosmetic enhancements in dialogs and menus 2015-05-03 20:43:07 +02:00
dialog_pns_length_tuning_settings.h Cosmetic enhancements in dialogs and menus 2015-05-03 20:43:07 +02: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 dialogs: store inline drag mode in PNS settings dialog 2015-07-02 16:10:54 +02:00
dialog_pns_settings.h Long-awaited new version of the P&S router 2014-05-14 15:53:54 +02:00
dialog_pns_settings_base.cpp tools: added TOOL_SETTINGS class for storing persistent tool settings in config file (just a wrapper for wxConfigBase) router: free angle mode (mark obstacles only) & persistent settings 2015-07-02 16:09:51 +02:00
dialog_pns_settings_base.fbp tools: added TOOL_SETTINGS class for storing persistent tool settings in config file (just a wrapper for wxConfigBase) router: free angle mode (mark obstacles only) & persistent settings 2015-07-02 16:09:51 +02:00
dialog_pns_settings_base.h tools: added TOOL_SETTINGS class for storing persistent tool settings in config file (just a wrapper for wxConfigBase) router: free angle mode (mark obstacles only) & persistent settings 2015-07-02 16:09:51 +02:00
dialog_print_for_modedit.cpp A bit of cleaning code. 2015-07-08 19:46:24 +02:00
dialog_print_for_modedit_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_print_for_modedit_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_print_for_modedit_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_print_using_printer.cpp A bit of cleaning code. 2015-07-08 19:46:24 +02:00
dialog_print_using_printer_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_print_using_printer_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_print_using_printer_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_scripting.cpp More missing source license fixes. 2014-10-27 10:14:39 -04:00
dialog_scripting.h Fix someminor coverity warning, and one bug found by coverity in drill report files : buried holes were not properly counted and listed. 2015-02-25 20:43:37 +01:00
dialog_scripting_base.cpp Added a starting scripting dialog for tests 2012-03-01 08:21:53 +01:00
dialog_scripting_base.fbp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_scripting_base.h Added a starting scripting dialog for tests 2012-03-01 08:21:53 +01:00
dialog_select_pretty_lib.cpp Footprint editor dialog improvments and UI policy fixes. 2015-07-11 19:11:34 -04:00
dialog_select_pretty_lib.h Footprint editor dialog improvments and UI policy fixes. 2015-07-11 19:11:34 -04:00
dialog_select_pretty_lib_base.cpp Footprint editor dialog improvments and UI policy fixes. 2015-07-11 19:11:34 -04:00
dialog_select_pretty_lib_base.fbp Footprint editor dialog improvments and UI policy fixes. 2015-07-11 19:11:34 -04:00
dialog_select_pretty_lib_base.h Footprint editor dialog improvments and UI policy fixes. 2015-07-11 19:11:34 -04:00
dialog_set_grid.cpp Shape poly set: fix bug in BBox calculation. Class MARKER : fix broken code and clean code. Fix bug #1369682 (EESchema Erc not show error count) due to this broken code. 2015-07-29 14:18:53 +02:00
dialog_set_grid_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_set_grid_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_set_grid_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_target_properties_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_target_properties_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_target_properties_base.h Internationalization of GAL dialogs & menus. 2015-04-02 16:09:26 +02:00
dialog_track_via_properties.cpp Dialog tracks and vias properties on GAL: fix a minor issue ( min size not set: missing call to SetSizeHints() ), which fixes also a more annoying issue on Unity (dialog never raised). 2015-08-18 18:15:57 +02:00
dialog_track_via_properties.h Tracks & vias properties dialog. 2015-07-09 13:35:51 +02:00
dialog_track_via_properties_base.cpp Dialog tracks and vias properties on GAL: fix a minor issue ( min size not set: missing call to SetSizeHints() ), which fixes also a more annoying issue on Unity (dialog never raised). 2015-08-18 18:15:57 +02:00
dialog_track_via_properties_base.fbp Dialog tracks and vias properties on GAL: fix a minor issue ( min size not set: missing call to SetSizeHints() ), which fixes also a more annoying issue on Unity (dialog never raised). 2015-08-18 18:15:57 +02:00
dialog_track_via_properties_base.h Dialog tracks and vias properties on GAL: fix a minor issue ( min size not set: missing call to SetSizeHints() ), which fixes also a more annoying issue on Unity (dialog never raised). 2015-08-18 18:15:57 +02:00
dialog_track_via_size.cpp DIALOG_TRACK_VIA_SIZE does not allow to set 0 for track width or via diameter/drill. 2015-07-09 13:35:50 +02:00
dialog_track_via_size.h Code formatting. 2015-02-18 17:53:46 +01:00
dialog_track_via_size_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_track_via_size_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_track_via_size_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
wizard_3DShape_Libs_downloader.cpp Pcbnew: Add a wizard to download 3d shapes libraries from Github and make a local copy. 2015-08-20 12:23:38 +02:00
wizard_3DShape_Libs_downloader.h Add a wizard to Pcbnew to download 3d shapes libraries from Github 2015-08-20 09:14:44 +02:00
wizard_3DShape_Libs_downloader_base.cpp Add a wizard to Pcbnew to download 3d shapes libraries from Github 2015-08-20 09:14:44 +02:00
wizard_3DShape_Libs_downloader_base.fbp Add a wizard to Pcbnew to download 3d shapes libraries from Github 2015-08-20 09:14:44 +02:00
wizard_3DShape_Libs_downloader_base.h Add a wizard to Pcbnew to download 3d shapes libraries from Github 2015-08-20 09:14:44 +02:00
wizard_add_fplib.cpp Add a wizard to Pcbnew to download 3d shapes libraries from Github 2015-08-20 09:14:44 +02:00
wizard_add_fplib.h fp library wizard: remember last local download directory & refresh download progress dialog. 2015-06-22 14:24:40 +02:00
wizard_add_fplib_base.cpp 3d viewer: fix a few warning coverity (and a potential bug). fp libs wizard: make it internationalized, and replace an untranslatable string created by grouping 3 strings by one translatable string. 2015-03-31 13:14:21 +02:00
wizard_add_fplib_base.fbp 3d viewer: fix a few warning coverity (and a potential bug). fp libs wizard: make it internationalized, and replace an untranslatable string created by grouping 3 strings by one translatable string. 2015-03-31 13:14:21 +02:00
wizard_add_fplib_base.h 3d viewer: fix a few warning coverity (and a potential bug). fp libs wizard: make it internationalized, and replace an untranslatable string created by grouping 3 strings by one translatable string. 2015-03-31 13:14:21 +02:00