kicad/pcbnew/dialogs
Wayne Stambaugh 4d64a2f53f Set reasonable 3D model select dialog default path.
Passing an empty path to the 3D model select dialog results in the file
select control displaying the root path which requires the user to drill
down to get to the 3D models.  Use the KISYS3DMOD path as the default
and fall back to the project path as required for the initial file
select control path.

Clean up some coding policy violations.

Fixes lp:1737094

https://bugs.launchpad.net/kicad/+bug/1737094
2017-12-27 12:43:26 -05:00
..
dialog_SVG_print.cpp Fix quotes in UI messages 2017-12-15 07:33:07 -05:00
dialog_SVG_print_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_SVG_print_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_SVG_print_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_block_options_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_block_options_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_cleaning_options_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_cleaning_options_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_copper_zones.cpp pcbnew: made zone filling algorithm thread-safe. 2017-12-05 14:54:57 +01:00
dialog_copper_zones_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_copper_zones_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_copper_zones_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_create_array.cpp Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01:00
dialog_create_array.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
dialog_create_array_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_create_array_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_create_array_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_design_rules.cpp Commit in-place editing changes when dialog OK'ed. 2017-12-15 08:01:43 -05: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_design_rules_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_design_rules_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_dimension_editor_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_dimension_editor_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_dimension_editor_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_display_options.cpp refactoring: derive PCB-specific PCB_VIEW from VIEW with the intention of moving PCB_EDIT_FRAME entries used by the tools (e.g. GetActiveLayer) there 2017-11-03 20:02:06 +01: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 Fix quotes in UI messages 2017-12-15 07:33:07 -05:00
dialog_drc.h Fix useless trailing and leading spaces in a few messages. Fix also capitalization in a few menus. 2017-10-02 09:25:48 +02:00
dialog_drc_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_drc_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_drc_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_drclistbox.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
dialog_edit_module_for_BoardEditor.cpp Set reasonable 3D model select dialog default path. 2017-12-27 12:43:26 -05:00
dialog_edit_module_for_BoardEditor.h refactoring: removed dependency of libpcbcommon on 3d-viewer. 2017-11-03 20:01:42 +01:00
dialog_edit_module_for_BoardEditor_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_edit_module_for_BoardEditor_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_edit_module_for_BoardEditor_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_edit_module_for_Modedit.cpp Set reasonable 3D model select dialog default path. 2017-12-27 12:43:26 -05:00
dialog_edit_module_for_Modedit.h refactoring: removed dependency of libpcbcommon on 3d-viewer. 2017-11-03 20:01:42 +01:00
dialog_edit_module_for_Modedit_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_edit_module_for_Modedit_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_edit_module_for_Modedit_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_edit_module_text.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_edit_module_text.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
dialog_edit_module_text_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_edit_module_text_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_edit_module_text_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_enum_pads_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_enum_pads_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_exchange_modules.cpp Fix quotes in UI messages 2017-12-15 07:33:07 -05: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_exchange_modules_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_exchange_modules_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_export_idf.cpp Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01:00
dialog_export_idf_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_export_idf_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_export_idf_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_export_step.cpp Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01:00
dialog_export_step_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_export_step_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_export_step_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_export_vrml.cpp Fix quotes in UI messages 2017-12-15 07:33:07 -05:00
dialog_export_vrml_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_export_vrml_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_export_vrml_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_find.cpp Fix quotes in UI messages 2017-12-15 07:33:07 -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 Remove some extra semicolons 2017-11-09 19:52:18 +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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_footprint_wizard_list_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_footprint_wizard_list_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_fp_lib_table.cpp Fix quotes in UI messages 2017-12-15 07:33:07 -05: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 Fix quotes in UI messages 2017-12-15 07:33:07 -05:00
dialog_fp_plugin_options_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_fp_plugin_options_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_fp_plugin_options_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_freeroute_exchange.cpp GTK+ file dialog wildcard improvements. 2017-11-11 19:32:26 -05: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_gen_module_position_file_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_gen_module_position_file_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_gencad_export_options.cpp UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_gencad_export_options.h GenCAD exporter: added origin settings 2017-11-10 15:18:59 +01:00
dialog_gendrill.cpp Fix quotes in UI messages 2017-12-15 07:33:07 -05: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_gendrill_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_gendrill_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_general_options.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 2017-11-03 20:02:06 +01:00
dialog_general_options.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
dialog_general_options_BoardEditor_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_general_options_BoardEditor_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_general_options_BoardEditor_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_get_footprint_by_name_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_get_footprint_by_name_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_global_deletion_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_global_deletion_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_global_edit_tracks_and_vias_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_global_edit_tracks_and_vias_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_global_modules_fields_edition_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_global_modules_fields_edition_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05: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 graphic items properties dialog: fix incorrect handling of S_POLYGON DRAWSEGMENT items 2017-12-21 19:47:18 +01:00
dialog_graphic_item_properties_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_graphic_item_properties_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_graphic_item_properties_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_graphic_item_properties_for_Modedit.cpp graphic items properties dialog: fix incorrect handling of S_POLYGON DRAWSEGMENT items 2017-12-21 19:47:18 +01:00
dialog_graphic_items_options.cpp Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +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 Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01:00
dialog_graphic_items_options_base.fbp Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01:00
dialog_graphic_items_options_base.h Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01:00
dialog_keepout_area_properties.cpp Fix a few coverity warnings. very minor other changes. 2017-11-02 18:18:57 +01:00
dialog_keepout_area_properties_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_keepout_area_properties_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_keepout_area_properties_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_layer_selection_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_layer_selection_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_layer_selection_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_layers_setup.cpp Pcbnew: delete objects from removed layers. 2017-09-28 13:01:09 -04:00
dialog_layers_setup_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_layers_setup_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_layers_setup_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_mask_clearance_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_mask_clearance_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05: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 Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01:00
dialog_modedit_options_base.cpp Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01:00
dialog_modedit_options_base.fbp Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01:00
dialog_modedit_options_base.h Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01:00
dialog_move_exact.cpp Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_move_exact_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_move_exact_base.h UI string normalization. 2017-12-24 10:04:32 -05:00
dialog_netlist.cpp pcbnew: Minor changes in CONNECTIVITY_DATA interface: 2017-11-15 18:34:08 +01:00
dialog_netlist.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
dialog_netlist_fbp.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_netlist_fbp.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_netlist_fbp.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_non_copper_zones_properties.cpp pcbnew: made zone filling algorithm thread-safe. 2017-12-05 14:54:57 +01:00
dialog_non_copper_zones_properties_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_non_copper_zones_properties_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_non_copper_zones_properties_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_pad_basicshapes_properties.cpp Moved FMT_UI & FMT_ANGLE macros to a separate header 2017-10-20 09:34:32 +02:00
dialog_pad_properties.cpp Try to fix: pad editor: incorrect zoom scale of pad preview on some installs. 2017-12-26 20:46:52 +01:00
dialog_pad_properties.h Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01:00
dialog_pad_properties_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_pad_properties_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_pad_properties_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_pcb_text_properties.cpp Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01:00
dialog_pcb_text_properties_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_pcb_text_properties_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_pcb_text_properties_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_plot.cpp Fix quotes in UI messages 2017-12-15 07:33:07 -05: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_plot_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_plot_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_pns_diff_pair_dimensions.cpp Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01:00
dialog_pns_diff_pair_dimensions.h Renamed WX_UNIT_BINDER to UNIT_BINDER and moved to common/widgets 2017-11-24 21:15:40 +01:00
dialog_pns_diff_pair_dimensions_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_pns_diff_pair_dimensions_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_pns_diff_pair_dimensions_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_pns_length_tuning_settings.cpp Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01:00
dialog_pns_length_tuning_settings.h Renamed WX_UNIT_BINDER to UNIT_BINDER and moved to common/widgets 2017-11-24 21:15:40 +01:00
dialog_pns_length_tuning_settings_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_pns_length_tuning_settings_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_pns_length_tuning_settings_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_pns_settings_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_pns_settings_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_position_relative.cpp Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01:00
dialog_position_relative.h Position Relative Move tool fixes 2017-06-12 16:24:52 +02:00
dialog_position_relative_base.cpp Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01:00
dialog_position_relative_base.fbp Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01:00
dialog_position_relative_base.h Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_print_using_printer_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_print_using_printer_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_scripting_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_scripting_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_select_net_from_list.cpp pcbnew: Minor changes in CONNECTIVITY_DATA interface: 2017-11-15 18:34:08 +01:00
dialog_select_net_from_list_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_select_net_from_list_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_select_net_from_list_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_select_pretty_lib_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_select_pretty_lib_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05: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 Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01:00
dialog_track_via_properties.h Renamed WX_UNIT_BINDER to UNIT_BINDER and moved to common/widgets 2017-11-24 21:15:40 +01:00
dialog_track_via_properties_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_track_via_properties_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_track_via_properties_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_track_via_size.cpp Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 2017-11-24 21:16:05 +01:00
dialog_track_via_size.h Renamed WX_UNIT_BINDER to UNIT_BINDER and moved to common/widgets 2017-11-24 21:15:40 +01:00
dialog_track_via_size_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_track_via_size_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_track_via_size_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_update_pcb_base.h UI string normalization. 2017-12-24 10:04:32 -05:00
wizard_3DShape_Libs_downloader.cpp Change default 3D model repository 2017-11-11 15:23:57 -05: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 Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
wizard_3DShape_Libs_downloader_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
wizard_3DShape_Libs_downloader_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
wizard_add_fplib.cpp Fix quotes in UI messages 2017-12-15 07:33:07 -05:00
wizard_add_fplib.h refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future 2017-11-03 23:59:02 +01: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