kicad/pcbnew/dialogs
jean-pierre charras 1671432ac1 All: Fix an usually unwanted behavior in kicad: When closing a dialog (mainly ERC, DRC and recently a component selection by the library viewer on a double click) the mouse release left button event (which is seen by the parent after closing the dialog, becuse it is actually made in the parent) generate an unwanted command (item selection, component place ...)
This event can be now skipped if needed by calling  EDA_DRAW_FRAME::SkipNextLeftButtonReleaseEvent() from the dialog.
Very minor other fixes
2012-12-07 11:05:19 +01:00
..
dialog_SVG_print.cpp Pcbnew: enhanced dialog for SVG export 2012-11-16 15:13:31 +01:00
dialog_SVG_print.h Pcbnew: enhanced dialog for SVG export 2012-11-16 15:13:31 +01:00
dialog_SVG_print_base.cpp Pcbnew: enhanced dialog for SVG export 2012-11-16 15:13:31 +01:00
dialog_SVG_print_base.fbp Pcbnew: enhanced dialog for SVG export 2012-11-16 15:13:31 +01:00
dialog_SVG_print_base.h Pcbnew: enhanced dialog for SVG export 2012-11-16 15:13:31 +01:00
dialog_block_options_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_block_options_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_block_options_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_cleaning_options.cpp Pcbnew: cleanup functions: now, cleanup uses same algorithm as connectivity calculations to detect pads connections, and is faster. 2012-09-07 21:29:44 +02:00
dialog_cleaning_options.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_cleaning_options_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_cleaning_options_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_cleaning_options_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_copper_zones.cpp Pcbnew: fix bug1082146 (Keep-out areas get destroyed by "export settings to other zones" ) 2012-11-23 10:10:37 +01:00
dialog_copper_zones_base.cpp Eeschema: fix crash when changing a label type to a global label during creation. 2012-08-02 15:23:53 +02:00
dialog_copper_zones_base.fbp Eeschema: fix crash when changing a label type to a global label during creation. 2012-08-02 15:23:53 +02:00
dialog_copper_zones_base.h Eeschema: fix crash when changing a label type to a global label during creation. 2012-08-02 15:23:53 +02:00
dialog_design_rules.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_design_rules.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02: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 Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_design_rules_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_design_rules_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_dimension_editor_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_dimension_editor_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_dimension_editor_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_display_options.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_display_options.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_display_options_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_display_options_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_display_options_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_drc.cpp All: Fix an usually unwanted behavior in kicad: When closing a dialog (mainly ERC, DRC and recently a component selection by the library viewer on a double click) the mouse release left button event (which is seen by the parent after closing the dialog, becuse it is actually made in the parent) generate an unwanted command (item selection, component place ...) 2012-12-07 11:05:19 +01:00
dialog_drc.h More dialogs derived from DIALO_SHIM 2012-10-04 08:57:15 +02:00
dialog_drc_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_drc_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_drc_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_drclistbox.h Very minor fixes. 2012-08-03 17:43:15 +02:00
dialog_edit_module_for_BoardEditor.cpp 3D-viewer: code cleanup. 2012-08-21 12:45:54 +02:00
dialog_edit_module_for_BoardEditor.h 3D-viewer: code cleaning. Added option in menu: show a 3D grid. 2012-08-11 14:52:13 +02:00
dialog_edit_module_for_BoardEditor_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_edit_module_for_BoardEditor_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_edit_module_for_BoardEditor_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_edit_module_for_Modedit.cpp All: fix most of Doxygen warnings. 2012-09-12 19:28:55 +02:00
dialog_edit_module_for_Modedit.h 3D-viewer: code cleaning. Added option in menu: show a 3D grid. 2012-08-11 14:52:13 +02:00
dialog_edit_module_for_Modedit_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_edit_module_for_Modedit_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_edit_module_for_Modedit_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_edit_module_text.cpp Substituted the few remaining uses of long instead of time_t 2012-09-05 14:13:33 +02:00
dialog_edit_module_text_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_edit_module_text_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_edit_module_text_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02: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: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_export_3Dfiles_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_export_3Dfiles_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_find.cpp Very minor fixes. 2012-08-03 17:43:15 +02:00
dialog_find_base.cpp Pcbnew: fix incorrect arc export in SVG file export. 2012-06-19 21:25:41 +02:00
dialog_find_base.fbp Very minor fixes. 2012-08-03 17:43:15 +02:00
dialog_find_base.h Pcbnew: fix incorrect arc export in SVG file export. 2012-06-19 21:25:41 +02:00
dialog_footprint_wizard_list.cpp Code cleaning, minor fixes and minor coding style fixes. wxWidgets 2.9.4 compatibility fix( deprecated function MakeModal ) 2012-09-11 21:03:21 +02:00
dialog_footprint_wizard_list.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_footprint_wizard_list.h footprint wizard UI and footprint wizard lists 2012-05-10 01:04:08 +02:00
dialog_footprint_wizard_list_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_footprint_wizard_list_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_fp_lib_table.cpp implement move up, move down in lib table editor 2012-10-31 09:41:47 -05:00
dialog_fp_lib_table_base.cpp decouple wxGridTableBase from FP_LIB_TABLE, this was poor information hiding 2012-10-16 20:00:25 -05:00
dialog_fp_lib_table_base.fbp decouple wxGridTableBase from FP_LIB_TABLE, this was poor information hiding 2012-10-16 20:00:25 -05:00
dialog_fp_lib_table_base.h fp_lib_table dialog work 2012-10-16 01:56:57 -05:00
dialog_freeroute_exchange.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_freeroute_exchange.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_freeroute_exchange_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_freeroute_exchange_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_freeroute_exchange_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +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 Try to fix an unwanted left mouse release button event, when closing a dialog on a click or double click, 2012-12-06 22:53:00 +01:00
dialog_gen_module_position_file_base.fbp Try to fix an unwanted left mouse release button event, when closing a dialog on a click or double click, 2012-12-06 22:53:00 +01:00
dialog_gen_module_position_file_base.h Try to fix an unwanted left mouse release button event, when closing a dialog on a click or double click, 2012-12-06 22:53:00 +01:00
dialog_gendrill.cpp Try to fix an unwanted left mouse release button event, when closing a dialog on a click or double click, 2012-12-06 22:53:00 +01:00
dialog_gendrill.h Dialog drill file: remove precision choice, because only one choice was acceptable 2012-10-05 21:04:17 +02:00
dialog_gendrill_base.cpp Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 2012-10-13 20:54:33 +02:00
dialog_gendrill_base.fbp Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 2012-10-13 20:54:33 +02:00
dialog_gendrill_base.h Dialog drill file: remove precision choice, because only one choice was acceptable 2012-10-05 21:04:17 +02:00
dialog_general_options.cpp All: new middle mouse pan feature, from lajos kamocsay (and jp charras for some enhancements). 2012-04-11 20:54:20 +02:00
dialog_general_options.h All: new middle mouse pan feature, from lajos kamocsay (and jp charras for some enhancements). 2012-04-11 20:54:20 +02:00
dialog_general_options_BoardEditor_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_general_options_BoardEditor_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_general_options_BoardEditor_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_global_deletion.cpp Undo redo change and code cleanup. 2012-02-05 14:02:46 +01:00
dialog_global_deletion.h * Switch to C++'s true and false and away from C" TRUE and FALSE. 2012-01-22 23:17:34 -06:00
dialog_global_deletion_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_global_deletion_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_global_deletion_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_global_edit_tracks_and_vias.cpp More internal unit improvements. 2012-04-13 14:51:24 -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 Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_global_edit_tracks_and_vias_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_global_edit_tracks_and_vias_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_global_modules_fields_edition.cpp Very minor fixes. 2012-08-03 17:43:15 +02:00
dialog_global_modules_fields_edition_base.cpp Eeschema, Libedit: Fix bug that can crashes Eeschema: In libedit 2 mandatory fields could be deleted. Fixed now. 2012-05-31 15:47:02 +02:00
dialog_global_modules_fields_edition_base.fbp Eeschema, Libedit: Fix bug that can crashes Eeschema: In libedit 2 mandatory fields could be deleted. Fixed now. 2012-05-31 15:47:02 +02:00
dialog_global_modules_fields_edition_base.h Eeschema, Libedit: Fix bug that can crashes Eeschema: In libedit 2 mandatory fields could be deleted. Fixed now. 2012-05-31 15:47:02 +02:00
dialog_global_pads_edition_base.cpp Pcbnew: minor coding style fixes. Very minor fixes. Minor enhancements. Fix bug #1085523 2012-12-02 12:38:00 +01:00
dialog_global_pads_edition_base.fbp Pcbnew: minor coding style fixes. Very minor fixes. Minor enhancements. Fix bug #1085523 2012-12-02 12:38:00 +01:00
dialog_global_pads_edition_base.h Pcbnew: minor coding style fixes. Very minor fixes. Minor enhancements. Fix bug #1085523 2012-12-02 12:38:00 +01:00
dialog_graphic_item_properties.cpp More internal unit improvements. 2012-04-16 13:39:32 -04:00
dialog_graphic_item_properties_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_graphic_item_properties_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_graphic_item_properties_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_graphic_item_properties_for_Modedit.cpp Substituted the few remaining uses of long instead of time_t 2012-09-05 14:13:33 +02:00
dialog_graphic_items_options.cpp More internal unit improvements. 2012-04-16 13:39:32 -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 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 Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02: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_keepout_area_properties.cpp Enforced EDA_COLOR_T type and minor const-ification 2012-09-02 14:06:47 +02:00
dialog_keepout_area_properties_base.cpp Pcbnew: more about keepout areas: remove keepout for pads option and add keepout for copper zones option. 2012-07-14 18:27:25 +02:00
dialog_keepout_area_properties_base.fbp Pcbnew: more about keepout areas: remove keepout for pads option and add keepout for copper zones option. 2012-07-14 18:27:25 +02:00
dialog_keepout_area_properties_base.h Pcbnew: more about keepout areas: remove keepout for pads option and add keepout for copper zones option. 2012-07-14 18:27:25 +02:00
dialog_layers_setup.cpp More dialogs derived from DIALO_SHIM 2012-10-04 08:57:15 +02:00
dialog_layers_setup_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_layers_setup_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_layers_setup_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_mask_clearance.cpp Add a min width parameter to plot solder mask layers. 2012-11-05 21:20:34 +01:00
dialog_mask_clearance.h Add a min width parameter to plot solder mask layers. 2012-11-05 21:20:34 +01:00
dialog_mask_clearance_base.cpp Pcbnew: Add a min width parameter to plot solder mask layers. 2012-11-06 18:58:53 +01:00
dialog_mask_clearance_base.fbp Pcbnew: Add a min width parameter to plot solder mask layers. 2012-11-06 18:58:53 +01:00
dialog_mask_clearance_base.h Pcbnew: Add a min width parameter to plot solder mask layers. 2012-11-06 18:58:53 +01:00
dialog_netlist.cpp Script plotting patch 2012-08-29 18:59:50 +02:00
dialog_netlist.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_netlist_fbp.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_netlist_fbp.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_netlist_fbp.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_non_copper_zones_properties_base.cpp Pcbnew: Add keepout areas (Copper zones without tracks or/and vias). 2012-07-13 20:55:29 +02:00
dialog_non_copper_zones_properties_base.fbp Pcbnew: Add keepout areas (Copper zones without tracks or/and vias). 2012-07-13 20:55:29 +02:00
dialog_non_copper_zones_properties_base.h Pcbnew: Add keepout areas (Copper zones without tracks or/and vias). 2012-07-13 20:55:29 +02:00
dialog_orient_footprints.cpp // Dick Hollenbeck's KiROUND R&D 2012-04-19 01:55:45 -05:00
dialog_orient_footprints_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_orient_footprints_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_orient_footprints_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_pad_properties.cpp Try to fix an unwanted left mouse release button event, when closing a dialog on a click or double click, 2012-12-06 22:53:00 +01:00
dialog_pad_properties_base.cpp Try to fix an unwanted left mouse release button event, when closing a dialog on a click or double click, 2012-12-06 22:53:00 +01:00
dialog_pad_properties_base.fbp Try to fix an unwanted left mouse release button event, when closing a dialog on a click or double click, 2012-12-06 22:53:00 +01:00
dialog_pad_properties_base.h Try to fix an unwanted left mouse release button event, when closing a dialog on a click or double click, 2012-12-06 22:53:00 +01:00
dialog_pcb_text_properties.cpp MacOSX: Fixes Crash when adding text on pcbnew (bug #891347) 2012-11-24 23:03:30 +01:00
dialog_pcb_text_properties_base.cpp Add rotation field to pcbnew text item property dialog. 2012-07-09 01:02:00 +03:00
dialog_pcb_text_properties_base.fbp Add rotation field to pcbnew text item property dialog. 2012-07-09 01:02:00 +03:00
dialog_pcb_text_properties_base.h Add rotation field to pcbnew text item property dialog. 2012-07-09 01:02:00 +03:00
dialog_pcbnew_config_libs_and_paths.cpp Eliminate many assumptions in Pcbnew's library manager, pertaining to locality of libraries and 2012-11-19 10:19:38 -06:00
dialog_pcbnew_config_libs_and_paths.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_pcbnew_config_libs_and_paths_fbp.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_pcbnew_config_libs_and_paths_fbp.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_pcbnew_config_libs_and_paths_fbp.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_plot.cpp Pcbnew: minor coding style fixes. Very minor fixes. Minor enhancements. Fix bug #1085523 2012-12-02 12:38:00 +01:00
dialog_plot.h Add a min width parameter to plot solder mask layers. 2012-11-05 21:20:34 +01:00
dialog_plot_base.cpp Add a min width parameter to plot solder mask layers. 2012-11-05 21:20:34 +01:00
dialog_plot_base.fbp Add a min width parameter to plot solder mask layers. 2012-11-05 21:20:34 +01:00
dialog_plot_base.h Add a min width parameter to plot solder mask layers. 2012-11-05 21:20:34 +01:00
dialog_print_for_modedit.cpp Pcbnew print fixes and improvements. 2012-11-28 20:50:58 -05:00
dialog_print_for_modedit_base.cpp Remove g_PcbPlotOptions, use wxformbuilder to subclass DIALOG_SHIM on several dialogs 2012-04-05 13:27:56 -05:00
dialog_print_for_modedit_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_print_for_modedit_base.h Remove g_PcbPlotOptions, use wxformbuilder to subclass DIALOG_SHIM on several dialogs 2012-04-05 13:27:56 -05:00
dialog_print_using_printer.cpp Pcbnew print fixes and improvements. 2012-11-28 20:50:58 -05:00
dialog_print_using_printer_base.cpp Remove g_PcbPlotOptions, use wxformbuilder to subclass DIALOG_SHIM on several dialogs 2012-04-05 13:27:56 -05:00
dialog_print_using_printer_base.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_print_using_printer_base.h Remove g_PcbPlotOptions, use wxformbuilder to subclass DIALOG_SHIM on several dialogs 2012-04-05 13:27:56 -05:00
dialog_scripting.cpp lajos kamocsay compilation patches 2012-04-09 08:53:24 +02:00
dialog_scripting.h Added a starting scripting dialog for tests 2012-03-01 08:21:53 +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 Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_scripting_base.h Added a starting scripting dialog for tests 2012-03-01 08:21:53 +01:00
dialog_set_grid.fbp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_set_grid_base.cpp Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00
dialog_set_grid_base.h Pcbnew: make all dialogs derived from DIALOG_SHIM. 2012-10-03 13:25:30 +02:00