kicad/pcbnew/dialogs
jean-pierre charras 4a20f376a3 Move call of SetSizeHints in a few dialogs form the dlg ctor to a wxInitDialogEvent event, because some widgets sizes are not fully initialized before this event is fired.
It is especially true in some Window Managers like KDE, but can be true in any WM, when initializations are made by TransferDataToWindow() method, called by the default wxInitDialogEvent handler.
2016-07-02 18:32:03 +02:00
..
dialog_SVG_print.cpp Pcbnew: Rework on print dialogs. 2016-06-19 20:29:13 +02:00
dialog_SVG_print_base.cpp Pcbnew: Rework on print dialogs. 2016-06-19 20:29:13 +02:00
dialog_SVG_print_base.fbp Pcbnew: Rework on print dialogs. 2016-06-19 20:29:13 +02:00
dialog_SVG_print_base.h Pcbnew: Rework on print dialogs. 2016-06-19 20:29:13 +02:00
dialog_block_options_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 DIALOG_SHIM: add void FinishDialogSettings() method which calls the usual methods at end of a dialog, to ensure proper size and position, the first time the dialog is called. 2016-07-02 11:35:52 +02:00
dialog_copper_zones_base.cpp Correct multiple UI spelling errors 2016-05-02 10:01:43 -04:00
dialog_copper_zones_base.fbp Correct multiple UI spelling errors 2016-05-02 10:01:43 -04:00
dialog_copper_zones_base.h Pcbnew: minor changes: 2016-02-09 09:23:24 +01:00
dialog_create_array.cpp Make strings only used in debug mode not translatable. 2016-04-21 09:19:08 +02:00
dialog_create_array.h Enhancements in Create array tool (bad parameters detection and disable parms when not applicable) 2016-04-02 14:52:29 +02:00
dialog_create_array_base.cpp Enhancements in Create array tool (bad parameters detection and disable parms when not applicable) 2016-04-02 14:52:29 +02:00
dialog_create_array_base.fbp Enhancements in Create array tool (bad parameters detection and disable parms when not applicable) 2016-04-02 14:52:29 +02:00
dialog_create_array_base.h Enhancements in Create array tool (bad parameters detection and disable parms when not applicable) 2016-04-02 14:52:29 +02:00
dialog_design_rules.cpp Replace boost::shared_ptr with std::shared_ptr. 2016-06-29 11:09:55 -04:00
dialog_design_rules.h Pcbnew: design rules dialog fixes and improvements. (fixes lp:1499538) 2015-10-02 15:11:33 -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 the sunken border from the Design Rules dialog 2015-12-18 11:56:23 +13:00
dialog_design_rules_base.fbp Removed the sunken border from the Design Rules dialog 2015-12-18 11:56:23 +13:00
dialog_design_rules_base.h Removed the sunken border from the Design Rules dialog 2015-12-18 11:56:23 +13: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 legacy: remove option to hide via drill 2016-05-10 16:47:37 -04:00
dialog_display_options.h More missing source license fixes. 2014-10-27 10:14:39 -04:00
dialog_display_options_base.cpp pcbnew legacy: remove option to hide via drill 2016-05-10 16:47:37 -04:00
dialog_display_options_base.fbp pcbnew legacy: remove option to hide via drill 2016-05-10 16:47:37 -04:00
dialog_display_options_base.h pcbnew legacy: remove option to hide via drill 2016-05-10 16:47:37 -04:00
dialog_drc.cpp Try to fix initial widgets size calculations on KDE, when using notebooks in dialogs 2016-07-02 16:13:10 +02:00
dialog_drc.h Fix bug: DRC report to File crashes Pcbnew, if the file cannot be created (for instance if the CWD is not writable, or if the path does not exist) 2016-06-15 19:00:30 +02:00
dialog_drc_base.cpp Fix bug: DRC report to File crashes Pcbnew, if the file cannot be created (for instance if the CWD is not writable, or if the path does not exist) 2016-06-15 19:00:30 +02:00
dialog_drc_base.fbp Fix bug: DRC report to File crashes Pcbnew, if the file cannot be created (for instance if the CWD is not writable, or if the path does not exist) 2016-06-15 19:00:30 +02:00
dialog_drc_base.h Fix bug: DRC report to File crashes Pcbnew, if the file cannot be created (for instance if the CWD is not writable, or if the path does not exist) 2016-06-15 19:00:30 +02:00
dialog_drclistbox.h Very minor fixes. 2012-08-03 17:43:15 +02:00
dialog_edit_module_for_BoardEditor.cpp Move call of SetSizeHints in dialogs in a wxInitDialogEvent event, because some widgets sizes are not fully initialized before this event. 2016-07-02 14:44:36 +02:00
dialog_edit_module_for_BoardEditor.h Move call of SetSizeHints in a few dialogs form the dlg ctor to a wxInitDialogEvent event, because some widgets sizes are not fully initialized before this event is fired. 2016-07-02 18:32:03 +02:00
dialog_edit_module_for_BoardEditor_base.cpp Move call of SetSizeHints in dialogs in a wxInitDialogEvent event, because some widgets sizes are not fully initialized before this event. 2016-07-02 14:44:36 +02:00
dialog_edit_module_for_BoardEditor_base.fbp Move call of SetSizeHints in dialogs in a wxInitDialogEvent event, because some widgets sizes are not fully initialized before this event. 2016-07-02 14:44:36 +02:00
dialog_edit_module_for_BoardEditor_base.h Move call of SetSizeHints in dialogs in a wxInitDialogEvent event, because some widgets sizes are not fully initialized before this event. 2016-07-02 14:44:36 +02:00
dialog_edit_module_for_Modedit.cpp Move call of SetSizeHints in dialogs in a wxInitDialogEvent event, because some widgets sizes are not fully initialized before this event. 2016-07-02 14:44:36 +02:00
dialog_edit_module_for_Modedit.h Move call of SetSizeHints in a few dialogs form the dlg ctor to a wxInitDialogEvent event, because some widgets sizes are not fully initialized before this event is fired. 2016-07-02 18:32:03 +02:00
dialog_edit_module_for_Modedit_base.cpp Move call of SetSizeHints in dialogs in a wxInitDialogEvent event, because some widgets sizes are not fully initialized before this event. 2016-07-02 14:44:36 +02:00
dialog_edit_module_for_Modedit_base.fbp Move call of SetSizeHints in dialogs in a wxInitDialogEvent event, because some widgets sizes are not fully initialized before this event. 2016-07-02 14:44:36 +02:00
dialog_edit_module_for_Modedit_base.h Move call of SetSizeHints in dialogs in a wxInitDialogEvent event, because some widgets sizes are not fully initialized before this event. 2016-07-02 14:44:36 +02:00
dialog_edit_module_text.cpp Fix uninitialized fields 2016-05-10 22:36:23 -04:00
dialog_edit_module_text.h Refactor dialog_edit_module_text and nuke the 0.1 degrees 2016-04-09 16:17:19 -04:00
dialog_edit_module_text_base.cpp Fix a few deprecated compil warnings in dialogs generated by wxformbuilder 2016-05-11 10:51:07 +02:00
dialog_edit_module_text_base.fbp Refactor dialog_edit_module_text and nuke the 0.1 degrees 2016-04-09 16:17:19 -04:00
dialog_edit_module_text_base.h Fix a few deprecated compil warnings in dialogs generated by wxformbuilder 2016-05-11 10:51:07 +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 Code cleanup: Remove outdated decimils to/from iu defines and conversion functions (decimils are no more in use since a long time). 2016-06-05 13:49:25 +02:00
dialog_export_idf_base.cpp Pcbnew: minor IDF export dialog fixes. 2015-09-10 15:48:28 -04:00
dialog_export_idf_base.fbp Pcbnew: minor IDF export dialog fixes. 2015-09-10 15:48:28 -04:00
dialog_export_idf_base.h Pcbnew: minor IDF export dialog fixes. 2015-09-10 15:48:28 -04:00
dialog_export_vrml.cpp Fix Bug #1529214 (pcbnew VRML export dialog settings have no effect) 2015-12-27 18:33:15 +01:00
dialog_export_vrml_base.cpp Fix crash when exporting vrml (see bug Bug #1502549) when there is a Glu error. 2015-10-04 13:46:56 +02:00
dialog_export_vrml_base.fbp Fix crash when exporting vrml (see bug Bug #1502549) when there is a Glu error. 2015-10-04 13:46:56 +02:00
dialog_export_vrml_base.h Fix crash when exporting vrml (see bug Bug #1502549) when there is a Glu error. 2015-10-04 13:46:56 +02:00
dialog_find.cpp Small cleanup: remove a few unnecessary casts, and minor cleaning code. 2015-09-03 09:44: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 Pcbnew: Enhancement: in Get footprint (hotkey 'T') : better footprint selector dialog. 2015-12-20 19:47:52 +01: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 Footprint wizard: fixes and enhancements in python scripts. 2015-10-31 12:54:48 +01:00
dialog_footprint_wizard_list.h Footprint wizard: fixes and enhancements in python scripts. 2015-10-31 12:54:48 +01:00
dialog_footprint_wizard_list_base.cpp Footprint wizard: fixes and enhancements in python scripts. 2015-10-31 12:54:48 +01:00
dialog_footprint_wizard_list_base.fbp Footprint wizard: fixes and enhancements in python scripts. 2015-10-31 12:54:48 +01:00
dialog_footprint_wizard_list_base.h Footprint wizard: fixes and enhancements in python scripts. 2015-10-31 12:54:48 +01: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 Default and most recently used path fixes. (fixes: 1494210) 2015-09-25 15:38:09 -04: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 Fix a few shadowed local variables and deprecated warnings in dialogs (using a very recent wxformbuilder version). 2016-05-10 08:56:03 +02:00
dialog_freeroute_exchange_base.fbp Many minor fixes (like bug #1477213). Better help in dialog environment variables editor (the tooltip was never shown on Windows) 2015-07-24 12:23:34 +02:00
dialog_freeroute_exchange_base.h Fix a few shadowed local variables and deprecated warnings in dialogs (using a very recent wxformbuilder version). 2016-05-10 08:56:03 +02:00
dialog_freeroute_exchange_help.html minor cleanup. minor enhancements. Finish file housekeeping. add Bug 682586 fix from Mark van Doesburg. 2010-11-29 16:05:01 +01:00
dialog_gen_module_position_file_base.cpp Add CSV file format in pcbnew position files (and cleanup code) 2016-04-26 14:16:16 +02:00
dialog_gen_module_position_file_base.fbp Add CSV file format in pcbnew position files (and cleanup code) 2016-04-26 14:16:16 +02:00
dialog_gen_module_position_file_base.h Add CSV file format in pcbnew position files (and cleanup code) 2016-04-26 14:16:16 +02:00
dialog_gendrill.cpp Drill file generation: add the option to merge NPTH and PTH, which was disabled recently, due to code changes. 2015-11-16 19:42:58 +01:00
dialog_gendrill.h Drill file generation: add the option to merge NPTH and PTH, which was disabled recently, due to code changes. 2015-11-16 19:42:58 +01:00
dialog_gendrill_base.cpp pcbnew: correct minor grammatical errors 2016-02-05 14:34:23 -05:00
dialog_gendrill_base.fbp pcbnew: correct minor grammatical errors 2016-02-05 14:34:23 -05:00
dialog_gendrill_base.h Drill file generation: add the option to merge NPTH and PTH, which was disabled recently, due to code changes. 2015-11-16 19:42:58 +01:00
dialog_general_options.cpp Remove option to not show footprint ratsnest when moving 2016-06-11 22:34:07 -04:00
dialog_general_options.h Remove legacy option to zoom to selection on middle mouse button 2016-06-11 19:37:43 -04:00
dialog_general_options_BoardEditor_base.cpp Remove option to not show footprint ratsnest when moving 2016-06-11 22:34:07 -04:00
dialog_general_options_BoardEditor_base.fbp Remove option to not show footprint ratsnest when moving 2016-06-11 22:34:07 -04:00
dialog_general_options_BoardEditor_base.h Remove option to not show footprint ratsnest when moving 2016-06-11 22:34:07 -04:00
dialog_get_footprint_by_name.h Code reorganization, and change the way 3D viewer frame is managed (now using wxWidgets wxWindow::FindWindowByName() to know if it is existing) , to prepare others fixes. 2015-12-21 12:52:00 +01:00
dialog_get_footprint_by_name_base.cpp Pcbnew: Enhancement: in Get footprint (hotkey 'T') : better footprint selector dialog. 2015-12-20 19:47:52 +01:00
dialog_get_footprint_by_name_base.fbp Pcbnew: Enhancement: in Get footprint (hotkey 'T') : better footprint selector dialog. 2015-12-20 19:47:52 +01:00
dialog_get_footprint_by_name_base.h Pcbnew: Enhancement: in Get footprint (hotkey 'T') : better footprint selector dialog. 2015-12-20 19:47:52 +01:00
dialog_global_deletion.cpp Replace boost::function and boost::bind with their std:: counterparts 2016-06-29 12:23:11 +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 Pcbnew: minor global delete dialog fixes. 2015-09-10 16:00:18 -04:00
dialog_global_deletion_base.fbp Pcbnew: minor global delete dialog fixes. 2015-09-10 16:00:18 -04:00
dialog_global_deletion_base.h Pcbnew: minor global delete dialog fixes. 2015-09-10 16:00:18 -04:00
dialog_global_edit_tracks_and_vias.cpp 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 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_global_edit_tracks_and_vias_base.fbp 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_global_edit_tracks_and_vias_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_global_modules_fields_edition.cpp fix Tickness typo 2016-02-11 16:02:37 +01:00
dialog_global_modules_fields_edition_base.cpp fix Tickness typo 2016-02-11 16:02:37 +01:00
dialog_global_modules_fields_edition_base.fbp fix Tickness typo 2016-02-11 16:02:37 +01:00
dialog_global_modules_fields_edition_base.h fix Tickness typo 2016-02-11 16:02:37 +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 Fix signedness in a couple comparisons (warning suppression) 2016-04-12 19:18:42 -04:00
dialog_graphic_item_properties_base.cpp Nuke 0.1deg units in DIALOG_GRAPHIC_ITEM_PROPERTIES 2016-04-11 10:27:32 -04:00
dialog_graphic_item_properties_base.fbp Nuke 0.1deg units in DIALOG_GRAPHIC_ITEM_PROPERTIES 2016-04-11 10:27:32 -04:00
dialog_graphic_item_properties_base.h Nuke 0.1deg units in DIALOG_GRAPHIC_ITEM_PROPERTIES 2016-04-11 10:27:32 -04:00
dialog_graphic_item_properties_for_Modedit.cpp Fix signedness in a couple comparisons (warning suppression) 2016-04-12 19:18:42 -04: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 Pcbnew: minor graphic items properties dialog improvements. 2015-09-11 10:31:45 -04:00
dialog_graphic_items_options_base.fbp Pcbnew: minor graphic items properties dialog improvements. 2015-09-11 10:31:45 -04:00
dialog_graphic_items_options_base.h Pcbnew: minor graphic items properties dialog improvements. 2015-09-11 10:31:45 -04:00
dialog_keepout_area_properties.cpp Gerber file X2 attribute: Change the attribute Project Id key word from .TF.JobId to .TF.ProjectId, due to a change between the draft Gerber file format specif and a the final specifs (Revision 2015.08). 2015-10-14 09:20:28 +02:00
dialog_keepout_area_properties_base.cpp Pcbnew: minor keep out zone properties dialog fixes. 2015-09-21 11:36:13 -04:00
dialog_keepout_area_properties_base.fbp Pcbnew: minor keep out zone properties dialog fixes. 2015-09-21 11:36:13 -04:00
dialog_keepout_area_properties_base.h Pcbnew: minor keep out zone properties dialog fixes. 2015-09-21 11:36:13 -04:00
dialog_layer_selection_base.cpp Prepare rounded rect and custom shaped pads: add plot functions. It fixes also a pcbnew crash in HPGL mode when plotting trapezoidal pads. 2016-02-10 17:02:40 +01:00
dialog_layer_selection_base.fbp Prepare rounded rect and custom shaped pads: add plot functions. It fixes also a pcbnew crash in HPGL mode when plotting trapezoidal pads. 2016-02-10 17:02:40 +01:00
dialog_layer_selection_base.h Prepare rounded rect and custom shaped pads: add plot functions. It fixes also a pcbnew crash in HPGL mode when plotting trapezoidal pads. 2016-02-10 17:02:40 +01:00
dialog_layers_setup.cpp Fix a few wording issues in dialogs (dialog plot and dialog move exact) for translators (more explicit words/sentences to remove ambiguities). 2015-10-20 20:03:07 +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 Remove MaxUndoItems, make devel option DevelMaxUndoItems 2016-05-12 12:51:32 -04:00
dialog_modedit_options_base.cpp Remove MaxUndoItems, make devel option DevelMaxUndoItems 2016-05-12 12:51:32 -04:00
dialog_modedit_options_base.fbp Remove MaxUndoItems, make devel option DevelMaxUndoItems 2016-05-12 12:51:32 -04:00
dialog_modedit_options_base.h Remove MaxUndoItems, make devel option DevelMaxUndoItems 2016-05-12 12:51:32 -04:00
dialog_move_exact.cpp Pcbnew: Fix a very minor bug ( The "Move exactly..." sometimes truncates the saved parameter floating point values during a session) 2016-05-11 12:16:07 +02:00
dialog_move_exact.fbp Fix a few wording issues in dialogs (dialog plot and dialog move exact) for translators (more explicit words/sentences to remove ambiguities). 2015-10-20 20:03:07 +02:00
dialog_move_exact.h Fix a few wording issues in dialogs (dialog plot and dialog move exact) for translators (more explicit words/sentences to remove ambiguities). 2015-10-20 20:03:07 +02:00
dialog_move_exact_base.cpp Fix a few wording issues in dialogs (dialog plot and dialog move exact) for translators (more explicit words/sentences to remove ambiguities). 2015-10-20 20:03:07 +02:00
dialog_move_exact_base.h Fix a few wording issues in dialogs (dialog plot and dialog move exact) for translators (more explicit words/sentences to remove ambiguities). 2015-10-20 20:03:07 +02:00
dialog_netlist.cpp Gerbview: when running gerbview from a command line, if a filename is given, and if it is a .drl file, it is loaded as drill file (instead of a gerber file, which generate an error message). 2016-06-05 14:26:39 +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 Correct multiple UI spelling errors 2016-05-02 10:01:43 -04:00
dialog_netlist_fbp.fbp Correct multiple UI spelling errors 2016-05-02 10:01:43 -04:00
dialog_netlist_fbp.h Pcbnew: Fix some issues in dialog netlist: remove useless check box, avoid a message sometimes erroneously shown, use lazy mode to build the netlist report, store the netlist report options in user config. 2015-07-24 20:49:47 +02:00
dialog_non_copper_zones_properties.cpp Fix a few shadowed local vars which make the code not so easy to analyze. 2016-04-29 13:10:31 +02: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_pad_properties.cpp Eechema, Component editor: Fix a bug in Pin properties dialog: a parameter used to draw the pin in preview canvas was incorrect, due to code change in draw pin. 2016-05-19 18:38:36 +02:00
dialog_pad_properties.h Very minor changes: minor coding style fixes, and remove a few local shadowed variables (mainly local variables having the same name in the same function) detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) 2016-04-12 17:50:42 +02:00
dialog_pad_properties_base.cpp Minor fixes: Fix a few shadowed local variables, and deprecated warnings is a few dialogs generated by wxFormbuilder (using a very recent wxFormbuilder version, after apr 25, 2016) 2016-05-06 17:15:30 +02:00
dialog_pad_properties_base.fbp Eliminate 0.1deg units in DIALOG_PAD_PROPERTIES 2016-04-10 18:14:28 -04:00
dialog_pad_properties_base.h Minor fixes: Fix a few shadowed local variables, and deprecated warnings is a few dialogs generated by wxFormbuilder (using a very recent wxFormbuilder version, after apr 25, 2016) 2016-05-06 17:15:30 +02:00
dialog_pcb_text_properties.cpp DIALOG_SHIM: add void FinishDialogSettings() method which calls the usual methods at end of a dialog, to ensure proper size and position, the first time the dialog is called. 2016-07-02 11:35:52 +02:00
dialog_pcb_text_properties_base.cpp DIALOG_SHIM: add void FinishDialogSettings() method which calls the usual methods at end of a dialog, to ensure proper size and position, the first time the dialog is called. 2016-07-02 11:35:52 +02:00
dialog_pcb_text_properties_base.fbp DIALOG_SHIM: add void FinishDialogSettings() method which calls the usual methods at end of a dialog, to ensure proper size and position, the first time the dialog is called. 2016-07-02 11:35:52 +02:00
dialog_pcb_text_properties_base.h DIALOG_SHIM: add void FinishDialogSettings() method which calls the usual methods at end of a dialog, to ensure proper size and position, the first time the dialog is called. 2016-07-02 11:35:52 +02:00
dialog_plot.cpp HPGL plot dialog: remove no more in use Pen Overlap parameter. Fix incorrect polygon fill by setting the hpgl pen thickness in hpgl file. Add filled circle (previously, a circle was never filled) 2016-02-11 13:14:46 +01: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 HPGL plot dialog: remove no more in use Pen Overlap parameter. Fix incorrect polygon fill by setting the hpgl pen thickness in hpgl file. Add filled circle (previously, a circle was never filled) 2016-02-11 13:14:46 +01:00
dialog_plot_base.fbp HPGL plot dialog: remove no more in use Pen Overlap parameter. Fix incorrect polygon fill by setting the hpgl pen thickness in hpgl file. Add filled circle (previously, a circle was never filled) 2016-02-11 13:14:46 +01:00
dialog_plot_base.h HPGL plot dialog: remove no more in use Pen Overlap parameter. Fix incorrect polygon fill by setting the hpgl pen thickness in hpgl file. Add filled circle (previously, a circle was never filled) 2016-02-11 13:14:46 +01: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 Add tool tips in pns settings dialogs. Use default events handlers in cancel and ok buttons and close window. 2015-10-16 17:56:50 +02:00
dialog_pns_settings.h Add tool tips in pns settings dialogs. Use default events handlers in cancel and ok buttons and close window. 2015-10-16 17:56:50 +02:00
dialog_pns_settings_base.cpp Fix a few deprecated compil warnings in dialogs generated by wxformbuilder 2016-05-11 10:51:07 +02:00
dialog_pns_settings_base.fbp Add tool tips in pns settings dialogs. Use default events handlers in cancel and ok buttons and close window. 2015-10-16 17:56:50 +02:00
dialog_pns_settings_base.h Fix a few deprecated compil warnings in dialogs generated by wxformbuilder 2016-05-11 10:51:07 +02:00
dialog_print_for_modedit.cpp Move call of SetSizeHints in a few dialogs form the dlg ctor to a wxInitDialogEvent event, because some widgets sizes are not fully initialized before this event is fired. 2016-07-02 18:32:03 +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 Move call of SetSizeHints in a few dialogs form the dlg ctor to a wxInitDialogEvent event, because some widgets sizes are not fully initialized before this event is fired. 2016-07-02 18:32:03 +02:00
dialog_print_using_printer_base.cpp Move call of SetSizeHints in a few dialogs form the dlg ctor to a wxInitDialogEvent event, because some widgets sizes are not fully initialized before this event is fired. 2016-07-02 18:32:03 +02:00
dialog_print_using_printer_base.fbp Move call of SetSizeHints in a few dialogs form the dlg ctor to a wxInitDialogEvent event, because some widgets sizes are not fully initialized before this event is fired. 2016-07-02 18:32:03 +02:00
dialog_print_using_printer_base.h Move call of SetSizeHints in a few dialogs form the dlg ctor to a wxInitDialogEvent event, because some widgets sizes are not fully initialized before this event is fired. 2016-07-02 18:32:03 +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 Fix incorrect default URL in wizard_add_fplib_base. Update an old test dialog. 2015-08-30 13:00:30 +02:00
dialog_scripting_base.fbp Fix incorrect default URL in wizard_add_fplib_base. Update an old test dialog. 2015-08-30 13:00:30 +02:00
dialog_scripting_base.h Fix incorrect default URL in wizard_add_fplib_base. Update an old test dialog. 2015-08-30 13:00:30 +02:00
dialog_select_net_from_list.cpp Pcbnew: Dialog list and select net: better dialog and make net selection to highlight a net working on GAL. 2016-03-16 15:14:00 +01:00
dialog_select_net_from_list_base.cpp Pcbnew: Dialog list and select net: better dialog and make net selection to highlight a net working on GAL. 2016-03-16 15:14:00 +01:00
dialog_select_net_from_list_base.fbp Pcbnew: Dialog list and select net: better dialog and make net selection to highlight a net working on GAL. 2016-03-16 15:14:00 +01:00
dialog_select_net_from_list_base.h Pcbnew: Dialog list and select net: better dialog and make net selection to highlight a net working on GAL. 2016-03-16 15:14:00 +01:00
dialog_select_pretty_lib.cpp Fix a Coverity warning (potential bug) 2015-09-26 08:46:25 +02:00
dialog_select_pretty_lib.h Fix a Coverity warning (potential bug) 2015-09-26 08:46:25 +02:00
dialog_select_pretty_lib_base.cpp Add Set/GetOrientationDegrees and GetOrientationRadians for texts, pads and footprints to avoid internal units to usual angle units conversion in code (and avoid mistakes). 2016-05-02 12:49:14 +02:00
dialog_select_pretty_lib_base.fbp Add Set/GetOrientationDegrees and GetOrientationRadians for texts, pads and footprints to avoid internal units to usual angle units conversion in code (and avoid mistakes). 2016-05-02 12:49:14 +02:00
dialog_select_pretty_lib_base.h Add Set/GetOrientationDegrees and GetOrientationRadians for texts, pads and footprints to avoid internal units to usual angle units conversion in code (and avoid mistakes). 2016-05-02 12:49:14 +02:00
dialog_set_grid.cpp Added an option change grid style. Refactored DIALOG_SET_GRID. GAL can draw grid using lines or dots now. DIALOG_SET_GRID was refactored to use Transfer{From,To}Window() methods. 2016-05-02 16:15:24 +02:00
dialog_set_grid_base.cpp Added an option change grid style. Refactored DIALOG_SET_GRID. GAL can draw grid using lines or dots now. DIALOG_SET_GRID was refactored to use Transfer{From,To}Window() methods. 2016-05-02 16:15:24 +02:00
dialog_set_grid_base.fbp Added an option change grid style. Refactored DIALOG_SET_GRID. GAL can draw grid using lines or dots now. DIALOG_SET_GRID was refactored to use Transfer{From,To}Window() methods. 2016-05-02 16:15:24 +02:00
dialog_set_grid_base.h Added an option change grid style. Refactored DIALOG_SET_GRID. GAL can draw grid using lines or dots now. DIALOG_SET_GRID was refactored to use Transfer{From,To}Window() methods. 2016-05-02 16:15:24 +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 Make forward declaration of SELECTION consistant with actual declaration. 2015-09-13 15:38:27 -04:00
dialog_track_via_properties_base.cpp Pcbnew: minor track and via property dialog fixes. 2015-09-11 10:02:57 -04:00
dialog_track_via_properties_base.fbp Pcbnew: minor track and via property dialog fixes. 2015-09-11 10:02:57 -04:00
dialog_track_via_properties_base.h Pcbnew: minor track and via property dialog fixes. 2015-09-11 10:02:57 -04:00
dialog_track_via_size.cpp Gerber file X2 attribute: Change the attribute Project Id key word from .TF.JobId to .TF.ProjectId, due to a change between the draft Gerber file format specif and a the final specifs (Revision 2015.08). 2015-10-14 09:20:28 +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
dialog_update_pcb.cpp Replace BOOST_FOREACH with C++11 range based for. 2016-06-29 16:07:55 -04:00
dialog_update_pcb.fbp eeschema: single click PCB update feature added 2016-01-29 11:24:39 +01:00
dialog_update_pcb.h eeschema: single click PCB update feature added 2016-01-29 11:24:39 +01:00
dialog_update_pcb_base.cpp eeschema: single click PCB update feature added 2016-01-29 11:24:39 +01:00
dialog_update_pcb_base.h eeschema: single click PCB update feature added 2016-01-29 11:24:39 +01:00
wizard_3DShape_Libs_downloader.cpp wizard_3DShape_Libs_downloader : show/hide warning message when the target local folder name is modified by hand. 2015-09-26 18:03:38 +02:00
wizard_3DShape_Libs_downloader.h wizard_3DShape_Libs_downloader : show/hide warning message when the target local folder name is modified by hand. 2015-09-26 18:03:38 +02:00
wizard_3DShape_Libs_downloader_base.cpp wizard_3DShape_Libs_downloader : show/hide warning message when the target local folder name is modified by hand. 2015-09-26 18:03:38 +02:00
wizard_3DShape_Libs_downloader_base.fbp wizard_3DShape_Libs_downloader : show/hide warning message when the target local folder name is modified by hand. 2015-09-26 18:03:38 +02:00
wizard_3DShape_Libs_downloader_base.h wizard_3DShape_Libs_downloader : show/hide warning message when the target local folder name is modified by hand. 2015-09-26 18:03:38 +02:00
wizard_add_fplib.cpp A few minor fixes for compil warnings (shadowed variables and deprecated auto_ptr) 2016-05-29 17:02:34 +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 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