kicad/pcb_calculator
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
..
attenuators Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
bitmaps pcb_calculator: New tab for via calculations 2019-04-30 11:49:46 -07:00
dialogs Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
docs Delete unused documentation 2016-02-12 15:48:24 -05:00
transline Cleanup: Replace C-only deprecated headers 2019-12-05 11:03:15 -08:00
CMakeLists.txt Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
UnitSelector.cpp pcb_calculator: code cleanup. Remove a few duplicate code. 2019-05-02 08:54:16 +02:00
UnitSelector.h pcb_calculator: code cleanup. Remove a few duplicate code. 2019-05-02 08:54:16 +02:00
attenuators.cpp Add a Markdown to Html converted, to display help written in markdown in a wxHtmlWindow. 2019-09-29 17:25:56 +02:00
board_classes_values.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
class_regulator_data.h Break out ref-des-centric functions to own header 2019-01-30 15:41:36 -08:00
colorcode.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
common_data.cpp pcb_calculator: code cleanup. Remove a few duplicate code. 2019-05-02 08:54:16 +02:00
common_data.h pcb_calculator: code cleanup. Remove a few duplicate code. 2019-05-02 08:54:16 +02:00
datafile_read_write.cpp pcb_calculator: code cleanup. Remove a few duplicate code. 2019-05-02 08:54:16 +02:00
datafile_read_write.h Comment-only changes 2020-01-10 16:43:01 -08:00
electrical_spacing_values.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
params_read_write.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
pcb_calculator.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
pcb_calculator.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
pcb_calculator.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
pcb_calculator.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00
pcb_calculator_datafile.keywords pcb_calculator: enhancement in Regulators page dialog: 2012-04-02 20:11:00 +02:00
pcb_calculator_frame.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
pcb_calculator_settings.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
pcb_calculator_settings.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
regulators_funct.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
tracks_width_versus_current.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
tracks_width_versus_current_formula.h Add automatically generated files needed for translations. 2020-01-29 18:47:06 +01:00
tracks_width_versus_current_formula.md Pcb Calculator: Convert tracks width versus current formula to markdown. 2019-10-05 11:12:15 +02:00
transline_dlg_funct.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
transline_ident.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
transline_ident.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
units_scales.h pcb_calculator: code cleanup. Remove a few duplicate code. 2019-05-02 08:54:16 +02:00
via.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00