kicad/pcbnew/import_gfx
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad
CHANGED: Settings are now stored in versioned sub-directories
ADDED: First-run dialog for migrating settings from a previous version
CHANGED: Settings are now stored as JSON files instead of wxConfig-style INI files
CHANGED: Color settings are now all stored in a separate settings file
CHANGED: The symbol editor and footprint editor now have their own settings files
CHANGED: Color settings are no longer exposed through BOARD object
CHANGED: Page layout editor now uses Eeschema's color scheme

Settings are now managed through a central SETTINGS_MANAGER held by PGM_BASE.
Existing settings will be migrated from the wxConfig format on first run of each application.
Per-application settings are now stored in one class for each application.
2020-02-19 23:44:56 -05:00
..
examples Import svg import code from experimental trunk: start point 2018-12-03 13:42:22 +01:00
dialog_import_gfx.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
dialog_import_gfx.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
dialog_import_gfx_base.cpp Attempt to fix double-selected radio button on GTK. 2019-07-16 02:23:38 +01:00
dialog_import_gfx_base.fbp Attempt to fix double-selected radio button on GTK. 2019-07-16 02:23:38 +01:00
dialog_import_gfx_base.h Attempt to fix double-selected radio button on GTK. 2019-07-16 02:23:38 +01:00
dxf_import_plugin.cpp Dxf importer: fix issue when importing some "degenerated" splines. 2020-02-03 10:39:29 +01:00
dxf_import_plugin.h pcbnew: Fix DXF Import with blocks 2019-10-23 11:28:26 -07:00
graphics_import_mgr.cpp pcbnew: Clean up extension handling in graphics plugins 2019-10-04 15:43:29 -04:00
graphics_import_mgr.h Pcbnew: Enable SVG import in DIALOG_IMPORT_GFX. 2019-03-11 18:30:59 +01:00
graphics_import_plugin.h pcbnew: Clean up extension handling in graphics plugins 2019-10-04 15:43:29 -04:00
graphics_importer.cpp Gfx import: fix many issues, and add many enhancements. 2018-12-03 15:25:44 +01:00
graphics_importer.h Pcbnew: fix DXF import line width bug. 2019-04-03 11:29:17 -04: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 Unified update to C++14 std::make_unique 2019-12-05 10:43:55 -08:00
graphics_importer_pcbnew.h Dxf importer: fix some issues, especially the rotation angle of texts. 2019-01-22 19:59: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 pcbnew: Clean up extension handling in graphics plugins 2019-10-04 15:43:29 -04:00