kicad/pcb_calculator
Wayne Stambaugh 2b1bf369f2 Do not parent file or directory dialogs to panels.
Parenting dialogs to child windows of top level windows is most likely
not defined behavior.  It's also likely that this behavior varies across
platforms so it' best not to risk doing it.  wxWidgets does not check if
the dialog parent is actually a top level window.  There may be other
places we are doing this with our message dialogs so we should do an
audit.
2024-02-02 09:20:36 -05:00
..
attenuators Update the formulas for Tee and Pi Attenuators 2022-10-19 15:49:09 +00:00
calculator_panels Do not parent file or directory dialogs to panels. 2024-02-02 09:20:36 -05:00
dialogs Remove standard dialog button static line separators. 2023-01-08 13:15:33 -05:00
docs Delete unused documentation 2016-02-12 15:48:24 -05:00
transline Fix warnings about sprintf use. 2023-12-17 20:56:15 -05:00
widgets Add more unit selectors, temperature and material coefficient 2022-09-07 23:16:57 +00:00
CMakeLists.txt New macOS installation scripts 2023-09-19 17:23:30 -04:00
class_regulator_data.h pcb_calculator: Some code cleaning 2021-10-10 16:26:23 +01:00
common_data.cpp pcb_calculator: use usual (not scientific) notation when numbers are not very small. 2023-11-05 07:28:20 +01:00
common_data.h Add more unit selectors, temperature and material coefficient 2022-09-07 23:16:57 +00:00
datafile_read_write.cpp Unwrap the FROM_UTF8 macro in favor of direct function 2023-09-09 00:10:57 -04:00
datafile_read_write.h Evict some more eda_item.h includes 2021-06-08 19:12:29 -04:00
eseries.cpp Nothing but the pcb calc will use eseries for the forseeable future 2023-09-06 23:44:41 -04:00
eseries.h Nothing but the pcb calc will use eseries for the forseeable future 2023-09-06 23:44:41 -04:00
eseries_display_help.h Move E-series resistor selector table out of resistor value 2023-06-26 23:21:40 +00:00
eseries_display_help.md Move E-series resistor selector table out of resistor value 2023-06-26 23:21:40 +00:00
fusing_current_help.h Simplify code. 2023-01-28 10:42:24 +00:00
fusing_current_help.md Fix grammar error. 2023-01-28 10:42:24 +00:00
galvanic_corrosion_help.h Corrosion table update 2023-03-02 22:25:48 +00:00
galvanic_corrosion_help.md Corrosion table update 2023-03-02 22:25:48 +00:00
iec60664_help.h pcb_calculator: add iec60664 electrical spacing panel. 2023-06-07 12:01:30 +02:00
iec60664_help.md pcb_calculator: add iec60664 electrical spacing panel. 2023-06-07 12:01:30 +02:00
params_read_write.cpp Fix various typos 2022-07-21 16:31:41 +00:00
pcb_calculator.cpp Cleanup the kiface dll export declaration slightly 2023-09-08 20:44:08 -04:00
pcb_calculator.icns Add drop shadows to MacOS icons 2021-07-30 20:55:34 -07:00
pcb_calculator_control.cpp Move bitmap2cmp and pcb_calculator to tool framework. 2023-06-16 15:37:58 +01:00
pcb_calculator_control.h Move bitmap2cmp and pcb_calculator to tool framework. 2023-06-16 15:37:58 +01:00
pcb_calculator_datafile.keywords pcb_calculator: enhancement in Regulators page dialog: 2012-04-02 20:11:00 +02:00
pcb_calculator_frame.cpp Explicitly add 48, 128, 256 to icon bundles for each app 2024-01-16 17:21:44 -05:00
pcb_calculator_frame.h Minot fix: Honor Ctrl+Q hotkey in pl_editor and pcb_calculator 2023-06-28 08:56:40 +02:00
pcb_calculator_settings.cpp Switch default thicknesses to um. 2024-01-04 14:35:08 +00:00
pcb_calculator_settings.h pcb_calculator, PANEL_GALVANIC_CORROSION: store selection in config. 2023-10-21 20:42:35 +02:00
pcb_calculator_utils.cpp Add missing header for MSVC due to 81108ed106 2022-07-06 18:04:43 -04:00
pcb_calculator_utils.h ADDED: pcb_calculator: wavelength panel 2022-07-06 18:28:59 +00:00
r_calculator_help.h Move E-series resistor selector table out of resistor value 2023-06-26 23:21:40 +00:00
r_calculator_help.md Move E-series resistor selector table out of resistor value 2023-06-26 23:21:40 +00:00
resistor_substitution_utils.cpp Implement new resistor substitution algorithm 2023-09-22 21:43:09 +00:00
resistor_substitution_utils.h Implement new resistor substitution algorithm 2023-09-22 21:43:09 +00:00
tracks_width_versus_current_formula.h fix missing line breaks in .md file 2021-12-31 10:38:50 +01:00
tracks_width_versus_current_formula.md fix missing line breaks in .md file 2021-12-31 10:38:50 +01:00
transline_dlg_funct.cpp Add bitmap bundle support to BITMAP_SCALE 2023-10-22 14:02:06 -04:00
transline_ident.cpp pcb_calculator, transmission lines: some fixes: 2023-06-14 11:59:43 +02:00
transline_ident.h pcb_calculator, transmission lines: some fixes: 2023-06-14 11:59:43 +02:00
units_scales.h Add more unit selectors, temperature and material coefficient 2022-09-07 23:16:57 +00:00