kicad/pcbnew/dialogs
jean-pierre charras cd85ee626b Cosmetic enhancement: change plot icon in menus.
3dviewer: back to double (from float) in class S3D_MASTER for 3 members (m_MatScale, m_MatRotation, m_MatPosition) which are used in dialogs and r/w file functions, which expect double.
Using float create minor but unwanted issues in  r/w file functions.
S3D_MATERIAL: enable all color options: if a 3d shape has bad color parameters, the shape must be modified, not the 3d rendering.
The rendering now matches what we see in other vrml viewer like FreeCAD.
Some minor coding style fixes.
2014-08-09 20:18:04 +02:00
..
dialog_SVG_print.cpp Pcbnew: fix issue for "one file per layer" option in "Export SVG file" 2014-07-23 15:01:23 +02:00
dialog_SVG_print_base.cpp Fix Bug #1335914 (Export SVG menu) hangs pcbnew permanently. 2014-06-30 21:19:58 +02:00
dialog_SVG_print_base.fbp Fix Bug #1335914 (Export SVG menu) hangs pcbnew permanently. 2014-06-30 21:19:58 +02:00
dialog_SVG_print_base.h Fix Bug #1335914 (Export SVG menu) hangs pcbnew permanently. 2014-06-30 21:19:58 +02:00
dialog_block_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_block_options_base.fbp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_block_options_base.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05: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 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_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 dialog non copper zones: better look. dialog copper zones: fix a minor bug. 2014-07-15 18:53:13 +02:00
dialog_copper_zones_base.cpp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_copper_zones_base.fbp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_copper_zones_base.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_design_rules.cpp Fixes the bug that causes pcbnew crash, when there are multiple net classes and the plot dialog was opened. 2014-05-20 11:29:37 +02:00
dialog_design_rules.h Moved NETCLASSES to BOARD_DESIGN_SETTINGS. 2014-05-13 11:22:51 +02:00
dialog_design_rules_aux_helper_class.h *) Add PLUGIN::FootprintLibOptions( PROPERTIES* ), and extend DIALOG_FP_PLUGIN_OPTIONS to use it. 2013-11-11 18:17:27 -06:00
dialog_design_rules_base.cpp Fix some issues in modview, relative to few incorrect use of some wxAuiManager functions. 2014-01-19 14:12:57 +01:00
dialog_design_rules_base.fbp Fix some issues in modview, relative to few incorrect use of some wxAuiManager functions. 2014-01-19 14:12:57 +01:00
dialog_design_rules_base.h Fix some issues in modview, relative to few incorrect use of some wxAuiManager functions. 2014-01-19 14:12:57 +01: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 Remove 2 global variables: g_DrawBgColor and g_ShowPageLimits. 2014-06-20 13:13:04 +02:00
dialog_display_options.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_display_options_base.cpp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_display_options_base.fbp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_display_options_base.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_drc.cpp * KIWAY Milestone A): Make major modules into DLL/DSOs. 2014-03-19 19:42:08 -05:00
dialog_drc.h Pcbnew: fix an issue with very old .brd files. 2014-06-06 12:30:07 +02:00
dialog_drc_base.cpp Fix some compil warnings and Debug assertions 2014-06-04 19:34:23 +02:00
dialog_drc_base.fbp Fix some compil warnings and Debug assertions 2014-06-04 19:34:23 +02:00
dialog_drc_base.h Fix some compil warnings and Debug assertions 2014-06-04 19:34:23 +02:00
dialog_drclistbox.h Very minor fixes. 2012-08-03 17:43:15 +02:00
dialog_edit_module_for_BoardEditor.cpp Cosmetic enhancement: change plot icon in menus. 2014-08-09 20:18:04 +02:00
dialog_edit_module_for_BoardEditor.h Cosmetic enhancement: change plot icon in menus. 2014-08-09 20:18:04 +02:00
dialog_edit_module_for_BoardEditor_base.cpp Use environment KISYS3DMOD to know defaut path for 3D shapes in footprint editors dialogs. 2014-02-10 10:30:08 +01:00
dialog_edit_module_for_BoardEditor_base.fbp Use environment KISYS3DMOD to know defaut path for 3D shapes in footprint editors dialogs. 2014-02-10 10:30:08 +01:00
dialog_edit_module_for_BoardEditor_base.h Use environment KISYS3DMOD to know defaut path for 3D shapes in footprint editors dialogs. 2014-02-10 10:30:08 +01:00
dialog_edit_module_for_Modedit.cpp Cosmetic enhancement: change plot icon in menus. 2014-08-09 20:18:04 +02:00
dialog_edit_module_for_Modedit.h Cosmetic enhancement: change plot icon in menus. 2014-08-09 20:18:04 +02:00
dialog_edit_module_for_Modedit_base.cpp Use environment KISYS3DMOD to know defaut path for 3D shapes in footprint editors dialogs. 2014-02-10 10:30:08 +01:00
dialog_edit_module_for_Modedit_base.fbp Use environment KISYS3DMOD to know defaut path for 3D shapes in footprint editors dialogs. 2014-02-10 10:30:08 +01:00
dialog_edit_module_for_Modedit_base.h Use environment KISYS3DMOD to know defaut path for 3D shapes in footprint editors dialogs. 2014-02-10 10:30:08 +01:00
dialog_edit_module_text.cpp Created a header file for DialogEditModuleText class. 2014-07-09 14:01:06 +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 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_edit_module_text_base.fbp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_edit_module_text_base.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_enum_pads.cpp Added settings dialog for Pad Enumeration tool. 2014-07-09 15:10:32 +02: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 Added settings dialog for Pad Enumeration tool. 2014-07-09 15:10:32 +02:00
dialog_enum_pads_base.fbp Added settings dialog for Pad Enumeration tool. 2014-07-09 15:10:32 +02:00
dialog_enum_pads_base.h Added settings dialog for Pad Enumeration tool. 2014-07-09 15:10:32 +02:00
dialog_exchange_modules_base.cpp All: GetBoundingBox returns now a const EDA_RECT. 2013-11-24 18:48:14 +01:00
dialog_exchange_modules_base.fbp All: GetBoundingBox returns now a const EDA_RECT. 2013-11-24 18:48:14 +01:00
dialog_exchange_modules_base.h All: GetBoundingBox returns now a const EDA_RECT. 2013-11-24 18:48:14 +01:00
dialog_export_idf.cpp IDF tools: code cleanup and debugging 2014-06-05 20:37:04 +02:00
dialog_export_idf_base.cpp add patch from Cirilo Bernardo, and minor fixes. 2014-01-25 13:23:29 +01:00
dialog_export_idf_base.fbp add patch from Cirilo Bernardo, and minor fixes. 2014-01-25 13:23:29 +01:00
dialog_export_idf_base.h add patch from Cirilo Bernardo, and minor fixes. 2014-01-25 13:23:29 +01:00
dialog_export_vrml.cpp merge tip in, resolve. 2014-03-20 01:24:33 -05:00
dialog_export_vrml_base.cpp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_export_vrml_base.fbp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_export_vrml_base.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_find.cpp Code cleanup: Pcbnew: move files relative to exort functions to the new folder exporters 2014-01-08 15:18:51 +01: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 Pcbnew: footprint wizard dialogs: minor fixes, and fixes a not working parmeters dialog under Windows, due to an incorrect Printf format. 2013-08-05 15:43:15 +02:00
dialog_footprint_wizard_list.fbp Pcbnew: footprint wizard dialogs: minor fixes, and fixes a not working parmeters dialog under Windows, due to an incorrect Printf format. 2013-08-05 15:43:15 +02:00
dialog_footprint_wizard_list.h Pcbnew: fix an issue with very old .brd files. 2014-06-06 12:30:07 +02:00
dialog_footprint_wizard_list_base.cpp Pcbnew: footprint wizard dialogs: minor fixes, and fixes a not working parmeters dialog under Windows, due to an incorrect Printf format. 2013-08-05 15:43:15 +02:00
dialog_footprint_wizard_list_base.h Pcbnew: footprint wizard dialogs: minor fixes, and fixes a not working parmeters dialog under Windows, due to an incorrect Printf format. 2013-08-05 15:43:15 +02:00
dialog_fp_lib_table.cpp fix bug lp:1319839 2014-05-21 01:06:52 -05:00
dialog_fp_lib_table_base.cpp Fix broken download_boost.cmake. Fix minor other issues: 2013-12-22 20:02:04 +01:00
dialog_fp_lib_table_base.fbp Fix broken download_boost.cmake. Fix minor other issues: 2013-12-22 20:02:04 +01:00
dialog_fp_lib_table_base.h Fix broken download_boost.cmake. Fix minor other issues: 2013-12-22 20:02:04 +01: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 Dialog fp plugin option: Fix compil issue under gcc 4.4 (does not happen with 4.6 and later) about an overloaded function. 2013-12-27 12:44:40 +01:00
dialog_fp_plugin_options_base.fbp Dialog fp plugin option: Fix compil issue under gcc 4.4 (does not happen with 4.6 and later) about an overloaded function. 2013-12-27 12:44:40 +01:00
dialog_fp_plugin_options_base.h Dialog fp plugin option: Fix compil issue under gcc 4.4 (does not happen with 4.6 and later) about an overloaded function. 2013-12-27 12:44:40 +01:00
dialog_freeroute_exchange.cpp Finishing dialog_freeroute_exchange.cpp changes to run freeroute.jar if found in kicad binaries. 2014-03-29 21:00:14 +01:00
dialog_freeroute_exchange.h Pcbnew: Fix bug #1296649 (Text on flipped modules incorrectly placed). 2014-03-27 18:45:05 +01:00
dialog_freeroute_exchange_base.cpp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_freeroute_exchange_base.fbp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_freeroute_exchange_base.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05: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 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_gen_module_position_file_base.fbp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_gen_module_position_file_base.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_gendrill.cpp Pcbnew: fix bug when generating drill files for blind/buried vias. 2014-07-20 16:46:59 +02:00
dialog_gendrill.h merge tip in, resolve. 2014-03-20 01:24:33 -05:00
dialog_gendrill_base.cpp Fix some compil warnings and Debug assertions 2014-06-04 19:34:23 +02:00
dialog_gendrill_base.fbp Fix some compil warnings and Debug assertions 2014-06-04 19:34:23 +02:00
dialog_gendrill_base.h Fix some compil warnings and Debug assertions 2014-06-04 19:34:23 +02:00
dialog_general_options.cpp Changes in display options are handled by PCBNEW_CONTROL (GAL). 2014-07-09 15:02:56 +02:00
dialog_general_options.h Constification of HitTest and GetParent 2014-05-04 19:08:36 +02:00
dialog_general_options_BoardEditor_base.cpp Pcbnew: change general properties dialog rotation angle to text edit control. 2013-12-17 16:38:20 -05:00
dialog_general_options_BoardEditor_base.fbp Pcbnew: change general properties dialog rotation angle to text edit control. 2013-12-17 16:38:20 -05:00
dialog_general_options_BoardEditor_base.h Pcbnew: change general properties dialog rotation angle to text edit control. 2013-12-17 16:38:20 -05:00
dialog_global_deletion.cpp Ratsnest is recalculated after global deletion of tracks and after importing a netlist. 2014-07-09 15:10:32 +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: fix global deletion bug and minor dialog changes. (fixes lp:1263795) 2014-03-01 12:20:22 -05:00
dialog_global_deletion_base.fbp Pcbnew: fix global deletion bug and minor dialog changes. (fixes lp:1263795) 2014-03-01 12:20:22 -05:00
dialog_global_deletion_base.h Pcbnew: fix global deletion bug and minor dialog changes. (fixes lp:1263795) 2014-03-01 12:20:22 -05:00
dialog_global_edit_tracks_and_vias.cpp Fixes the bug that causes pcbnew crash, when there are multiple net classes and the plot dialog was opened. 2014-05-20 11:29:37 +02: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 * KIWAY Milestone A): Make major modules into DLL/DSOs. 2014-03-19 19:42:08 -05:00
dialog_global_modules_fields_edition_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_modules_fields_edition_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_modules_fields_edition_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_pads_edition_base.cpp wxID_CANCEL, 5 pixel border around sizers, resizable search combobox, dialog_shim usage on a few dialogs 2013-02-22 07:47:35 -06:00
dialog_global_pads_edition_base.fbp wxID_CANCEL, 5 pixel border around sizers, resizable search combobox, dialog_shim usage on a few dialogs 2013-02-22 07:47:35 -06:00
dialog_global_pads_edition_base.h wxID_CANCEL, 5 pixel border around sizers, resizable search combobox, dialog_shim usage on a few dialogs 2013-02-22 07:47:35 -06:00
dialog_graphic_item_properties.cpp LAYER_ID work 2014-06-29 08:05:51 -05:00
dialog_graphic_item_properties_base.cpp pcbnew: fix wxWidgets 2.8 compatibility issue (temporary fix, still have a minor cosmetic issue), and add missing file. 2013-09-03 21:37:52 +02:00
dialog_graphic_item_properties_base.fbp pcbnew: fix wxWidgets 2.8 compatibility issue (temporary fix, still have a minor cosmetic issue), and add missing file. 2013-09-03 21:37:52 +02:00
dialog_graphic_item_properties_base.h pcbnew: fix wxWidgets 2.8 compatibility issue (temporary fix, still have a minor cosmetic issue), and add missing file. 2013-09-03 21:37:52 +02:00
dialog_graphic_item_properties_for_Modedit.cpp LAYER_ID work 2014-06-29 08:05:51 -05:00
dialog_graphic_items_options.cpp * KIWAY Milestone A): Make major modules into DLL/DSOs. 2014-03-19 19:42:08 -05: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 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_graphic_items_options_base.fbp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_graphic_items_options_base.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05: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 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_keepout_area_properties_base.fbp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_keepout_area_properties_base.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05: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 re-work the LSET(int,...) constructor 2014-06-29 13:09:32 -05:00
dialog_layers_setup_base.cpp re-work the LSET(int,...) constructor 2014-06-29 13:09:32 -05:00
dialog_layers_setup_base.fbp re-work the LSET(int,...) constructor 2014-06-29 13:09:32 -05:00
dialog_layers_setup_base.h 1) Add 32 Cu Layers. 2014-06-24 11:17:18 -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 Add a min width parameter to plot solder mask layers. 2012-11-05 21:20:34 +01:00
dialog_mask_clearance_base.cpp Pl_Editor: fix minor issues in multi-lines texts 2013-08-18 17:49:04 +02:00
dialog_mask_clearance_base.fbp Pl_Editor: fix minor issues in multi-lines texts 2013-08-18 17:49:04 +02:00
dialog_mask_clearance_base.h Pl_Editor: fix minor issues in multi-lines texts 2013-08-18 17:49:04 +02:00
dialog_netlist.cpp netlist_stuff 2014-07-07 00:59:58 -05:00
dialog_netlist.h * KIWAY Milestone A): Make major modules into DLL/DSOs. 2014-03-19 19:42:08 -05:00
dialog_netlist_fbp.cpp Minor fixes and changes: 2014-07-29 18:38:27 +02:00
dialog_netlist_fbp.fbp Minor fixes and changes: 2014-07-29 18:38:27 +02:00
dialog_netlist_fbp.h Fix some compil warnings and Debug assertions 2014-06-04 19:34:23 +02:00
dialog_non_copper_zones_properties.cpp Fix wx28 compil issue, and a compil warning. 2014-07-15 20:13:08 +02:00
dialog_non_copper_zones_properties_base.cpp dialog non copper zones: better look. dialog copper zones: fix a minor bug. 2014-07-15 18:53:13 +02:00
dialog_non_copper_zones_properties_base.fbp dialog non copper zones: better look. dialog copper zones: fix a minor bug. 2014-07-15 18:53:13 +02:00
dialog_non_copper_zones_properties_base.h dialog non copper zones: better look. dialog copper zones: fix a minor bug. 2014-07-15 18:53:13 +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 Fixed vanishing pads issue in the pad properties dialog (GAL). 2014-07-28 14:01:29 +02:00
dialog_pad_properties_base.cpp GAL view in pad properties dialog - initial version. 2014-07-09 11:22:43 +02:00
dialog_pad_properties_base.fbp GAL view in pad properties dialog - initial version. 2014-07-09 11:22:43 +02:00
dialog_pad_properties_base.h GAL view in pad properties dialog - initial version. 2014-07-09 11:22:43 +02:00
dialog_pcb_text_properties.cpp LAYER_ID work 2014-06-29 08:05:51 -05:00
dialog_pcb_text_properties_base.cpp Pcbnew: use pcb layer box selector in dialog graphic item properties and pcb text properties. 2013-09-03 14:48:38 +02:00
dialog_pcb_text_properties_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_pcb_text_properties_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_plot.cpp Pcbnew: Rework on Gerber ouput: allows choice between format 4.5 and 4.6. Fix a minor issue in Gerber layers attributes. 2014-07-04 16:22:38 +02:00
dialog_plot.h 1) Add 32 Cu Layers. 2014-06-24 11:17:18 -05:00
dialog_plot_base.cpp Make some system error messages not translatable. Better comments in some dialogs. 2014-07-23 12:48:30 +02:00
dialog_plot_base.fbp Make some system error messages not translatable. Better comments in some dialogs. 2014-07-23 12:48:30 +02:00
dialog_plot_base.h Pcbnew: Rework on Gerber ouput: allows choice between format 4.5 and 4.6. Fix a minor issue in Gerber layers attributes. 2014-07-04 16:22:38 +02:00
dialog_pns_settings.cpp Long-awaited new version of the P&S router 2014-05-14 15:53:54 +02:00
dialog_pns_settings.h Long-awaited new version of the P&S router 2014-05-14 15:53:54 +02:00
dialog_pns_settings_base.cpp Very minor fixes. *.kicad_pcb files update to current Pcbnew version. 2014-07-20 12:41:14 +02:00
dialog_pns_settings_base.fbp Very minor fixes. *.kicad_pcb files update to current Pcbnew version. 2014-07-20 12:41:14 +02:00
dialog_pns_settings_base.h Very minor fixes. *.kicad_pcb files update to current Pcbnew version. 2014-07-20 12:41:14 +02:00
dialog_print_for_modedit.cpp * KIWAY Milestone A): Make major modules into DLL/DSOs. 2014-03-19 19:42:08 -05:00
dialog_print_for_modedit_base.cpp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_print_for_modedit_base.fbp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_print_for_modedit_base.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_print_using_printer.cpp 1) Add 32 Cu Layers. 2014-06-24 11:17:18 -05:00
dialog_print_using_printer_base.cpp Remove g_PcbPlotOptions, use wxformbuilder to subclass DIALOG_SHIM on several dialogs 2012-04-05 13:27:56 -05:00
dialog_print_using_printer_base.fbp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_print_using_printer_base.h Remove g_PcbPlotOptions, use wxformbuilder to subclass DIALOG_SHIM on several dialogs 2012-04-05 13:27:56 -05:00
dialog_scripting.cpp lajos kamocsay compilation patches 2012-04-09 08:53:24 +02:00
dialog_scripting.h Added a starting scripting dialog for tests 2012-03-01 08:21:53 +01:00
dialog_scripting_base.cpp Added a starting scripting dialog for tests 2012-03-01 08:21:53 +01:00
dialog_scripting_base.fbp 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 ModEdit: fix some issues due to the fact legacy footprint libraries cannot handle 32 copper layers, and are therefore no more editable: 2014-07-23 12:28:48 +02:00
dialog_select_pretty_lib.h ModEdit: fix some issues due to the fact legacy footprint libraries cannot handle 32 copper layers, and are therefore no more editable: 2014-07-23 12:28:48 +02:00
dialog_select_pretty_lib_base.cpp ModEdit: fix some issues due to the fact legacy footprint libraries cannot handle 32 copper layers, and are therefore no more editable: 2014-07-23 12:28:48 +02:00
dialog_select_pretty_lib_base.fbp ModEdit: fix some issues due to the fact legacy footprint libraries cannot handle 32 copper layers, and are therefore no more editable: 2014-07-23 12:28:48 +02:00
dialog_select_pretty_lib_base.h ModEdit: fix some issues due to the fact legacy footprint libraries cannot handle 32 copper layers, and are therefore no more editable: 2014-07-23 12:28:48 +02:00
dialog_set_grid.cpp *) Switch kicad.exe to using KIFACE modules for all major top level windows. 2014-04-19 13:47:20 -05:00
dialog_set_grid_base.cpp Pcbnew: footprint wizard dialogs: minor fixes, and fixes a not working parmeters dialog under Windows, due to an incorrect Printf format. 2013-08-05 15:43:15 +02:00
dialog_set_grid_base.fbp Pcbnew: footprint wizard dialogs: minor fixes, and fixes a not working parmeters dialog under Windows, due to an incorrect Printf format. 2013-08-05 15:43:15 +02:00
dialog_set_grid_base.h Pcbnew: footprint wizard dialogs: minor fixes, and fixes a not working parmeters dialog under Windows, due to an incorrect Printf format. 2013-08-05 15:43:15 +02:00
dialog_target_properties_base.cpp Pcbnew: minor target properties dialog improvements. 2013-11-20 11:03:09 -05:00
dialog_target_properties_base.fbp Pcbnew: minor target properties dialog improvements. 2013-11-20 11:03:09 -05:00
dialog_target_properties_base.h Pcbnew: minor target properties dialog improvements. 2013-11-20 11:03:09 -05:00
dialog_track_via_size.cpp 3d viewer: minor code cleaning (remove useless #include ) 2014-07-30 17:39:55 +02:00
dialog_track_via_size.h Long-awaited new version of the P&S router 2014-05-14 15:53:54 +02:00
dialog_track_via_size_base.cpp 3d viewer: minor code cleaning (remove useless #include ) 2014-07-30 17:39:55 +02:00
dialog_track_via_size_base.fbp 3d viewer: minor code cleaning (remove useless #include ) 2014-07-30 17:39:55 +02:00
dialog_track_via_size_base.h 3d viewer: minor code cleaning (remove useless #include ) 2014-07-30 17:39:55 +02:00