kicad/pcbnew/dialogs
jean-pierre charras bf2f480b7c Dialog exchange modules: add a fp selection from the fp viewer
Fix also an issue on Windows, when using the footprint viewer or the component viewer in modal mode:
Reason: these frames (when run under the Kicad manager) have the Kicad manager as parent, and were built with wxFRAME_FLOAT_ON_PARENT style.
On windows, when the frame with style wxFRAME_FLOAT_ON_PARENT is displayed  its parent frame is brought to the foreground, on the top of the calling frame.
and stays displayed when closing the  frame in modal mode.
This issue does not happen on unix so we use now wxSTAY_ON_TOP on Windows, and wxFRAME_FLOAT_ON_PARENT on unix to simulate a dialog called by ShowModal.
This is not perfect, but at least it works.
2015-06-22 19:21:34 +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 More module to footprint UI fixes. 2014-10-12 11:12:02 -04:00
dialog_block_options_base.fbp More module to footprint UI fixes. 2014-10-12 11:12:02 -04:00
dialog_block_options_base.h More module to footprint UI fixes. 2014-10-12 11:12:02 -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 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_cleaning_options_base.fbp Fix minor bugs in cleanup dialog options and plot solder mask function (thanks to Lorenzo to locate these bugs) 2013-09-18 21:21:11 +02:00
dialog_cleaning_options_base.h Fix minor bugs in cleanup dialog options and plot solder mask function (thanks to Lorenzo to locate these bugs) 2013-09-18 21:21:11 +02:00
dialog_copper_zones.cpp Pcbnew: fix Bug #1373468 (Non Copper Zones Properties dialog "Layer selection" empty) (Linux specific) 2014-09-25 09:07: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 Minor fixes: dialog_create_array.* files: clean code ( remove useless declarations and functions ). 2015-04-22 18:39:49 +02: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 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.fbp 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.h Minor fixes: dialog_create_array.* files: clean code ( remove useless declarations and functions ). 2015-04-22 18:39:49 +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 Cleaning code for PCB_LAYER_BOX_SELECTOR class, and use it in edit dimension dialog. 2013-09-01 20:38:11 +02:00
dialog_dimension_editor_base.fbp Pcbnew: use pcb layer box selector in dialog graphic item properties and pcb text properties. 2013-09-03 14:48:38 +02:00
dialog_dimension_editor_base.h Pcbnew: use pcb layer box selector in dialog graphic item properties and pcb text properties. 2013-09-03 14:48:38 +02: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 Zoom to DRC error after double clicking an entry (GAL). 2015-06-18 11:35:02 +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 Fix Bug #1431423 (pcbnew: edited 3d model filename is not saved). 2015-03-12 18:43:39 +01:00
dialog_edit_module_for_BoardEditor.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_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 Better handling of disabled layers when editing a footprint (value, ref) from the board editor (avoid the "illegal layer" message box when possible). 2015-04-17 12:24:35 +02: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 Dialog exchange modules: add a fp selection from the fp viewer 2015-06-22 19:21:34 +02:00
dialog_exchange_modules_base.fbp Dialog exchange modules: add a fp selection from the fp viewer 2015-06-22 19:21:34 +02:00
dialog_exchange_modules_base.h Dialog exchange modules: add a fp selection from the fp viewer 2015-06-22 19:21:34 +02:00
dialog_export_idf.cpp Minor dialog improvements. 2015-01-12 14:25:20 -05:00
dialog_export_idf_base.cpp Minor dialog improvements. 2015-01-12 14:25:20 -05:00
dialog_export_idf_base.fbp Minor dialog improvements. 2015-01-12 14:25:20 -05:00
dialog_export_idf_base.h Minor dialog improvements. 2015-01-12 14:25:20 -05:00
dialog_export_vrml.cpp Add option to VRML Export for Plain PCB (patch from Cirilo Bernardo) 2014-12-20 17:13:51 +01:00
dialog_export_vrml_base.cpp Add option to VRML Export for Plain PCB (patch from Cirilo Bernardo) 2014-12-20 17:13:51 +01:00
dialog_export_vrml_base.fbp Add option to VRML Export for Plain PCB (patch from Cirilo Bernardo) 2014-12-20 17:13:51 +01:00
dialog_export_vrml_base.h Add option to VRML Export for Plain PCB (patch from Cirilo Bernardo) 2014-12-20 17:13:51 +01: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 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_freeroute_exchange.h Freeroute dialog: remove freeroute access via java web start, because freeroutecanot be run now via java web start. 2014-12-22 17:58:43 +01:00
dialog_freeroute_exchange_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_freeroute_exchange_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_freeroute_exchange_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +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 EXCELLON_WRITER class, to allow gerber and drill files creation from a python script. 2015-04-29 17:37:37 +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: new zone filling algorithm using ClipperLib. Possibility to fall back to the old one 2015-06-12 17:13:18 +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: new zone filling algorithm using ClipperLib. Possibility to fall back to the old one 2015-06-12 17:13:18 +02:00
dialog_general_options_BoardEditor_base.fbp pcbnew: new zone filling algorithm using ClipperLib. Possibility to fall back to the old one 2015-06-12 17:13:18 +02:00
dialog_general_options_BoardEditor_base.h pcbnew: new zone filling algorithm using ClipperLib. Possibility to fall back to the old one 2015-06-12 17:13:18 +02:00
dialog_global_deletion.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 2014-08-24 09:05:07 +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 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_modedit_options_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_modedit_options_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_modedit_options_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_move_exact.cpp 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.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02: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 Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_move_exact_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_netlist.cpp WX_HTML_REPORT_PANEL: a REPORTER widget on steroids. 2015-06-16 14:20:42 +02:00
dialog_netlist.h Pcbnew: read netlist dialog: remove the .cmp file option. Use only the netlist to know the footprint associated to a component. 2015-06-12 14:46:41 +02:00
dialog_netlist_fbp.cpp WX_HTML_REPORT_PANEL: a REPORTER widget on steroids. 2015-06-16 14:20:42 +02:00
dialog_netlist_fbp.fbp WX_HTML_REPORT_PANEL: a REPORTER widget on steroids. 2015-06-16 14:20:42 +02:00
dialog_netlist_fbp.h WX_HTML_REPORT_PANEL: a REPORTER widget on steroids. 2015-06-16 14:20:42 +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 Coverity fixes. 2015-03-11 14:17:43 +01:00
dialog_pad_properties_base.cpp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_pad_properties_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_pad_properties_base.h Fixed dialogs asserts. 2015-06-15 15:54:58 +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 WX_HTML_REPORT_PANEL: a REPORTER widget on steroids. 2015-06-16 14:20:42 +02: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 WX_HTML_REPORT_PANEL: a REPORTER widget on steroids. 2015-06-16 14:20:42 +02:00
dialog_plot_base.fbp WX_HTML_REPORT_PANEL: a REPORTER widget on steroids. 2015-06-16 14:20:42 +02: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 Make OK button default in P&S router properties dialog. 2015-06-04 08:21:30 -04: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 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_pns_settings_base.fbp Fix title capitalization in P&S router properties dialog. 2015-06-05 09:59:57 -04:00
dialog_pns_settings_base.h Fix title capitalization in P&S router properties dialog. 2015-06-05 09:59:57 -04:00
dialog_print_for_modedit.cpp More fixes on Ubuntu/Unity for dialogs which are not displayed. 2014-11-19 18:13:55 +01: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 Fix minor bug #1429990 (3D viewer shows hidden footprint graphic texts ). Fix minor coverity warnings (not initialized members and dead code) 2015-03-11 14:59:43 +01: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 Minor fixes. Remove unused icon. Add 3 new icons. Change one icon (3 icons are from Konstantin Baranowskiy) 2014-12-11 13:00:59 +01:00
dialog_select_pretty_lib.h Minor fixes. Remove unused icon. Add 3 new icons. Change one icon (3 icons are from Konstantin Baranowskiy) 2014-12-11 13:00:59 +01:00
dialog_select_pretty_lib_base.cpp Minor fixes. Remove unused icon. Add 3 new icons. Change one icon (3 icons are from Konstantin Baranowskiy) 2014-12-11 13:00:59 +01:00
dialog_select_pretty_lib_base.fbp Minor fixes. Remove unused icon. Add 3 new icons. Change one icon (3 icons are from Konstantin Baranowskiy) 2014-12-11 13:00:59 +01:00
dialog_select_pretty_lib_base.h Minor fixes. Remove unused icon. Add 3 new icons. Change one icon (3 icons are from Konstantin Baranowskiy) 2014-12-11 13:00:59 +01:00
dialog_set_grid.cpp Pcbnew: fix minor issues about fast grid switching, and next/previous grid selection from hotkeys. (GAL mode still has an issue) 2015-05-12 11:05:36 +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_size.cpp Fixed initialization for custom track/via size values (PNS). More meaningful error messages. 2015-06-15 17:54:58 +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_add_fplib.cpp fp library wizard: remember last local download directory & refresh download progress dialog. 2015-06-22 14:24:40 +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