kicad/pcbnew/import_gfx
Wayne Stambaugh 43aa94dcfc Pcbnew: fix import graphics dialog issues.
Improve padding, spacing and alignment of dialog layout.

Fix title capitalization.

Make file dialog wildcard string translatable.

Remove fixed initial dialog size to allow sizers to work their magic.

Replace OK button event handler with TransferDataFromWindow.

Remember last line width units between dialog instances and sessions.

Save configuration file settings in a separate group and remove GfxImport
prefix from the entry names.

Add fencing to dialog header file to prevent nested includes.

Fixes lp:1822568

https://bugs.launchpad.net/kicad/+bug/1822568

(cherry picked from commit d2cb0ca75f)
2019-04-03 11:32:09 -04:00
..
examples Import svg import code from experimental trunk: start point 2018-12-03 13:42:22 +01:00
dialog_import_gfx.cpp Pcbnew: fix import graphics dialog issues. 2019-04-03 11:32:09 -04:00
dialog_import_gfx.h Pcbnew: fix import graphics dialog issues. 2019-04-03 11:32:09 -04:00
dialog_import_gfx_base.cpp Pcbnew: fix import graphics dialog issues. 2019-04-03 11:32:09 -04:00
dialog_import_gfx_base.fbp Pcbnew: fix import graphics dialog issues. 2019-04-03 11:32:09 -04:00
dialog_import_gfx_base.h Pcbnew: fix import graphics dialog issues. 2019-04-03 11:32:09 -04:00
dxf_import_plugin.cpp Minor fixes in code: remove dead code. 2019-01-24 18:23:57 +01:00
dxf_import_plugin.h Minor fixes in code: remove dead code. 2019-01-24 18:23:57 +01:00
graphics_import_mgr.cpp Make SVG import an advanced config, not a compile option. 2018-12-28 11:36:09 -05:00
graphics_import_mgr.h Make SVG import an advanced config, not a compile option. 2018-12-28 11:36:09 -05:00
graphics_import_plugin.h Gfx import: fix many issues, and add many enhancements. 2018-12-03 15:25:44 +01:00
graphics_importer.cpp Gfx import: fix many issues, and add many enhancements. 2018-12-03 15:25:44 +01:00
graphics_importer.h Dxf importer: fix some issues, especially the rotation angle of texts. 2019-01-22 19:59:43 +01:00
graphics_importer_buffer.cpp DXF importer: fix incorrect line thickness of imported texts. 2018-12-04 20:01:47 +01:00
graphics_importer_buffer.h Fix compile error for missing dtor in overload 2019-01-02 20:21:33 -08:00
graphics_importer_pcbnew.cpp Dxf importer: fix some issues, especially the rotation angle of texts. 2019-01-22 19:59:43 +01:00
graphics_importer_pcbnew.h Dxf importer: fix some issues, especially the rotation angle of texts. 2019-01-22 19:59:43 +01:00
nanosvg.cpp dxf and svg import: accept unicode filenames 2018-12-07 10:07:43 +01:00
nanosvg.h dxf and svg import: accept unicode filenames 2018-12-07 10:07:43 +01:00
svg_import_plugin.cpp dxf and svg import: accept unicode filenames 2018-12-07 10:07:43 +01:00
svg_import_plugin.h Try to fix compil issue on OSX (commit 8757fcf6 breaks the import gfx dialog) 2018-12-04 20:03:23 +01:00