kicad/eeschema/dialogs
jean-pierre charras 5e5ec6f1a9 All: try to fix incorrect acs in plot SVG under wxWidgets 2.9:
wxWidgets 2.9 knows wxSVGFILEDC device context.
Unfortunately, arcs are drawn as pies (this is a feature, not a bug).
This is not correct for Kicad.
So Kicad has its own wxSVGFILEDC (named KicadSVGFileDC) that is basically the same as wxSVGFILEDC,
but with arcs drawn as arcs, not pies.
Note also under wxWidgets 2.8 does not know wxSVGFILEDC , so kicad had already its own SVG device context.
2012-03-07 21:18:00 +01:00
..
annotate_dialog.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
annotate_dialog.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_SVG_print.cpp All: try to fix incorrect acs in plot SVG under wxWidgets 2.9: 2012-03-07 21:18:00 +01:00
dialog_SVG_print.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_SVG_print_base.cpp Fix typo errors and make translations more easy. 2011-10-03 21:11:09 +02:00
dialog_SVG_print_base.fbp Fix typo errors and make translations more easy. 2011-10-03 21:11:09 +02:00
dialog_SVG_print_base.h Fix typo errors and make translations more easy. 2011-10-03 21:11:09 +02:00
dialog_annotate_base.cpp Dialog annotate changes to use new annotation algorithm. 2011-01-04 21:27:52 +01:00
dialog_annotate_base.fbp Dialog annotate changes to use new annotation algorithm. 2011-01-04 21:27:52 +01:00
dialog_annotate_base.h Dialog annotate changes to use new annotation algorithm. 2011-01-04 21:27:52 +01:00
dialog_build_BOM.cpp Fix compiler warnings introduced in 3430. 2012-02-23 14:54:54 +02:00
dialog_build_BOM.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_build_BOM_base.cpp More EESchema dialog file housekeeping 2010-11-17 16:47:27 -05:00
dialog_build_BOM_base.fbp More EESchema dialog file housekeeping 2010-11-17 16:47:27 -05:00
dialog_build_BOM_base.h More EESchema dialog file housekeeping 2010-11-17 16:47:27 -05:00
dialog_color_config.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_color_config.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_edit_component_in_lib.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_edit_component_in_lib.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_edit_component_in_lib_base.cpp Eeschema: Fix incorrect size of dialog Edit component in libedit: wrong size under wxWidgets 2.9.3 2011-09-20 20:19:09 +02:00
dialog_edit_component_in_lib_base.fbp Eeschema: Fix incorrect size of dialog Edit component in libedit: wrong size under wxWidgets 2.9.3 2011-09-20 20:19:09 +02:00
dialog_edit_component_in_lib_base.h Eeschema: Fix incorrect size of dialog Edit component in libedit: wrong size under wxWidgets 2.9.3 2011-09-20 20:19:09 +02:00
dialog_edit_component_in_schematic.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_edit_component_in_schematic.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_edit_component_in_schematic_fbp.cpp Eeschema: Fix incorrect size of dialog Edit component in libedit: wrong size under wxWidgets 2.9.3 2011-09-20 20:19:09 +02:00
dialog_edit_component_in_schematic_fbp.fbp Eeschema: Fix incorrect size of dialog Edit component in libedit: wrong size under wxWidgets 2.9.3 2011-09-20 20:19:09 +02:00
dialog_edit_component_in_schematic_fbp.h Eeschema: Fix incorrect size of dialog Edit component in libedit: wrong size under wxWidgets 2.9.3 2011-09-20 20:19:09 +02:00
dialog_edit_label.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_edit_label.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_edit_label_base.cpp Eeschema: minor enhancements 2010-12-22 15:11:01 +01:00
dialog_edit_label_base.fbp Eeschema: minor enhancements 2010-12-22 15:11:01 +01:00
dialog_edit_label_base.h Eeschema: minor enhancements 2010-12-22 15:11:01 +01:00
dialog_edit_libentry_fields_in_lib.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_edit_libentry_fields_in_lib_base.cpp Eeschema: Fix incorrect size of dialog Edit component in libedit: wrong size under wxWidgets 2.9.3 2011-09-20 20:19:09 +02:00
dialog_edit_libentry_fields_in_lib_base.fbp Eeschema: Fix incorrect size of dialog Edit component in libedit: wrong size under wxWidgets 2.9.3 2011-09-20 20:19:09 +02:00
dialog_edit_libentry_fields_in_lib_base.h Eeschema: Fix incorrect size of dialog Edit component in libedit: wrong size under wxWidgets 2.9.3 2011-09-20 20:19:09 +02:00
dialog_edit_one_field.cpp Minor Eeschema LIB_ITEM object improvements. 2012-02-27 18:02:08 -05:00
dialog_edit_one_field.h Eeschema: Add better dialog to edit an existing field of the current edited component. 2012-02-22 15:04:48 +01:00
dialog_eeschema_config.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_eeschema_config.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_eeschema_config_fbp.cpp Minor dialog fixes and code cleaning. 2011-10-17 16:01:27 -04:00
dialog_eeschema_config_fbp.fbp Minor dialog fixes and code cleaning. 2011-10-17 16:01:27 -04:00
dialog_eeschema_config_fbp.h Minor dialog fixes and code cleaning. 2011-10-17 16:01:27 -04:00
dialog_eeschema_options.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_eeschema_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_eeschema_options_base.cpp More auto save improvements. 2011-10-15 09:25:57 -04:00
dialog_eeschema_options_base.fbp More auto save improvements. 2011-10-15 09:25:57 -04:00
dialog_eeschema_options_base.h More auto save improvements. 2011-10-15 09:25:57 -04:00
dialog_erc.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_erc.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_erc_base.cpp EESchema file name and location house keeping. 2010-11-11 16:10:27 -05:00
dialog_erc_base.fbp Update .cpp icon files not updated in previous commit. 2011-09-22 21:16:55 +02:00
dialog_erc_base.h EESchema file name and location house keeping. 2010-11-11 16:10:27 -05:00
dialog_lib_edit_draw_item.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_lib_edit_draw_item.fbp Eeschema: Fix icons in macro menu. 2011-10-18 12:16:27 +02:00
dialog_lib_edit_draw_item.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_lib_edit_draw_item_base.cpp Eeschema: Fix icons in macro menu. 2011-10-18 12:16:27 +02:00
dialog_lib_edit_draw_item_base.h Eeschema: Fix icons in macro menu. 2011-10-18 12:16:27 +02:00
dialog_lib_edit_pin.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_lib_edit_pin.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_lib_edit_pin_base.cpp Eeschema: Fix icons in macro menu. 2011-10-18 12:16:27 +02:00
dialog_lib_edit_pin_base.fbp Eeschema: Fix icons in macro menu. 2011-10-18 12:16:27 +02:00
dialog_lib_edit_pin_base.h Eeschema: Fix icons in macro menu. 2011-10-18 12:16:27 +02:00
dialog_lib_edit_text.cpp Libedit: Add better dialog to edit an existing field of the current edited component. 2012-02-21 18:47:30 +01:00
dialog_lib_edit_text.h Libedit: Add better dialog to edit an existing field of the current edited component. 2012-02-21 18:47:30 +01:00
dialog_lib_edit_text_base.cpp Libedit: Add better dialog to edit an existing field of the current edited component. 2012-02-21 18:47:30 +01:00
dialog_lib_edit_text_base.fbp Libedit: Add better dialog to edit an existing field of the current edited component. 2012-02-21 18:47:30 +01:00
dialog_lib_edit_text_base.h Libedit: Add better dialog to edit an existing field of the current edited component. 2012-02-21 18:47:30 +01:00
dialog_lib_new_component.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_lib_new_component.fbp Fix @JP messages (no bugs, just comment lines) 2012-02-19 20:53:11 +01:00
dialog_lib_new_component.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_lib_new_component_base.cpp More EESchema dialog file housekeeping and coding policy fixes. 2010-11-20 16:59:00 -05:00
dialog_lib_new_component_base.h More EESchema dialog file housekeeping and coding policy fixes. 2010-11-20 16:59:00 -05:00
dialog_libedit_dimensions.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_libedit_dimensions.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_libedit_dimensions_base.cpp More EESchema dialog file housekeeping and coding policy fixes. 2010-11-19 11:28:46 -05:00
dialog_libedit_dimensions_base.fbp More EESchema dialog file housekeeping and coding policy fixes. 2010-11-19 11:28:46 -05:00
dialog_libedit_dimensions_base.h More EESchema dialog file housekeeping and coding policy fixes. 2010-11-19 11:28:46 -05:00
dialog_plot_schematic_DXF.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_plot_schematic_DXF_base.cpp Dialog escape key termination and default button fixes. 2011-03-14 15:17:42 -04:00
dialog_plot_schematic_DXF_base.fbp Dialog escape key termination and default button fixes. 2011-03-14 15:17:42 -04:00
dialog_plot_schematic_DXF_base.h Dialog escape key termination and default button fixes. 2011-03-14 15:17:42 -04:00
dialog_plot_schematic_HPGL.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_plot_schematic_HPGL_base.cpp Dialog escape key termination and default button fixes. 2011-03-14 15:17:42 -04:00
dialog_plot_schematic_HPGL_base.fbp Dialog escape key termination and default button fixes. 2011-03-14 15:17:42 -04:00
dialog_plot_schematic_HPGL_base.h Dialog escape key termination and default button fixes. 2011-03-14 15:17:42 -04:00
dialog_plot_schematic_PS.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_plot_schematic_PS_base.cpp Minor fixes and enhancement 2011-05-09 21:44:06 +02:00
dialog_plot_schematic_PS_base.fbp Minor fixes and enhancement 2011-05-09 21:44:06 +02:00
dialog_plot_schematic_PS_base.h Minor fixes and enhancement 2011-05-09 21:44:06 +02:00
dialog_print_using_printer.cpp Fix 2 minor bugs: 2012-02-20 19:46:56 +01:00
dialog_print_using_printer.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_print_using_printer_base.cpp EESchema file name and location house keeping. 2010-11-11 16:10:27 -05:00
dialog_print_using_printer_base.fbp Fix typo errors and make translations more easy. 2011-10-03 21:11:09 +02:00
dialog_print_using_printer_base.h EESchema file name and location house keeping. 2010-11-11 16:10:27 -05:00
dialog_sch_edit_sheet_pin.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_sch_edit_sheet_pin.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_sch_edit_sheet_pin_base.cpp Eeschema: minor enhancements 2010-12-22 15:11:01 +01:00
dialog_sch_edit_sheet_pin_base.fbp Eeschema: minor enhancements 2010-12-22 15:11:01 +01:00
dialog_sch_edit_sheet_pin_base.h Eeschema: minor enhancements 2010-12-22 15:11:01 +01:00
dialog_sch_find.fbp Eeschema: Fix issue in Search/ReplaceAll 2011-12-30 20:04:40 +01:00
dialog_sch_sheet_props.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_sch_sheet_props.fbp Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_sch_sheet_props.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_sch_sheet_props_base.cpp Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_sch_sheet_props_base.h Fix very minor bugs. Boost update. Pcbnew: files housekeeping and code cleanup. 2010-11-26 12:55:34 +01:00
dialog_schematic_find.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_schematic_find.h Eeschema find and replace improvements. 2011-12-21 15:21:15 -05:00
dialog_schematic_find_base.cpp Eeschema: Fix issue in Search/ReplaceAll 2011-12-30 20:04:40 +01:00
dialog_schematic_find_base.h Eeschema: Fix issue in Search/ReplaceAll 2011-12-30 20:04:40 +01:00