84 Commits (3428bd8e834473e5125ffc889824b15f98c7132f)

Author SHA1 Message Date
jean-pierre charras abcd753bd3 PANEL_SETUP_BOARD_STACKUP: do not try to init params managed by PANEL_SETUP_BOARD_FINISH 2 years ago
Jeff Young 9481a218c7 Lazy loading of stackup UI widgets. 3 years ago
Jeff Young 03c9b1c202 Move remainder of Board Setup to lazy loading. 3 years ago
Jon Evans e2353a2849 PANEL_BOARD_STACKUP: Ensure UI is re-linked to storage when importing 3 years ago
Jon Evans 595bf70d5d Do not try to read from UI elements that haven't been initialized yet 3 years ago
Jeff Young 30c9deb9d5 Flat(er) look for paged dialogs. 3 years ago
jean-pierre charras 593dc9e8b6 Some fixes in Gerber job file: 3 years ago
jean-pierre charras d7368588db stackup manager: fix incorrect handling of colors for multi-layer dielectrics 3 years ago
jean-pierre charras 6aa515e2f8 board_stackup_manager: fix incorrect behavior when adding a new dielectric layer. 3 years ago
Jeff Young 631980b0ab We were saving the old board pointer, but not updating the current one. 3 years ago
Jeff Young 19d270fe74 Text size sanity checking for TEXT_ITEMS_GRID. 3 years ago
Jonathan Haas 6b15231f4b Add code to set better default layer widths. 3 years ago
Jeff Young 45d6b4a9fc Readability improvements. 3 years ago
Marek Roszko ece23d434b Split up Double2Str to a format function to make its use case clear 3 years ago
Mark Roszko b00178adb3 Nuke base_units from orbit 3 years ago
Marek Roszko 03aa63bd50 Move 5 helpers to EDA_UNIT_UTILS since they aren't iu specific 3 years ago
jean-pierre charras 7de0159e0e pcbnew: fix incorrect calculation of the board thickness from board stackup. 4 years ago
Jeff Young 7ccac79192 More wxString wide literals. 4 years ago
Jeff Young 815c2c69e7 Support for dielectric colors in board stackup. 4 years ago
jean-pierre charras a0bcde088e Use ChangeValue() instead of SetValue() in some wxTextCtrl 4 years ago
jean-pierre charras 68d66af5bf PANEL_SETUP_BOARD_STACKUP: fix a typo that prevent displaying a color swatch. 4 years ago
Jeff Young 8b52e969d6 Restore units to a bunch of wxGrids. 4 years ago
Roberto Fernandez Bautista dadaf26ff1 Board Setup: Ensure board editor layers page always gets updated 4 years ago
Roberto Fernandez Bautista aa64b739eb Board stackup: Ensure that m_choiceCopperLayers is updated 4 years ago
Seth Hillbrand 78ff9a857a Jerry-rig HTML-format alpha parsing 4 years ago
Seth Hillbrand 1b7358f93a Import layer settings before swapping boards 4 years ago
Jeff Young 2ac03e2cdb Change Loss Tg to Loss Tan. 4 years ago
Jeff Young 2b3477ca28 Handle RGBA conversion to hexadecimal format for wxWidgets 3.0 4 years ago
Jeff Young 21f2b235ce Rework stackup colors a bit to support opacity for 3D viewer. 4 years ago
jean-pierre charras 3d61c8b0c4 PANEL_SETUP_BOARD_STACKUP: Do not limit the EpsilonR mantissa to 1 or 2 digits. 4 years ago
Jeff Young 95b87ba29a Freshen microwave polygon dialog and remove a bunch of dead code. 4 years ago
Wayne Stambaugh cf00319c85 More NULL expunging. 4 years ago
jean-pierre charras 1a5e63bcab PANEL_SETUP_BOARD_STACKUP: fix a incorrect behavior when changing layer count, 4 years ago
Jeff Young 1fcd7992a0 Performance improvement for adding/removing dielectric layers. 4 years ago
Jeff Young 0f27618125 Use a list dialog that can be parented by the Board Setup dialog. 4 years ago
Marek Roszko 10e60acf34 Clean up including of board_design_settings.h 4 years ago
Wayne Stambaugh 7c14e4e967 Common widget header housekeeping. 4 years ago
Marek Roszko 4df3cb912d Remove another leaky wx/log.h header 4 years ago
Roberto Fernandez Bautista ae009e0758 Ensure clipboard data is available after KiCad closes 5 years ago
jean-pierre charras 675ec70f0f PANEL_SETUP_BOARD_STACKUP: fix a wxassert due to a "C" locale test in a format function. 5 years ago
Ian McInerney 9939af3e27 Fix color handling in the stackup manager panel 5 years ago
Ian McInerney 5490a85f97 Don't recompute the board thickness on UI update 5 years ago
Ian McInerney 1a727558b0 Switch update event handlers to use the event instead of pointers 5 years ago
Jon Evans 18037e2f65 Rework bitmap system to load from archived PNGs 5 years ago
Jeff Young 91350ec9ea Don't update thickness unless it really changed. 5 years ago
Jon Evans bba7fae104 Coverity fixes 5 years ago
Jeff Young d384316335 Fix some layout issues in board stackup pane. 5 years ago
Jon Evans 887ad1c30d CHANGED: Copper layer count is now set on physical stackup page 5 years ago
Seth Hillbrand 10442b98df Unify thickness 5 years ago
Roberto Fernandez Bautista 9aedeae5c3 Don't log error messages when using the clipboard 5 years ago